/*
www.feg.de Stylesheet - Datei
*/

/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	font-size: 16px;
	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;

}


/* 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{
	list-style-type: none;
}

/* Ende Bildleiste */

/*logo */
#kopf{
	width: 100%;
	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;
	}

#content ul {
	padding-left: 12px;
}

/* Liste auf der Startseite */
	
ul#news {
	padding-left: 0em;
}

ul#news li{
	background-image: url(../bilder/kreuz.gif);
	background-position: 0% 20%;
	background-repeat: no-repeat;
	padding-left:3em;
	padding-bottom: 0.80em;
	
}
	
/* 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 Aktualisierung vom 17.02.08 **********/
	
	
	/*Galerie Element*/
	.galerieContent{
  width:246px;
  height: auto;
  margin-top: -0.3em;
 margin-bottom: 10px;
   }
	

	
/* Galerie Überschrift*/
.galerieHead{
	color: #5a5a5a;
	font-weight: bold;
	padding-bottom: 4px;
	/*line-height: 1.1em;*/
}


.galerieTxt{
	line-height: 1.2em;
	padding: 0 15px 0 0;
	margin: 0;
	}

/********** Ende Aktualisierung **********/	

/* weiter/zurück Button */
#button{
	
	clear: both;
}

 

#button ul li{
	float: left;
	padding-right: 0.35em;
}
	/* Ende Galerieseite */

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../bilder/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../bilder/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../bilder/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(../bilder/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
/* Ende Slimbox */
#neu {
	color: #F00;
}

/*Footer für Startseite*/
#footer {
    position:fixed;
    bottom:0px;
}

#content_container {
    padding-bottom:3em;
}
/* Ende Footer für Startseite*/
