/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}

html{
	width:100%;
	height:100%;
	text-align:center;
}

body{
	margin:auto;
	width:800px;
	height:101%;
	/* border-right:1px solid #6699cc;*/
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

a {
	color:#000000;
}

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

#content {
	border:1px solid #6699cc;
	width:800px;
	height:auto;
}

/* allgemein */
#clear{
	clear:both;
	height:2px;
}


/* Kopfbereich */
#head{
	width:800px;
	height:114px;
	background:url(../../images/style/head_bg.jpg) top no-repeat;
	/* background-repeat:no-repeat;*/
	border-bottom:1px solid #999966;
}

#topmenu {background:#6699cc; width:500px; margin-top:-20px; margin-bottom:15px; height:26px; clear:both; font-size:10px; font-weight:bold;}
#topmenu ul {margin:0; padding: 0 0 0 0; list-style: none; line-height: normal; }
#topmenu li {float:left; padding: 2px 2px 0 2px;  background:#6699cc; margin-right:5px;}
#topmenu li.first a{float:left; background:#99CCFF; padding:9px 20px; text-decoration:none; text-transform: uppercase; font-family:Verdana, Arial, Helvetica, sans-serif; color: #ffffff;}
#topmenu a {float: left; padding: 6px 20px; text-decoration: none; text-transform: uppercase; font-family: Arial, Helvetica, sans-serif; color:#ffffff; }
#topmenu a:hover {background:#99CCFF; text-decoration: none; color:#000000; }


/* Linke Seite */
#left_space{
	float:left;
	visibility:visible;
	width:290px;
	max-width:290px;
	min-height:800px;
	height:1024px;
	background-image:url(../../images/style/left_bg.jpg);
	background-color:#6699cc;
	background-position:bottom;
	background-repeat:repeat-x;
}

#content_space{
	float:right;
	width:auto;
	min-width:500px;
	max-width:500px;
}

#content_space .headline{
	float:left;
	overflow:auto;
	background:#99CCFF;
	width:494px;
	margin-top:-10px;
	font-weight:bold;
	color:#000000;
	padding:3px 3px 3px 3px;
	font-size:13px;
}

p{
	padding-left:2px;
	padding-right:2px;
}

.c_headline {
	padding:2px 2px 2px 2px;
	font-weight:bold;
}

#support {
	float:left;
	width:249px;
	height:auto;
	min-height:300px;
}

/* Linke Seite */
#upcoming {
	color:#ffffff;
}


/* Footer */
#footer{
	clear:both;
	background-color:#6699cc;
	height:25px;
	max-width:800px;
	width:800px;
	text-align:center;
	font-size:10px;
	color:#ffffff;
	overflow:visible;
}

#footer a{
	color:#ffffff;
	text-decoration:none;
}

/* Seitenteile */
.live {
	background:url(../../images/style/tour_bg.jpg) right no-repeat;
	width:494px;
	font-weight:bold;
	min-height:15px;
	vertical-align:middle;
}

.newshead {
	background:url(../../images/style/video_bg.jpg) right no-repeat;
	width:494px;
	margin-top:10px;
	font-weight:bold;
	font-size:13px;
}
	
	
