/* 1. Ueberschrift / Links / Schriften */
/* 2. individuelle Styles */
/* 3. Container */
/* 4. Navigation */



body {	
	background-color: #FFFFFF;
	background-image: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
}

/* 1. Ueberschrift / Links / Schriften */

h1 {
	background-color: transparent;
	color: #00569D;
	font-weight: bold;
	font-size: 12pt;
	text-transform: uppercase;
	margin: 0 0 0 0;
}

#topbalkencenter h1 {
	background-color: transparent;
	color: #00569D;
	font-weight: bold;
	font-size: 12pt;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h2 {
	background-color: transparent;
	color: #000000;
	font-weight: normal;
	font-size: 9pt;
	text-transform: uppercase;
	margin: 0 0 0.3em 0;
}

h3 {
	background-color: transparent;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	font-size: 9pt;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h4 {
	background-color: transparent;
	color: #00569D;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9pt;
	margin: 0 0 0 0;
}

h4 a:link, h4 a:visited, h4 a:active {
	background-color: transparent;
	color: #00569D;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 0 0;
}

strong {
	background-color: transparent;
	color: #333333;
	font-size: 9pt;
}

a:link, a:visited, a:active  {
	background-color: transparent;
	color: #E41E14;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
	color: #E41E14;
	text-decoration: underline;
}

a img {
	border: 0px;
	background-image: none;
}



/* 2. individuelle Styles */

.fixfloat {
	float: none;
	clear: both;
	width: 1px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
	height: 1px
}


ul {
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
	list-style: square;
	list-style-image: none;
}

li {
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
	list-style: square;
	list-style-image: none;
	background: none;
}


/* 3. Container */

#allbox {
	width: 100%;
	margin: 0 0 0 0;
	background-image: none;
	background-position: inherit;
	text-align: left;
}

#all {
	width: auto;
	float: none;
	margin: 0 0 0 10px;
}



/* 3.1. Container Kopfbereich - top */

#topallbox {
	width: auto;
}

#topall {
	margin: 10px 0 10px 0;
}

#topleftbox {
	width: 50%;
	float: left;
}

#toprightbox {
	width: 50%;
	height: 52px;
	float: right;
	text-align: right;
}

#topbalkenbox {
	width: auto;
	height: auto;
	background-image: none;
	margin: 10px 0 10px 0;
}

#topbalkenleft {
	display: none;
}

#topbalkencenter {
	width: auto;
	height: auto;
	float: none;
}

#topbalkenright {
	display: none;
}

#topbreadcrumbbox {
	width: auto;
	height: auto;
	background-image: none;
	padding: 0 0 10px 0;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #00569D;
}

#breadcrumb {
	font-size: 7pt;
	padding: 0 0 0 0;
	color: #00569D;
}


/* 3.2. Container Contentbereich - middle */

#middleallbox {
	width: auto;
}

#middlenavbox {
	display: none;
}

#middlespacer {
	display: none;
}

#middlecontentbox {
	width: auto;
	float: none;
	background-color: #FFFFFF;
	padding: 0 0 5px 0;
}

#content {
	margin: 0 0 0 0;
	font-size: 9pt;
}


/* 3.2. Container Fußbereich - bottom */

#bottomallbox {
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	background-image: none;
	border-top: 1px solid #00569D;
	padding: 5px 0 10px 0;
	margin: 10px 0 10px 0;
}

#bottombalkenbox {
	display: none;
}

#bottombalken {
	display: none;
}

#bottombalkenright {
	display: none;
}

#bottomleft {
	width: auto;
	float: none;
	font-size: 7pt;
}

#bottomright {
	display: none;
}

#bottomall a:link, #bottomall a:visited, #bottomall a:active {
	background-color: #FFF;
	color: #00569D;
	margin: 0 0 0 0;
	font-size: 7pt;
	text-decoration: none;
}

#bottomall a:hover {
	background-color: #FFF;
	color: #E41E14;
	margin: 0 0 0 0;
	font-size: 7pt;
}

/* Tabelle Abteilungen */

.tbabteilung table {
	border: 0px solid #FFFFFF;
	margin: 0 0 10px 0;
}

.tbabteilung th, .tbabteilung td {
	font-size: 9pt;
	vertical-align: top;
	text-align: left;
	padding: 0.1em 0.2em 0.1em 0;
}

.tbabteilung th {
	font-weight: bold;
	font-style: normal;
	background: none;
	color: #000000;
}

.tbabteilung td {
	background: none;
}




/* Typo3 */

.csc-textpic-caption {
	font-size: 8pt;
	font-style: italic;
}


/* Form */

form {
	display: none;
}

#mailform fieldset {
	border: 0em solid #CCCCCC;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.csc-mailform-field {
	padding: 0.2em 0 0.2em  0;
	margin: 0 0 0 0;
	clear: both;
}

label {
	width: 10em;
	float: left;
}

.csc-mailform-field input, .csc-mailform-field select {
	color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	border: 0.1em solid #CCCCCC;
	float: left;
}

.csc-mailform-field textarea {
	border: 0.1em solid #CCCCCC;
}

.csc-mailform-field .csc-mailform-submit {
	background-color: #00569D;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0 0 10em;	
	border: 0.1em solid #00569D;
}


