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

*{
	margin:0;
	padding:0;
}

body {
	background: url(img/website_bg_2.jpg) center fixed;
}

#page {
	background: url(img/page_bg.jpg) no-repeat 0 0;
	display: block;
	margin: 0px auto 0px auto;
	width: 1238px;
	height: 945px;
	box-shadow: 0px 0px 10px #000;
}

#pinsel {
	position: absolute;
	right: 0px;
	top: 150px;
}

#logo {
	margin-left: 130px;
	display:block;
	width: 960px;
	height: 120px;
}

#logo h1 a {
	display:block;
	width: 414px;
	height: 120px;
	float: left;
	text-indent: -9999px;
	background: url(img/logo.png) no-repeat 0 5px;
}

#logo ul {
	list-style: none outside none;
}

#logo ul li {
	margin-top: 80px;
	float:right;
	list-style: none outside none;
	padding: 5px 5px;
}

#logo ul li a, #logo ul li p {
	color: #fff;
	text-decoration: none;
	font: 22px 'PTSerifItalic', georgia, serif;
}

#logo ul li a:hover { 
	text-decoration: underline;
}

#topnav {
	margin: 10px 0px 0px 130px;
	width: 960px;
	height: 50px;
}

#topnav ul {
	list-style: none outside none;
}

#topnav ul li {
	float:left;
	list-style: none outside none;
	padding: 5px 5px;
	text-align: center;
}

#topnav ul li a {
	color: #fff;
	float: left;
	padding: 50px 15px 0px 15px;
	font: 14px 'PTSerifRegular', georgia, serif;
	text-decoration: none;
}

#topnav ul li a:hover {
	text-decoration: underline;
}

.illu a {
	margin-left: -20px;
	background: url(img/button_illustration_neu.png) no-repeat center 0;
}

.anim a {
	background: url(img/button_animation.png) no-repeat center 0;
}

.logo a {
	background: url(img/button_logotype.png) no-repeat center 0;
}

.layout a {
	background:url(img/button_layout.png) no-repeat center 0;
}

.foto a {
	background: url(img/button_foto.png) no-repeat center 0;
}

#wrapper {
	width: 960px;
	height: 615px;
	margin-top: 45px;
	margin-left: 130px;
}

#startpage {
	width: 960px;
	height: 550px;
	margin-top: 77px;
	margin-left: 130px;
}

#leftnav {
	float: left;
	margin-left: 10px;
	width: 140px;
	height: 615px;
	overflow: hidden;
}

.up {
	margin-left: 150px;
	height: 15px;
	width: 20px;
	display:block;
	background: url(img/up.png) no-repeat center 0;
	text-indent: -9999px;
}

.down {
	margin-left: 150px;
	height: 15px;
	width: 20px;
	display:block;
	background: url(img/down.png) no-repeat center 0;
	text-indent: -9999px;
}

#leftnav ul {
	position:relative;
	width: 140px;
	list-style: none outside none;
	text-align: center;
}

#leftnav ul li {
	width: 140px;
	height: 100px;
	margin-bottom: 12px;
}

#leftnav ul li a, #leftnav ul li p {
	display:block;
	height: 19px;
	position: relative;
	margin-top: -25px;
	text-decoration: none;
	color: #fff;
	background: #333;
	padding: 3px;
	text-align: center;
	opacity: .8;
}

#leftnav ul li a:hover {
	text-decoration: underline;
}

#content {
	float: left;
	margin-left: 20px;
	width: 780px;
	height: 615px;
	border-left: 1px solid #999;
}

.text {
	display: block;
	width: 780px;
	height: 180px;
}

.text_about {
	display: block;
	width: 960px;
	height: 180px;
}

.headline {
	display: block;
	float: left;
	width: 200px;
	height: 215px;
}

h2 {
	padding-left: 10px;
	padding-top: 5px;
	font: 24px 'PTSerifBold', georgia, serif;
	color: #630;
}

h3 {
	padding-left: 10px;
	font: 14px 'PTSerifRegular', georgia, serif;
	color: #666;
}

.textbody {
	margin-top:10px;
	width: 578px;
	height: 170px;
	display: inline-block;
	float: left;
}

.textbody_about{
	margin-top:10px;
	width: 690px;
	height: 170px;
	display: inline-block;
	float: left;
}

.textbody p, .textbody_about p {
	padding-left: 10px;
	font: 14px/18px 'PTSerifRegular', georgia, serif;
	text-align: justify;
	color: #444;
	
	/*-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;*/
}

.textbody_impressum p {
	padding-left: 10px;
	padding-top: 10px;
	font: 14px/18px 'PTSerifRegular', georgia, serif;
	color: #444;
}

/*content-slider: non editable*/

.contentslider {
  position:relative;
  display:block;
  width:780px;
  height:435px;
  margin:0 auto;
  overflow:hidden;
}
.cs_wrapper {
  position:relative;
  display:block;
  width:100%;
  height:435px;
  margin:0;
  padding:0;
  overflow:hidden;
}
.cs_slider {
  position:absolute;
  width:40000px;
  height:100%;
  margin:0;
  padding:0;
}
.cs_article {
  float:left;
  position:relative;
  display:block;
  width:780px;
  height:435px;
  text-align: center;
}

.cs_article h2 {
  display:block;
  width:26%;
  margin:10px 26px 5px 67%;
  text-align:left;
}
.cs_article img {
  border:0;
  -ms-interpolation-mode:bicubic;
}
.cs_article p {
  display:block;
  width:26%;
  margin:0 26px 5px 67%;
  padding:0;
  border:0;
}
.cs_article .readmore {
  display:block;
  width:26%;
  margin:0 26px 0 67%;
  text-align:right;
}

/*content-slider: buttons(non-editable)*/

.cs_leftBtn, .cs_rightBtn {
  position:absolute;
  top:170px;
  height:435px;
  padding:10px 0;
  z-index:9999;
}

single_video {
	position: relative;
	z-index: 10001;
}

.cs_leftBtn {
  left:0;
  outline:0;
}
.cs_rightBtn {
  right:0;
  outline:0;
}
.cs_leftBtn img, .cs_rightBtn img {
  border:0;
  position:relative;
  top:200px;
  margin:0;
}

/*content-slider: editable*/

.contentslider {
}
.cs_wrapper, .cs_article {
}
.cs_leftBtn, .cs_rightBtn {
  width:40px;
  padding: 5px;/* Should be as wide as the button graphic being used */
}
 
.cs_article h2 {
  font-size:200%;
  line-height:1.125em;
}
  .cs_article h2 a {
    color:#333;
    text-decoration:none;
  }
.cs_article p {
  font-size:85%;
  line-height:1.5em;
  color:#777;
}
.cs_article .readmore {
  font-size:80%;
}