
*{
    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: 80px;
	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: 10px;
	width: 900px;
    height: 30px;
	background-color: lightgreen;
}

#buttontext{
	margin-top: 3px;
	font-size: 20px;
	color: white;
	text-align: center;
}


#logobild{
	background-color: blue;
	width: 900px;
    height: 122px;
    margin-left: 0px;
    margin-top: 10px;
    border-color: black;
    border-style: double;
    border-width: 5px;
}

#logotext{
	color: white;
	width: 670px;
	height: 50px;
	font-size: 45px;
	margin-left: 240px;
    margin-top: -90px;
}

#logoimage{
	width: 200px;
	height: 120px;
	margin-left: 5px;
    margin-top: -86px;
}







#nav{
    float: left;
    font-size: 20px;
    width: 200px;
    height: 300px;
    margin-left: 5px;
    text-align: left;
    line-height: 40px;
    margin-top: 35px;
	background-color:;
}

#articleindexMB{
	margin-left: 230px;
    margin-top: 40px;
    width: 660px;
    height: 80px;
    font-size: 35px;
	background-color: ;
}    


#articleinhaltsbeispiele{
	background-color: yellow;
    margin-left: 230px;
    margin-top: 0px;
    width: 650px;
    height: 80px;
    font-size: 25px;
}


#articleinhaltsbeispiele_1{
	background-color: ;
    margin-left: 230px;
    margin-top: 0px;
    width: 650px;
    height: 80px;
    font-size: 30px;
}

#articleBSPimage1{
    margin-left: 230px;
    margin-top: 0px;
    width: 650px;
    height: 625px;
	background-color: green;
    }

