*{margin:0; padding:0;}

body {
	background-color:#e5eff5;
}

#logo{
	width:260px;
	height:102px;
	background:url(page/logo.gif) no-repeat left top;
	float:left;
	}
	
#header{
	width:745px;
	height:102px;
	float:left;
	}
	
#content-top{
	clear:left;
	width:1004px;
	height:20px;
	background:url(page/content-top.gif) no-repeat left top;
	}
	
#content{
	width:1004px;
	height:auto;
	background:#FFFFFF;
	overflow:auto;
	zoom:1;
	}
	
#content #navi{
	height:12px;
	background-color:#006699;
	width:auto;
	color:#FFF;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
	padding-left:20px;
	}
	
#content #navi ul li{
	float:left;
	list-style:none;
	margin-right:15px;
	}
	
#content #navi ul li a{
	color:#fff;
}


#content #navi a:hover{
	color:#94D4DB;
	}


#content #navi a.act{
	color:#94D4DB;
	font-weight:bold;
	}
	
#content #search{
	height:22px;
	background-color:#006699;
	width:auto;
	margin-left:3px;
	color:#FFF;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:170px;
	padding-right:10px;
	}
	
#content #indexedsearchbox{
	position:relative;
	padding-top:3px;
	}
	
#content .searchbox-sword{
	position:absolute;
	left:3px;
	top:3px;
	width:140px;
	height:12px;
	font-size:11px;
	}
	
.searchbox-button{
	float:right;
	}
	
.tx-indexedsearch-sw{
	color:#006699;
	font-style:normal;
	text-transform:uppercase;
	}
	



.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr {font-style:normal; font-size:12px;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {color: #006699; }
	
.button {
	background:none;
	border:1px solid #006699;
	background-color:#006699;
	height:21px;
	margin-top:1px;
	padding:3px;
	padding-top:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height:11px;
	}

#content #left{
	width:325px;
	height:auto;
	margin-left:30px;
	padding-bottom:25px;
	float:left;
	}
	
#content #left #flashcontent2{
	margin-top:32px;
	}
	
#left ul{
	margin-left:70px;
	margin-top:123px;
		}

#left ul li{
	float:none;
	list-style:none;
	list-style-image:url(page/arrow.gif);
	}
	
#content #left a{
	color:#333;
	display:block;
	width:135px;
	margin-bottom:7px;
	
	}
	
.thumbnail{
  float:left;
  padding:4px;
  border:1px solid #ccc;
  background:#fff;
  margin-bottom:10px;
  margin-right:10px;
}


#content #left a:hover{
	color:#006699;
	}
	
#content #left a.aktiv{
	color:#006699;
	font-weight:bold;
	}
	
#content #center{
position:relative;
	width:365px;
	height:auto;
	margin-right:38px;
	padding-bottom:25px;
	margin-top:80px;
	float:left;
	letter-spacing:0.2px;
	text-align:left;
	}
	
#content p{
	line-height:16px;
	}
	
#content h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006699;
	font-weight:bold;
	margin-bottom:24px;
	}
	
#content p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	margin-bottom:7px;
	}
	
#content a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#006699;
	text-decoration:none;
	}

#content a:hover{
	color:#333;
	}
	
	
#content #right{
	width:205px;
	margin-top:80px;
	padding-left:20px;
	height:auto;
	float:left;
	border-left:1px dotted #CCCCCC;
		}
	
#footer{
	clear:left;
	padding-top:10px;
	padding-left:355px;
	}
#footer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	text-decoration:none;
	}
	
#footer a:hover{
	color:#006699;
	}

#footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	text-decoration:none;
	}
	
	
/* MAILFORM */

fieldset{
	border:none;
	}

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

.csc-mailform-field label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	font-weight:bold;
	}

.csc-mailform-field input, .csc-mailform-field textarea {
	display:block;
	color:#333;
	border:1px solid #006699;
	width:350px;
	}
.csc-mailform-field input.csc-mailform-submit{
	color:#fff;
	background-color:#006699;
	width:100px;
	margin-top:15px;
	}
