div#wrapper {
	margin:0px;
	width:1000px;
	background:url('/fileadmin/templates/images/bg-wrapper.gif') repeat-y #eaded7;
}

div#leiste-oben {
	height:20px;
	background-color:#eaded7;
}

div#head {
	width:1000px;
	height:242px;
}

div#head a#logo-link {
	float:left;
	width:360px;
	display:block;
}

div#head-right {
	float:right;
	width:640px;
	height:242px;
}

div#nav-cont-wrapper {
	min-height:160px;
	-height:160px;
	background:url('/fileadmin/templates/images/bg-content-oben.gif') no-repeat;
}

div#main-navigation {
	float:left;
	width:175px;
	padding:0px;
	
}

div#main-content-cont {
	float:right;
	width:825px;
}

div#main-content {
	float:left;
	width:530px;
	padding:30px 40px 20px 40px;
	-padding:30px 20px 20px 35px;
	
}

div#right-content {
	float:right;
	width:215px;
	margin-top:10px;
	min-height:200px;
	
}

div.box-rechts {
	margin:0px 13px 0px 0px;
	background:bottom url('/fileadmin/templates/images/bg-box-right.png') no-repeat;
}

div.box-rechts-content {
	padding:10px 17px 20px 17px;
	background:url('/fileadmin/templates/images/abschluss-box-right-oben.png') no-repeat;
}

div.seitenanfang {
	margin-top:20px;
	text-align:right;
}

div.seitenanfang a {
	font-size:12px;
	text-decoration:none;
}

div#footer {
	clear:both;
	height:46px;
	width:1000px;
	background:top url('/fileadmin/templates/images/bg-footer.gif') no-repeat #eaded7;
}

/* Links */
/* KONFIGURATION LINKS IM INHALT */
/* normaler Zustand */
a, a:link, a:visited, a:active {
	color:#32240C;
	font-weight: normal;
	text-decoration: underline;
}

/* Maus darüber */
a:hover {
	color:#32240C;
	text-decoration: none;
}

*:focus { outline:none; }

p#copyright {
	float:left;
	color:#ffffff;
	font-size:10px;
	padding:8px 0px 0px 25px;
}

span#sprachen {
	float:left;
	padding:2px 0px 0px 10px;
}

span#toolbar-oben {
	float:right;
	font-size:11px;
	padding:4px 10px 0px 0px;
}

span#toolbar-oben a {
	font-size:11px;
	text-decoration:none;
}

p#toolbar-unten {
	float:right;
	color:#ffffff;
	font-size:10px;
	white-space:nowrap;
	padding:8px 55px 0px 0px;
}

p#toolbar-unten a.toolbarlink {
	color:#ffffff;
	font-size:10px;
	display:inline;
	text-decoration:double;
}

p#powered {
	clear:both
	font-size:10px;
	text-align:center;
	padding:19px 0px 8px 0px;
}

p#powered a {
	color:#6D604A;
	text-decoration:none;
}


/* KONFIGURATION COPYRIGHT-LINK */
/* normaler Zustand */
div#footer a {
	height:12px;
	display:block;
	color:#b79e8a;
	font-size:10px;
	padding:0px 0px 0px 0px;
	text-decoration:none;
}

/* KONFIGURATION ZUSATZNAVIGATION */
/* normaler Zustand */
div#head-right {
	color:#2D2D2D;
	font-size:11px;
}

div#head-right a {
	color:#2D2D2D;
	font-size:11px;
	text-decoration:none;
	border:1px solid #ff000;
}


/* KONFIGURATION DER KLASSEN FÜR DIE INPUTFELDER */
/* normaler Zustand */
fieldset.csc-mailform {
	border:0px;
}

div.csc-mailform-field {
	vertical-align:top;
}

/* Farbe Pflichtfelder */
.reqLabelWrap label {
	color:#900505;
	font-size:12px;
}

.labelWrap {
	font-size:12px;
}

label {
	clear:both;
	float:left;
	width:150px;
	cursor:hand;
	color:#32240C;
	display:block;
	margin-top:6px;
	vertical-align:top;
}

input {
	font-size:12px;
	margin-top:5px;
}

select {
	height:20px;
	margin-top:5px;
	font-size:12px;
}

input.normal:hover,
textarea.normal:hover,
input.csc-mailform-check:hover {
	border:1px solid #AF6C6C;
}

textarea {
	width:366px;
	margin-top:5px;
}

.csc-mailform-radio {
	cursor:hand;
}

.csc-mailform-check {
	cursor:hand;
}

.normal {
	color:#666666;
	border:1px solid #32240C;
}

.normalArea {
	color:#666666;
	border:1px solid #32240C;
}

/* aktiver Zustand */
.active {
	color:#000000;
	border:1px solid #D86262;
	background-color:#FFFFFF;
}

.csc-mailform-submit {
	margin:20px 0 0 123px;
}

/* KONFIGURATION DES INHALTSTEXTES */
* {
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans serif;
}

img, a img {
	border:0px;
}

li,
td,
p,
p.bodytext {
	font-size:12px;
	color:#32240C;
	line-height:16px;
}

p,
p.bodytext {
	margin:0px;
}

p.align-center,
td.align-center {
	text-align:center;
}

p.align-right,
td.align-right {
	text-align:right;
}

p.align-left,
td.align-left {
	text-align:left;
}

.csc-frame-indent {
	margin-left:30px;
}

.csc-textpic-caption {
	color:#32240C;
	font-size:10px;
	text-align:right;
	padding-bottom:10px;
}

img.atImage {
	top:2px;
	position:relative;
	margin:0 1px;
}

hr {
	height:1px;
	color:#009236;
}

/* KONFIGURATION DER UEBERSCHRIFTEN */
h1 {
	padding:0px;
	color:#32240C;
	font-size:16px;
	margin:0px 0px 20px 0px;
}

h2 {
	margin:0;
	padding:0;
	color:#32240C;
	font-size:12px;
}

h3 {
	padding:0px;
	margin:0px 0px 5px 0px;
	color:#32240C;
	font-size:14px;
}

h4 {
	margin:0;
	color:#32240C;
	font-size:12px;
	padding:10px 0 0;
}

table.contenttable {
	width:536px;
	/*border:1px solid #aba29d;*/
}

table.contenttable * td {
	min-width:60px;
	vertical-align:top;
}

table.contenttable tbody tr td {
	min-width:60px;
}

td.leerzeile {
	font-size:0px;
}

/* LISTENKONFIGURATION */
div#main-content-cont * ul {
	margin:0px;
	padding:0 0 15px 25px;
	list-style-image:url('/fileadmin/templates/images/listeck_2.gif');
}

/* KONFIGURATION FÜR SCROLLBARS DES BROWSERS */
body {
	margin:0px;
	padding:0px;
	SCROLLBAR-FACE-COLOR:#FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR:#FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR:#CCCCCC;
	SCROLLBAR-SHADOW-COLOR:#CCCCCC;
	SCROLLBAR-DARKSHADOW-COLOR:#888888;
	SCROLLBAR-TRACK-COLOR:#EEEEEE;
	SCROLLBAR-ARROW-COLOR:#000000;
	background:url('/fileadmin/templates/images/1px-bg-body.gif') repeat-y #eaded7;
}

body#print-body {
	margin:0px;
	padding:0px;
	background:url('/fileadmin/templates/images/') #ffffff;
}