/* Struktur BEGIN */

table.stellen p {
	margin: 0;
}

html, body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: 'Arial', Tahoma, Sans-Serif;
	font-size: 12px;	
}

body {
	background: url(../images/navi_bg.png) repeat-x;
}

.wrapper {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

.NavigationTop {
	height: 70px;
}

.Row2 {
	height: 116px;	
	width: 1000px;
}

.Row3Col1 {
	float: left;
	width: 190px;
	padding-top: 60px;
}

.Row3Col2 {
	float: left;
	width: 770px;
	padding: 30px 0 0 40px;
}
/* Struktur END */


/* Texte BEGIN */

.csc-textpic-caption {
	text-align: center;
	font-size: 0.9em;
}

.Row3Col2 h1 {
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-align: center;
}

.Row3Col2 h2 {
	font-size: 14px;
	color: #8C8C8D;
}

.Row3Col2 p {
	font-size: 12px;
}
/* Texte END */


/* Links BEGIN */
.NavigationTop a:link, .NavigationTop a:visited {
	display: block;
	float: left;
	color: white;
	text-decoration: none;
	padding: 10px 11px;
	margin-top: 7px;	
}

.NavigationTop a:hover, .NavigationTop #Active{
	background: url(../images/navi_activ.png) right 0 no-repeat;
	color: #000;
}

.Row3Col1 a:link, .Row3Col1 a:visited {
	display: block;
	padding: 5px 0 5px 15px;
	text-decoration: none;
	color: #8C8C8D;
	background: url(../images/listing.png) 0 center no-repeat;
	border-bottom: 1px solid #8C8C8D;
}

.Row3Col1 #Active {
	color: #000;
}

.Row3Col1 #Level2 {
	background: #E2E2E2;
	color: #000;
	border-bottom: 1px solid white;	
}

.Row3Col1 #Level2Active {
	background: #8C8C8D;
	color: white;
}

.Row3Col1 a:hover {
	color: #000;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;	
}

a:hover {
	text-decoration: none;	
}


.Row3Col1 #Level3 {
	background: #E2E2E2;
	color: #000;
	border-bottom: 1px solid white;
	font-size: 11px;
	margin-left: 10px;
}

.Row3Col1 #Level3Active {
	margin-left: 10px;
	background: white;
	color: black;
	border-bottom: 1px solid white;
	font-size: 11px;
}


/* Links END */


td {
	font-size: 12px;	
	vertical-align: top;
}


/* Bilder BEGIN */
.Row2 img 
{
	float: left;
	border: 0;
}

.Row3Col2 img {
	margin: 0 0 0 20px;
	border: 0;
}

.Row3Col2 .border {
	padding: 5px;
	margin: 0 0 0 20px;
	background: white;
	border: 1px solid #E2E2E2;
}
.headergrafik {
	float: right; 
}
/* Bilder END */


/* Listen BEGIN */
.Row3Col2 li {
	list-style-position: outside;
	list-style-image: url(../images/listing.png);
}
/* Listen END */

/* Tabellen END */
table {
	height: auto;
}
/* Tabellen END */


/* Formulare BEGIN */
fieldset {
	border: 0;
	padding: 0;
}

legend {
	display: none;
}

label {
	display: block;
	width: 220px;
	float: left;
}

.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 0 0 220px;
}

.csc-mailform-field {
	clear: left;
}

.csc-mailform-check {
	width: auto;
}

/* Formulare END */	

