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



/* ALLGEMEIN */

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	background-color:#ffffff;
	margin:0px;
	padding:14px 0px 0px 0px;
}

a:link, a:visited, a:hover, a:active, a:focus
{
	color:#ffffff;
	text-decoration:underline;
}



/* CONTAINER */

.containerMain
{
	width:936px;
	text-align:right;
}

.containerNaviTop
{
	background-color:#9bc63b;
	height:18px;
	margin:5px 0px 2px 0px;	
	width:936px;
	position:relative;
}

.containerBanner
{
	width:684px;
	height:204px;
	background-image:url(../../img/bg_banner.jpg);
	background-repeat:repeat-x;
	padding:9px 0px 0px 252px;
	margin:0px 0px 4px 0px;
}

.containerContentBannerRight
{
	float:left;
	padding:20px 0px 0px 30px;
	margin:0px 0px 0px 0px;
}

.containerBannerRight
{
	border:1px solid #a5a5a5;
	width:163px;
}

.containerContent
{
	width:100%;
	background-color:#cfcfcf;
	float:left;
}

.containerContentCenter
{
	float:left;
	width:470px;
	min-height:500px;
	text-align:left;
	padding:15px 0px 15px 0px;
}

.containerStatue
{
	position:absolute;
	top:85px;
	left:7px;
	z-index:899;
}

.containerStatueOverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
}

.containerStatuePic {
	overflow: hidden;
	position: absolute;
	z-index: 905;
	width: 231px;
	height: 192px;	
}

.containerMenuLeft
{
	float:left;
	text-align:left;
	padding:0px 0px 0px 10px;
	margin:0px 28px 0px 0px;
}

.containerFloatLeft
{
	float:left;
}

.containerFloatRight
{
	float:right;
}


/* CONTENT */

.head
{
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 2px;
}

.subhead
{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	margin:0px 0px 10px 0px;
}

.containerBannerRightText
{
	background-color:#ffffff;
	text-align:left;
}

.bannerRightText
{
	padding:5px 8px;
	margin:0px;
}

.copy
{
	font-size:10px;
	line-height:14px;
	color:#000000;
	text-decoration:none;
}

.copykursiv
{
	color: #000000;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
}

.copybold
{
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
}

.imgItem
{
	float:left;
	margin:5px 10px 5px 0px;
}


/* NAVI */

.subnavi:link, .subnavi:visited
{
	font-size:10px;
	line-height:12px;
	text-decoration:none;
	color:#FFFFFF;
	clear:both;
	float:right;
	margin:10px 0px 2px 0px;
}

.subnavi:hover, .subnavi:active, .subnavi:focus
{
	font-size:10px;
	line-height:12px;
	text-decoration:none;
	color:#FF0000;
	clear:both;
	float:right;
	margin:10px 0px 2px 0px;
}

.subnavi#noFloat
{
	float:none;
	display:block;
	margin:4px 0px 0px 0px;
}

.fliestext:link, .fliestext:visited
{
	font-size:10px;
	line-height:12px;
	text-decoration:none;
	color:#FFFFFF;
}

.fliestext:hover, .fliestext:active, .fliestext:focus
{
	font-size:10px;
	line-height:12px;
	text-decoration:none;
	color:#FF0000;
}

.bannerRightLink:link, .bannerRightLink:visited
{
	display:block;
	text-align:right;
	background-color:#9bc63b;
	border-top:1px dotted #fff;
	padding:5px 8px;
	text-decoration:none;
	color:#fff;
}

.bannerRightLink:hover, .bannerRightLink:active,  .bannerRightLink:focus
{
	display:block;
	text-align:right;
	background-color:#9bc63b;
	border-top:1px dotted #fff;
	padding:5px 8px;
	text-decoration:underline;
	color:#fff;
}


/* NAVI TOP */

ul#navigation-1
{
	margin:0;
	padding:0px 0px;
	list-style:none;
	height:18px;
	width:684px;
	padding:0px 0px 0px 252px;
}

ul#navigation-1 li
{
	margin:0px;
	padding:0px;
	display:block;
	float:left;
	position:relative;
	width:80px;
}

ul#navigation-1 li a:link, ul#navigation-1 li a:visited
{
	padding:2px 16px;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	height:14px;
	border-left:1px solid #7c9f2f;
	border-right:1px solid #9bc63b;
	font-weight:bold;
}

ul#navigation-1 li:hover a, ul#navigation-1 li a:hover, ul#navigation-1 li a:active
{
	padding:2px 16px;
	display:block;
	text-align:center;
	text-decoration:none;
	background:#ebf3d9;
	color:#81bc0f;
	height:14px;
	border-left:1px solid #7c9f2f;
	border-right:1px solid #9bc63b;
	font-weight:bold;
}
	
ul#navigation-1 li ul.navigation-2
{
	margin:0;
	padding:1px 1px 0;
	list-style:none;
	display:none;
	background:#ffffff;
	width:153px;
	position:absolute;
	top:18px;
	left:0px;
	border-top:none;
}

ul#navigation-1 li:hover ul.navigation-2
{
	display:block;
	height: 0px;
}

ul#navigation-1 li ul.navigation-2 li
{
	width:134px;
	clear:left;
}

ul#navigation-1 li ul.navigation-2 li a:link, ul#navigation-1 li ul.navigation-2 li a:visited
{
	clear:left;
	background:#ffffff;
	width:137px;
	border:none;
	border-bottom:1px solid #c4e091;
	position:relative;
	z-index:1000;
	text-align:left;
	padding:4px 0px 4px 16px;
	font-weight:normal;
}

ul#navigation-1 li ul.navigation-2 li:hover a, ul#navigation-1 li ul.navigation-2 li a:active, ul#navigation-1 li ul.navigation-2 li a:hover
{
	clear:left;
	background:#83b900;
	width:137px;
	border:none;
	border-bottom:1px solid #c4e091;
	position:relative;
	z-index:1000;
	text-align:left;
	padding:4px 0px 4px 16px;
	font-weight:normal;
	color: #fff;
}



/* NAVI LEFT */

.naviLeft
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 15px;
	line-height:13px;
	width:200px; 
}

.naviLeft ul
{
	margin:0px;
	padding:0px 0px 0px 13px;
	font-size:11px;
	line-height:15px;
}

.naviLeft ul ul
{
	margin:0px;
	padding:0px 0px 0px 0px;
}

.naviLeft ul ul ul
{
	margin:0px;
	padding:0px 0px 0px 14px;
}

.naviLeft li a:link, .naviLeft li a:visited, .naviLeft li a:hover, .naviLeft li a:active, .naviLeft li a:focus
{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
}

.naviLeft li li a:link, .naviLeft li li a:visited
{
	font-weight:bold;
	color:#ffffff;
	text-transform:none;
}

.naviLeft li li a:hover, .naviLeft li li a:active,  .naviLeft li li a:focus
{
	font-weight:bold;
	color:#BE1C2E;
	text-transform:none;
}

.naviLeft li li
{
	
}

.naviLeft li li li
{
	list-style-type:none;
	list-style-image:none;
	text-transform:uppercase;
}

.naviLeft li li li a:link, .naviLeft li li li a:visited
{
	font-weight:normal;
	color:#ffffff;
	text-transform:none;
}

.naviLeft li li li a:hover, .naviLeft li li li a:active,  .naviLeft li li li a:focus
{
	font-weight:normal;
	color:#BE1C2E;
	text-transform:none;
}

.naviLeft li li li li
{
	text-transform:none;
}

hr
{
	border:none;
	border-bottom:1px dotted #ffffff;
	height:1px;
	font-size:1px;
	line-height: 1px;
	margin:8px 0px;
}


/* FORMULARE */

form
{
	width:100%;
	margin:0px;
	padding:0px;
	text-align:right;
	font-size:10px;
}

INPUT, SUBMIT, SELECT, TEXTAREA, BUTTON
{
	color: #000;
	font-size: 10px;
	line-height: 14px;
	background-color: #ffffff;
	vertical-align: middle;
	margin: 1px;
	padding: 1px;
	border: solid 1px #2f4f4f;
}

.inp
{
	color: #000;
	font-size: 10px;
	line-height: 14px;
	font-family: verdana;
	background-color: #fff;
	border: 1pt #2f4f4f;
	width: 280px;
	border-style=none: border-style=hidden
}
.inpsearch
{
	color: #000;
	font-size: 10px;
	line-height: 14px;
	font-family: verdana;
	background-color: #fff;
	border: 0;
	width: 50px;
	border-style=none: border-style=hidden
}

.inpnewsletter
{
	color: #63664c;
	font-size: 10px;
	line-height: 14px;
	font-family: verdana;
	background-color: #ced1b6;
	border: 0;
	width: 344px;
	border-style=none: border-style=hidden
}

.inpnewsletter
{
	color: #63664c;
	font-size: 10px;
	line-height: 14px;
	font-family: verdana;
	background-color: #ced1b6;
	border: 0;
	width: 344px;
	border-style=none: border-style=hidden
}

.inpnewsletter
{
	color: #63664c;
	font-size: 10px;
	line-height: 14px;
	font-family: verdana;
	background-color: #ced1b6;
	border: 0;
	width: 344px;
	border-style=none: border-style=hidden
}

.logo_kultur {
	top: 52px;
	left:936px;
	position:absolute;
	z-index:5000;
}

.languageChooser
{
	float: right; 
	margin: 0px;
	font-weight: bold;
}

.languageChooser a
{
	text-decoration: none;
	display: block;
	padding: 2px 7px;
	border-left:1px solid #7C9F2F;
}

.languageChooser a:hover
{
	background: #ebf3d9;
	color: #BE1C2E;
}

table.gallery_nextext_table p,
.gallery_nextext_image_caption {
	width: 460px;
}
