
body, img {
padding: 0;
margin: 0;
}
#wrapper {
position: relative;
height: 690px;
width: 880px;
margin: 0 auto;
background-color: #0FF;
overflow: hidden;
}
#kopf {
position: relative;
height: 100px;
width: 100%;
background-image: url(../bilder/grininger.png);
background-position: 10px 20px;
background-repeat: no-repeat;
}
#kopf_seiten {
	position: relative;
	height: 100px;
	width: 100%;
	background-image: url(../bilder/grininger.png);
	background-position: 10px 20px;
	background-repeat: no-repeat;
}
#kopf_schwalben {
position: absolute;
height: 80px; width: 200px; top: 15px; right: 95px;
background-image: url(../bilder/schwalben04.png);
background-repeat: no-repeat;
}
#kopf_schwalben_sw {
position: absolute;
height: 80px; width: 200px; top: 15px; right: 95px;
background-image: url(../bilder/schwalben04_sw.png);
background-repeat: no-repeat;
}
#kopf_rechteselement {
position: absolute;
height: 100%;
width: 100px;
top: 43px;
right: -22px;
background-image: url(../bilder/rechtesStilelement.png);
background-repeat: no-repeat;
}
#navi {
position: relative;
width: 93%;
margin: 0 auto 0 auto;
overflow: auto;
}
#navi ul {
padding: 0;
margin: 5px 0 0 0;
list-style: none;
}
#navi li {
display: inline-block;
padding: 7px 0 0 0;
margin: 0 5px 0 0;
font-family: "Times New Roman", Times, serif;
font-size: 20px;
}
#navi li a {
display: block;
color: #FFF;
text-decoration: none;
padding: 0 15px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
background: #3C3C3C;
/*Mozilla... */
background: -moz-linear-gradient(top, #999, #3C3C3C);
/* W3C */
background: linear-gradient(top, #999, #3C3C3C);
}
#navi li#aktiv {
margin: 0 5px 0 0;
padding: 7px 15px 0 15px;
color: #2C2C2C;
background: #EEE;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
#main {
position: relative;
height: 550px;
width: 100%;
background-color: #FFF;
font-family: Arial, Verdana, Geneva, Arial, sans-serif;
font-size: 13px;
color: #444;
padding: 10px 0 0 0;
overflow: hidden;
}
#boxoben {
position: relative;
height: 120px;
width: 98%;
margin: 0 10px 0 10px;
font-family: Arial, Geneva, sans-serif;
font-size: 14px;
/*Grüner Pfeil*/
background-color: #FFF;
background-image: url(../bilder/gruenerpfeil09.png);
background-position: 275px 0;
background-repeat: no-repeat;
}
#boxmitte {
position: relative;
height: 320px;
width: 98%;
margin: 0 10px 0 0;
font-family: Arial, Geneva, sans-serif;
font-size: 13px;
}
#box_m1 {
	position: relative;
	float: left;
	height: 320px;
	width: 23%;
	font-family: Arial, Geneva, sans-serif;
	font-size: 13px;
	/*background-image: url(../bilder/formelement2_05.png);*/
	background-position: 0 0;
	background-repeat: no-repeat;
}
#box_m2 {
	position: relative;
	float: left;
	height: 320px;
	width: 54%;
	background-image: url(../bilder/ba_23.png);
	background-position: 0 20px;
	background-position: center;
	background-repeat: no-repeat;
}#box_m3 {
	position: relative;
	float: left;
	height: 320px;
	width: 23%;
	font-family: Arial, Geneva, sans-serif;
	font-size: 13px;
}
#seitenbox_text {
position: relative;
float: left;
width: 400px;
height: 550px;
margin: 10px 0 0 5px;
overflow: auto;
}
#seitenbox_bild {
position: relative;
float: right;
right: 0px;
width: 400px;
top: 40px;
margin: 10px 5px 0 5px;
}
#main h1 {
font-family: "Times New Roman", Times;
font-size: 20px;
font-weight: bold;
color: black;
margin-bottom: 0;
}
#main h3 {
font-family: "Times New Roman", Times;
font-size: 1.2em;
font-weight: normal;
text-align: center;
color: white;
background-color: #CCC;
margin: 0;
}
.wie_main_p {
font-size: 1em;
color: #666;
}
#footer {
position: relative;
float: left;
height: 50px;
width: 100%;
padding: 5px 0 0 0;
margin: 0;
}
#footer ul {
list-style: none;
padding: 0 0 0 5px;
margin: 0;
}
#footer li {
display: inline-block;
font-size: 11px;
padding: 0 0 0 0;
}
.fett {
font-weight: bold;
}
.fettlauftext {
font-weight: bold;
color: #444;
}
.initial {
font-weight: bold;
font-size: 24px;
/*color: #039;*/
}
.ueberschrift {
	font-family: "Times New Roman", Times; 
	font-weight: bold;
	color: black;
	font-size: 20px;
}
.seitentext {
	font-family: Arial, Geneva, sans-serif;
	color: #444;
	font-size: 14px;
}
.kursiv {
font-style: italic;
}
.unterstrichen {
text-decoration: underline;
}
.blauundunterstrichen {
color: #00F;
text-decoration: underline;
}
.blau {
color: #00F;
}
.rot {
color: #A00;
}




