*{
    margin: 0;
    padding: 0;
}

body{
   background-color: white;
   font-family: arial, sans-serif;
}

#cookie-popup1{
	border-color: black;
    border-style: double;
    border-width: 5px;
	margin-top: 0px;
	margin-left: 0px;
    width: 900px;
    height: 100px;
	background-color: green;
}

#cookietext{
	 font-size: 20px;
	 color: white;
	 text-align: center;
	 margin-top: 20px;
}

#button{
	border-color: black;
    border-style: double;
    border-width: 5px;
	margin-left: 0px;
	margin-top: 5px;
	width: 900px;
    height: 30px;
	background-color: lightgreen;
}

#buttontext{
	margin-top: 3px;
	font-size: 20px;
	color: white;
	text-align: center;
}

#wrapper{
    background-color: blue;
    width: 900px;
    height: 122px;
    margin-left: 0px;
    margin-top: 5px;
    border-color: black;
    border-style: double;
    border-width: 5px;
}

#logotext{
	color: white;
	font-size: 40px;
	margin-left: 240px;
    margin-top: -100px;
	
	width: 600px;
	height: 45px;
	text-align: center;
}

#logoadresse{
        color: white;
	    font-size: 25px;
        
	    margin-left: 230px;
	    margin-top: 5px;
        text-align: center;
        width: 600px;
	    height: 50px;
}

#logobild{
        width: 200px;
        height: 120px;
	    background-color: white;
	    margin-top: 0px;
}


#nav{
    background-color: ;
    float: left;
    font-size: 20px;
    width: 200px;
    height: 240px;
    margin-left: 5px;
	margin-top:  25px;
    text-align: left;
    line-height: 35px;
}

#articleIndexA{
	margin-left: 250px;
    margin-top: 30px;
    width: 660px;
    height: 35px;
    font-size: 35px;
} 

#articleindexlinie1{
    margin-top: 20px;
    margin-left: 250px;
    width: 660px;
    height: 20px;
}

#articleindexlinie2{
    margin-top: 30px;
    margin-left: 250px;
    width: 660px;
    height: 20px;
}

#articleindexlinie3{
    margin-top: 10px;
    margin-left: 250px;
    width: 660px;
    height: 20px;
}

#articleKBindexA{
	background-color: ;
    margin-top: 0px;
    margin-left: 250px;
    height: 900;
    width: 660px;
    font-size: 25px;
}

#articleKBindexB{
	background-color: ;
    margin-top: 10px;
    margin-left: 250px;
    height: 80px;
    width: 660px;
    font-size: 25px;
}

