@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body, p, span, label, ol, ul, li, form, textarea, input{
	font-size:10px;
}

textarea, input, select{
	border:1px solid  #00538D;
}

body{
	background-image:url(../../images/siteimages/background.jpg);
	background-attachment:fixed;
	background-color:#18131a;
	background-position: 0 -20px;
}

ul,ol,li{
	list-style: none; margin:0; padding:0;
}

a{
	text-decoration:none;
	font-size:10px;
	color:#00538D;
}

hr{
	border-top:1px dashed #00538D;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	height: 1px;
	margin:3px 0;	
}

/* headline */
h1{
	font-size:13px;
}
/* subline */
h2{
	font-size:10px;
}
/*Floorbezeichnung*/
h4{
	font-size:10px;
	font-weight:normal;
}

.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.com_white_content {
	display: none;
	position: fixed;
	top: 25px;
	background-color: white;
	z-index:1002;
	border:1px solid #00538D;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	background-image:url(../../images/siteimages/content_back.png);
	background-position:bottom;	
}

.white_content {
	display: none;
	position: fixed;
	top: 25px;
	width: 720px;
	height: 538px;
	background-color: white;
	z-index:1002;
	border:1px solid #00538D;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	background-image:url(../../images/siteimages/content_back.png);
	background-position:bottom;	
}

.white_content_static {
	width:752px;
	height:538px;
	float:left;
	border:1px solid #00538D;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	margin: 0 10px 10px 0;
	background-image:url(../../images/siteimages/content_back.png);
	background-position:bottom; 
}

.imgOut {
	position: absolute;
	z-index:2002;
}

#center_site{
	margin: auto;
	width:940px;
}
#site_container{
	background-image:url(../../images/siteimages/back_center.png);
	background-repeat:repeat-y;
	width:942px;
	margin:auto;
	background-color:#1e1c1f;
}

#site_head{
	height:172px;
	width:942px;
	margin: 0 0 0 0;
}

#site_foot{
	height:24px;
	width:942px;
	clear:both;
	background-image:url(../../images/siteimages/footer.gif);
}

#site_navi{
	height: 35px;
	width:940px;
	margin: 0 1px 0 1px;
	padding:0;
	background-image:url(../../images/navi/navi_back.gif);
	background-position:0 -5px;
}

#site_navi li{
	display:inline;
}

#site_navi li#navi_starter{
	width:43px;
	height:35px;
	float:left;
}

#site_navi li.navi_spacer{
	width:2px;
	height:35px;
	background-image:url(../../images/navi/spacer.png);
	background-position:0 -5px;
	float:left;
}

#site_navi li a{
	float:left;
	width:83px;
	height:0;
	overflow:hidden;
	padding-top:35px;
	border: 0;
}

#site_navi li#navi_home a,
#site_navi li#navi_news a,
#site_navi li#navi_events a,
#site_navi li#navi_gallery a,
#site_navi li#navi_location a,
#site_navi li#navi_community a,
#site_navi li#navi_team a,
#site_navi li#navi_busshuttle a,
#site_navi li#navi_u18 a,
#site_navi li#navi_contact a
{
	background-image:url(../../images/navi/navi_complete.png);
	background-repeat:no-repeat;
}

#site_navi li#navi_home a{
	background-position:0 -5px;
}
#site_navi li#navi_news a{
	background-position:0 -45px;
}
#site_navi li#navi_events a{
	background-position:0 -85px;
}
#site_navi li#navi_gallery a{
	background-position:0 -125px;
}
#site_navi li#navi_location a{
	background-position:0 -165px;
}
#site_navi li#navi_community a{
	background-position:0 -205px;
}
#site_navi li#navi_team a{
	background-position:0 -245px;
}
#site_navi li#navi_busshuttle a{
	background-position:0 -285px;
}
#site_navi li#navi_u18 a{
	background-position:0 -325px;
}
#site_navi li#navi_contact a{
	background-position:0 -365px;
}

#site_navi li#navi_home a:hover{
	background-position:-83px -5px;
}
#site_navi li#navi_news a:hover{
	background-position:-83px -45px;
}
#site_navi li#navi_events a:hover{
	background-position:-83px -85px;
}
#site_navi li#navi_gallery a:hover{
	background-position:-83px -125px;
}
#site_navi li#navi_location a:hover{
	background-position:-83px -165px;
}
#site_navi li#navi_community a:hover{
	background-position:-83px -205px;
}
#site_navi li#navi_team a:hover{
	background-position:-83px -245px;
}
#site_navi li#navi_busshuttle a:hover{
	background-position:-83px -285px;
}
#site_navi li#navi_u18 a:hover{
	background-position:-83px -325px;
}
#site_navi li#navi_contact a:hover{
	background-position:-83px -365px;
}


#site_navi li#navi_home a:active{
	background-position:-166px -5px;
}
#site_navi li#navi_news a:active{
	background-position:-166px -45px;
}
#site_navi li#navi_events a:active{
	background-position:-166px -85px;
}
#site_navi li#navi_gallery a:active{
	background-position:-166px -125px;
}
#site_navi li#navi_location a:active{
	background-position:-166px -165px;
}
#site_navi li#navi_community a:active{
	background-position:-166px -205px;
}
#site_navi li#navi_team a:active{
	background-position:-166px -245px;
}
#site_navi li#navi_busshuttle a:active{
	background-position:-166px -285px;
}
#site_navi li#navi_u18 a:active{
	background-position:-166px -325px;
}
#site_navi li#navi_contact a:active{
	background-position:-166px -365px;
}


#site_content{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding: 10px;
	width:920px;
}

#site_content_left{
	width:765px;
	float:left;
}

.clearer{
	font-size:1px;
	clear:both;
}


#site_content_right{
	width:150px;
	float:right;
}

#navi_left{
	width:148px;
	float:left;
}

#subnavi, #quicklook, #mailcheck, #onlineuserlist{
	width:148px;
	float:left;
	border:1px solid #00538D;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	padding-bottom: 5px;
	background-image:url(../../images/siteimages/content_back.png);
	background-position:bottom;
	margin-bottom:5px;
}

#subnavi ul, #subnavi li, #quicklook ul, #quicklook li{
	list-style:inside square;
	margin-left:5px;
	color:#00538D;
}

#subnavi h3, #quicklook h3{
	font-size:10px;
	margin-left:5px;
	color:#00538D;
}


.chapter_head_full{
	width:748px;
	height:18px;
	background-color:#00538D;
	margin-bottom:5px;
	color:#FFFFFF;
	border:1px solid #00538D;
	-moz-border-radius-topleft:5px;
	-khtml-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-khtml-border-radius-topright:5px;
	padding: 2px 0 0 5px;
	font-size:12px;
	font-weight:bold;
}

/* EVENTS */

.event_preview{
	width:370px;
	float:left;
	border:1px solid #00538D;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	height: 195px;
	margin: 0 10px 10px 0;
	background-image:url(../../images/siteimages/content_back.png);
	background-position:bottom; 
}

.event_preview_head{
	width:370px;
	height:20px;
	background-color:#00538D;
	margin-bottom:5px;
	color:#FFFFFF;
}

.event_head_left{
	float:left;
	width:200px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	margin: 2px 0 0 5px;
}

.event_head_right{
	float:right;
	width:150px;
	text-align:right;
	font-size:10px;
	margin: 4px 5px 0 0;
}
.event_preview img{
	width: 110px;
	height:165px;
	float:left;
	margin: 0 5px 5px 5px;
	border: 0;
}

.event_preview h1, .event_preview h2{
	width: 245px;
	margin: 0 5px 0 0;
	float:right;
	color:#000000;
}

.event_preview h1{
	border-bottom: 1px solid #000000;
}

.event_preview p{
	width: 245px;
	margin: 10px 5px 0 0;
	float:right;
	height: 80px;
}

.event_preview span{
	width: 245px;
	margin: 10px 5px 0 0;
	float:right;
	color:#00538D;
	font-size:8px;
	font-weight:bold;
}

.event_preview a{
	font-size:8px;
	font-weight:bold;
}

#event_detail{
	width:752px;
	float:left;
	border:1px solid #00538D;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	margin: 0 10px 10px 0;
	background-image:url(../../images/siteimages/content_back.png);
	background-position:bottom; 
}

.galery_detail{
	width:752px;
	float:left;
	border:1px solid #00538D;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	margin: 0 10px 10px 0;
	background-image:url(../../images/siteimages/content_back.png);
	background-position:bottom; 
}

#event_detail_head{
	width:inherit;
	height:20px;
	background-color:#00538D;
	margin-bottom:5px;
	color:#FFFFFF;
}

#event_detail img{
	width: 245px;
	height:370px;
	float:left;
	margin: 0 5px 5px 5px;
	border: 0;
}

#event_detail_content{
	width: 490px;
	margin: 0 5px 0 0;
	float:right;
}
#event_detail h1, #event_detail h2{
	color:#000000;
}

#event_detail h1{
	border-bottom: 1px solid #000000;
}

#event_detail label{
	color:#00538D;
	width: 80px;
	float:left;
	margin-bottom:5px;
}
#event_detail span{
	display:block;
	float:left;
	margin-bottom:5px;
}

/* LOCATION */
#location_flash{
	width:590px;
	float:left;
	height: 400px;
	margin-left: 15px;
}


.news_home{
	width:752px;
	float:left;
	border:1px solid #00538D;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	margin: 0 10px 10px 0;
	background-image:url(../../images/siteimages/content_back.png);
	background-position:bottom; 
}

.news_home .news_home_content{
	width:752px;
	float:left;
}

.news_home ul{
	width: 660px;
	float:right;
	margin: 5px 5px 5px 0;
}

.news_home .news_head{
	font-size: 12px;
	font-weight: bolder;
	border-bottom: 1px solid black;
}
.news_home .news_text{
	font-size: 10px;
	font-weight: normal;
	height: 45px;
	overflow:hidden;
}

.news_home img{
	width: 75px;
	float:left;
	margin: 5px;
}



/* GALLERY */

.gallery_preview{
	width:370px;
	float:left;
	border:1px solid #00538D;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	height: 140px;
	margin: 0 10px 10px 0;
	background-image:url(../../images/siteimages/content_back.png);
	background-position:bottom; 
}

.gallery_preview_head{
	width:370px;
	height:20px;
	background-color:#00538D;
	margin-bottom:5px;
	color:#FFFFFF;
}

.gallery_head_left{
	float:left;
	width:200px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	margin: 2px 0 0 5px;
}

.gallery_preview img{
	width: 110px;
	height:110px;
	float:left;
	margin: 0 5px 5px 5px;
	border: 0;
}

.gallery_preview h1, .event_preview h2{
	width: 245px;
	margin: 0 5px 0 0;
	float:right;
	color:#000000;
}

.gallery_preview h1{
	border-bottom: 1px solid #000000;
}

.gallery_preview p{
	width: 245px;
	margin: 10px 5px 0 0;
	float:right;
	height: 50px;
}

.gallery_preview span{
	width: 245px;
	margin: 10px 5px 0 0;
	float:right;
	color:#00538D;
	font-size:8px;
	font-weight:bold;
}

.gallery_preview a{
	font-size:8px;
	font-weight:bold;
}

.gallery_detail_thumb{
	width:140px;
	float:left;
	border:1px solid #00538D;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	height: 140px;
	margin: 0 10px 10px 0;
	background-image:url(../../images/siteimages/content_back.png);
	background-position:bottom; 
}

.gallery_usr_thumb{
	width:133px;
	float:left;
	border:1px solid #00538D;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	height: 133px;
	margin: 0 10px 10px 0;
	background-image:url(../../images/siteimages/content_back.png);
	background-position:bottom; 
}
.gallery_usr_thumb img{
	width: 113px;
	height: 113px;
	border:0;
}
.gallery_usr_thumb a{
	width: 113px;
	height: 113px;
	border:0;
	margin: 10px;
	display:block;
}

.picdummy{
	width: 110px;
	height: 110px;
	background-color:#000066;
	margin: 15px;
}

.gallery_detail_thumb img{
	width: 120px;
	height: 120px;
	margin: 10px;
	border:0;
}
.gallery_detail_thumb a{
	width: 120px;
	height: 120px;
	border:0;
}

/* CONTACT */

.contact_left, .team_left{
	width:150px;
	float:left;
	height:400px;
	border:1px solid #00538D;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	margin: 0 10px 0 0;
	background-image:url(../../images/siteimages/content_back.png);
	background-position:bottom; 
}

.contact_right, .community_right{
	width:590px;
	float:right;
	border:1px solid #00538D;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	margin: 0 10px 10px 0;
	background-image:url(../../images/siteimages/content_back.png);
	background-position:bottom;
}

.contact_right h2{
	padding: 0 5px 0 5px;
}

.contact_right h1{
	padding: 0 5px 0 5px;
}

.contact_right p{
	padding: 0 5px 5px 5px;
}


.contact_head, .team_head, .getimage_head, .full_head{
	width:inherit-5px;
	height:18px;
	background-color:#00538D;
	margin-bottom:5px;
	color:#FFFFFF;
	padding: 2px 0 0 5px;
	font-size:12px;
	font-weight:bold;
}

#contact_form{
	margin:5px;
}

#contact_form label{
	width: 150px;
	float:left;
	margin-bottom:5px;
	font-size:10px;
	font-weight:bold;
}

#contact_form input{
	width:420px;
	float:left;
	margin-bottom:5px;
}

#contact_form textarea{
	width:420px;
	height:93px;
	float:left;
	margin-bottom:5px;
}

#contact_form span{
	float:left;
	margin:0 0 5px 5px;
	font-size:10px;
}

#contact_form br{
	clear:both;
	margin-bottom:5px;
}
.team_right_main{
	width:605px;
	float:right;
}
.team_right{
	width:290px;
	float:left;
	border:1px solid #00538D;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	margin: 0 10px 10px 0;
	background-image:url(../../images/siteimages/content_back.png);
	background-position:bottom;
}

.team_right img{
	width: 110px;
	height:110px;
	margin: 0 5px 5px 5px;
	float: left;
}

.team_content{
	width: 160px;
	float: right;
	margin: 0 5px 0 0;
}
.team_content h1{
	border-bottom: 1px solid #000000;
}

#location_list_ol{
	margin-left:30px;
}

#location_list_ol li{
	margin: 0 5px 5px 5px;
	list-style-position:outside;
	list-style-type:decimal;
}

#location_list_ul{
	margin-left:30px;
}

#location_list_ul li{
	margin: 0 5px 5px 5px;
	list-style-position:outside;
	list-style-type: disc;
}

#news_list_ul li{
	margin: 0 5px 5px 15px;
	list-style-position:outside;
	list-style-type: square;
}

/* Profil editieren */

#com_editprofile{
	float:right;
	width:410px;
}

#com_editprofile label{
	display:block;
	width: 100px;
	float:left;
	margin-bottom:5px;
}

#com_editprofile input, #com_editprofile select{
	width: 300px;
	float:left;
	margin-bottom:5px;
}

#com_editprofile br{
	clear:both;
	margin-bottom:5px;
}


#com_profil_detail li{
	margin-bottom: 4px;
	font-weight:bold;
}

#com_profil_detail span{
	width:120px;
	display:inline-block;
	color:#00538D;
	font-weight:normal;
}

.com_profil_subnavi{
	color:#00538D;
	text-align:left;
	width:580px;
}

.com_profil_subnavi a{
	color:#00538D;
	display: inline-block;
	width: 125px;
	text-align:center;
	border:1px dotted #00538D;
	margin: 5px 0 5px 0;
	background-color:#C1C1C1;
}

.com_profil_subnavi span{
	display: inline-block;
	width: 15px;
	margin: 5px 0 5px 0;
}

.community_right h1{
	font-size: 12px;
	font-weight:bolder;
	margin-left:5px;
	border-bottom:1px dotted #00538D;
	margin-bottom:5px;
}

#com_message_form{
	width: 575px;
	margin-left:5px;
}
#com_message_form label{
	width: 100px;
	float:left;
	margin-bottom:5px;
	font-size: 10px;
	font-weight:bolder;
}

#com_message_form input{
	width: 465px;
	float: left;
	margin-bottom:5px;
}

#com_message_form textarea{
	width: 469px;
	height:115px;
	float: left;
	margin-bottom:5px;
}

.community_search{
	width:598px;
	float:right;
	margin: 0 0 0 0;
}

.com_search_user{
	width:136px;
	height: 183px;
	float:left;
	margin:0 10px 10px 0px;
	border:1px solid #00538D;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;	
	background-image:url(../../images/siteimages/content_back.png);
	background-position:bottom; 
}

.com_pic_confirm{
	width:85px;
	height: 130px;
	float:left;
	margin:0 11px 11px 0px;
	border:1px solid #6c085d;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;	
	background-image:url(../../images/siteimages/content_back.png);
	background-position:bottom; 
}

#hardlink{
	width: 148px;
	height: 86px;
	border:1px solid #6c085d;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	background-image: url(../../frontend/column_right/hardlink.jpg);
	display: block;
	clear:left;
	margin-bottom:5px;
}