
/* Sample 4*/
#box4{
	position:absolute;
}
#box4 div{
	width:480px;
	height:240px;
	float:left;
	background:#eee;
}

#box4 h3, #box4 p, #box4 ul{
	padding:5px 10px;
}
#box4 p{
	text-indent:16px;
}
#box4 img{
	width:200px;
	width:150px;
	float:left;
	margin:0 10px 10px 15px;
}
#info4{
	background:#fff !important;
	color:red !important;
	cursor:default
}

/* ********************************** */

.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

.info{
	width:240px;
	height:50px;
	background:#000;
	position:absolute;
}
.info p, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
}
.info h4{
	font-size:14px;
}
.info h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}

.mask1{
	position:relative;
	width:480px;
	height:180px;
	overflow:hidden;
}
.mask2{
	position:relative;
	width:240px;
	height:180px;
	overflow:hidden;
}
.mask3{
	position:relative;
	width:480px;
	height:240px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}


/************** ARCHIV *************************/

.archivarea{
	margin:20px;
	width:640px;
	height:400px;
}
.archiv{
	position:relative;
	margin-top:20px;
	width:635px;
	height:385px;
	overflow:hidden;
}

#archivbox{
	position:absolute;
}
#archivbox div{
	width:635px;
	height:385px;
	float:left;
}

#archivbox p{
	font-family:Arial;
	padding:5px 10px;
	text-indent:16px;
}

#archivbox h3{
	clear:both;
	display:block;
	margin:10px;
	font-family:Verdana;
	font-size:15px;
}
#archivbox img{
	width:200px;
	width:150px;
	float:left;
	margin:0 10px 10px 15px;
}
#archivinfo{
	background:#fff !important;
	color:red !important;
	cursor:default
}
#archivhandles span {
	border-bottom:1px solid #171d6a;
	padding:6px 0 6px 45px;
	margin-bottom:20px;
	margin-right:20px;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
}

#archivhandles span.rmp_icon{
	background:url(/images/archiv/rmp_icon.gif) left center no-repeat;	
}
#archivhandles span.festival_icon{
	background:url(/images/archiv/festival_icon.gif) left center no-repeat;	
}
#archivhandles span.berichte_icon{
	background:url(/images/archiv/berichte_icon.gif) left center no-repeat;	
}
#archivhandles span.stuecke_icon{
	background:url(/images/archiv/stuecke_icon.gif) left center no-repeat;	
}
#archivhandles .active{
	color:#115e87;
}
#yearlist{
	list-style-type:none;
	font-family:Arial;
	margin-left:20px;
	padding:5px;
	padding-bottom:20px;
	clear:both;
}
#yearlist li{
	float:left;
	margin-right:12px;
}
#yearlist li a{
	text-decoration:none;
}


#sptlist{
	list-style-type:none;
	font-family:Arial;
	padding:5px;
	padding-bottom:20px;
	clear:both;
}
#sptlist li{
	float:left;
}
#sptlist li a{
	text-decoration:none;
}
#sptlist li img{
	border:none;
	width:35px;
	height:50px;
}

.monat{
	font-family:Verdana;
	font-size:25px;
	font-weight:bold;
	color:#115e87;
}
.jahr{
	font-family:Verdana;
	font-size:12px;
	color:#115e87;
}
.rampenlichter td{
	height:75px;
	border-bottom:1px solid #115e87;
}