/***********************************************/
/* Zimmerfrei		                           */
/* (c) 2009						               */
/***********************************************/

body
{
	background: url("back.gif");
	text-align:center;
	font-family: Arial,sans-serif;
	color:white;
	background-color : #000000;
}

h1
{
	font-size:18px;
	color:white;
	margin-bottom:0px;
	text-align:center;
}

#email
{
	display:none;
}

h2
{
	font-size:16px;
	color:white;
}

h3
{
	font-size: 12px;
	font-family: Arial,sans-serif;
	color: white;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:active, a:hover
{ 
	color:#000000;
	text-decoration: underline;
}

a:hover{
	color:#000000;
	text-decoration: underline;
 }

a.content:link, a.content:visited
{
	color:#000000;
	text-decoration: underline;
	font-weight:normal;
	font-size:11px;
}

a.content:hover, a.content:active
{
	color:#333333;
	text-decoration: underline;
	font-weight:normal;
	font-size:11px;
}

#site
{
	background: url("back1.gif");
	border:1px solid #ffffff;
	width:850px;
	height:750px;
	margin:0px auto;
	text-align:left;
	background-color : #A0A0A0;
}

#title
{
	height:140px;
	text-align:center;
}

#menu
{
	width:150px;
	float:left;
	margin-top:35px;
	margin-left:10px;
	height:450px;
}

#content
{
	font-family: Arial,sans-serif;
	float:left;
	margin-left:10px;
	margin-right:10px;
	font-size:14px;
	width:670px;
	height:594px;
}

#contentmonat
{
	float:left;
	width:165px;
	height:165px;
}

#footer{
	text-align:center;
	margin:0px auto;
	color:black;
	height:15px;
	font-size:10px;
}


.menutitle{
	font-weight:bold;
	font-family:Arial;
	font-size:13px;
	text-align:center;
	
}

.menucontainer {
	
}

/****************************************************/
/* Botprüfung										*/
/*													*/
/****************************************************/

.email
{
	visibility:hidden;
}
.email.td
{
	visibility:hidden;
	height:1px;
}

/*************************************************/
/* Kalender					               		*/
/* 							     	          */
/***********************************************/
#contentkalender
{
	font-family: Arial,sans-serif;
	float:left;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	background-color : #F8F8F8;
	font-size:12px;
	min-height:750px;
	
}

.aktuell{
	font-size:10px;
	vertical-align: top;
	width: 102px;
	height: 102px;
	background-color: #A5C7FF;
}

.heute{
	font-size:11px;
	vertical-align: top;
	width: 102px;
	height: 102px;
	background-color: #7590FF;
}

.nichtakt{
	font-size:9px;
	vertical-align: top;
	width: 102px;
	height: 102px;
	background-color : #C1F0FF;
}

/**********************************************/
/* menu					    	              */
/* 							                 */
/********************************************/
#wetter a{
	text-decoration:none;
	font-size:14px;
	color:white;
}

#wetter a:hover {color:black;}

#rolloverindex a
{
	background: url("blank.gif") 0px 0px no-repeat;
	text-decoration:none;
	padding-left:5px;
	font-size:16px;
	color:white;
	display: block;
	height:25px;
} 
#rolloverindex a:hover {background-position: 0px -25px;color:black;}

#rolloverindexZwei a
{
	background: url("blankZwei.gif") 0px 0px no-repeat;
	text-decoration:none;
	padding-left:5px;
	font-size:16px;
	color:white;
	display: block;
	height:47px;
} 
#rolloverindexZwei a:hover {background-position: 0px -50px;color:black;}

#rolloverunter a
{
	background: url("blank1.gif") 26px 0px no-repeat;
	text-decoration:none;
	padding-left:35px;
	font-size:16px;
	color:white;
	display: block;
	height:25px;
} 
#rolloverunter a:hover {background-position: 26px -25px;color:black;}

/* Stylesheet für                             */
/* lightbox2					               */
/* 							               */
/***********************************************/

#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(../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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% 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: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}