body {
	margin: 0px; padding: 0px;
	font: 10px Verdana;
	/*
	background-color: #929292;
	*/
	background-color: #FFF;
}
img {
	border: 0px;
}
a {
	color: #000;
	font-size: 10px;
	text-decoration: none;
 text-decoration: underline;

}
a:hover {
text-decoration:none;
}

a.intern-links {
	text-decoration:none;
	}
a.internal-link {
/* border-bottom: 1px solid #CCC;*/
 background: url(../../icon/intern-link.gif) no-repeat;
 padding-left: 14px;
 color: #53636F;
text-decoration: underline;
}


a.external-link,
a.external-link-new-window {

 background: url(../../icon/extern-link.gif) no-repeat left;
 padding-left: 14px;
 color: #53636F;
 text-decoration: underline;
}
ul li a.external-link,
ul li a.external-link-new-window ,
ul li a.internal-link,
ul li a.internal-link-new-window ,
ul li a {
 color: #000;
padding: 0px;
 background-image: none;
 text-decoration: underline;

}
ul li a:hover {
 text-decoration: none;
}



h1, h2, h3, h4 {
}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
}
div.right h3,
h4 {
	font-size: 10px;
}

/*	Formular */
div.middle form {
	margin: 0px; padding: 0px;
	float: left;
	margin-left: 8px;
}

div.middle label {
	margin: 0px; padding: 0px;
	display: block;
}
fieldset {
	margin: 0px; padding: 0px;
	padding: 4px 8px;
	border: 0px solid #FFF;
	background-color: #FFF;
	width: auto;
}
fieldset input,
fieldset textarea,
fieldset select {
	display: block;
	width: 206px;
	margin: 0px; padding: 0px;
	margin-bottom: 8px;
	border: 1px solid #e2e2e3;
}
fieldset textarea {
	height: 120px;
}

fieldset input.hidden {
	border: 0px;
}

fieldset label.checkbox {
	margin-right: 8px;
}


div.check input {
	float: left;
}
div.check {
	clear: left;
}
#mailformlang,
#mailformzyklus {
	clear: left;
	border: 1px solid #e2e2e3;
	margin-top: 4px;
}

#mailformlang .csc-mailform-radio,
#mailformzyklus .csc-mailform-radio {
	float: left;
	clear: left;
}


fieldset input.checkbox,
fieldset input.csc-mailform-check,
fieldset input.csc-mailform-radio {
	width: auto;
	border: 0px solid;
}
fieldset input.csc-mailform-radio {

}
fieldset input.csc-mailform-submit {
	clear: left;
}

/*
*	Unausgefuellte Felder:
*/
div.required label {
	color: #FF0000;
}
div.required input,
div.required textarea {
	border-style: dashed;
	border-color: #FF0000;
}



/**
*	Spalten
*/
div.left {
	float: left;
}
div.middle {

}
div.right {
	float: right;
}

#main {
	width: 996px;
}
div#main-head {
	float: left;
	width: 100%;
	border-bottom: 1px solid #FFF;
	background-color:#FFF;
}
/**
*	3 Spaltiger Container im Header (logo, sek menu, such box)
*/
div#main-head div.group {
	background-color: #F5F5F5;
	height: 72px;

	margin-bottom: 2px;
}
/**
*	Logo
*/
div#logo {
	background-color: #FFFFFF;
	width: 266px;
	height: 100%;
}
div#logo img {
/*	margin: 20px 0px 0px 14px; */
}
/**
*	Sec-Menu
*/
div#sec-menu {
	margin-top: 48px;
	margin-top: 44px;
}
div#sub-menu .einleitung {
	height: 399px;
float:left;
	margin-top: -12px;
	background: url(rahmen-blau.gif) repeat-x bottom;
	padding-left: 10px;
	padding-right: 10px;
}
div#sub-menu .einleitung h1,
div#sub-menu .einleitung h2,
div#sub-menu .einleitung h3{
	background: url(rahmen-blau.gif) repeat-x top;

	font-size: 12px;
	padding-top: 16px;

}
div#sub-menu .einleitung p.bodytext {

}
div#sub-menu .einleitung a.external-link,
div#sub-menu .einleitung a.external-link-new-window {

}

/**
*	Suchbox
*/
div#search-box {
	margin-top: 34px;
	background-color: #E2E2E3;
	width: 202px;

	border-left: 1px solid #FFF;
	border-bottom: 1px solid #A6ABAE;
height: 34px;
/*		padding-bottom: 6px;*/
}
div#search-box form {
	float: left;
	padding-top: 2px;
}
div#search-box label {
	float: left;
	margin-right: 12px;
	color: #424242;
	margin-top: 8px;
	margin-left: 12px;
	font-size: 11px;
}
div#search-box input {
	width: 110px;
	background-color: #eeeeee;

	border-top: 2px solid #a5aaad;
	border-left: 2px solid #a5aaad;
	border-right: 2px solid #FcFcFc;
	border-bottom: 2px solid #FcFcFc;
}
div#search-box button {
	border: 0px solid;
	margin: 0px; padding: 0px;
	width: auto;
	background-color: TRANSPARENT;
}
div#search-box img {
	margin-top: 4px;
	margin-left: 4px;
}

div#sec-menu {
	border: 0px solid;

}
/*	Print Button */
div.print {
	width: auto;
	float: left;
	padding-left: 4px;
	margin-top: -3px;
	* margin-top: 0px;
/*	display: none;*/
}
div.print a {
	background: url(../../icon/print-de-dark.gif) no-repeat top left;
	display: block;
	height: 22px;
	padding-top: 3px;
	* padding-top: 0px;
	padding-left: 22px;
	font-weight: normal;
	color: #000;

}
/**
*	Main Menu
*/
div#main-menu {
	width: 100%;
	height: 44px;
	margin-bottom: 2px;
	float:left;
}
/**
*	Zufaelliges Bild im Kopf
*/
div#random-image {
	background-color: #F5F5F5;
	width: 100%;
	height: 94px;
	float: left;

	overflow:hidden;
}

div#main-body {
	background-color: #FFF;
	float:left;
padding-bottom: 20px;
}
div#main-body div.middle {
	background-color: #F5F5F5;


	}
/**
*
*/
div#main-body div.left {
	background-color: #FFF;
	width: 266px;
	height: 414px;
	* height: 416px;
}

/**
*	Mitlere Content Spalte
*/
div#main-body div.middle {
	width: 520px;
	float: left;
	min-height: 406px;
height:auto;

	/*
	* width: 528px;
	* height: 416px;
	*/
	padding-top: 26px;
	padding-left: 8px;
	padding-top: 8px;
	padding-left: 8px;

/*	padding-right: 24px;*/
}
div#main-body div.middle #main-content {
	width: 97%;
	margin: 0px; padding: 0px;
	padding-top: 24px;
}


div.csc-header {
	clear:left;
}
div.header-layout-2 h1,
div.header-layout-2 h2 {
	font-size: 14pt !important;
}

div.header-layout-2 {

}

/*
	2 Spalten im Content Bereich
*/
div#main-body div.middle div.left,
div#main-body div.middle div.right {
	width: auto; height: auto;
	background-color: TRANSPARENT;
}
div#main-body div.middle div.left {
	width: 232px;
}
div#main-body div.middle div.right {
	width: 200px;
	float: left;
	margin-left: 20px;
	border: 0px solid;
}
div#main-body div.middle div.right p,
div#main-body div.middle div.right h1 {
	margin: 0px; padding: 0px;
}
div#main-body div.middle div.right div {
	background-color: TRANSPARENT;

}

div.middle h1,
div.middle h2,
div.middle h3,
div.middle h4 {
	margin:0px; margin-bottom: 12px;
	margin-left: 16px;
	font-size: 10pt;
	margin-top: 18px;
}

/*	Erste Ueberschrift */
div.middle .csc-firstHeader {
	margin-top: 0px;
}


div.middle a {
	font-size: 11px;
}
div.middle p {
/*	margin-bottom: 20px;*/
	font-size: 11px;
	line-height: 16px;
	margin: 0px 16px;
clear:left;
}
div.middle div.csc-textpic-text p {
	clear:none;
}
/* csc-textpic-text */
div.middle blockquote {
/*	background-color: #e0ecef;*/
	margin: 0px;
}
div.middle blockquote p {
	line-height: 22px;
	color: #666;
}
div.middle p i,
div.middle p em {
	color: #666;
}

div.middle ul,
div.middle ol {
	padding: 0px; margin: 0px;
	list-style-position: outside;
	list-style-image: url(../../icon/list-style-image.gif);
	margin: 0px;
	margin-left: 32px;
	clear: left;
}

div.middle ol {
	list-style-image: none;
	list-style-type: lower-latin ;
}
div.middle ul li,
div.middle ol li{
	padding: 0px; margin: 0px;
	font-size: 11px;
	margin-bottom: 8px;
}
/*
*	Container fuer die Content-Bildleiste
*/
div.middle div.image-container {
margin-left:6px;
}

/**
*	Bild und Content
*/

div.middle div.csc-textpic {
	clear: left;
	float: left;
	width: 99%;
}
div.middle div.csc-textpic ul {
	clear: none;
}
/* Bild mit Bildunterschrift */
div.middle dl.csc-textpic-image {
	display: block;
	float: left;
	margin: 0px;
/*	margin-top: 4px;
	margin-top: 8px;*/
	margin-top: 2px;
/*	border:1px solid;*/
}
div.middle div.csc-textpic-imagewrap div.csc-textpic-imagerow {
	float: left;
}
div.middle dl.csc-textpic-image img {
	display: block;
	padding: 0px;
}
div.middle div.csc-textpic-imagewrap {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-right: 10px;
}
/*csc-textpic-intext-left-nowrap*/



/*	Text mit Bildspalte */
div.middle .csc-textpic-intext-right-nowrap ul ,
div.middle .csc-textpic-intext-right ul {
	margin: 0px; padding-left: 20px;
}

div.middle .csc-textpic-intext-left-nowrap ul {
	margin-top: 4px;
	margin-left: 16px;
}

div.middle .csc-textpic-intext-left-nowrap p.bodytext {
	margin-left: 16px;
	border: 0px solid;
}

div.middle .csc-textpic-intext-left-nowrap,
div.middle .csc-textpic-intext-left dl,
div.middle .csc-textpic-left dl {
	margin-left: 16px;

}
* div.middle .csc-textpic-intext-left-nowrap {
	display:inline;
}
div.middle .csc-textpic-intext-right-nowrap dl,
div.middle .csc-textpic-intext-right dl {
	margin-right: 16px;
}
div.middle dl.csc-textpic-image dt {
	display: block;
	clear: right;

}
div.middle dd.csc-textpic-caption {
	margin: 0px; padding: 0px;
	text-align: left;
}
div.middle dd.csc-textpic-caption p {
	margin: 0px; padding: 0px;
	margin-top: 4px;
	font: 10px Verdana;
	color: #666;
	line-height: 14px;
}

div.middle .csc-textpic-intext-left-nowrap p {
/*	border: 1px solid;*/
	margin-left: 0px;
}
/*	Text mit Bild links und Bildunterschrift links daneben*/
div.middle .csc-textpic-left {
/*	width: 400px;*/
}
div.middle .csc-textpic-left dl dt {
	float: left;
}

div.middle div.csc-textpic-below .csc-textpic-imagewrap .csc-textpic-image,
div.middle div.csc-textpic-intext-left .csc-textpic-image {
	margin-left: 16px !important;
}
div.middle div.csc-textpic-intext-left .csc-textpic-image  {
	padding-right: 6px;
}
div.middle .csc-textpic-left dd.csc-textpic-caption {
	float: right;
/*	width: 20px;*/

}



div.right {
	width: 202px;
	height: 414px;
	background-color: #FFF;
}

table.randomImage {
	border: 0px;
	height: 346px;
	text-align: center;
	margin: auto auto;
/*	margin-bottom: 32px;*/
}
table.randomImage img {
	display: block;
}
table.randomImage td {
	width: 178px;
	text-align: center;
	padding-right: 1px;
}
table.randomImage td img {
	margin: auto auto;
}
table.randomImage tr.bottom {
	height: 50%;
}
table.randomImage .bottom img {
}

/*
#news-box {
	padding-top: 26px;
}
#news-box div {
	margin: 0px; padding:0px;

	padding-bottom: 8px;
	background: url(rahmen-blau.gif) repeat-x bottom;
	margin-bottom: 4px;
}
#news-box h3 {
	margin: 0px; padding:0px;
	background: url(rahmen-blau.gif) repeat-x top;
	padding-top: 6px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 11px;
}*/

/*
*	Tabellen
*/

table.contenttable {
	margin: 0px; padding: 0px;
	background-color: #FFF;
	margin-left: 12px;
	margin-top: 8px;
	margin-bottom: 16px;
}

table.contenttable td,
table.contenttable tr {
	border: 0px; padding: 0px; margin: 0px;
	font-size: 10px;
}
table.contenttable td a {
font-size: 10px;

}
table.contenttable tr {
	vertical-align:top;
}

table.contenttable caption {
	border: 0px solid;
	margin-left: 12px;
}
table.contenttable td {
	margin: 0px; padding: 4px 8px;
	border-bottom: 1px solid #C2CCCF;
	padding-right: 28px;
}
table.contenttable .tr-even {
}
table.contenttable .tr-odd {

}

table.contenttable .tr-0 {
	margin: 0px; padding: 0px;
	background-color: #C2CCCF;
	font-weight: bold;
}
table.contenttable .td-1 {

}

table.contenttable .td-0 {
	padding-right: 20px;
}

table.contenttable tbody {
	float:left;
	margin: 0px;
	padding: 0px;
}

table.contenttable-3 caption {
	margin: 0px; padding: 4px 8px;
	font-weight: bold;
}
table.contenttable-3 .tr-0 {
	margin: 0px; padding: 0px;
	background-color: TRANSPARENT;
	font-weight: normal;
}
/*
table.contenttable-2 .td-0 {
	background-color: #C2CCCF;
	font-weight: bold;
}
table.contenttable-2 .tr-0 {
	background-color: TRANSPARENT;
	font-weight: normal;
}*/



/**
*	Datei Downloads
*/
div.middle div.downloads,
div.filelist {
	margin-bottom: 16px;

	float: left;
	margin-top: 4px;
	background-color: #e5e5e5;
clear:right;
width: 95%;
clear:left;
}
div.middle div.downloads a,
div.middle div.filelist p a {
	display: block;
	background: url(../../icon/intern-link.gif) no-repeat left;
	padding-left: 18px;
	width: 360px;
	float: left;
clear: left;

}
div.middle div.downloads div,
div.filelist p {
	margin: 0px; padding: 0px;
	border-bottom: 2px solid #FFF;
	float: left;
	clear: left;
	width: auto;
	width: 100%;
	padding: 4px 0px;
}
div.filelist p em {
	float: right;
	padding-right: 8px;
}

div.middle div.filelist  {
	margin-left: 16px;
}
div.middle div.filelist  p a {
	margin-left: 4px;
}




div.image-with-download {
	margin-left: 8px;
	margin-bottom: 8px;
	clear:left;
	float:left;
}
div.image-with-download a {
	clear:left;
	float:left;
}
div.image-with-download a img {
	float:left;
}
div.image-with-download p.caption {
	margin-left: 8px;
	width: auto;
	float:left;
}
/*	Trennlinie */
div.trenner {
	border-bottom: 1px dashed #CCC;
	float: left;
	clear: left;
	width: 100%;
	margin: 12px 0px;
}