/*
www.feg-stuttgart.de Stylesheet - Datei
*/

/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	font-size: 12px;
	line-height: 1.6em;
	background: #ffffff;
	font-family: Arial,sans-serif;
}

/* Linkzuweisungen */

a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	font-size: 1em;
}

a:link, a:active, a:visited {
	color: #a0a0a0;
	
	
}


a:hover {
	color: #ffcc00;
	}

/* Clear Class */
.c {
	clear: both;
}


/* Absaetze */
p {
	padding-top: 1.5em;
}


/* Links- bzw. Rechtsausrichtung für Elemente */
.fl {
  float:left;
}


/* Überschrift*/

h1 {
	color: #ffcc00;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 1em;

}


h2{
	color: #5a5a5a;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 1em;
	background-color: #e6e6e6;
	padding-left:3px ;

}


.fr{
	float: right;
	color: #5a5a5a;
	font-size: 0.9em;
}

/* Layout */


#wrapper {
	width: 872px;
	margin-left:146px;
	padding-top: 10em;
	}

#header {
	position: relative;
	margin-top:0;
	background-color: #ffcc00;
	width: 100%;
	height: 80px;
		
}


/* Bildertabelle*/
#bilder{
width: 100%;
overflow: hidden;
overflow-y:hidden;
overflow-x:hidden;
padding-top: 75px;	

}

#bilder table td{
	width: 100%;
	border: none;
	padding: 0;
	/*height: 50px;*/
}


/* Listenelemente aussschalten*/
ul#albumlist, #navi ul, #subnav ul, ul#news, #button ul, div.post ul, div.post_term ul, div.post_term ol{
	list-style-type: none;
}

/* Ende Bildleiste */

/*logo */
#kopf{
	width: 456px;
	height: 96px;
	padding-left: 2px;
	}
	
/* ----- Abstandsfehler in IE 6 beheben ---- */
	
	* html #kopf{
	margin-top:-6.5em;
	}

/* ----- Ende Debugging ----- */

/* Ende Logo*/

/* Navigation */
#navi {
margin-top: 20px;
background-color: #e6e6e6;
}

#navi ul{
	height:25px;
	}

#navi ul li{
	width:143px;
	float:left;
	height: 25px;
	border-left: 2px solid #ffffff;
	padding-top: 4px;
	}




#navi li a{
	padding-left:3px;
	font-weight: normal;
	color:#a0a0a0;
}

#navi li.no {
	border-left: none;
	width: 144px;
    }

#navi li.no a{
	border-left: none;
    padding-left: 2px;
   }

#navi li a:hover{
	color: #ffcc00;
	font-weight: bold;
}

/* Aktivzustand Navigation */

#navi li a.activ{
	font-weight: bold;
	cursor: default;
	color: #5a5a5a;
	
}


/* Ende Aktivzustand Navigation*/

/* Ende Navigation*/



/*Subnavigation*/
#subnav{
	margin-top: 0px;
	width: auto;
	height:350px;
	
}

/* Aktivzustand Subnavigation */

#subnav li a{
	color:#a0a0a0;
	padding-left: 2px;
}

#subnav li a:hover{
	color: #ffcc00;
}

#subnav li a.activ{
	cursor: default;
	color: #5a5a5a;
}

/* Ende Subnavigation */

/* Content*/

/* Content Startseite */ 
#contentStart{
	padding-top: 1.5em;
	padding-left: 2px;
}

/* Content restliche Seiten */

#content {
	margin-top: 0px;
	margin-left: 12.25em;
	height: auto;
	}




/* Liste auf der Startseite */
	
ul#news {
	padding-left: 0em;
}

div.post li, ul#news li{
	background-image: url(bilder/kreuz.gif);
	background-position: 0% 20%;
	background-repeat: no-repeat;
	padding-left:3em;
	padding-bottom: 0.80em;
	
}


/* Terminseite */
div.post_term{
	height: auto;
}

div.post_term ul{
	width: 150px;
	height: auto;
	float: left;
	margin-bottom: 10px;
	/*padding-right: 15px;*/
}

div.post_term ol{
	height: auto;
	
	margin-bottom: 10px;
}
	
/* Ende Liste Startseite */
	
	/* Galerie-Seite */
	
	/*GalerieContainer*/
	
	#contentGalerie{
	margin-top: 0.3em;
	margin-left: 2.75em;
	height: auto;
	width: auto;
    float: left;
}
	
	
	/* Abstandshalter */ 
	#galerie{
	position:absolute;
	margin: 0px;
	padding:0px;
	width: 750px;
	

}
	
	/*Galerie Element*/
	.galerieContent{
  width:246px;
  height: 179px;
  margin-top: 0px;
   }
	

/* weiter/zurück Button */
#button{
	
	clear: both;
}

 

#button ul li{
	float: left;
	padding-right: 0.35em;
}
	/* Ende Galerieseite */




