html, body {
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


/* Header part of page */
#headerwrap {
	width: 100%;
	background-color: #f1d6cb;
}

#header {
	width: 1000px;
	height: 170px;
	border-collapse: collapse;
}

#header #lcol_default {
	margin: 0;
	border: 0;
	padding: 0;
	width: 853px;
	height: 170px;
	vertical-align: top;
}

#header #logo{
	margin-left: 42px;
}


#header #rcol {
	margin: 0px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding: 0px;
	width: 143px;
	height: 170px;
	background-color: #DDA187;
	vertical-align: top;
}

#header #rcol form{
	margin: 4px 2px 4px 4px;
	font-size: 11px;
	color: white;
}

#header #rcol #inp{
	margin: 0;
	border: 1px solid #c6c7c8;	
	width: 100px;	
}

#header #login_head{
	margin: 0;
	border-bottom: 1px solid white;
	padding:4px;
	background-color: #dda187;
	font-size: 11px;
	color: white;
}

#header #rcol #inp_logout{
	margin: 0;
	border: 1px solid white;
	padding: 2px;
	background-color: #dda187;	
	font-size: 11px;
	color: white;
}

/* Navigation */
#navwrap{
	width: 100%;
	min-width: 863px;
	border-top: 1px solid white;	
	background-color: #dda187;
	vertical-align: middle;
}

#navwrap #tnavc1{
	width: 43px;
}

#navwrap #tnavc2{
	width: 152px;
}

#navwrap #tnavc2 a.subnavhead:link, a.subnavhead:visited, a.subnavhead:focus, a.subnavhead:hover, a.subnavhead:active{
	margin: 0;
	padding: 5px 10px;
	background-color: white;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

#navwrap #tnavc3{
	width: 668px;
}

#navwrap a.nav:link, a.nav:visited, a.nav:focus, a.nav:active{
	margin: 0;
	padding: 5px 8px 5px 26px;
	background-color: #dda187;
	color: white;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../img/navi/sq.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.4em;
	display: block;
}

#navwrap a.nav:hover{
	background-color: white;
	color:  #333333;
	background-image: url(../img/navi/sq_on.gif);
}

#navwrap a.nav_act:link, a.nav_act:visited, a.nav_act:focus, a.nav_act:hover, a.nav_act:active{
	margin: 0;
	padding: 5px 8px 5px 26px;
	background-color: white;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../img/navi/sq_on.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.4em;
	display: block;
}



/* Content part of page */
#contwrap{
	width: 1000px;
}

#contwrap #contstart{
	margin: 0;
	padding: 40px 0 10px 42px;
}

#contwrap #contc1{
	width: 42px;
}

#contwrap #contc2{
	width: 153px;
	background-color: white;
	vertical-align: top;
}

#contwrap #contc2 td{
	border-left: 1px solid #cd7954;
	border-right: 1px solid #cd7954;
}

#contwrap #contc2 a.subnavl1:link, a.subnavl1:visited, a.subnavl1:focus, a.subnavl1:active{
	margin: 0;
	padding: 5px 8px 5px 10px;
	background-color: #f1d6cb;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

#contwrap #contc2 a.subnavl1:hover{
	padding-left: 6px;
	border-left: 4px solid #cd7954;
	background-color: #dda187;
	color:  white;
}

#contwrap #contc2 a.subnavl1_act:link, a.subnavl1_act:visited, a.subnavl1_act:focus, a.subnavl1_act:active, a.subnavl1_act:active{
	margin: 0;
	padding: 5px 8px 5px 6px;
	border-left: 4px solid #cd7954;	
	background-color: #dda187;
	color:  white;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

#contwrap #contc2 a.subnavl2:link, a.subnavl2:visited, a.subnavl2:focus, a.subnavl2:active{
	margin: 0;
	padding: 5px 8px 5px 26px;
	background-color: #f5e4dd;
	color: #7d8288;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../img/navi/arr.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
	display: block;
}

#contwrap #contc2 a.subnavl2:hover{
	background-color: #faf1ee;
	color:  #333333;
	background-image: url(../img/navi/sq_on.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.4em;	
}

#contwrap #contc2 a.subnavl2_act:link, a.subnavl2_act:visited, a.subnavl2_act:focus, a.subnavl2_act:active, a.subnavl2_act:active{
	margin: 0;
	padding: 5px 8px 5px 26px;
	background-color: #faf1ee;
	color:  #333333;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../img/navi/sq_on.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.4em;	
	display: block;
}

#contwrap #contc2 a.subnavl3:link, a.subnavl3:visited, a.subnavl3:focus, a.subnavl3:active{
	margin: 0;
	padding: 5px 8px 5px 38px;
	background-color: #ffffff;
	color: #7d8288;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../img/navi/hyphen.gif);
	background-repeat: no-repeat;
	background-position: 1.8em 0.5em;
	display: block;
}

#contwrap #contc2 a.subnavl3:hover{
	background-color: #ffffff;
	color:  #333333;
	background-image: url(../img/navi/hyphen_on.gif);
	background-repeat: no-repeat;
	background-position: 1.8em 0.5em;	
}

#contwrap #contc2 a.subnavl3_act:link, a.subnavl3_act:visited, a.subnavl3_act:focus, a.subnavl3_act:active, a.subnavl3_act:hover{
	margin: 0;
	padding: 5px 8px 5px 38px;
	background-color: #ffffff;
	color:  #333333;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../img/navi/hyphen_on.gif);
	background-repeat: no-repeat;
	background-position: 1.8em 0.5em;	
	display: block;
}

#contwrap #contc3{
	width: 100%;
	vertical-align: top;
}

#contwrap #contc4{
	width: 143px;
	vertical-align: top;
}

#contwrap #contc4 a.contextnav:link, a.contextnav:visited, a.contextnav:focus, a.contextnav:active{
	margin: 0;
	border-bottom: 1px solid white;
	padding: 5px 8px 5px 26px;
	background-color: #f1d6cb;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../img/navi/arr_black.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
	display: block;
}

#contwrap #contc4 a.contextnav:hover{
	background-color: white;
}

#contwrap #breadcrumb{
	padding: 10px 15px 0 15px;
	font-size: 13px;
	color: #333333;
}

#contwrap #breadcrumb a.breadcrumb:link, a.breadcrumb:visited, a.breadcrumb:focus, a.breadcrumb:hover, a.breadcrumb:active{
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}

#contwrap #pagetitle{
	padding: 10px 15px 5px 15px;
	font-size: 18px;
	color: #333333; 
}

#contwrap #cmenuhead{
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 4px;
	font-size: 11px;
	color: white;
	background-color: #cd7954;
}

#contwrap #content{
	padding: 5px 15px 20px 15px;
	font-size: 13px;
}

h1.claim{
	margin-left: 173px;
	font-size: 24px;
	color: #e20020;
	font-weight: normal;
}


/* Mailform */
div.csc-mailform-field label{
	float: left;
	clear: both;
	width: 120px;
}

div.csc-mailform-field input, div.csc-mailform-field select, div.csc-mailform-field textarea{
	margin: 2px;
}

label.label_small {
	float: left;
	clear: both;
	width: 30px;
}

/* Search */
td.tx-indexedsearch-descr{
	font-size: 11px;
}

td.tx-indexedsearch-info{
	font-size: 11px;
}

span.tx-indexedsearch-path a:link, a:visited, a:focus, a:active, a:hover{
	font-size: 13px;
	background-color: #dda187;
}

td.tx-indexedsearch-title a:link, a:visited, a:focus, a:active, a:hover{
	background-color: transparent;
}


/* vcd_archive */

table.colored {
	margin: 0;
	border: 0;
	padding: 0;
	border-collapse: collapse;
}
td.title {
	padding: 2px;
	border-bottom: 1px solid white;
	font-size: 13px;
	font-weight: bold;
	color: white;
	background-color: #dda187;
}
td.header, td.normal, td.light, td.dark, td.label {
	padding: 2px;
	border-bottom: 1px solid white;
	color: black;
	background-color: #f1d6cb;
}


/* General */
h1{
	margin: 20px 0 20px 0;
	font-size: 18px;
	color: black; 
}

h2{
	margin: 20px 0 10px 0;
	font-size: 14px;
	color: #333333; 
}


h3{
	margin: 20px 0 5px 0;
	font-size: 13px;
	color: black; 
}


p{
	margin: 0 0 10px; 0;
	font-size: 13px;
}

td{
	font-size: 13px;
}


a:link, a:visited, a:focus, a:active{
	font-size: 13px;
	color: #333333; 
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

hr{
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	background-color: #333333; /* Mozilla 1.4 */
	color: #333333; /* IE 6 */
	border: #333333; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	clear: both;
}

table.default_table{
	margin: 10px 0 10px 0;
	border: 0 solid white;
	font-size: 13px;
	border-collapse: collapse;
}

td.td_col_dark{
	border: 1px solid white;
	padding: 2px;	
	background-color: #cd7954;
}

td.td_col_light{
	border: 1px solid white;
	padding: 2px;	
	background-color: #dda187;	
}

.top_wrap{
	margin: 5px 0;
}

.top_link{
	display: inline;
}

#newswrap{
	width: 144px;
	float: right;	
}

#newswrap #newshead{
	padding: 5px;
	font-size: 11px;
	color: white;
	background-color: #cd7954;	
}

#newswrap div.news-list-home{
	padding: 5px;
	border-top: 1px solid white;
	background-color: #dda187;
	color: #black;
}

#newswrap h1.news-home{
	margin: 0;
	font-size: 11px;
	font-weight: normal;
	color: #35779c;
}

#newswrap a:link, #newswrap a:visited, #newswrap a:focus, #newswrap a:active{
	font-size: 11px;
	color: #35779c; 
	font-weight: bold;
	text-decoration: none;
}

#newswrap a:hover{
	text-decoration: underline;
}



h1.news{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: black;
}

p.news-list-date{
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

p.news-list-subheader{
	display: inline;
}

div.news-list-item p.news-list{
	margin: 0;
	display: inline;
}

div.news-list-item a{
	font-color:black;
}

div.tx-bktfegraphiccounter-pi1{
	width:99%;
	padding-left:45%;
}


.service {
	background: url(../img/header/ico_hgrund.gif);
	height: 16px;
	width: 100%;
}

.service_l {
	float: left;
	}

.service_r a{
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	}

.service_r {
	float:left;
	text-align:right;
	width:49px;
}
.log {
	background:#CD7954;
	padding-top: 2px;
	padding-bottom: 2px;
}
.login {
	border-bottom: 1px solid #DDA187;
	border-top: 1px solid #DDA187;
	height: 20px;
	background: #CD7954;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
	}
.newsletter {
	height:20px;
	background: #CD7954;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
	border-bottom: 1px solid #DDA187;	
	}
.meet {
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	height: 20px;
	background: #F1D6CB;
	text-align: left;
	padding-left: 10px;
	padding-top: 3px;	
}
.login a, .newsletter a {
	font-weight: bold;
	color: #fff;
	display: block;
}
.meet a {
	font-weight: bold;
	display: block;
}