@CHARSET "UTF-8";


#body {
	background-image:url('media/images/background.jpg');
	background-repeat:no-repeat; 
	background-position:center top;

}

/* navigation */

#navigation a{
	background-image: url("media/navi/main_navi.png") !important;
	height: 20px;
	float:left;	
	background-repeat: no-repeat;
	display: block;
	margin-right:15px;

}

#highlights_link {
	width:140px;
	background-position: 0px 0px;
	margin-left:0px;
	margin-left:20px;
	margin-top:7px;
}

#highlights_link:hover,#highlights_link_active {
	background-image: url("media/navi/main_navi.png") !important;
	width:140px;
	height:20px;
	margin-left:20px;
	margin-top:7px;
	background-position: 0px -20px;
}

#about_us_link {
	width:75px;
	background-position: -160px 0px;
	margin-left:10px;
	margin-top:7px;
}

#about_us_link:hover,#about_us_link_active {
	background-image: url("media/navi/main_navi.png") !important;
	width:75px;
	height:20px;
	margin-top:7px;
	background-position: -160px -20px;
		margin-left:10px;
}

#gallery_link {
	width:115px;
	background-position: -259px 0px;
	margin-left:10px;
	margin-top:7px;
}

#gallery_link:hover,#gallery_link_active {
	background-image: url("media/navi/main_navi.png") !important;
	width:115px;
	height:20px;
	margin-top:7px;
	background-position: -259px -20px;
	margin-left:10px;
}

#contact_link {
	width:160px;
	background-position: -397px 0px;
	margin-left:10px;
	margin-top:7px;
}

#contact_link:hover,#contact_link_active {
	background-image: url("media/navi/main_navi.png") !important;
	width:160px;
	height:20px;
	margin-top:7px;
	background-position: -397px -20px;
		margin-left:10px;
}

/* footer links*/

.footer_link, .footer_link:visited {
	color: #134a96;
	text-decoration: none;
}

.footer_link:hover {
	color: #aeb7be;
}


/** Text */

.headline {
	color: #134a96;
	font: bold 17px Georgia, "Times New Roman", Times, serif;
	height:10px;
}

.subheadline {
	color: #134a96;
	font: bold 12px Georgia, "Times New Roman", Times, serif;		
}

.normaltext {
	color: #134a96;
	font: normal 12px Georgia, "Times New Roman", Times, serif;	
}

.justify {
	text-align:justify;
}

.subnavi_active{
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #134a96;	

	text-decoration: none;
	padding:2px;
}

a.subnavi:link, a.subnavi:visited {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #aeb7be;
	text-decoration: none;
	padding:2px;
}

a.subnavi:hover, a.subnavi:active {
	color: #134a96;

}

/** Header Styles **/

#header {
	width:974px;

	margin:auto;
	padding-left:20px;
}

#footer {
	margin:auto;
	padding-left:410px;
	width:300px;
}

#logo {
	width:974px;
	height:81px;

}

#navigation {
	width:974px;
	height:30px;
	display:block;
}


/** page content styles **/

#content {
	width:974px;
	margin:auto;
	padding-left:20px;
}

#page_content {
	width:841px;
	float:left;
	border-width: 1px;
	border-color: #d3d4d4;
	border-style:solid;
	background-color: white;
}
 #flash_sidebar {
 	width:130px;
 	height:418px;
 	float:left;
 } 
 
#top_page_content {
	width:841px;
	height:210px;
}

.banner_big_top_page_content {
	width: 543px;
	height: 210px;
	float:left;
	
	
}
.banner_small_top_page_content	{
	width: 149px;
	height: 210px;
	float:left;
	
}

#main_page_content {
	width:841px;
	
}

#text_main_content {
	width:543px;
	height:850px;
	float:left;
		
}

#sidebar_main_content {
	width:291px;
	float:left;
}

#banner_sidebar_main_content {
	width:298px;
	height:140px;
}

#info_sidebar_main_content {
	width:298px;
	height:710px;
	background-color: #dedde8;
}

/** Über uns Seite **/

#about_us_text , #team_text, #calendar_list{
	height:140px; 
	width:513px; 
	padding: 0 15px;
}

#about_us_navigation{
	border-width:0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #d3d4d4;
	padding:2px 5px;
	color:#d3d4d4;
}

ul.subheadline {
	margin-bottom:3px;	
}
ul.normaltext {
	margin-top:3px;
}

/* infoblock */

.headline_openingtimes {
	padding: 0 15px;
	
}

/* event */

.event_headline{
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	/*color: #134a96;*/	
    color: #aeb7be;
}
 .event {
  color: #aeb7be;
 }
  .event .normaltext{
  color: #aeb7be;
 }
 

/* Kontakt */

#contact_text {
		height:70px; 
	width:513px; 
	padding: 0 15px;
	}



ul#rule_list{
	color:#134A96;
	list-tyle:disc;
	}
	
ul#rule_list > li {
	padding-bottom:5px;
}

