h1{
	font-size:22px; 
	margin-bottom:0px;
}
.flagge{
 	border:solid 1px rgb(0,0,0);
}
.menu{
	 background-color:rgb(0,151,189); 
	 border:solid 1px rgb(0,0,0); 
	 font-family:Arial; 
	 color:rgb(255,255,255); 
	 font-weight:bold; 
	 text-align:center; 
	 width:200px;
	 cursor:pointer;
}
.menu_bild{
	 text-align:center; 
	 width:200px;
}
.menu_klappe{
	position:absolute;
	top:76px;
	width:199px;
	background-color:rgb(0,176,220);
	border:solid 1px rgb(0,0,0);
	font-family:Arial;
	font-size:12px;
}
.menu_klappe_a:link{
	display:block;
	width:100%;
	background-color:rgb(0,176,220);
	color:rgb(0,0,0);
	text-decoration:none;
}
.menu_klappe_a:visited{
	display:block;
	width:100%;
	background-color:rgb(0,176,220);
	color:rgb(0,0,0);
	text-decoration:none;
}
.menu_klappe_a:hover{
	display:block;
	width:100%;
	background-color:rgb(255,255,255);
	color:rgb(0,0,0);
	text-decoration:none;
}
.menu_klappe_a:active{
	display:block;
	width:100%;
	background-color:rgb(255,255,255);
	color:rgb(0,0,0);
	text-decoration:none;
}
.strich_topic{
	width:590px; 
	height:3px; 
	margin-bottom:10px;
}
.nachricht{
	background-color:rgb(150,255,150);
	border:solid 1px rgb(50,200,50);
	font-size:12px;
	width:600px;
}
.fehlermeldung{
	background-color:rgb(255,150,150);
	border:solid 1px rgb(200,50,50);
	font-size:12px;
	width:600px;
}
