/* standard.css */

/*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; border:0 }
/*whoever thought blue linked was a good idea?*/
a img, :link img, :visited img { border:none }
a { text-decoration:none; color:#000000; }
img { border:0; }
/**/
em, sup  { margin:auto; padding:auto; border:auto; }

/*** body ***/

body {
margin:20px;
}

/*logo*/
#logo {
display:none;
}
/* ********bilder******** */
#bild1 {
display:none;
}
#bild2 {
display:none;
}
#bild2 #bild2text {
display:none;
}
#bild2 #bild2bild {
display:none;
}
#bild3 {
display:none;
}
#bild4 {
display:none;
}
#intern {
display:none;
}

/* ********navigation******** */
#navi {
display:none;
}
/* ********sub-navigation******** */
/*all subnavis*/
.subnavi {
display:none;
}
/*pro subnavi*/
/* all subnaviX->IEpatches */
#subnavi0 {
display:none;
top:107px;
}
#subnavi1 {
display:none;
top:107px;
}
#subnavi2 {
display:none;
top:124px;
}
#subnavi3 {
display:none;
top:141px;
}
#subnavi4 {
display:none;
top:158px;
}
#subnavi5 {
display:none;
top:175px;
}
#subnavi6 {
display:none;
top:192px;
}
#subnavi7 {
display:none;
top:209px;
}
#subnavi8 {
display:none;
top:226px;
}

/* ********sep Bilder pro Subnavipunkt******** */

/* ****************inhalt**************** */
#inhalt {
width:500px;
/**/
color:#000000;
font-family:Verdana,Arial,sans-serif;
font-size:11px;
/**/
padding:0;
margin:0;
}
#inhaltholder {
width:500px;
}
.topborder, .bottomborder {
display:none;
}

/******************** GENERAL CONTENT ********************/
/* 4 size-setters in this doc, h2+h3 for IE */
/* replace line-height + padding-bottom + margin-bottom */

/* #dynamic_content -> IEpatch */
#dynamic_content {
width:500px;
/* set size 1 */
font-size:11px;
line-height:16px;
/**/
font-family:Verdana, sans-serif;
color:#000000;
font-weight:normal;
/* border setting */
margin:0;
padding:0;
}

/************ TITELS ************/
#dynamic_content h1, #dynamic_content #rte textarea h1 {
/* set size 2 */
font-size:11px;
line-height:17px;
/**/
font-family:Verdana, sans-serif;
color:#000000;
font-weight:bold;
/* border setting */
margin:0;
padding:0;
padding-bottom:17px;
}
#dynamic_content h2 {
/* set size 3 */
font-size:11px;
line-height:17px;
/**/
font-family:Verdana, sans-serif;
color:#000000;
font-weight:bold;
/* border setting */
margin:0;
padding:0;
}
#dynamic_content h3, #dynamic_content h4, #dynamic_content h5, #dynamic_content h6 {
/* set size 4 */
font-size:11px;
line-height:17px;
/**/
font-family:Verdana, sans-serif;
color: #000000;
font-weight:bold;
/* border setting */
margin:0;
padding:0;
}

/************ TEXT ************/
#dynamic_content p {
font-size:11px;
line-height:17px;
/**/
font-family:Verdana, sans-serif;
color:#000000;
font-weight:normal;
/* border setting */
margin:0;
padding:0;
}
#dynamic_content p.red {
color:#FF0000 !important;
}

/************ NUMMERN HOCHGESTELLT ************/
#dynamic_content sup, #dynamic_content p sup {
font-size:9px !important;
line-height:9px;
/**/
font-family:Verdana, sans-serif;
color:#000000;
font-weight:normal;
/* border setting */
}

/************ LINKS ************/
#dynamic_content a  {
color:#000000;
text-decoration:underline;
}
#dynamic_content a:hover {
color:#000000;
text-decoration:underline;
}
#dynamic_content a:visited {
color:#000000;
text-decoration:underline;
}

/************ TABLES ************/
#dynamic_content table {
width:auto;
height:auto;
/* border setting */
margin:0;
padding:0;
border:0;
border-spacing:0;
border-collapse:collapse;
}
#dynamic_content td {
width:auto;
/**/
background-color:#FFFFFF;
text-align:left;
vertical-align:middle;
/* border setting */
border:0;
margin:0;
padding:0;
}

/************ LISTS ************/
/*** NUMBERED LISTS ***/
/* #dynamic_content ol -> IEpatch */
#dynamic_content ol {
text-indent:-6px;
color: #000000;
/* border setting */
margin:0;
padding-left:18px;
}
#dynamic_content ol li {
font-size:inherit;
line-height:17px;
/**/
font-family:Verdana, sans-serif;
color:#000000;
font-weight:normal;
/* border setting */
}

/*** UNNUMBERED LISTS ***/
#dynamic_content ul {
/*list-style-type:disk;*/
/* border setting */
margin:13px;
padding:0;
}
#dynamic_content ul li {
font-size:11px;
line-height:17px;
/**/
font-family:Verdana, sans-serif;
color:#000000;
font-weight:normal;
/**/
/*display:block;
background-image:url('../i/bullet_list.gif');
background-repeat:no-repeat;
background-position:0px 0px; */
/* border setting */
margin:auto;
padding:auto;
}

/************ IMAGES ************/
#dynamic_content img {
/* border setting */
margin:0;
padding:0;
border:0;
}

/************ FORMULAR ************/
#dynamic_content form {
font-size:11px;
line-height:17px;
/**/
font-family:Verdana, sans-serif;
color:#000000;
font-weight:normal;
/* border setting */
margin:0;
padding:0;
border:0;
}
#dynamic_content form label {
float:left;
clear:both;
width:120px;
font-size:11px;
line-height:17px;
}

/*** FIELDS ALL - INCL IE OHNE ZUSAETZL. CLASS DEF. ***/
#dynamic_content input {
float:left;
width:200px;
/**/
font-size:11px;
/**/
font-family:Verdana, sans-serif;
color:#000000;
background-color:#FFFFFF;
/* border setting */
border:1px solid #000000;
margin:0;
margin-bottom:4px;
padding:2px !important;
}
#dynamic_content textarea {
float:left;
width:200px;
/**/
font-size:11px;
/**/
font-family:Verdana, sans-serif;
color:#000000;
background-color:#FFFFFF;
/* border setting */
border:1px solid #000000;
margin:0;
margin-bottom:4px;
padding:2px;
}
#dynamic_content select {
font-size:11px;
/**/
width:200px;
height:auto;
/**/
font-family:Verdana, sans-serif;
color:#000000;
background-color:#FFFFFF;
/* border setting */
border:1px solid #000000;
margin:0;
margin-bottom:4px;
padding:2px;
/*margin:0;
padding:0;
padding-left:2px;
padding-top:2px;*/
}
#dynamic_content option {
}

/*** RADIO ***/
/* #dynamic_content input[type=radio] -> IEpatch class=radio */
#dynamic_content input[type=radio] {
width:auto;
height:auto;
/**/
vertical-align:bottom;
/* border setting */
margin:0;
padding:0;
margin-right:3px;
margin-bottom:4px;
}

/*** CHECKBOX ***/
/* #dynamic_content input[type=checkbox] -> IEpatch class=checkbox */
#dynamic_content input[type=checkbox] {
width:auto;
height:auto;
/* border setting */
margin:0;
padding:0;
margin-left:-2px;
margin-right:3px;
margin-bottom:3px;
}

/*** SUBMIT ***/
/* #dynamic_content input[type=submit], #dynamic_content input[type=button] -> IEpatch class=senden/button */
#dynamic_content input[type=submit], #dynamic_content input[type=button] {
font-size:11px;
/**/
width:200px;
height:20px;
/**/
color:#000000;
background-color:#FFFFFF;
font-family:Verdana, sans-serif;
font-weight:normal;
text-decoration:none;
cursor:pointer;
/* border setting */
border:1px solid #000000;
margin:0;
margin-bottom:4px;
padding:0;
padding:2px;
}
/**/
#dynamic_content input[type=submit] a {
text-decoration:none;
}
