body {
	background: url(Bilder/wave2.jpg) no-repeat center center fixed ;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	width: 100%;
	margin:0 auto;
	color:black;
	font-family: Verdana,Arial,"Times New Roman";
	font-size:11.5pt;
}

#header {
	background: url(Bilder/wave1.png) no-repeat center center fixed ;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	 width:98,5%; 
	 /*background-color:#000b2d; */
	 height:175px;
}

#header_menu a:link { padding:15px; color:white; width:150px; float:left; font-size:12pt; font-weight:bold; text-decoration:none;}
#header_menu a:visited   { padding:15px; color:white; width:150px; float:left; font-size:12pt; font-weight:bold; text-decoration:none;}
#header_menu a:hover  { border:1px solid white; padding:14px; color:white; width:150px; float:left; font-size:12pt; font-weight:bold; text-decoration:none;}
#header_menu a:active { border:1px solid white; padding:14px; color:white; width:150px; float:left; font-size:12pt; font-weight:bold; text-decoration:none;}
#aktiv { border:1px solid white; padding:14px; color:white; width:180px; float:left; font-size:12pt; font-weight:bold; text-decoration:none;}

#beitrag a:link { color:darkblue; text-decoration:none;}
#beitrag a:visited   { color:darkblue; text-decoration:none;}
#beitrag a:hover  { color:darkred; text-decoration:none;}
#beitrag a:active { color:darkred; text-decoration:none;}

input, select {
	font-size:11.5pt;
	border:1pt solid black;
	padding:5pt;
	float:middle; 
	color:black; 
	font-weight:bold;
	width:200pt;
}

textarea {
	font-size:11.5pt;
	border:1pt solid black;
	padding:5pt;
	float:middle; 
	color:black; 
	font-weight:bold;
}

#beitrag {
	min-width:500px;
	width:50%;
	background-color: white;
	padding:15pt;
	margin-top:30pt;
}

#angebot_back {
	min-width:500px;
	width:50%;
	/*padding:15pt;*/
	margin-top:30pt;
}

#angebot_front {
	width:150pt;
	padding:5pt;
	margin-top:30pt;
	float:left;
	background-color: white;
	font-size:11pt;
	margin-right:15pt;
}

#angebot_top {
	width:90%;
	background-color: lightgrey;
	padding:5pt;
}

#angebot_preis {
	width:90%;
	background-color: lightgrey;
	padding:5pt;
	color:darkgreen;
}