/* -------------------------------------------------------------------
| basics
 ------------------------------------------------------------------ */
html, body, h1, h2, h3, div, span{
	top: 0 !important;
	left: 0 !important;
	color: #000	!important;
	background-image: none !important;
	text-indent: 0 !important;
	position: static !important;
	font-size: 10pt !important;
}

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: 15pt !important;
	font-weight: bold;
	text-decoration: underline;
}

h3 {
	font-size: 13pt !important;
	font-weight: normal;
	text-decoration: underline;
}

h2.flash {	margin-bottom: .3em; }
h3.context, h3.flash{ margin-bottom: .3em; }
h4{ margin-bottom: .2em; }



div, span{
	padding: 0; margin: 0;
	width: auto; height: auto;	
}

h1, h2, h3{
	width: auto !important;
	height: auto !important;
	float: none !important;	
}


html, body {
	border: none;
	height: 100%;
	margin: 0;
	padding:0;
	background-color: #FFF;
	text-align:left;
	/*
	font-family: Times New Roman, serif;
	font-size: 14pt;
	*/
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #000;
}

body{
	margin: 10px;
	text-align: left;
}

/* im eigentlichen druck margin nullen */
@media print{
	body { margin: 0; }
}

img {
	border: 0; 	
}

p {
	margin-bottom: .7em;
	line-height: 140%;	
}

ul.std{
	padding: 0 0 5px 20px; 	
	line-height: 140%; 
	list-style-image: url(../img/list_bullet.gif);
}

ol.std{
	padding: 0 0 5px 20px; 	
	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;
}

.clearline{
	clear:both;
	font-size: 69%;
}
/* -------------------------------------------------------------------
| links
 ------------------------------------------------------------------ */

a { color: #000; }
a:link 		{ text-decoration: underline; }
a:visited 	{ text-decoration: underline; }
a:hover 		{ text-decoration: underline; }
a:active 	{ text-decoration: underline; }


/* -------------------------------------------------------------------
| dhtml-pulldowns
 ------------------------------------------------------------------ */

.pd-close{ display: none; }
.pd-open{ display: none; }

/* -------------------------------------------------------------------
| debug-output (nur beta)
 ------------------------------------------------------------------ */
#dbg-off{display: none;}
#dbg-on{display: none;}

/* -------------------------------------------------------------------
| aussengeruest
 ------------------------------------------------------------------ */

#pagewrap {
	font-size: 1em;	
	width: 640px;	
	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; }


#pageinner{
	background: none;
	width: 640px;
}

/* -------------------------------------------------------------------
| kopfelement
 ------------------------------------------------------------------ */
 
#head-left{
	float: left;		
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 6px;
}

/* element im head, dass nur in der expliziten druckversion angezeigt wird */
#backfromprint{
	float: right;
	line-height: 16pt;
	margin-top: 0.2em;
}
/* im eigentlichen druck nicht darstellen */
@media print{
	#backfromprint { display: none; }
}

#head-right{ display: none; }
#kf{ display: inline; text-decoration: none;}
#kf a{ text-decoration: 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 */


/* -------------------------------------------------------------------
| allg. image-replacement-definitionen
 ------------------------------------------------------------------ */

/* ir bei transparentem, nicht verlinktem bild..*/
.replace-trans{
	overflow: visible;
}

/* ir bei transparentem, verlinktem bild..*/
.replace-trans-link a{
	display: inline;
	overflow: visible;
}

/* ir bei allen nicht-transparenten bildern..*/
.replace {
	position: relative;
	overflow: visible;	
}

.replace em {
	display: none;	
}



/* General IR statements for IE5.x mac only */

* html>body	.replace {	
	overflow: visible;	
}
* html>body	.replace em  {	
}
* html>body	.replace a {	
}

/* -------------------------------------------------------------------
| hauptnavigation
 ------------------------------------------------------------------ */
#mainnav{ display: none; }

/* -------------------------------------------------------------------
| inhalt
 ------------------------------------------------------------------ */




#content{
	width: 640px;	
	margin-bottom: 0;	
	margin-top: 10px;
	float: none;
}

#firstline{
	display: none;
}

#breadcrumbs{
	width: 640px;
	background-color: #FFF; 
	border-bottom: 1px solid;
	padding-bottom: 0.2em;
	margin-bottom: 10px;	
	height: auto;	
}

#breadcrumbs .sub-a{
	padding: 2px 0 0 0;
	color: #000;
}

#breadcrumbs .sub-a a{
	color: #000;
}

#breadcrumbs strong{
	color: #000;
}
/* -------------------------------------------------------------------
| context
 ------------------------------------------------------------------ */

#contextouter{
	display: none;
}


/* -------------------------------------------------------------------
| seiten-features
 ------------------------------------------------------------------ */
#features{
	display: none;
}

/* -------------------------------------------------------------------
| footer
 ------------------------------------------------------------------ */

#footer{
	display: none;
}