html, body, div, p, h1, h2, h3, h4, ul, li, form, table, td, img, map      {
   margin:0;
   padding:0;
}
body {
   background: white;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
}
#ie-wrapper {
   text-align: center;
}
#container {
   width: 740px;
   margin: 0 auto 10px auto;
   text-align: left;
   background: transparent url(../images/container_bg.gif) repeat-y;
   font-size: 11px;
}
#header {
   height: 110px;
   background: white url(../images/header_bg.gif) no-repeat 19px 56px;
   padding-left: 160px;
   padding-top: 15px;
}
#nav {
   background: transparent url(../images/navleiste_bg.gif) no-repeat;
   height: 29px;
   padding-left: 160px;
}
#sideleft {
   width: 9px;
   float: left;
}
/*#sideright {
   width: 167px;
   float: right;
   padding-right:7px;
   padding-top: 13px;
}*/
#content {
   margin-left: 9px;
   /*margin-right: 180px;*/
   margin-right: 9px;
   background: transparent;
   padding: 10px;
}
#footer {
   clear: both;
   height: 38px;
   background: white url(../images/footer_bg.gif) no-repeat;
   text-align: center;
}
/* Navigation */
#nav ul {
   list-style: none;
   padding-left: 0px;
}
#nav ul li {
   float:left;
   padding: 9px 0 5px 20px;
   margin-right: 5px;
   background: transparent url(../images/arrow_li.gif) no-repeat 0px 8px;
}
#nav ul li a {
   display: block;
}
/* links */
#nav a:link, #nav a:visited {
   color: #000;
   text-decoration: none;
}
#nav a:hover {
   color: red;
   text-decoration: underline;
}
#nav a:active {
   color: #000;
   text-decoration: none;
}
#nav a.active:link, #nav a.active:visited, #nav a.active:hover, #nav a.active:active {
   color:#929292;
   text-decoration: underline;
   cursor: default;
}
#main a:link, #main a:visited {
   color: blue;
   text-transform: uppercase;
   text-decoration: none;
}
#main a:hover {
   text-decoration: underline;
}
#main a:active {
   color: blue;
   text-decoration: none;
}
textarea.nopreview {
   font-family: monospace;
   font-size: 16px;
}
.intable td {
   vertical-align: top;
}
/* headings & paragraphs */
#content h2 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 15px;
   font-weight: bold;
   padding: 0.2em;
   border-bottom: 1px solid #929292;
   text-transform: uppercase;
}
#main h2 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 15px;
   font-weight: bold;
   padding: 0.2em 0.5em;
   border-bottom: 1px solid #929292;
   background: white;
}
#main h3 {padding: 5px;}
#content p {
   margin-bottom: 0.3em;
   padding: 0.2em;
}
#main p, #teaser p {
   padding: 0.5em;
   line-height: 140%;
}
#sideright h2 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   padding: 0.2em;
   border-bottom: 1px solid #929292;
}
.side {
   padding: 3px 10px 0px 3px;
}
/* blocks */
#teaser {
   margin-bottom: 2em;
}
#main {
   border: 1px solid #929292;
   background: #cbe2f6;
}
img.kkarte {
   float:left;
   border: 1px solid #929292;
   margin-right: 0.8em;
}
#infooter {
   border-top: 1px solid #D7D7D7;
   margin-right: 6px;
   margin-left:2px;
   padding-top: 5px;
}
.opener {
   margin-bottom: 5px;
}
.opened {
   margin-bottom: 5px;
   padding: 2px;
   border: 1px solid #929292;
   color: #595959;
   background: #EEE;
}
.opened ul {
   list-style: none;
}
#main ul {
   list-style: none;
   padding: 10px;
}
#main ul li {
   padding: 9px 0 5px 20px;
   background: transparent url(../images/arrow_li.gif) no-repeat 0px 8px;
}
#main form {
   padding: 10px;
}
p.plabel {
   padding: 9px 0 5px 20px !important;
   background: transparent url(../images/arrow_li.gif) no-repeat 0px 8px;
   margin: 0;
}
label:hover {
   border-bottom: 1px dotted gray;
}
/* special colors */
.black {
   color:#000;
}
.gray1 {
   color:#595959;
}
.gray2 {
   color:#929292;
}

/* Formulare */
label { 
 cursor: pointer;
 cursor: hand;
} 
form.form_data {padding-left: 100px;}
table.table_form {
    width: 80%;
}
.table_form td {vertical-align: top;}
td.form_rubrik {
    text-align: right;
    padding: 2px 5px 2px 5px;
    border: 1px solid #fff;
}
td.form_input {
    padding: 2px 5px 2px 5px;
    border: 1px solid #fff;
}
.form_input input {margin-right: 5px;}
.form_input select {width: 150px;}

#hilfebut {
    margin: 0px;
    padding: 5px 0px 5px 50px;
    background: transparent url(../images/help.gif) no-repeat 0px 6px;
}
/* #hilfebut a {float:left;} */
#hilfebut a:link, #hilfebut a:visited {
    color: blue;
    text-decoration: none;
    border: none;
}
#hilfebut a:hover {
    text-decoration: underline;
    color: red;   
    border:none; 
}
#hilfebut a:active {
    color: blue;
    text-decoration: none;
    border:none;
}
#hilfe {
    clear:both;
    padding: 0px;
    background: #cbe2f6;
    border: 1px dotted #000;
}
.hilfetop {
    font-size: 1.3em;
    padding: 5px;
    border-bottom: 1px dotted #000;
    background: #fff;
}
p#hilfe {padding: 10px;}
#sonderpdf {
    display:inline;
    margin-left:250px;
}
* html #sonderpdf {margin-left:200px;}
#sonderpdf a:link, #sonderpdf a:visited {
    color: blue;
    text-decoration: none;
    border: none;
}
td.inputs {
    padding-left: 15px;
    vertical-align:top;
}
td.inputs p {
    font-size: 12px;
    font-weight: normal;
}

input.weiter {
   width: 120px;
   font-size: 12px;
   text-align: center;
   padding-left: 10px;
   text-transform: uppercase;
   letter-spacing: 1px;
   background: white url(../images/arrow_li.gif) no-repeat 93% 3px;
   padding: 3px;
   border: 1px solid #666;
}
input.back {
   width: 120px;
   font-size: 12px;
   text-align: center;
   padding-right: 10px;
   text-transform: uppercase;
   letter-spacing: 1px;
   background: white url(../images/arrow_re.gif) no-repeat 7% 3px;
   padding: 3px;
   border: 1px solid #666;
}
input.send {
   width: 130px;
   font-size: 12px;
   text-align: center;
   padding-left: 10px;
   text-transform: uppercase;
   letter-spacing: 1px;
   background: white url(../images/arrow_dia.gif) no-repeat 93% 3px;
   padding: 3px;
   border: 1px solid #666;
}
input.ok {
   width: 140px;
   font-size: 12px;
   text-align: center;
   padding-left: 10px;
   text-transform: uppercase;
   letter-spacing: 1px;
   background: white url(../images/arrow_up.gif) no-repeat 93% 3px;
   padding: 3px;
   border: 1px solid #666;
}

.adpre {
    background-color:#FFFFFF;
    border-spacing: 1px 1px ;
    /*empty-cells:show;*/
}
.adpre tr, {
    height:17px;
}
.adpre td {
    font-size:11px;
    text-align:center;
    font-weight:bold;
    background-color:#FFFFFF;/*#CBE2F6;*/
/*     border:1px solid #000; */
}

.adpre .pre_cell_no {
    width:80px;
    color:#5D5D5D;
    border-left: 0;
    border-bottom: 0;
    background-color:#CBE2F6;
}

/*.adprefix {
    clear:both;
}
.adprefix .pre_cell_no {
    width:80px;
    color:#5D5D5D;
    border-left: 0;
    border-bottom: 0;
    background-color:#CBE2F6;
}*/
#main #text_table {
    width:700px;
    border:1px solid #D7D7D7;
}
#main #text_table td {
    padding:3px;
    margin:3px;
    border:1px solid #D7D7D7;
    background:#FFFFFF;
    vertical-align:top;
}