/* -------------------------------------------------------------------
| basics
 ------------------------------------------------------------------ */
html, body, h1, h2, h3, div, span{
	background-image: none !important;
	text-indent: 0 !important;
	position: static !important;
	font-size: 9pt;
	
}
html, body, h1, h2, h3, div, span, strong{
	background-color: transparent !important;
}
html, body{
	top: 0 !important;
	left: 0 !important;
	background-color: #FFF;
	text-align:left;	
	color: #000;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, p, form{
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 16pt !important;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	font-size: 13pt !important;
	font-weight: bold;	
}

h3 {
	font-size: 13pt !important;
	font-weight: bold;
}

h4{ margin-bottom: .2em; }



div, span{
	padding: 0; margin: 0;
	width: auto; height: auto;	
}

h1, h2, h3, h4{
	width: auto !important;
	height: auto !important;
	float: none !important;		
}

#content h3 span{
	margin: 0;
	padding: 0;
	background: none;
}

body{
	margin: 10px;
	margin-top: 20px;
	text-align: left;
}

/* im eigentlichen druck margin nullen */
@media print{
	body { margin: 0; }
}

img {
	border: 0; 	
}

p {
	margin-bottom: .8em;
	line-height: 140%;	
}

q {	
	quotes: '"' '"' '\'' '\'';			
	font-style: italic;
}
q:before { content: open-quote; }
q:after  { content: close-quote; }



input, select{
	font-size: 1em;
}

.mini{
	font-size: .85em;
}

.skip{
	display: none;			
}

.pre-hl{
	display: none;
}


.clear{
	clear:both;
	font-size: 1px;
	height: 2px;
}

/* -------------------------------------------------------------------
| links
 ------------------------------------------------------------------ */

a { /*color: #000;*/ }
a:link 		{ text-decoration: underline; }
a:visited 	{ text-decoration: underline; }
a:hover 		{ text-decoration: underline; }
a:active 	{ text-decoration: underline; }


/* -------------------------------------------------------------------
| aussengeruest
 ------------------------------------------------------------------ */

#pagewrap {
	font-size: 1em;	
	width: 600px;	
	padding: 0;
	margin:0;
	text-align: left;	
}

/* hack: IE 5 verliert die Styleangaben im table */
#pagewrap td{
	font-size: 0.7em;	
	voice-family: "\"}\""; /* start bmh */
	voice-family: inherit;
	font-size: 1em;
}
html>body #pagewrap td{
	font-size: 1em; /* end bmh */
}
/* hack: op6 verliert die Styleangaben im table*/
html>body #pagewrap td { font-size: 0.7em; }
/* the Owen hack -- http://www.albin.net/CSS/OwenHack.html */
head:first-child+body #pagewrap td { font-size: 1em; }


.col-mid{
	margin: 0; padding: 0;
}

#head a { color: #000; text-decoration: none; }
#head a:link 		{ text-decoration: none; }
#head a:visited 	{ text-decoration: none; }
#head a:hover 		{ text-decoration: none; }
#head a:active 	{ text-decoration: none; }

#head h2 { text-decoration: none; }

#metanav{
	display: none;
}



#head .col-lft{
	margin: 0;
	margin-left: 10px;
	padding: 0;
	height: auto;
}

#head .col-mid{
	margin: 0;
	margin-left: 10px;
	
	padding: 0;
	height: auto;
}

#logo, #logo strong, #logo strong em{	
	font-size: 10pt;
}

#slogan{	
	display: none;
	width: auto; 
	height: auto; 
	padding: 0; 
	margin: 0;
	margin-bottom: 10px;
}

#head .col-rgt{
	display: none;
}


/* -------------------------------------------------------------------
| umgehung von clear-tags
 ------------------------------------------------------------------ */
/* src: http://jassesnee.de/easyclear/index.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* -------------------------------------------------------------------
| ausgeblendete seitenspalten
 ------------------------------------------------------------------ */
#content .col-lft{ display: none; }

#content .col-rgt{ display: none; }

#content .col-mid {	
	width: 600px;	
	margin: 0;
	padding: 0;	
}

/* -------------------------------------------------------------------
| inhalt
 ------------------------------------------------------------------ */

#contentcol{	
	width: 600px;
}

#content{
	width: 600px;	
	padding: 0 10px 0 10px;
	margin-bottom: 0;	
	float: none;
	voice-family: "\"}\""; /* start bmh */
	voice-family: inherit;
	width: 580px;
}
html>body #content{
	width: 580px; /* end bmh */
}

#firstline{
	display: none;
}

#breadcrumbs{
	padding: 0;
	width: 600px;
	background-color: #FFF; 
	color: #000;	
	border-top: 1px #6983A1 dashed;	
	padding: 7px 10px;	
	margin-top: 1.3em;
	voice-family: "\"}\""; /* start bmh */
	voice-family: inherit;
	width: 580px;	
}
html>body #breadcrumbs {	
	width: 580px; /* end bmh */	
}

#breadcrumbs a { color: #000; }
#breadcrumbs a:link 	{ text-decoration: none; #000;}
#breadcrumbs a:visited { text-decoration: none; #000;}
#breadcrumbs a:hover 	{ text-decoration: none; #000;}
#breadcrumbs a:active 	{ text-decoration: none; #000;}

/* erweiterter content fuer printanzeige */
#breadcrumbs div{
	color: #6983A1;
	margin-bottom: 3px;
}	

#breadcrumbs .sub-prefix{
	display: none;
}

/* ebenfallss erweiterter content fuer printanzeige */
#print-url{
	margin-top: 3em;
	font-size: 8pt;
	width: 600px;
	padding: 0 10px;	
	voice-family: "\"}\""; /* start bmh */
	voice-family: inherit;
	width: 580px;
}
html>body #print-url{
	width: 580px; /* end bmh */
}

/* -------------------------------------------------------------------
| anpassungen content-elemente
 ------------------------------------------------------------------ */

#content h3.home span{
	padding-left: 0;
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
}
#content h3.home{
	padding: 0.8em 0 0.4em 0;
}


#mnav2{
	border-top: 1px #6983A1 dashed;
}

.stdblock-01,
.stdblock-02,
.stdblock-03{	
	border-top: 1px #6983A1 dashed;
	width: 600px;
}

.stdblock-02 .sub-container{
	padding-left: 0;
}


.downloadlist ul{
	background-color: transparent;
}

/* -------------------------------------------------------------------
| subnav
 ------------------------------------------------------------------ */

#mnav2 {
	display: none;	
}

/* -------------------------------------------------------------------
| formular-anpassungen
 ------------------------------------------------------------------ */
 
fieldset {	
	border: 1px dotted #6983A1;	
}
div.formrow-buttons {
	display: none;
}
.pruefdokument {
	display: none;
}
h3.searchresult {
	padding-left: 7em !important;
}