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

body {
	text-align: center;
	background: url(../img/bg.png) repeat-x;
	font-family: 'Arial';
	color: #4b4b4b;
}
h1 {
	font-size: 24px;
	margin: 0 0 15px 0;
}
h2 {
	color: #b5b5b5;
	margin: 0 0 15px 0;
	font-size: 16px;
	font-weight: normal;
	height: 16px;
	line-height: 16px;
	margin-bottom: 15px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #4b4b4b;
	height: 18px;
	margin: 5px 0 20px 0;
}
h4  {
	font-size: 14px;
	font-weight: bold;
	height: 18px;
	margin: 8px 0 0 0;
}

p {
	font-size: 12px;
	margin: 0;
	margin: 15px 0 25px 0;
	line-height: 1.4em;
	font-weight: normal;
}
li {
	font-weight: normal;
}
table {
	font-size: 12px;
	margin: 0;
	margin: 15px 0 25px 0;
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #000;
	}
tr td{
	border: 1px solid #000;
	text-align: center;
	}

#siteContent ul {
	list-style:none;
	margin: 0px 0px 35px 0px;
	font-size: 12px;
}
#siteContent ul li {
	background:url(../img/list_item.png) no-repeat 0px 6px;
	padding-left:16px;
	line-height: 16px;
}
.info-link {
	margin:10px 0 0 5px;
	background:url(../img/list_item.png) no-repeat 0px 4px;
    padding-left:16px;
	display: block;
}
a {
	font-size: 12px;
    text-decoration: none;
    color: #808080;
}
a:hover{
	color:#214999;
	text-decoration: none;
}
#mainSite {
	width: 1000px;
	margin: auto;
	text-align: left;
	-webkit-box-shadow: 0px 0px 15px 0.1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px 0.1px rgba(0, 0, 0, 0.5);
}
#headerContent {
	height: 407px;
	background: url(../img/header_bg.png);
	padding: 10px 12px 0 12px;
	position: relative;
}
#headerLeft {
	float: left;
	width: 761px;
}

#headerRight {
	float: right;
	width: 210px;
	text-align: right;
}
#langMenu {
	height: 20px;
	float: right;
	margin: 30px 0 0 0;
}
#langMenu li{
	float: left;
	margin: 0 0 0 10px;
}
#slideShow{
	width: 976px;
	float:left;
}
#slides {
    display:none;
}
ul.slidesjs-pagination {
	margin: 0;
}
.slidesjs-pagination-item a{
	font-size: 0;
	float:left;
	display: block;
	height: 20px;
	width: 20px;
	background: url(../img/slider_nav.png) no-repeat;
	margin-top: 10px;
	margin-right: 10px;
}
.slidesjs-pagination-item a.active{
	background: url(../img/slider_nav_active.png);
}
#menuBar{
	height: 43px;
	width: 1000px;
	background: url(../img/menu_bg.png);
}
#siteContent{
	padding: 40px 15px 0 15px;
	background: url(../img/color_line.png) no-repeat;
}
#topLinks li {
	margin: 0 0 5px 0;

}
#menuBar ul {
	margin: 0;
}
#menuBar li a{
	float: left;
	display: block;
	height: 43px;
	width: 200px;
	color: #ececec;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	line-height: 2.0;
	text-shadow: 0px 1px 1px #000;
}
#menuBar li a:hover {
	background: rgba(255,255,255,0.3);
}
#contentLeft {
	float: left;
	width: 235px;
	text-align: left;

}
#contentCenter {
	float: left;
	width: 440px;
	padding: 0 10px 0 50px;

}
#contentFilm {
	float: left;
	width: 910px;
	padding: 0 10px 0 50px;

}
#contentRight {
	float: left;
	width: 235px;

}
#footBar {
	width: 970px;
	height: 30px;
	background: url(../img/footer_bg.png) 0 0 no-repeat;
	padding: 15px 15px;
	font-size: 12px;
}
#searchBar {
	position: absolute;
	right: 8px;
	top: 382px;
	width: 170px;
	height: 30px;
}
.search-button {
	background: url(../img/lupe.png) no-repeat 0 0;
	border: none;
	height: 27px;
	width: 26px;
	padding: 0;
	margin: 0;
	display: block;
	float:left;
	cursor: pointer;
}
.search-field {
	background: url(../img/suche_feld.png) no-repeat;
	border: none;
	height: 23px;
	width: 130px;
	padding: 2px 5px;
	margin: 0;
	font-size: 18px;
	color: #b5b5b5;
	float:left;
	display: block;
}
.side-img {
	margin: 15px 0 25px 0;
}
ul#newsList li {
	font-family: 'Arial';
	color: 4b4b4b#;
	font-size: 12px;
	display: block;
	width: 227px;
	height: 40px;
	padding: 4px 4px 0px 4px;
	margin: 0;
	background: none;
	line-height: 1.4em;
}
#siteContent ul#newsList li.news-grey {
	background: #f0f0f0;
}
.read-more {
	margin: 0 0 0 10px;
}
ul#imgGallery li {
	display: block;
	background: none;
	padding: 0;
	margin: 0 0 15px 0;
}
ul#imgGallery li a img {
	width: 235px;
	height: 176px;
}
.shadow-text {
	text-shadow: 0px 1px 1px #fff;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
ul#contentCenter li {
	font-size: 12px;
	margin: 0;
	line-height: 1.4em;
	font-weight: normal;
}
