*{
    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;
}

#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: -10px;
    border-color: black;
    border-style: double;
    border-width: 5px;
}

#logobild{
        width: 200px;
        height: 120px;
	    background-color: ;
}

#logotext{
	    background-color:;
        margin-top: -110px;
	    margin-left: 290px;
        text-align: center;
        font-size: 2.5em;
        color: white;
	    width: 500px;
}   
    
#logoadresse{
        color: white;
        margin-top: 5px;
	    margin-left: 230px;
        font-size: 1.1em;
	    text-align: center;
        width: 600px;
}



#articleIndexA{
	background-color: ;
	margin-left: 250px;
    margin-top: 20px;
    width: 660px;
    height: 40px;
    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: 28px;
}

#articleKBindexB{
	background-color: ;
    margin-top: 10px;
    margin-left: 250px;
    height: 80px;
    width: 660px;
    font-size: 28px;
}

#nav{
    background-color: ;
    float: left;
    font-size: 20px;
    width: 200px;
    height: 200px;
    margin-left: 5px;
	margin-top:  15px;
    text-align: left;
    line-height: 35px;
}