/* SET print css all */

/************************ 0: undoHTML ************************/
/* no list-markers by default, since lists are used more often for semantics */
ul {list-style-type:none;}
/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1, h2, h3, h4, h5, h6, pre, code { font-size:1em; }
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, iframe, p, blockquote, table, thead, tbody, tfoot, caption, th, tr, td, a, fieldset { margin:0; padding:0; border-collapse:collapse; border:0}
input, textarea, select, option { margin:0; padding:0; border-collapse:collapse }
/* whoever thought blue linked was a good idea? */
a img { border:none }
a { text-decoration:none; color:#000000; }
img { border:0; }

/************************ 1: nice way to clear divs in gecko browsers without superflous markup ************************/



/* here we go... */
/************************ 2: BODY / HTML ************************/
/* BODY */
/* Hides from IE-mac \*/
html {
}
/* End hide from IE-mac */
body {
margin:30px;
/*default*/
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
/***************** access keys **************/
.sprunglink a {
position:absolute; 
z-index:99999; 
width:10em; 
overflow:hidden; 
top:-100px; 
left:-1000px
} 
.sprunglink a:focus {
position:absolute; 
z-index:99999; 
width:300px; 
top:10px; 
left:10px;
margin:5px; 
text-decoration:underline; 
color:#000000; 
background:#FFFFFF; 
font-size:100%;
}	
.sprunglink a:active {
position:absolute; 
z-index:99999; 
width:300px; 
top:10px; 
left:10px;
margin:5px; 
text-decoration:underline; 
color:#000000; 
background:#FFFFFF; 
font-size:100%;
}	
/************************ 3: STRUKTUR MAIN DIVS ************************/
#body_ersatz {
}
#box {
width:520px;
/**/
text-align:left;
}
/*** navigation -> 3.1 ***/
#navi {
display:none;
}
/*** language -> 3.2 ***/
#lang {
display:none;
}
/*** header + meta-navi -> 3.3 ***/
#header {
position:absolute;
left:15px;
top:0;
}
/*** breadcrumb -> 3.4 ***/
#breadcrumb {
display:none;
}
/*** context -> 3.5 ***/
#context {
display:none;
}
/*** footer -> 3.6 ***/
#footer {
position:absolute;
left:30px;
top:60px;
}
/*** content center -> 4 ***/
#content {
position:relative;
margin-top:100px;
}
/* bg image top */
#content_bg_top {
display:none;
}
/* bg image bottom */
#content_bg_bottom {
display:none;
}
/* text field */
#innercontent {
position:relative;
}

/* text field title area */
#innercontent_titel {
position:relative;
}
#innercontent_titel h1 {
font-size:16px;
color:#000000 !important;
margin:0 !important;
}
#innercontent_titel_print {
display:none;
}

/************************ 3.1: NAVIGATION ************************/

/************************ 3.2: LANGUAGE ************************/

/************************ 3.3: HEADER + LOGO + METANAVIGATION ************************/
#header #metanavi {
display:none;
}
#header #suche {
display:none;
}
/************************ 3.5: BREADCRUMB ************************/
#breadcrumb ul li {
float:left;
}
#breadcrumb ul li a {
font-size:10px;
color:#3F5B06;
}
#breadcrumb ul li a:hover {
color:#000000;
}
#breadcrumb ul li span {
font-size:9px;
}
/************************ 3.6: KONTEXT ************************/

/************************ 3.6: FOOTER ************************/
#footer #address {
position:relative;
font-size:10px;
font-weight:normal;
color:#000000;
line-height:12px;
}
#footer #address ul li {
float:left;
padding-right:10px;
}
/************************ 4: GENERAL CONTENT ************************/
/* 4 size-setters in this doc, h2+h3 for IE */
/* replace line-height + padding-bottom + margin-bottom */
/* no IE support for inherit - so watch out... */

#innercontent_scroll {
/* set size 1 */
font-size:11px;
line-height:16px;
/**/
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-weight:normal;
/* border setting */
margin:0;
}

/************ TITELS ************/
#innercontent h1 {
/* set size 2 */
font-size:16px;
line-height:16px;
/**/
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-weight:bold;
/* border setting */
margin:0;
padding:0;
padding-bottom:16px;
}
#innercontent h2 {
/* set size 3 */
font-size:13px;
line-height:16px;
/**/
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-weight:bold;
/* border setting */
margin:0;
padding:0;
padding-bottom:8px;
}
#innercontent h3, #innercontent h4, #innercontent h5, #innercontent h6 {
/* set size 4 */
font-size:11px;
line-height:16px;
/**/
font-family:Arial, Helvetica, sans-serif;
color: #000000;
font-weight:bold;
/* border setting */
margin:0;
padding:0;
}

/************ TEXT ************/
#innercontent p {
font-size:11px;
line-height:16px;
/**/
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-weight:normal;
/* border setting */
margin:0;
padding:0;
padding-bottom:16px;
}

/************ LINKS ************/
#innercontent a  {
font-size:11px;
line-height:16px;
color:#000000;
text-decoration:underline;
}
#innercontent a:hover {
color:#000000;
text-decoration:underline;
}
#innercontent a:visited {
color:#000000;
text-decoration:underline;
}

/************ TABLES ************/
#innercontent table {
width:100%;
height:auto;
/* border setting */
margin:0;
padding:0;
border:0;
border-spacing:0;
border-collapse:collapse;
margin-bottom:22px;
}
#innercontent td {
width:auto;
/**/
background-color:#CDE5C9;
text-align:left;
vertical-align:middle;
/* border setting */
border:1px solid #FF0000;
margin:0;
padding:0;
padding-left:4px;
padding-right:4px;
padding-top:2px;
}

/************ LISTS ************/
/*** NUMBERED LISTS ***/
#innercontent ol {
text-indent:-6px;
color: #000000;
/* border setting */
margin:0;
padding-left:18px;
padding-bottom:16px;
}
/* nur IE */
* html #innercontent ol {
text-indent:0px;
/**/
padding-left:0px;
margin-left:22px;
}
#innercontent ol li {
font-size:11px;
line-height:16px;
/**/
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-weight:normal;
/* border setting */
margin-bottom:8px;
}

/*** UNNUMBERED LISTS ***/
#innercontent ul {
list-style-type:disc !important;
/* border setting */
margin:0;
margin-left:14px;
padding:0;
padding-bottom:16px;
}
#innercontent ul li {
font-size:11px;
line-height:16px;
/**/
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-weight:normal;
/* border setting */
}

/************ IMAGES ************/
#innercontent img {
/* border setting */
margin:0;
padding:0;
border:0;
}

/************ FORMULAR ************/
#innercontent form {
font-size:11px;
line-height:16px;
/**/
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-weight:normal;
/* border setting */
margin:0;
padding:0;
border:0;
}
#innercontent form label {
font-size:inherit;
line-height:inherit;
}

/*** FORMULAR TABLE ***/
#innercontent form table {
width:auto;
height:auto;
/* border setting */
margin:0;
padding:0;
border:0;
}
#innercontent form td {
width:auto;
/**/
background-color:#FFFFFF;
text-align:left;
vertical-align:middle;
/* border setting */
margin:0;
padding:5px;
padding-top:0;
border:0;
}

/*** FIELDS ALL - INCL IE OHNE ZUSAETZL. CLASS DEF. ***/
#innercontent input {
font-size:11px;
/**/
width:200px;
height:16px;
/**/
font-family:Arial, Helvetica, sans-serif;
color:#000000;
background-color:#FFFFFF;
/* border setting */
border:1px solid #000000;
margin:0;
padding:0;
padding-left:2px;
padding-top:2px;
}
#innercontent textarea {
font-size:11px;
/**/
width:200px;
height:70px;
/**/
font-family:Arial, Helvetica, sans-serif;
color:#000000;
background-color:#FFFFFF;
/* border setting */
border:1px solid #000000;
margin:0;
padding:0;
padding-left:2px;
padding-top:2px;
}
#innercontent select {
font-size:11px;
/**/
width:204px;
height:auto;
/**/
font-family:Arial, Helvetica, sans-serif;
color:#000000;
background-color:#FFFFFF;
/* border setting */
border:#000000 1px solid;
/*margin:0;
padding:0;
padding-left:2px;
padding-top:2px;*/
}

/*** RADIO ***/
/*** RADIO OHNE IE ***/
#innercontent input[type=radio] {
width:auto;
height:auto;
/**/
vertical-align:bottom;
/* border setting */
margin:0;
padding:0;
margin-right:3px;
margin-bottom:4px;
}
/*** RADIO IE MIT CLASS DEF. ***/
* html #innercontent input.radio {
width:auto;
height:auto;
/* border setting */
margin:0;
margin-left:-4px;
vertical-align:middle;
}

/*** CHECKBOX ***/
/*** CHECKBOX OHNE IE ***/
#innercontent input[type=checkbox] {
width:auto;
height:auto;
/* border setting */
margin:0;
padding:0;
margin-left:-2px;
margin-right:3px;
margin-bottom:3px;
}
/*** CHECKBOX IE MIT CLASS DEF. ***/
* html #innercontent input.checkbox {
width:auto;
height:auto;
margin:0;
margin-left:-4px;
}

/*** SUBMIT ***/
/*** SUBMIT + BUTTON OHNE IE ***/
#innercontent input[type=submit], #innercontent input[type=button] {
font-size:11px;
/**/
width:204px;
height:20px;
/**/
color:#000000;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
text-decoration:none;
cursor:pointer;
/* border setting */
border:1px solid #000000;
margin:0;
padding:0;
}
/**/
#innercontent input[type=submit] a {
text-decoration:none;
}
/*** SUBMIT + BUTTON IE MIT CLASS DEF. ***/
* html #innercontent input.senden, * html #innercontent input.button {
font-size:11px;
/**/
width:204px;
height:20px;
/**/
color:#000000;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
cursor:hand;
/* border setting */
border:1px solid #000000;
margin:0;
padding:0;
}

/* 5: SPECIAL CONTENT */
