/* CSS Document */
html {
	height: 99%;
}


/* Hintergrundfarbe Rand, Schriftfarbe Schriftgroesse und Schriftart  */
body {
	background-color: #dddddd;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1d1b1b;
	height: 99%;
	margin: 0;
	padding: 0;
}

/* Kastenbreite, 3 pixel weißer Rand */
#seite {
	position: absolute;
	margin-top: 1%;
	margin-left: -400px;
	left: 50%;
	width: 800px;	
	height: 760px;
	min-height: 700px;		
	background-image: url(../images/linie.jpg);
	background-repeat: repeat-y;
	border: 2px solid #FFFFFF;
}

#oben {
	position: absolute;	
	margin-top: 0px;
	margin-left: 0px;
	height: 200px;
	width: inherit;
}

/* Logo oben links */
#logo {
	position: absolute;
	background-image:url(../images/wendo_logo.jpg);
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	width: 180px;
	height: 76px;
}

/* Bannerbild */
#titel {
	position: absolute;
	background-image:url(../images/banner_wendo3.jpg);
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-left: 180px;
	width: 800px;
	height: 240px;	
}

/* Abstand Bannerbild von oben und links */
#seite_bild {
	position: absolute;
	margin-top: 76px;
	margin-left: 0px;
	width: 180px;
	height: 164px;
}

/* Hintergrundfarbe a7aea0 Menue*/
#links {
	background-color: #D1D5BE;
	position: absolute;
	margin-top: 240px;
	margin-left: 0px;
	width: 180px;
	margin-bottom: 0%;	
}

/* Inhaltselement + Text mit Bildhintergrund und HIntergrund hinter dem Bild */
#inhalt {
	background-color: #ffffff;
	background-image:url(../images/wendo_hinten11.jpg);
	background-repeat:no-repeat;
	position: absolute;
	margin-top: 240px;
	margin-left: 180px;
	width: 620px;
	height: 520px;
}

/* Div-Element der geschriebenen Text im Hauptteil der Seite enthaelt */
#text {
	position: absolute;
	margin-left: 25px;
	margin-top: 30px;
	margin-right: 30px;
	width: 520px;
	font-size: 11px;
	top: 4px;
}

/* Text-Absatz */
#text p {
	font-size: 11px;
	line-height: 1.4em;
}

/* Ueberschrift */
#text h4 {
	font-size: 12px;
	font-weight: bold;
}

/* Formatierung der Linkleiste */
#links ul {
	padding: 0px 0px 0px 0px;
	margin-top: 50px;
	margin-left: 0px;
	list-style-type: none;
}

#links ul li {
	border-bottom: 1px solid white;
	margin-top: 2px;
	padding-bottom: 1px;
}


#links ul .link_aktiv {
	font-weight: bold;
}

/* Formatierung der Hyerlinks der Linkleiste */
a.link_aktiv:link, a.link_aktiv:visited, a.link_aktiv:focus {
	text-decoration: none;
	color: #555653;
}

a.link_aktiv:hover, a.link_aktiv:active {
	text-decoration: none;
	color: #000000;
}

a.link_inaktiv:link, a.link_inaktiv:visited, a.link_inaktiv:focus {
	text-decoration: none;
	color: #555653;
}

a.link_inaktiv:hover, a.link_inaktiv:active {
	text-decoration: none;
	font-weight: bold;
	color: #555653;
}

/* Formatierung des Kontaktformulars */
#kontaktformular {
	font-size: 10px;
}

#kontaktformular table {
	margin-top: 25px;
}


.input_name , .input_e-mail, .input_telefon {
	font-size: 9px;
	background: transparent;
	height: 15px;
	width: 220px;
	border: 1px solid #63645C;
}

.input_kontaktart {
	background: transparent;
	height: 14px;
}

.input_text {
	font-size: 10px;
	background: transparent;
	border: 1px solid #63645C;
	height: 80px;
	width: 220px;
	rows: 10;
}

.input_button {
	background: transparent;
	border: 1px solid #63645C;
	font-size: 10px;
}

/* rote Überschrift */
.stil-head {
	color: #ff6600;
	font-weight: bold;
}

