/* **************************************************************

PROJEKT ESPRIT ARENA RELAUNCH 2009
   
© 2000-2009 DKN DÜSSELDORF
http://www.dkn.de

Codierung: ANSI / ASCII

*************************************************************** */

/* Kalender Styleangaben */

.day{
	color:#568899;
}

.style1{
			background-color:#909090; 
			cursor:hand; 
			color:#ffffff;
			
			font-size: 11px;
			line-height: 13px;
}
.style2{
			cursor:hand; 
			color:#000000;
			
			font-size: 11px;
			line-height: 13px;
}

#stoerer {
	position:absolute;
	z-index:200; 
	margin:auto;
	}

* html #stoerer {
	position:absolute;
	z-index:200; 
	left:auto;
	top:auto;
}


.event_grau_box {
	color:#fff;

}

.event_info a {
	color:#000;
}


.block_div {
	 position:relative;
	 z-index:20;
	 top:135px;
	 left:140px;
	 width:200px;
	 display:none;
	 height:300px;
}

.unterdrueckestrong strong{
	font-weight:normal;
}

/* Styles für Scroller */

#dhtmlgoodies_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
			padding:10px 10px 10px 20px;
			width:160px;
			height:140px;	/* The height of the scrolling div */
	}
	#scrolldiv_parentContainer{
			width:160px;	/* Width of the scrolling text */
			height:100%;
			overflow:hidden;
			/*border:1px solid #BC8FBD;*/
			float:left;
			position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
		padding: 5px;
		position:relative;
		/*font-family: Arial, sans-serif;
		font-size: 0.9em;
		line-height:130%;
		color: #333;*/
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:2px;
		height:140px;
		float:left;
	}
	
	/*

The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:15px;
		height:110px;	/* Total height - 40 pixels */
		border:1px solid #BC8FBD;
		position:relative;
		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:13px;
		height:13px;
		background-color:#BC8FBD;
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:16px;
		border:1px solid #BC8FBD;
		color: #ff0000;
		text-align:center;
		font-size:16px;
		line-height:16px;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}

#e_id {
	 width:318px;
	 float:left;
	 margin-top:px;
	 margin-left:10px;
	 z-index:60;
	 position:absolute;
}

* html #e_id {
	 display:block;
}