
@CHARSET "UTF-8";

/*********** BASICS ***********************************************/

body {
	margin:0;
	padding:0;
	background-color:#dedede;
   background-repeat:repeat-x;
   font-size:12px;
   font-family:Arial, sans-serif;
   color:#000;
}

a {
	text-decoration:none;
	color:#CB1212;
}

a:hover {
	text-decoration:none;
	color:#626262;
}

img { border:0px; }

hr { height:1px; color:#C3C3C3; background-color:#E6E6E6; border: none; }

table { margin:0;border:none;padding:0;outline:none;text-decoration:none;width:100%; }
table td { margin:0;border:none;padding:0;outline:none;text-decoration:none; vertical-align:top; }

.clear { clear:both; }

/*********** CONTENT STYLES ***********************************************/

#maincontent {
	width:1000px;
	margin:5px auto;
}

#maincontent #mainleft {
	width:1000px;
	margin:0px;
	float:left;
	padding:0;
}

#maincontent #mainright {
	width:160px;
	float:left;
	margin:0;
	margin-left:10px;
}







.wrapper_menu {
	width: 650px;
	display:block;
	position: relative;
	z-index:250;
	float:left;
	margin-top:2px;
}


.wrapper_menu .menu {
		list-style:none;
		width:650px;
		margin:0 auto;
		height:43px;
		padding:0 20px 0 20px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		position:relative;
		z-index:250;
}

.wrapper_menu_full {
    margin:0;
    position: relative;
    z-index:250;
}

.wrapper_menu_full .menu_whole_width {
	list-style:none;
	width:540px;
	margin:0 auto;
	height:43px;
	padding:0;
}

.menu li {
	float:left;
	text-align:center;
	position:relative;
	z-index:200;
	margin-right:5px;
	margin-top:6px;
	border:none;
	border-left:1px solid #E6E6E6;
}
.menu .fullwidth {
	position: static !important;
	z-index:250;
}
.menu li:hover {
	border-bottom:none;
	margin-right:6px;
    -webkit-border-radius: 0px 5px 0 0;
	-moz-border-radius: 0px 5px 0 0;
    border-radius: 0px 5px 0 0;
    position:relative;
    z-index:250;
}

.menu li.nodrop:hover {
	padding: 4px 10px 4px 9px;
    -webkit-border-radius: 0px 5px;
	-moz-border-radius: 0px 5px;
    border-radius: 0px 5px;
    margin-right:6px;
    position:relative;
    z-index:250;
}
.menu li.nodrop:hover a {
	padding: 0;
}
.menu li a {
	color: #EEEEEE;
	outline:0;
	padding: 5px 10px 3px 10px;
	text-decoration:none;
	display:block;
}
.menu li:hover a {
	text-shadow: none;
	position:relative;
	z-index:250;
	padding: 4px 9px 4px 9px;
}
.menu li:hover div a {
	display:inline;
}
.menu li .drop,
.menu li:hover .drop {
	padding-right:10px;
	position:relative;
	z-index:200;
}

/* Right aligned menu item */

.menu li.right {
	float:right;
	right:0;
	margin-right:0;
}
.menu li.right:hover {
	margin-right:-1px;
}



/*  _______________________________________

	02 DROP DOWN MENU
    _______________________________________  */



/* Left right aligned common styles */

.menu .dropdown_1column, 
.menu .dropdown_2columns, 
.menu .dropdown_3columns, 
.menu .dropdown_4columns,
.menu .dropdown_5columns,
.menu .dropdown_fullwidth {
	margin:4px auto;
	left:-999em;
	position:absolute;
	padding:10px;
	text-align:left;
	-webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
	z-index:250;
}

/* Drop Downs Sizes */

.menu .dropdown_1column {width: 145px;}
.menu .dropdown_2columns {width: 300px;}
.menu .dropdown_3columns {width: 455px;}
.menu .dropdown_4columns {width: 610px;}
.menu .dropdown_5columns {width: 765px;}
.menu .dropdown_fullwidth {
	width: 520px;
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
    border-radius:5px;
}
.menu li .first_fullwidth {
    -webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
}

/* Showing Drop Down on Mouse Hover - Left aligned */

.menu li:hover .dropdown_1column, 
.menu li:hover .dropdown_2columns, 
.menu li:hover .dropdown_3columns,
.menu li:hover .dropdown_4columns,
.menu li:hover .dropdown_5columns {
	left:-1px;
	top:25px;
}
.menu li:hover .dropdown_fullwidth {
	left:21px;
	top:33px;
	display: block;
}
.wrapper_menu_full .menu li:hover .dropdown_fullwidth {
	left:50%;
	margin-left:-470px;
	top:32px;
	display: block;
}

/* Showing Drop Down on Mouse Hover - Right aligned */

.menu li .align_right {
    -webkit-border-radius: 5px 0 5px 5px;
	-moz-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}
.menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:25px;
}
.menu li.right:hover .dropdown_fullwidth {
	right:18px;
	top:33px;
}
.wrapper_menu_full .menu li.right:hover .dropdown_fullwidth {
	left:auto;
	right:50%;
	margin-right:-471px;
	top:32px;
}

/* Columns Sizes */

.menu .col_1,
.menu .col_2,
.menu .col_3,
.menu .col_4,
.menu .col_5,
.menu .col_6 {
	float: left;
	margin-left: 10px;
}
.menu .col_1 {width:145px;}
.menu .col_2 {width:300px;}
.menu .col_3 {width:455px;}
.menu .col_4 {width:610px;}
.menu .col_5 {width:500px;}
.menu .col_6 {width:920px;}

/* IMPORTANT */

/* Use the firstcolumn class for the items that stick to the left edge of the dropdown */
.menu .firstcolumn {
	margin-left: 0; /* Clearing margin & left */
	clear: left;
}



/*  _______________________________________

	03 CONTENT STYLING
    _______________________________________  */



.menu p,
.menu ul,
.menu li {
	font-size:14px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align:left;
}
.menu p {
	font-size:12px;
	line-height:18px;
	margin:0;
	margin-bottom:10px;
}

.menu li:hover div a {
	text-decoration:none;
	text-shadow:none;
	border:none;
	padding:0;
}



/* Box styles */

.menu li .red_box {
	color: #FFF;
	padding:4px 6px 4px 6px;
}

/* Standard lists styles */

.menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
.menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #000000;
	padding:0;
	margin:0;
	float:left;
	text-align:left;
	width:145px;
	z-index:250;
}
.menu li ul li a {
	padding:0;
}
.menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}


/* 2-Levels Drop Down */

.menu .levels, 
.menu .levels ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu li:hover .levels a {
	display:block;
}
.menu .levels a {
	display: block;
	width: 10em;
}
.menu .levels li {
	float: left;
	width:150px;
}
.menu .levels li ul {
	position: absolute;
	top:-23px;
	margin:15px 0 0 4px;
	padding:6px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
	left: -999em;
	z-index:250;
}
.menu .levels li:hover ul ul, 
.menu .levels li:hover ul ul ul {
	left: -999em;
}
.menu .levels li:hover ul, 
.menu .levels li li:hover ul, 
.menu .levels li li li:hover ul {
	left: 142px;
}


/*  _______________________________________

	06 DARK THEME
    _______________________________________  */



.menu_dark_theme ul li:hover,
.menu_dark_theme ul li.nodrop:hover {
	background-color:#FFF;
}
.menu_dark_theme ul li:hover a {
	color:#000;
	border-bottom:0;
}

.menu_dark_theme ul .dropdown_1column, 
.menu_dark_theme ul .dropdown_2columns, 
.menu_dark_theme ul .dropdown_3columns, 
.menu_dark_theme ul .dropdown_4columns,
.menu_dark_theme ul .dropdown_5columns,
.menu_dark_theme ul .dropdown_fullwidth,
.menu_dark_theme ul .levels li ul {
	background-color:#FFF;
}
.menu_dark_theme ul p,
.menu_dark_theme ul ul,
.menu_dark_theme ul li,
.menu_dark_theme ul h2,
.menu_dark_theme ul h3 {
	color:#ffffff;
}
.menu_dark_theme ul h2, 
.menu_dark_theme ul h3 {
	border-bottom:1px solid #333333;
}

.menu_dark_theme ul li .red_box {
	background-color:#CB1212;
	padding:4px 6px 4px 6px;
}

.menu_dark_theme ul li .red_box:hover {
	background-color:#626262;
}

.menu_dark_theme ul li .blue_box {
	background-color:#3A83A8;
	padding:4px 6px 4px 6px;
}

.menu_dark_theme ul li .blue_box:hover {
	background-color:#266789;
}

.menu_dark_theme ul li .darkred_box {
	background-color:#890404;
	padding:4px 6px 4px 6px;
}

.menu_dark_theme ul li .darkred_box:hover {
	background-color:#626262;
}

.menu_dark_theme ul li .trans_box {
	background:0;
}

.menu_dark_theme ul li .red_box a {
	color:#FFF;
}


.menu_dark_theme .menu li:hover div a {
	border-bottom:none;
}


.menu_dark_theme ul li .info_box {
	background-color:#EFEFEF;
	border:1px solid #C3C3C3;
	padding:3px 5px 3px 5px;
	-webkit-border-radius: 0 5px 0 5px;
	-moz-border-radius: 0 5px 0 5px;
    border-radius: 0 5px 0 5px;
    color:#000;
}

.menu_dark_theme ul li .info_box a {
    color:#626262;
}
.menu_dark_theme ul li .info_box a:hover {
    color:#000;
}


/*  _______________________________________

	07 COLORS
    _______________________________________  */



/* Black */

.menu_black {

}
.wrapper_menu .menu_black {
}
.wrapper_menu_full .menu_black {

}


/*  _______________________________________

	08 TOUCH SCREEN DEVICES
    _______________________________________  */



.menu li.noactive,
.menu li.noactive:hover {
	background:none;
	border:none;
	margin-right:20px;
}
.menu li.noactive a {
	padding: 5px 27px 3px 10px;
	text-shadow: 1px 1px 1px #000;
	border-bottom:none;
}
.menu li.noactive.right {
	margin-right:0;
}











		/*------------------------
	---------------- NAVS
	------------------------*/


		/*------------------------
		--------------- LEFT ARROW
		------------------------*/
		
		/* Sets position and main configs */
		.slider_arrow_left {
			cursor: pointer !important;
			float: left;
			height: 22px;
			position: absolute;
			width: 22px;
			bottom:18px;
			left:25px;
		}
		
		/* left arrow image */
		.slider_arrow_left {
			
			background: url(/img/design/slide/left_arrow.png) no-repeat top left;
			
		}


		/*------------------------
		-------------- RIGHT ARROW
		------------------------*/
		
		/* Sets position and main configs */
		.slider_arrow_right {
			cursor: pointer;
			float: left;
			height: 22px;
			position: absolute;
			width: 22px;
			bottom:18px;
			left:55px;
		}
		
		/* Right arrow Background */
		.slider_arrow_right {
			
			background: url(/img/design/slide/right_arrow.png) no-repeat top left;
			
		}




	/*------------------------
	---------------- SELECTORS
	------------------------*/
	
	/* Sets configs for selectors containers : absolute positioned in relation to #slider */
	.slider_selector, .slider_selector_dis {
		
		list-style: none;
		margin: 0 0 0 5px;
		position: absolute;
		bottom:35px;
		right:0;
	}
	
		/* Sets image of selectors */
		.slider_selector li, .slider_selector_dis li {
			
			display: block !important;
			background: url(/img/design/slide/slider_selector.png) no-repeat top left;
			cursor: pointer;
			float: left;
			margin: 0 3px !important;
			height: 10px !important;
			position: relative !important;
			width: 10px !important;
		}
		
		/* Sets the current selector */
		.slider_selector li.current, .slider_selector_dis li.current {
			
			background: url(/img/design/slide/slider_selector_current.png) no-repeat top left;
			
		}
	
	/* Disables the selectors */
	.slider_selector_dis li {
		
		cursor: default !important;
	}
	
	.container {
		
		float: left;
		position: relative;
		width: 100%;
		z-index:25;
	}



/*------------------------
	---------------- CONTENT
	------------------------*/
	
	/* You might want to change these options for the main container */
	#yourSliderId, #yourSliderId li {
		
		width: 615px;
	}
	
	/* images container - This is the most important container - Don't change important properties */
	#yourSliderId {
		
		list-style: none !important;
		float: left;
		margin: 0 !important;
		padding: 0 !important;
		position: relative !important;
	}

		/* each slider item - Nothing to change here */
		#yourSliderId li {
			
			display: none;
			float: left;
			margin: 0;
			position: absolute;
			width: 100%;
		}
		
		/* Don't edit this part */
		#yourSliderId li.current {
			
			display: block;
			z-index: 2 !important;
			
		}
		
		/* Don't edit this part */
		#yourSliderId li.next {
			
			display: block;
			z-index: 1 !important;
			
		}
		
		/* Don't edit this part - prevents inline lists from being hidden */
		#yourSliderId li ul li {
			
			display: block !important;
			position: relative !important;
		}
		
		
		#yourSliderId h2 a {
			color:#3c3c3c;
		}
		
		#yourSliderId h2 a:hover {
			color:#000;
		}
		
		
		
		











#headwerbung {
	width:1010px;
	margin:0px;
	height:90px;
	text-align:right;
}

#headleiste {
	width:1000px;
	margin:5px auto;
	font-size:10px;
	color:#000;
}

#headleiste a {
	font-size:10px;
	margin-left:11px;
	color:#000;
}

#headleiste a:hover {
	color:#000;
}

#headleiste #headleft {
	width:480px;
	float:right;
	margin-right:20px;
	text-align:right;
}

#headleiste #headright {
	width:480px;
	float:right;
	text-align:left;
	margin-left:20px;
}

#headleiste #headright h1 {
	font-size:10px;
	color:#000;
	margin:0;
	padding:0;
}

#header {
	width:1000px;
	margin:5px auto;
}

#header #ftop {
	background-image:url(/img/design/css/site_head_top.png);
	width:1000px;
	height:13px;
}

#header #hcontent {
	width:1000px;
	background-color:#FFF;
	position:relative;
}

#header #hcontent #logo {
	width:290px;
	float:left;
	margin:0 0 10px 20px;
}

#header #hcontent #headerusericon {
	position:absolute;
	left:407px;
	top:98px;
	width:50px;
	height:50px;
	z-index:2000;
}


#header #hcontent #headerbox1 {
	width:380px;
	height:85px;
	margin:0 0 0 13px;
	float:left;
	text-align:center;
}



#header #hcontent #headerbox1 #zeitungkopf {
	float:left;
	height:75px;
	text-align:right;
	padding-top:18px;
	width:310px;
}

#header #hcontent #headerbox1 #zeitunglogo {
	float:left;
	width:50px;
	height:50px;
	margin-left:10px;
	padding-top:14px;
	z-index:50;
	position:relative;
}

#header #hcontent #headerbox1 #zeitunglogo img {
	border:1px solid #626262;
}

#header #hcontent #headerbox1 #zeitungkopf h2 {
	font-family:Vollkorn;
	font-size:19px;
	margin:0;
	text-transform:capitalize;
	font-weight:normal;
}

#header #hcontent #headerbox1 #zeitungkopf h3 {
	font-size:11px;
	color:#626262;
	margin:0;
	font-weight:normal;
}


#header #hcontent #headerbox1 #topleft {
	width:20px;
	height:85px;
	float:left;
	background:url(/img/design/icon/topleft.png);
	margin-left:20px;
}

#header #hcontent #headerbox1 #topleft:hover {
	background:url(/img/design/icon/topleft-on.png);
}

#header #hcontent #headerbox1 #topcontent {
	height:75px;
	width:300px;
	float:left;
	padding:5px;
}

#header #hcontent #headerbox1 #topright {
	width:20px;
	height:85px;
	float:left;
	margin-right:10px;
	background:url(/img/design/icon/topright.png);
}

#header #hcontent #headerbox1 #topright:hover {
	background:url(/img/design/icon/topright-on.png);
}



#header #hcontent #headerbox1 #form1 {
	float:left;
	margin-right:5px;
	font-size:10px;
	color:#626262;
}

#header #hcontent #headerbox1 #form1 input {
	border: 1px solid #C3C3C3;
	background-color:#FFF;
	width:200px;
}

#header #hcontent #headerbox1 .formtitle {
	margin:0;
	font-size:11px;
	color:#626262;
}

#header #hcontent #headerbox1 #form1 .submitfeld {
	float:left;
	margin:14px 0 0 0;
	border:0;
	width:20px;
	height:20px;
	background-color:#EFEFEF;
}







#header #hcontent #headerbox2 {
	width:290px;
	height:85px;
	float:left;
	margin:0;
	padding:0;
}


#header #hcontent #headerbox2 #activbox {
	width:250px;
	height:85px;
	padding-left:20px;
	margin-left:10px;
	position:relative;
	border-left:1px dashed #626262;
}

#header #hcontent #headerbox2 #activbox #statushead {
	text-align:center;
	font-size:11px;
	position:absolute;
	text-transform:uppercase;
	color:#626262;
	top:8px;
	font-weight:bold;
	width:250px;
}

.headtext {
	color:#CB1212;
	font-size:13px;
	font-weight:bold;
	width:280px;
	text-align:center;
	margin-bottom:5px;
	margin-top:0px;
}

#header #hcontent #headerbox2 #headlink {
	border-bottom:1px solid #E6E6E6;
	width:280px;
	padding-bottom:4px;
	font-size:10px;
	color:#626262;
}

#header #hcontent #headerbox2 #headloginbox {
	float:left;
	width:143px;
	margin-top:5px;
}

#header #hcontent #headerbox2 #headloginbox #headlogintitle {
	font-size:11px;
	color:#626262;
}

#header #hcontent #headerbox2 #headloginbox input {
	width:133px;
	border:1px solid #E6E6E6;
	color:#626262;
	font-size:11px;
	padding:1px;
	height:15px;
}

#header #hcontent #headerbox2 #headlink a {
	font-size:10px;
	padding-left:12px;
	color:#626262;
	font-weight:bold;
}

#header #hcontent #headerbox2 #activbox #statustitle {
	text-align:center;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	position:absolute;
	top:28px;
	width:250px;
}

#header #hcontent #headerbox2 #activbox #statustitle a {
	color:#3A83A8;
}

#header #hcontent #headerbox2 #activbox #statustext {
	position:relative;
	text-align:center;
	font-size:11px;
	color:#626262;
	margin:0;
	top:46px;
	width:250px;
}

#header #hcontent #headerbox2 #activbox #statusbg {
	position:absolute;
	top:57px;
	left:25px;
	width:230px;
	height:28px;
	z-index:10;
}

#header #hcontent #headerbox2 #activbox #statusbar {
	position:absolute;
	top:57px;
	left:25px;
	width:230px;
	height:28px;
	background-image:url(/img/design/css/user_leiste.png);
	color:#626262;
	z-index:100;
}



#header #navigation {
	width:970px;
	height:54px;
	margin:0px auto;
}

#header #navigation #nleft {
	width:14px;
	height:54px;
	float:left;
	background-image:url(/img/design/region/passau/site_head_navi_l.png);
}

#header #navigation #ncontent {
	background-image:url(/img/design/region/passau/site_head_navi.png);
	width:942px;
	height:54px;
	float:left;
	z-index:10;
}

#header #navigation #ncontent #link {
	margin:8px 0 0 25px;
	float:left;
}

#header #navigation #ncontent #link input {
	width:185px;
	height:15px;
	background-image:url(/img/design/css/suche.png);
	border:0;
	padding:10px 0 10px 15px;
	background-color:#D91C1C;
	font-size:11px;
}

#header #navigation #nright {
	background-image:url(/img/design/region/passau/site_head_navi_r.png);
	width:14px;
	height:54px;
	float:left;
}


#header #fbottom {
	background-image:url(/img/design/css/site_head_bot.png);
	width:1000px;
	height:13px;
}

#meldung {
	width:1000px;
	margin:0px auto;
	text-align:center;
}

#meldung h1 {
	margin:0;
	padding:4px;
	font-size:11px;
	color:green;
}

#meldung h2 {
	margin:0;
	padding:4px;
	font-size:11px;
	color:#CB1212;
}

#content {
	width:1000px;
	margin:5px auto;
}

#content #chead {
	background-image:url(/img/design/css/site_head_top.png);
	width:1000px;
	height:13px;
}

#content #ccontent {
	background-color:#FFF;
	width:960px;
	padding:0 20px 0 20px;
}


.sprite {
	background: url(/img/design/sprite/sprite.png) no-repeat top left;
}

.social_sprite { 
	width: 32px; height: 32px;
	background: url(/img/design/sprite/sprite.png) no-repeat top left;
}

#social_button { background-position: 0 -180px; }
#social_button_fb { background-position: 0 -254px; }
#social_button_plus { background-position: 0 -328px; }
#social_button_tw { background-position: 0 -402px; }
#social_button_yt { background-position: 0 -476px; }
#social_button_rss { background-position: 0 -365px; }
#social_button_feedback { background-position: 0 -291px; }
#social_button_blog { background-position: 0 -217px; }



#content #ccontent #cnavi li:hover {
	background-color:#626262;
}


#content #cbottom {
	background-image:url(/img/design/css/site_head_bot.png);
	width:1000px;
	height:13px;
}



#footer {
	width:1000px;
	margin:5px auto;
}

#footer #fhead {
	background-image:url(/img/design/css/site_footer_top.png);
	width:1000px;
	height:13px;
}

#footer #fcontent {
	width:1000px;
	background-color:#000;
}

#footer #fcontent #wappen {
	float:left;
	margin-left:25px;
	background-image:url(/img/design/region/passau/footer.png);
	width:269px;
	height:88px;
}

#footer #footerline1 { 
	padding-bottom:5px; padding-top:10px; z-index:100; 
	float:left;
	text-align:center;
	width:700px;
}

#footer #footerline1 a {
	color:#FFF;
	padding-left:10px;
	font-size:16px;
	font-weight:bold;
}

#footer #footerline2 { 
	padding-bottom:5px; z-index:100;
	float:left;
	margin-top:10px;
	text-align:center;
	width:700px;
}

#footer #footerline2 a {
	color:#FFF;
	padding-left:11px;
	font-size:14px;
	font-weight:bold;
}


#footer #footerline3 { 
	padding-bottom:5px; z-index:100;
	float:left;
	text-align:center;
	width:700px;
}

#footer #footerline3 a {
	color:#626262;
	padding-left:10px;
	font-size:12px;
	font-weight:normal;
}

#footer #fbottom {
	background-image:url(/img/design/css/site_footer_bot.png);
	width:1000px;
	height:13px;
}

#footerlinks {
	width:1000px;
	margin:5px auto;
	text-align:center;
	font-size:10px;
	color:#000;
}

#footerlinks a {
	color:#000;
}

#prozenticon {
	position:absolute;
	top:135px;
	left:-45px;
	width:70px;
	height:70px;
	z-index:800;
}

#hilfmit {
	position:absolute;
	top:-13px;
	left:300px;
	width:80px;
	height:45px;
	z-index:800;
	background-position: 0 -513px; width: 80px; height: 40px;
}

#naviticker {
	position:absolute;
	top:146px;
	left:130px;
	width:15px;
	height:125px;
	z-index:20;
	background-position: 0 -1248px; width: 125px; height: 15px;
}

#navikontakt {
	position:absolute;
	top:146px;
	left:260px;
	width:15px;
	height:125px;
	z-index:20;
	background-position: 0 -1228px; width: 125px; height: 15px;
}


#navishop {
	position:absolute;
	top:146px;
	left:760px;
	width:125px;
	height:15px;
	z-index:20;
	background:url(/img/design/css/navi_fanshop.png);
}



#naviblitzer {
	position:absolute;
	top:146px;
	left:510px;
	width:15px;
	height:125px;
	z-index:20;
	background-position: 0 -1208px; width: 125px; height: 15px;
}

#saison {
	position:absolute;
	top:39px;
	left:190px;
	width:80px;
	height:60px;
	z-index:800;
}




/*********** DYNAMISCHE INHALTE ***********************************************/


#dynbilder {
	width:615px;
	margin:0;
}

#dynbilder0 {
	width:615px;
	margin:0;
}

#dynbilder1 {
	width:615px;
	margin:0;
}

#dynbilder2 {
	width:615px;
	margin:0;
}

#dynbilder3 {
	width:615px;
	margin:0;
}

#dynbilder4 {
	width:615px;
	margin:0;
}

#dynbilderkl0 {
	padding-top:0px;
	width:615px;
	display:none;
	margin:0;
}
#dynbilderkl1 {
	padding-top:0px;
	width:615px;
	display:none;
	margin:0;
}
#dynbilderkl2 {
	padding-top:0px;
	width:615px;
	display:none;
	margin:0;
}
#dynbilderkl3 {
	padding-top:0px;
	width:615px;
	display:none;
	margin:0;
}
#dynbilderkl3 {
	padding-top:0px;
	width:615px;
	display:none;
	margin:0;
}
#dynbilderkl4 {
	padding-top:0px;
	width:615px;
	display:none;
	margin:0;
}
#dynbilderkl5 {
	padding-top:0px;
	width:615px;
	display:none;
	margin:0;
}
#dynbilderkl6 {
	padding-top:0px;
	width:615px;
	display:none;
	margin:0;
}


#dynbildernavi {
	width:615px;
	display:none;
	margin:0;
	padding:0;
}



.bilderslideshow {
	width:615px;
	background-color:#E6E6E6;
	height:130px;
	margin-bottom:15px;
	margin-left:2px;
}

.bilderslideshow td {
	text-align:center;
	vertical-align:middle;	
}

.bildlink8 {
	cursor: pointer;
}
.bildlink0 {
	cursor: pointer;
}
.bildlink1 {
	cursor: pointer;
}
.bildlink2 {
	cursor: pointer;
}
.bildlink3 {
	cursor: pointer;
}
.bildlink4 {
	cursor: pointer;
}
.bildlink5 {
	cursor: pointer;
}
.bildlink6 {
	cursor: pointer;
}
.bildlink7 {
	cursor: pointer;
}
.bildlink9 {
	cursor: pointer;
}
.bildlink10 {
	cursor: pointer;
}


.bildernavi { 
	width:615px;
	margin:0;
	padding:0;
}

.bildernavi td {
	height:30px;
	vertical-align:middle;
	text-align:center;
}


/******************** SONSTIGES **************************************/


#tour {
	width:330px;
	height:150px;
	position:absolute;
	top:10px;
	left:10px;
	color:#000;	
	background-repeat: no-repeat;
	padding:40px;
	z-index:40;
}



#sidebox {
	width:300px;
	padding:0;
	margin:0 0 15px 0;
	float:left;
}

#sidebox #header {
	width:290px;
	height:20px;
	color:#FFF;
	padding:5px;
	font-weight:bold;
	margin:0;
	background-image:url(/img/design/region/passau/sidebox.png);
}

#sidebox #header a { color:#FFF; }

#sidebox #header #icon {
	position:absolute;
	top:5px;
	right:13px;
}

#sidebox #value {
	width:290px;
	padding:5px;
	border-bottom:1px dashed #C3C3C3;
	float:left;
	font-size:11px;
}

#sidebox #value p { font-weight:normal; margin:0; padding:0; }

#sidebox #value a { color:#CB1212;font-size:12px;font-weight:bold; }
#sidebox #value a:hover { color:#626262;font-size:12px;font-weight:bold; }

#sidebox #sfooter {
	text-align:right;
	font-weight:bold;
	width:150px;
	height:25px;
	margin-left:150px;
	margin-top:5px;
}


#sidebox #value #text {
	position:relative;
	width:160px;
	float:left;
	padding-top:0px;
}

#sidebox #value #text h3 {
	margin-top:0px;
	padding-top:0px;
	font-size:14px;
	font-weight:bold;
}

#sidebox #sideboxlink {
	background-color:#EFEFEF;
	margin:0 0 0 3px;
	padding:3px;
	padding-top:0;
}

#sideboxlink a {
	font-size:10px;
	color:#626262;
}


#scroller {
	width:565px;
	padding:5px;
	position:relative;
	margin:0px 0 19px 0;
}











#dynfooter {
	background:url("/img/design/footer/footer_bg.png") bottom repeat-x #0C0C0C;
	position: fixed;
	bottom: 0px;
	margin:0;
	left:0px;
	width: 340px;
	height: 35px;
	border: 1px solid #000000;
	padding:0px;
	font-family:Arial,Helvetica,sans-serif;
	text-shadow: 1px 1px 1px #000;
	-moz-border-radius: 0px 4px 0px 0px;
    -webkit-border-radius: 0px 4px 0px 0px;
    border-radius: 0px 4px 0px 0px;
	-moz-box-shadow: 0px 0px 5px #222222;
	-webkit-box-shadow: 0px 0px 5px #222222;
	box-shadow: 0px 0px 5px #222222;
	z-index:9999;
}
#dynfooter li {
	float:left;
	border-right:1px solid #191919;
	list-style:none;
}
#dynfooter li:hover {
	background-color:#121212;
}
#dynfooter li:hover a {
	color:#dddddd;
}
#dynfooter li a {
	color:#bbbbbb;
	font-size:12px;
	text-decoration:none;
	padding:0px 15px 0px 15px;
	line-height:35px;
	display:block;
}

#dynfooter li .dropup {
	padding-right:40px;
	background:url("/img/design/footer/arrow.png") no-repeat right 15px;
}

#dynfooter li .footer_dropup {
	position: absolute;
	left:-9999em;
	z-index:9999;
}
#dynfooter li:hover div.footer_dropup  {
	display: block;
	padding:15px 0px 0px 0px;
	margin: 0 0 0 -1px;
	left:auto;
	bottom:35px; /* Equal height of the footer */
	background-color:#121212;
	border-bottom:none;
	-moz-border-radius: 8px 8px 8px 0px;
    -webkit-border-radius: 8px 8px 8px 0px;
    border-radius: 8px 8px 8px 0px;
}
#dynfooter #footer_home a {
	padding-top:0;
}



/*  _____________________________________________________________________________

    2. DROP UP CONTAINERS
    _____________________________________________________________________________  */



#dynfooter .drop1column {width: 80px;}
#dynfooter .drop2columns {width: 160px;}
#dynfooter .drop3columns {width: 240px;}
#dynfooter .drop4columns {width: 320px;}
#dynfooter .drop5columns {width: 400px;}
#dynfooter .drop6columns {width: 480px;}
#dynfooter .drop7columns {width: 560px;}
#dynfooter .drop8columns {width: 640px;}
#dynfooter .drop9columns {width: 720px;}
#dynfooter .drop10columns {width: 800px;}
#dynfooter .drop11columns {width: 880px;}
#dynfooter .drop12columns {width: 960px;}



/*  _____________________________________________________________________________

    3. COLUMNS GRID
    _____________________________________________________________________________  */



#dynfooter .col_1,
#dynfooter .col_2,
#dynfooter .col_3,
#dynfooter .col_4,
#dynfooter .col_5,
#dynfooter .col_6,
#dynfooter .col_7,
#dynfooter .col_8,
#dynfooter .col_9,
#dynfooter .col_10,
#dynfooter .col_11,
#dynfooter .col_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
	color:#FFF;
}
#dynfooter .col_1 {width:50px;}
#dynfooter .col_2 {width:130px;}
#dynfooter .col_3 {width:210px;}
#dynfooter .col_4 {width:290px;}
#dynfooter .col_5 {width:370px;}
#dynfooter .col_6 {width:450px;}
#dynfooter .col_7 {width:530px;}
#dynfooter .col_8 {width:610px;}
#dynfooter .col_9 {width:690px;}
#dynfooter .col_10 {width:770px;}
#dynfooter .col_11 {width:850px;}
#dynfooter .col_12 {width:930px;}

.clear, .clear_push {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clear_push { /* Use this one to "clear" and add some space */
	height: 12px;
}



/*  _____________________________________________________________________________

    4. FOOTER TYPOGRAPHY
    _____________________________________________________________________________  */



#dynfooter p, #dynfooter h1, #dynfooter h2, #dynfooter h3, #dynfooter h4, #dynfooter h5, #dynfooter h6 {
	color:#FFFFFF;
	margin:0;
}
#dynfooter p {
	font-size:12px; 
	line-height:21px; 
	margin-bottom:18px;
	color:#FFF;
}

#dynfooter h1, #dynfooter h2 {
	padding-bottom:12px;
}
#dynfooter h1, #dynfooter h2, #dynfooter h3 {
	margin-bottom:18px;
}
#dynfooter h4, #dynfooter h5, #dynfooter h6 {
	margin-bottom:12px;
}
#dynfooter h1 {
	font-size:36px;
	line-height:36px;
}
#dynfooter h2 {
	font-size:30px; 
	line-height:42px;
}
#dynfooter h3 {
	font-size:28px; 
	line-height:28px;
}
#dynfooter h4 {
	font-size:21px; 
	line-height:24px;
}
#dynfooter h5 {
	font-size:18px; 
	line-height:28px;
}
#dynfooter h6 {
	font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size:14px; 
	line-height:18px; 
	text-transform:uppercase;
}

/* Separator */

#dynfooter hr {
	border-top:1px solid #000;
	border-bottom:1px solid #222;
	border-left:none;
	border-right:none;
	height: 0px;
	margin-bottom:16px;
	margin-top:0px;
}

/* Simple Lists */

#dynfooter ul, #dynfooter ol {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#dynfooter ul li, #dynfooter ol li {
	font-size:12px;
	line-height:24px;
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	border:none;
}
#dynfooter li div.footer_dropup a, #dynfooter ul li a, #dynfooter ol li a {
	padding:0;
	margin:0;
	display:inline;
	line-height:18px;
}
#dynfooter ul li:hover {
	color:#ffffff;
}

/* Other Lists */

#dynfooter ul.list, #dynfooter ul.list2, #dynfooter ol.num, #dynfooter ol.num2 {
	margin:0 0 18px 20px; 
	color:#ffffff;
	font-size:12px;
}
#dynfooter ul.list li, #dynfooter ul.list2 li, #dynfooter ol.num li, #dynfooter ol.num2 li{
	padding:0 0 0 12px;
	line-height:24px;
	border:none;
}
#dynfooter .list li {
	list-style:disc;
}
#dynfooter .list2 li {
	list-style:square;
}
#dynfooter .num li {
	list-style:decimal;
}
#dynfooter .num2 li {
	list-style:upper-latin;
}

#dynfooter li div.footer_dropup ul.list li a, 
#dynfooter li div.footer_dropup ul.list2 li a, 
#dynfooter li div.footer_dropup ol.num li a, 
#dynfooter li div.footer_dropup ol.num2 li a {
	color:#bbbbbb;
}
#dynfooter li div.footer_dropup ul.list li a:hover, 
#dynfooter li div.footer_dropup ul.list2 li a:hover, 
#dynfooter li div.footer_dropup ol.num li a:hover, 
#dynfooter li div.footer_dropup ol.num2 li a:hover {
	color:#dddddd;
}

#dynfooter .black_box, #dynfooter .black_box2 {
	background-color:#0C0C0C;
	color: #FFF;
	padding:6px 8px 6px 8px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

/* Simple Tables */

#dynfooter #table_dark {
	width:100%;
	padding:0;
	margin:6px 0 18px 0;
	font-size:12px;
}
#dynfooter #table_dark th {
	text-align:left; 
	padding:12px 9px 12px 9px; 
	font-weight:bold; 
	font-size:12px;
}
#dynfooter #table_dark {
	border:1px solid #000; 
	border-bottom:none;
}
	#dynfooter #table_dark th {
		color:#FFF; 
		border-bottom:1px solid #000; 
		background:#0D0D0D;
	}
	#dynfooter #table_dark td {
		border-bottom:1px solid #000; 
		background:#0F0F0F; 
		padding:12px 9px 12px 9px; 
		color:#DDD;
	}

/* Social Icons */

#dynfooter li#social {
	float:right; /* Positionning of the social icons container */
	width:auto;
	margin:0 15px 0 0;
	padding:0;
	border:none;
}
#dynfooter li#social ul {
	float:right; /* Positionning of the social icons container */
	width:auto;
	margin:8px 0;
}
#dynfooter li#social:hover {
	background:none;
}
#dynfooter li#social li {
	margin-right:5px; /* 12px is the space between each one of them */
	float:left;
	background:none;
	border:none;
	width:20px;
	height:20px;
	padding:0px;
}

/* Tooltips for social icons */

a.tooltip:hover {
	text-decoration:none;
}
a.tooltip span { /* The "span" defines the text appearing on mouse hover, these are basic stylings */
	display:none;
	padding:0px 7px 5px 7px;
	bottom:30px;
	line-height:24px;
	position:relative;
	height:24px;
	width:55px;
	text-align:center;
	background:url("/img/design/footer/tooltip.png") no-repeat center top;
	position:absolute;
	color:#dddddd;
	font-size:12px;
	margin-left:-24px;
}
a.tooltip:hover span {
	display:block;
}



/*  _____________________________________________________________________________

    6. COLORED ELEMENTS
    _____________________________________________________________________________  */



/* Links within the content */

#dynfooter li div.footer_dropup a {color:#6a82a3;}
#dynfooter li div.footer_dropup a:hover {color:#536987;}



