
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.6em;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}
* {
	margin-top:0;
	padding-top:0;
}
#container {
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
	margin: 15px auto 15px;
	padding: 10px 10px 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #A6A6A6;
	border-right-color: #A6A6A6;
	border-bottom-color: #A6A6A6;
	border-left-color: #ECECEC;
	border-left-width: 1px;
	border-left-style: solid;
}
	
#header {
	height: 297px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
}
	
	
/* navigation
---------------------------------------------------------- */

#topnav {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #6DB2DC;
	line-height: 23px;
}
	
#topnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	
#topnav li {
	display: inline;
	margin: 0 -4px 0 0;
	padding: 0;
}	
	
#topnav li a {
	margin: 0;
	text-decoration: none;
	color: #fff;
	padding: 4px 10px 5px 10px;
}
#topnav li a:hover {
	margin: 0;
	text-decoration: none;
	background-color: #3b769a;
}
	
#topnav li a.current {
	margin: 0;
	text-decoration: none;
	background-color: #3b769a;
}

#subnav {
	line-height:23px;
	border-top:1px solid #fff;
	list-style-type: none;
}
#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	
#subnav li {
	display: inline;
	padding: 0;
}	
	
#subnav li a {
	margin: 0;
	text-decoration: none;
	color: #fff;
	background-color: #3b769a;
	padding: 5px 10px 6px 10px;
}
#subnav li a:hover {
	margin: 0;
	text-decoration: none;
	background-color: #89adc2;
}
	
#subnav li a.current {
	margin: 0;
	text-decoration: none;
	background-color: #89adc2;
}


#menu {
	margin: 0;
	height: 20px;
	background-color: #FFFFFF;
}
#language {
	padding: 0;
	float: right;
}
	
#contents {
	width:800px;
	height: auto;
	min-height:300px;
	margin: 20px 0 15px 0;
}
	
#contentBoxRight {
	float: left;
	width: 385px;
	padding-bottom:10px;
}
	
#contentBoxLeft {
	float:left;
	width: 385px;
	padding-right: 30px;
	padding-bottom:10px;
}
	
#contents h2 {
	font-family: Trebuchet MS;
	font-size: 1.6em;
	text-decoration: none;
	border-bottom: 1px solid #b5eb80;
	line-height: 1em;
	padding: 0 0 4px 0;
	margin: 0 0 12px 0;
}
p.bodytext {
	margin-bottom:12px;
}
#footer	{
	clear: both;
	height: 35px;
	border-top: 1px solid #b5eb80;
}
	
a:link {
	color: #333333;
	font-weight: bold;
}
a:visited {
	color: #333333;
	font-weight: bold;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}

div#languageselect {
	float:right;
	margin-right:-8px;
}
div#languageselect ul {
	list-style:none;
}
div#languageselect ul li {
	float:left;
	padding-right:8px;
}
div#languageselect ul li a {
	font-weight:normal;
	text-decoration:none;
}
div#languageselect ul li a:hover {
	text-decoration:underline;
}
div#languageselect ul li a.current {
	font-weight:bold;
}
div#languageselect ul li a.current:hover {
	text-decoration:none;
}
form#mailform fieldset {
	border:none;
	margin:0;
	padding:0;
}
form#mailform label {
	display:block;
	font-weight:bold;
	margin-bottom:10px;
}
div.csc-mailform-field {
	margin-bottom:10px;
}
div.csc-mailform-field input {
	width:215px;
}
input#mailformBetreff,textarea#mailformNachricht {
	width:378px;
}
input.csc-mailform-submit {
	width:auto !important;
}

div.news-list-item h3 {
	font-weight:normal;
}
div#logo {
	padding-top:26px;
	margin-left:14px;
}
table.contenttable {
	border-spacing:0
}
table.contenttable tr th, table.contenttable tr td {
	margin:0 0 0 0;
	padding:0 10px 2px 0;
}
