@charset "UTF-8";

* {
	margin:0;
	padding:0;
}

html {
	margin:0;
	padding:0;
	/*font-size: 100%;*/
}

body  {
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #FAFAFA;
}

/*divs*/
#container {
	width: 970px;
	height:auto;
	background-color: #E3E2E3;
	/*margin: 0 auto;*/
	margin: 0;
	text-align: left;
	background-image: url(/_image/layout/hg.png);
	background-repeat: repeat-x;
} 
#banner-right {
	position: absolute;
	left: 1000px;
	top: 20px;

}
#header {
	background-color: #DDDDDD;
	padding: 0;
} 
#sidebar1 {
	float: left;
	width: 260px;
	padding: 0;
	color: #FFF;
	padding: 0;
}

#facebook {margin-left: 15px;}


#sidebar2 {
	float: right;
	width: 180px;
	padding: 5px;
	margin: 3px 0 50px 20px;
	font-size: 14px;
}

#mainContent {
	margin: 20px 0 0 280px; 
	padding: 0;
} 

#sponsoren {
	clear:both;
	padding: 0;
	margin-top:50px;
} 
#footer {
	clear:both;
	padding: 20px 10px 0 20px;
} 

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*styles*/


#mainContent h1,
#mainContent h2,
#mainContent h3,
#mainContent h4,
#sidebar2 h2
{
	font-family:Arial, Helvetica, sans-serif;
	color:#ED1B24;
	line-height: 1.1;
}
#mainContent h1 {
	font-size: 26px;
	margin:22px 0 12px 0;
}
#mainContent h2 {
	font-size:22px;
	margin:12px 0 6px 0;
}
#mainContent h3 {
	font-size:18px;
	margin:10px 0 6px 0;
}
#mainContent h4 {
	font-size:14px;
	font-weight: bold;
	margin:8px 0 5px 0;
}

#mainContent p {
	line-height:1.4;
	margin: 5px 0;
}
#sidebar2 p {
	line-height:1.1;
	margin: 2px 0;
}
#sidebar1 p {
	line-height:1.1;
	margin: 2px 0;
	text-indent: 20px;
}

#footer h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	line-height: 1.1;
	font-size: 16px;
	margin: 0 0 0 120px; 
	padding: 10px 0; 
}
#footer p {
	margin: 0; 
	padding: 2px 0; 
}

#sidebar2 h2 {
	font-size: 16px;
	margin: 0;
	padding: 5px 0 0 0;
}



#mainContent a,
#mainContent a:link,
#mainContent a:visited,
#sidebar2 a,
#sidebar2 a:link,
#sidebar2 a:visited,
#footer a,
#footer a:link,
#footer a:visited
 {
	font-size:14px;
	color: #00ADEE;
	text-decoration: none;	
}
#mainContent a:hover,
#sidebar2 a:hover
 {
	text-decoration: underline;	
}

#sidebar2 hr {
	margin: 10px 0 5px 0;
}



.aktinfo .aktdatum {
	color:#999;
	border-bottom: 1px dotted #CCC;
	padding: 15px 0px 0px;
	width: 200px;
}

.eventtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 36px;
	color: #FFF;
	margin: 8px 0;
	padding-left: 20px;
}




/*navigation*/
#nav {
	padding: 20px 0;
}

a.nav, a.nav:link, a.nav:visited, .chosen {
	display:block;
	width:260px;
	height:22px;
	margin-top:2px;
	text-align:left;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	overflow:hidden;
	color: #00ADEE;
	text-indent: 20px;
}
a.nav:hover {
	color:#ED1B24;
	background-color: #FFF;
}
a.nav:active, .chosen {
	color:#ED1B24;
	font-weight: bold;
}



.hide { display: none; }


/*Flowplayer*/

/* player container */
div.player {
	height:368px;
	width:460px;
	border:2px solid #fff;
	outline:1px solid #333;
	-moz-outline-radius:4px;
	cursor:pointer;
	
	text-align:center;
	display:block;
}
/* play button */
div.player img {
	margin-top:120px;
}
/* info area */
div.player div.info {
	height:40px;
	background:#000 url(/_flowplayer/h80.png) repeat-x;
	opacity:0.7;
	color:#fff;
	margin-top:95px;
	text-align:left;
	padding:5px 15px;
	font-size:12px;
	border-top:1px solid #ccc;
}
/* duration data inside info area */
div.player div.info span {
	color:#99FF99;
	display:block;
	font-weight:bold;
	padding-top:8px;
}


/*Overlay*/
button {
	outline:1px outset #999;
	border:1px solid #fff;
	background-color:#222;
	color:#fff;
	height:24px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:11px;
}


/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(/_image/layout/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:450px;	
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(/_image/layout/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* container for external content. uses vertical scrollbar, if needed */ 
div.wrap { 
    height:441px; 
    overflow-y:auto; 
}

