@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	width:842px;
	margin: 0 auto;
}

a img {
	border:none;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:0px;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
}
a { 
	color:#ffff33; 
	text-decoration:none; 
}

#galerie {
	margin-top:680px;
	margin-left:160px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

.studentsfriday {
	color:#45ec2c;
}

.weiberfasching {
	color:#e2017b;
}

.samstagsfasching {
	color:#029ddf;
}

.rosenmontag {
	color:#fb1a16;
}

a:hover { 
	text-decoration:underline;
}

.container {
	width:842px;
	background-color:#38383a;
	color:#333333;
}

.menu {
	height:190px;
	width:124px;
}

.content {
	position:relative;
	width:640px;
	margin-top:-210px;
	margin-left:141px;
	padding-left:20px;
	padding-top:20px;
	padding-right:40px;
	color:#FFFFFF;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
}
 
.head {
	position:absolute;
	width:842px;
	height:230px;
	background-image:url(allg_bilder/head.jpg);
}

.tagemenu {
	position:absolute;
	height:59px;
	width:732px;
	margin-left:108px;
	margin-top:136px;
}

#rolloverweiber {background: url("allg_bilder/weiberfasching.jpg") 0px -59px no-repeat; display: block; height:59px; width:178px; float:left; position:relative} 
#rolloverweiber a {background: url("allg_bilder/weiberfasching.jpg") 0px 0px no-repeat; display: block; height:59px; width:178px; float:left; position:relative} 
#rolloverweiber a:hover {background-position: 0px -59px;} 
#rolloverweiber a:active {background-position: 0px -59px;}

#rolloverfriday {background: url("allg_bilder/studentsfriday.jpg") 0px -59px no-repeat; display: block; height:59px; width:186px; float:left;} 
#rolloverfriday a {background: url("allg_bilder/studentsfriday.jpg") 0px 0px no-repeat; display: block; height:59px; width:186px; float:left;} 
#rolloverfriday a:hover {background-position: 0px -59px;} 
#rolloverfriday a:active {background-position: 0px -59px;}

#rolloversamstag {background: url("allg_bilder/samstagsfasching.jpg") 0px -59px no-repeat; display: block; height:59px; width:186px; float:left;} 
#rolloversamstag a {background: url("allg_bilder/samstagsfasching.jpg") 0px 0px no-repeat; display: block; height:59px; width:186px; float:left;} 
#rolloversamstag a:hover {background-position: 0px -59px;} 
#rolloversamstag a:active {background-position: 0px -59px;}

#rolloverrosen {background: url("allg_bilder/rosenmontag.jpg") 0px -59px no-repeat; display: block; height:59px; width:182px; float:left;} 
#rolloverrosen a {background: url("allg_bilder/rosenmontag.jpg") 0px 0px no-repeat; display: block; height:59px; width:182px; float:left;} 
#rolloverrosen a:hover {background-position: 0px -59px;} 
#rolloverrosen a:active {background-position: 0px -59px;}

/* ---------------------Lightbox--------------------*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/images/prevlabel.png) left 30% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/images/nextlabel.png) right 30% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 111px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
