@import url(./navigations/nav_layout.css);
@import url(./navigations/buttons_layout.css);
@import url(./modules/comments.css);
@import url(./modules/links.css);
@import url(./modules/paging.css);
@import url(./modules/gallery.css);
@import url(./modules/news.css);
@import url(./modules/newsletter.css);
@import url(./modules/staff.css);
@import url(./modules/starbox.css);
@import url(./modules/overlay.css);
@import url(./modules/podcast.css);

/* base -------------------------------------- start -*/

body, html,#main_page_background
{
	margin:0 auto;
	padding:0;
	text-align: center;
	border:0px solid red;
	height:100%;
	width:100%;
}
#main_page
{
    position:relative;
	width:960px;
	margin:0 auto;
	z-index:4;
}

/* base -------------------------------------- ende -*/

/* generelles -------------------------------start -*/

div
{
	text-align:left;
}

form
{
	margin:0;
	padding:0;	
}

.error_color
{
	padding:5px !important;
	margin:5px 0px 5px 0px;
}

a:hover
{
	text-decoration:underline;
}

/* generelles -------------------------------ende -*/

/* areas -------------------------------------- start -*/

#area_banner,#area_bottom
{
	position:relative;
	height:188px;
	margin:0;
	padding:0;
	width:100%;
	border:0px solid black;
}

#area_content
{
	/*min-height:100px;*/
	float:left;
}

#area_content_left
{	
	width:713px;
	float:left;
}

#area_content_right
{
	width:227px;
	float:left;
	padding:0px 0px 0px 20px;	
}

#area_bottom
{	
	z-index:4;
	padding:30px 0px 25px 0px;
	clear:both;
	min-height:380px;	
}

#area_language
{
	width:120px;
	height:20px;
	display:block;
	position:absolute;
	top:82px;
	right:232px;	
}

#kv_top_left
{
	position:absolute;
	height:162px;
	width:545px;	
	left:-538px;
	top:10px;
}
#kv_top_center
{	
	position:absolute;	
	height:640px;
	width:304px;	
	left:-302px;
	top:407px;
}

#main_page_background
{
	overflow:hidden;	
}

/* areas -------------------------------------- ende -*/

/* content ------------------------------ start-*/

div.functions_top
{
	height:22px;
	padding-top:20px;
}

div.text_area
{	
	padding:10px 20px 0px 20px;
}

/* container ----------------- start-*/

div.container_small
{
	width:180px;	
	clear:both;
}

div.container_small h3,
div.container_right h2,div.container_right h4,div.container_right_light h2
{
	margin:0;
	padding:2px 0px 3px 10px;	
}

div.container_right h2
{
	text-transform: uppercase;
}

div.container_left
{
	padding:0px 10px 0px 10px;
}
div.container_right_bottom,div.container_right_light_bottom
{
	height:10px;
	margin-bottom:10px;
}
div.container_left_bottom
{
	height:3px;
}

div.container_left h2
{
	padding:8px 0px 4px 0px !important;	
}

div.container_right h4
{
	padding-top:10px;
	margin:0;
}
div.container_right p
{
	margin:0;
	padding:4px 20px 0px 11px;
}

/* container ----------------- ende-*/

/* klapptext ------------------start-*/

table.klapptext
{
	display:none;
	margin-bottom:0px;	
}
table.klapptext_open
{
	display:block;
	margin-bottom:10px;	
	padding:0;
	border-collapse: collapse;    
}
table.klapptext_open p
{	
	padding:8px 0px 8px 0px !important;
}
h2.klapptext, h2.klapptext_open, h2.klapptext_hover, h2.klapptext_open_hover
{
	cursor:pointer;
	height:19px;
	padding:4px 0px 0px 25px;
	text-transform: uppercase;
	margin:0px -20px 0px -20px;
}
h2.klapptext, h2.klapptext_hover
{
	margin:0px -20px 10px -20px;
}

/* klapptext ------------------ende-*/

/* text spezfisches ---------start-*/

#nav_bottom,a.cmsBackButton
{
	text-transform: uppercase;
}

h2.textHead
{
	padding:8px 0px 8px 0px;
}

h1.contentTitle,h1.contentTitleParkinfo
{
	margin:0;
	padding:8px 0px 10px 20px;
	text-transform: uppercase;	
}
h1.contentTitleParkinfo
{	
	padding:8px 0px 10px 4px;	
}

/* text spezfisches ---------ende-*/

div.links_bottom,div.links_bottom_big
{
	margin:20px 20px 0px 20px;
	padding:15px 0px 15px 0px;
	text-transform: uppercase;
	clear:both;
}
div.links_bottom_big
{
	padding:15px 0px 30px 0px;
}

#area_flash_panorama
{		
	padding:8px 0px 12px 20px;
	margin:0px 0px 0px 0px;
	height:560px;
}

div.home_container
{
	width:960px;
}

#content_image_area
{
	
}

#image_inner_overlay
{
	
}

#content_image_area img
{
	
}

div.two_columns_left h2,div.two_columns_right h2
{
	padding-bottom:14px;
}

div.content_two_columns
{	
	overflow:hidden;
	
}
div.two_columns_left
{
	width:200px;
	margin-left:20px;
	float:left;	
}
div.two_columns_left_inner
{
	padding:0px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
}

div.two_columns_left_inner div.container_small
{
	margin-bottom:10px;
}

div.two_columns_right
{
	float:left;
	width:470px;		
}
div.two_columns_right div.text_area
{
	padding:0;
}
div.two_columns_right div.text_area p
{
	padding-top:0px;
}

#upload_tab_nav
{
	padding:2px 20px 0px 20px;
	height:19px;
}

#upload_tab_nav a
{
	margin-right:0px;
}

/* content ------------------------------ ende-*/

/* footer -------------------------------- start */

#footer_head
{
	height:46px;	
}

div.footer_row
{
	width:215px;
	padding:20px 0px 0px 20px;	
	float:left;	
}

div.footer_row a.footer_link,
div.footer_row a.footer_link_active
{	
	text-decoration:none;
	font-weight:bold;
	padding:3px 3px 3px 3px;
}
div.footer_row ul.footer_menue,
div.footer_row ul.sitemap_menue
{
	margin:0;
	padding:0;	
}
div.footer_row ul.footer_menue li
{
	list-style:none;	
	margin-bottom:10px;	
}

#post_newsletter_submit_small
{
	padding-top:10px;	
	clear:both;
}

div.footer_row ul.sitemap_menue
{
	margin:0;
	padding:0;	
}

div.footer_row ul.sitemap_menue li
{
	float:left;
	list-style:none;
	margin:0px 5px 10px 0px;
}

/* footer -------------------------------- ende */

/* spacer ------------------------------ start-*/

div.contentSpacerClear
{
	clear:both;
}

div.contentSpacerClearBig
{
	height:10px;
	clear:both;
}

/* spacer ------------------------------ ende-*/

/* statische links -------------------------------- start */

#homeLink
{
	width:188px;
	height:132px;
	top:18px;
	right:0px;
}

#area_language a
{
	padding:1px;	
}

/* statische links -------------------------------- ende */