* {
  margin: 0;
  padding: 0;
}

.clearfix {
  clear:both;
}

body{
  font: 12px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  color: #fff;
}

h1 {
  margin-bottom: 15px;
}

h2 {
  margin-bottom: 10px;
}

h3 {
  margin-bottom: 5px;
}

p {
  margin-bottom: 10px;
  line-height: 20px;
}

a {
	color: #fff;
}

#wrapper {
  height: auto;
}

#header {
  width: 960px;
  margin: 10px auto;
}

/* <-- NAVI --> */

#navi{
	float: left;
	width: 535px;
	margin-top: 45px;
	
}

.navi {
  	color: #000;
	position: absolute;
	z-index:1;
	width: 600px;
}

.navi li {
  	float: left;
  	list-style: none;
  	padding-right: 10px;
margin-bottom: 15px;
}

/*.navi li:hover ul{
  	display:block;
}*/

.navi li a{
  	text-decoration: none;
  	color: #000;
  	font-size: 15px;
	display:block;
}

.sub_navi {
	width:200px;
	position: absolute;
	z-index: 2;
	
}


#logo {
 	float: right; 
}

#mid {
  	background: black;
  	width: 100%;
}

/* <-- CONTENT --> */

#content {
  	width: 960px;
  	height: 560px;
  	padding: 25px 0;
  	margin: auto;
  	overflow: auto;
}

.ct_mid {
  	width: 945px;
  	height: 550px;
}

.ct_left {
  	width: 450px;
  	float: left;
}

.ct_right {
  	width: 450px;
  	float: right;
}

.ct_right_box {
	margin-bottom: 12px;
	border: 5px solid #fff;
}

#myImageFlow {
	
}

#gallery {
	border: 5px solid #fff;
	width: 440px;
}

#video {
	margin-top: 25px;
	border: 5px solid #fff;
}

#sponsoring {
	margin-top: 212px;
}

/* <-- FORMULAR --> */

.csc-mailform{
border:none;
}

.csc-mailform-field {
  margin-bottom: 10px;
}

.csc-mailform-field label{
  width: 250px;
  display:block;
  }

.csc-mailform-field input{
  background: #fff;
  border: none;
  width: 250px;
  height: 30px;
}
.csc-mailform-field textarea{
  background: #fff;
  border: none;
  width: 450px;
  height: 180px;
}

.csc-mailform-field .csc-mailform-submit{
  background: #fff;
  border: none;
  width: 150px;
  height: 20px;
  cursor:pointer;
}

/* js-disabled class - set image sizes so they all fit in the viewer */

.js-disabled img { width:100px; height:100px; display:block; float:left; margin:30px 0 0; }
#outerContainer { width:542px; height:202px; margin:auto; position:relative; }
#imageScroller { width:542px; height:202px; position:relative; background:#000000 url(images/imageScrollerBG.png) no-repeat; }
#viewer { width:522px; height:182px; overflow:hidden; margin:auto; position:relative; top:10px; }
#imageScroller a:active, #imageScroller a:visited { color:#000000; }
#imageScroller a img { border:0; }
#controls { width:534px; height:47px; background:url(images/controlsBG.png) no-repeat; position:absolute; top:4px; left:4px; z-index:10;	}
#controls a { width:37px; height:35px; position:absolute; top:3px; }
#controls a:active, #controls a:visited { color:#0d0d0d; }
#title { color:#ffffff; font-family:arial; font-size:100%; font-weight:bold; width:100%; text-align:center; margin-top:10px; }
#rtl { background:url(images/rtl.png) no-repeat; left:100px; }
#rtl:hover { background:url(images/rtl_over.png) no-repeat; left:99px; }
#ltr { background:url(images/ltr.png) no-repeat; right:100px; }
#ltr:hover { background:url(images/ltr_over.png) no-repeat; }
