@charset "utf-8";
/* ===============================================
Design:  Webzeit e.U. - Harald Kottal        
Author:  Harald Kottal                         
Datum:   September/Oktober 2009
                                   
Aufbau:  Kalibrierung
         Allgemeine Styles
		 Klassen Styles
		 Styles für Layoutbereiche
		 Horizontale Hauptnavigation
		 Navigation
		 Sonstige Styles                         

=============================================== */


/* ==================================
   1. Kalibrierung
   =============================== */
* {
	margin: 0;
	padding: 0;
}

/* ==================================
   2. Algemeine Styles
   =============================== */

a {
	color: #8C441C;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
a:hover {
	text-decoration: underline;
	font-weight: 100;
}
#subcontent  a {
	font-size: 0.9em;
}
.einrueck {
	margin-left: 20px;
}



* {
	margin: 0px;
	padding: 0px;
}


p {
	margin: 10px 2px 20px 0;
	text-align: justify;
}
.poweredby {
	background-color: #F4E4AB;
	text-align: center;
}


h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.0em;
}
h4 {
	font-size: 0.9em;
}

  

/* ==================================
   3. Styles für Layoutbereiche
   =============================== */
body {
	background-color: #f4e4ab;
}
body, td, th   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}


#wrapper {
	width:969px;
	height:576px;
	margin: 0 auto;
}

#header_ {
	width:969px;
	height:120px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#header_ h1 {
	display: none;
}
/* ==================================
   main navi
   =============================== */

#header-navi_ {
	width:969px;
	height:26px;
	background-image: url(../images/header_navi.jpg);
}
#header-navi_ a{
	color:#000000
}

#unter-header-navi_ {
	width:969px;
	height:16px;
	background-image: url(../images/unter_header_navi.jpg);
}
#header-navi_ ul {
	text-align: center;


}
#header-navi_ li {
	display: inline;
	margin: 0 40px;
	line-height: 25px;
}
#header-navi_  li:hover  {
	text-decoration: underline;
}
#content-oben_ {
	width:969px;
	height:11px;
	background-image: url(../images/content_oben.jpg);
}
#contentwrapper {
	width: 969px;
	height: 352px;
	background-image: url(../images/bg_cwrapper.jpg);
}
#vbildleiste {
	height: 352px;
	width: 53px;
	float: left;
}
#bg_bildleiste {
	width:173px;
	height:12px;
	float: left;
}
#bilder {
	height: 352px;
	float: left;
	width: 173px;
	background-image: url(../images/bg_bildleiste.jpg);
}
#bild_1 {
	width:157px;
	height:108px;
	float: left;
}
#bild_2 {
	width:157px;
	height:108px;
	float: left;
}
#bild_3 {
	width:157px;
	height:108px;
	float: left;

}
#homecontent {
	height: 352px;
	width: 434px;
	float: left;

}
#footer_nav_content {
	height: 317px;
	width: 500px;
	float: left;
	padding: 35px 0 0 0;
	overflow: auto;
}

#subcontent {
	height: 317px;
	width: 370px;
	float: left;
	padding: 35px 25px 0px 0px;
	overflow: auto;
}
#subcontent ul {

}
#subcontent li {
	margin: 10px 30px;
	list-style-type: square;
}



#bildleistere {
	height: 352px;
	width: 208px;
	float: right;
}
#leer01 {
	height: 50px;
	width: 208px;
}
#bild_4 {
	height: 108px;
	width: 157px;
}
#leer02 {
	height: 20px;
	width: 208px;
}

#bild_5 {
	height: 108px;
	width: 157px;
}
#submenue {
	height: 352px;
	width: 120px;
	float: left;
	padding: 0px 5px;

}

#submenue a {
	text-decoration: none;
	font-size: 0.9em;

}
#submenue a:hover {
	text-decoration: underline;
}
#submenue ul {
	list-style-type: none;
	margin: 0px auto;
	padding: 0px 5px;
}


#submenue li {
	list-style-type: none;
	margin-bottom: 5px;


}

#footer_ {
	height: 45px;
	width: 969px;
	float: left;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}

/* ==================================
   footer navi
   =============================== */
#footer-navi_ {
	height: 35px;
	width: 969px;
}

#footer-navi_ ul {
	text-align: right;
	font-size: 0.6em;


}
#footer-navi_ li {
	display: inline;
	margin: 0 20px;
	line-height: 30px;
}
#footer-navi_   a:hover  {
	text-decoration: underline;
}
#footer-navi_   a {
 	color:#000000
 }

#copyright {
	height: 15px;
	width: 962px;
	text-align: right;
	font-size: 0.6em;
	color: #8C441C;
}
.fett {
	font-weight: bold;
}
.rechts {
	text-align: right;
}
