/* CSS Document */

/***********************  CONTAINER  ***********************/

body{
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	min-height: 100%;
	height: 100%;
}
.outer_container{
	position:absolute;
    margin: 0 auto;
	padding:10px 150px 10px 150px;
    text-align: left;
    width: 724px;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
    background-color:#FFFFFF;
    background-image:url(../Bilder/images/1_background.jpg);
    background-repeat:repeat-y;
}

/***********************  GENERAL  ***********************/

ul{
	margin:0px 0px 20px 15px;
	padding:0px;
}
li{
	list-style-image:url(../Bilder/images/li.png);
	padding:0px;
	margin:0px;
}
h1{
	padding-top:10px;
	font-weight:bold;
	font-size:14px;
	color:#666666;
	text-transform:uppercase;
}
h2{
	padding-top:10px;
	font-weight:bold;
	font-size:14px;
	color:#666666;
	text-transform:uppercase;
}
.up_button{
	padding:2px;
	border:1px solid #FFFFFF;
	margin:10px 0px 10px 0px;
}
.up_button:hover{
	border:1px solid #999966;
}

/***********************  TOP CONTAINER  ***********************/

.top_container{
	height:285px;
	width:100%;
	background-image:url(../Bilder/images/4_background_header.png);
	background-repeat:no-repeat;
	padding-top:15px;
	padding-right:60px;
}
.top_container li {
	display: inline;
	padding:0px;
	margin:0px;
}
.top_container ul {
	padding-left:0px;
}
.top_links{
	width:100%;
	height:40px;
}
.top_title{
	width:100%;
	padding-top:183px;
	height:55px;
	padding-left:20px;
	font-weight:bold;
	color:#666;
	font-size:14px;
	text-transform:uppercase;
}

/***********************  CONTENT CONTAINER  ***********************/

.content_container{
	float:left;
	width:562px;
	text-align:left;
	font-size:110%;
	padding-right:20px;
}
.box1 {
    float: left;
	padding-right: 20px;
	padding-bottom:20px;
    margin:0px;
	display:none;
}
img{
	border:none;
}
.yearList li, .yearList{
	display: inline;
	padding:0px;
	margin:0px;
}
.discTermine{
	margin-top:10px;
}
.aktuelleTermine{
	margin-top:10px;
}

/***********************  LINK CONTAINER  ***********************/

.links_container{
	float:right;
	width:142px;;
	text-align:left;
}
.linklist ul{
	margin:0px;
	padding:0px;
}
.linklist ul li{
	list-style:none;
	display:block;
	background-image:url(../Bilder/images/1_links.jpg);
	background-repeat:no-repeat;
	padding:12px 0px 0px 0px;
	margin:0px;
	height:36px;
	width:142px;
	vertical-align:middle;
	text-align:center;
}

/***********************  BOTTOM CONTAINER  ***********************/

.bottom_container{
	background-image:url(../Bilder/images/1_footer.jpg);
	background-repeat:no-repeat;
	height:50px;
	width:724px;
	padding:15px;
	font-size:12px;
	color:#999999;
	line-height:150%;
	margin-top:20px;
}
.bottom_l{
	width:70%;
	float:left;
}
.bottom_r{
	width:20%;
	float:right;
	text-align:right;
	padding-right:40px;
}

/***********************  LINK COLOR  ***********************/

a{
	color:#999966;
	text-decoration:none;
	font-weight:bold;
	text-decoration:underline;
}
a:hover{
	color:#333333;
}
.top_links a{
	color:#999966;
	font-size:14px;
}
.top_links a:hover{
	color:#FFFFFF; 
	background-color:#999966;
	padding:2px 0px 2px 0px;
}
.linklist a{
	color:#333333;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
.linklist a:hover{
	color:#999966;
	font-weight:bold;
	font-weight:14px;
}

/***********************  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;
}
#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: left;  padding-bottom: 0.7em;
}	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
