/***************************/
/* General element styles: */
/***************************/
HTML, BODY {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height:20px;
	color: #000000 !important;
	background-color: #FFFFFF !important;
	margin: 0;
	padding: 0;
}
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	line-height:20px;
	padding:0;
	margin:0; 
	font-weight:normal;
}
H1 {
	font-weight: bold;
	font-size: 120%;
	color:#000000;
	margin-bottom: 1em;
}
H2 { 
	font-weight: bold;
	color: #000000;
	font-size: 110%;
	margin: 1em 0 .5em 0;
}
A:link, A:visited {
	color: #000;
	text-decoration:none;
}
A:hover {
	color: #000;
	text-decoration:none;
}
FORM { 
	margin: 0;
}

/* ******************* Typo3 ******************* */

/* Menu / Sitemap, "Sitemap" */
.container P.csc-sitemap { }
.container P.csc-sitemap-level1 { margin-left: 20px; }
.container P.csc-sitemap-level2 { margin-left: 40px; }
.container P.csc-sitemap-level3 { margin-left: 60px; }
.container P.csc-sitemap-level4 { margin-left: 80px; }

/*******************/
/* RTE / Bodytext: */
/*******************/
P.bodytext { 
	font-size: 12px;
}
P.bodytext A { 
	font-weight: normal;
	text-decoration: none;
	color:#000;
}

.csc-header {
	/*background-color:#ff0;*/
}

/* ******************* DWB ******************* */

#header {
	clear: both;
	margin-bottom: 1cm;
}
#headerContent h1 {
	margin: 0 60px; 
}
#logo {
	margin:0;
	padding:0;
	text-align: right;
}
#servicenavi {
	display: none;
}
#mainnavi {
	display: none;
}
#subnavi {
	display: none;
}
#footer {
	display: none;
}
#special {
	display: none;
}
#content {
	margin: 0 60px; 
	padding: 0; 
	position: static;
}
/* die URL bei Verlinkungen ausgeben (im Moment ausgeschaltet)
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
}
*/
#content .container {
	width: 15cm;
	margin-left: 13px;
	margin-bottom: 20px;
}
ul {
	list-style: circle outside;
	margin-left: 20px;
}
.forscreenonly {
	display: none;
}
.image_single {
	float: right;
	margin: .3cm;
	margin-right: 60px;
}
td.td-0 {
	width: 100px;
	vertical-align: top;
	margin-right: 5px;
}
#anschrift {
	visibility: visible;
	padding-left: 13px;
	vertical-align: text-bottom;
	margin-top: 50px;
}
#suchbox {
	visibility: hidden;	
}
.csc-textpic csc-textpic-left csc-textpic-above, .csc-textpic-imagewrap, .csc-textpic-image csc-textpic-lastcol, .csc-textpic-caption {
	margin-right: 300px;
	margin-bottom: 20px; 	
}
