/* Struktur BEGIN */

html, body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background: #B9BE9C;
}

.Wrapper {
	width: 1000px;
	margin: auto;
	text-align: left;
}

td {
	vertical-align: top;
}

.HeaderRow {
	height: 254px;
	overflow: hidden;
}

.NavigationTopRow {
	height: 20px;
	padding: 5px 0;
	text-align: right;
	font-size: 11px;
}


.ContentRow {
	width: 1000px;
	background: url(../images/body.png) repeat-y;
}

.FooterRow {
	width: 1000px;
	height: 1px;
	background: url(../images/footer.png) no-repeat;
}

.ContentCol1 {
	float: left;
	width: 199px;
	padding: 10px 0;
}

.ContentCol2 {
	float: left;
	width: 560px;
	margin: 0 0 0 20px;
}

.ContentCol3 {
	float: left;
	width: 180px;
	margin: 5px 0 0 30px;
}

/* Struktur END */





/* Text BEGIN */

body {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
}

#clear {
	clear: both;
}

.ContentCol2, .ContentCol3, td {
	font-size: 12px;
}

.ContentCol2 h2, .ContentCol2 h1 {
	color: #A22145;
	font-size: 18px;
}

.ContentCol2 p {
	line-height: 1.5em;
}

.ContentCol3 {
	color: #fff;
	font-size: 11px;	
}

.ContentCol3 h1 {
	color: #fff;
	font-size: 18px;	
}

#ajaxcontentarea {
	font-size: 11px;	
}
/* Text END */




/* Links BEGIN */

.NavigationTopRow a:link,
.NavigationTopRow a:visited {
	color: #000;
	text-decoration: none;
}
a.Level1 {
	display: block;
	background: url(../images/navi_trenner.png) no-repeat;	
	padding: 4px 10px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
a.Level1Active {
	display: block;
	background: url(../images/navi_active_mo.png) repeat-y;	
	padding: 4px 10px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

a.Level2 {
	display: block;
	background: #F1BB46;
	padding: 4px 10px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

a.Level2Active {
	display: block;
	background: white;
	padding: 4px 10px;
	font-size: 11px;
	color: #E4A340;
	text-decoration: none;
}

.ContentCol2 a,
.ContentCol2 a:link,
.Contentcol2 a:visited {
	color: #BA133F;
	text-decoration: underline;
}

.ContentCol3 a:link,
.ContentCol3 a:visited {
	color: white;
}

/* Links END */




/* Listen BEGIN */

.shadetabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 35px;
	background: url(../images/ajax_line.png) left bottom no-repeat;
}
.shadetabs ul {
	margin: 0;
}	
.shadetabs li a:link,.shadetabs li a:visited{
	text-decoration: none;
	display: block;
	height: 26px;
	color: #FEF7DA;
	font-size: 17px;
	padding: 4px 0 0 10px;
}

.shadetabs li a:visited{
	color: #fff;
}

.shadetabs li  {
	height: 29px;
	width: 185px;
	color: #000;
	float: left;
	margin-right: 1px;
	background: url(../images/ajax_gelb.png) no-repeat;
}

.shadetabs li.selected {
	background: url(../images/ajax_rot.png) no-repeat;	
}

/* Listen END */



/* Formulare BEGIN */
fieldset {
	border: 0;
	padding: 0;
}

legend {
	display: none;
}

label {
	display: block;
	width: 250px;
}

.csc-mailform-field {
	margin-bottom: 5px;
}

input,
textarea {
	width: 250px;
}


.csc-mailform-radio,
.csc-mailform-radio label {
	float: left;
	display: inline;
	width: auto;
	margin: 5px 10px 5px 0;

}

.csc-mailform-submit {
	margin: 0;
}

.csc-mailform-field {
	clear: left;
}

.csc-mailform-check {
	width: auto;
}

/* Formulare END */

