/* CSS für Peter Schneider */

html,body{
    position:static;
    background:none;
}

body{
    font-family:"Arial", arial, sans-serif;
    font-size:11pt;
}

#page{
    background:none;
    width:99%;
    border:0px solid red;
}

#service-part{
    /*display:none;*/
}

#service-part a{
    /*display:none;*/
}

#service-part img.servicePic{
    display:none;
}

#header-big{
    display:none;
}

#header-service-logo{
    background-image:url(../img/service-logo.jpg);
    background-repeat:no-repeat;
    margin-left:579px;
    height:160px;
}

#inter{
    background:none;
}

#header-grafics{
    display:none;
}
    
#main-navi{
    display:none;
}

#content{
    position:static;
    /*width:500pt;
    @width:650pt;*/
    padding:0pt;
    margin-left:10pt;
    border:0px none;
    background:none;
}

#content form input.text{
    border:1px solid #9E9E9E;
    width:220px;
}

#content form input.text-ort{
    border:1px solid #9E9E9E;
    width:154px;
}

#content form input.short{
    border:1px solid #9E9E9E;
    width:60px;
    @width:58px;
}

#content form textarea{
    border:1px solid #9E9E9E;
    height:150px;
}

#content-h1{
    /*font-size:17pt;*/
    color:#009DD2;
    font-weight:bold;
    margin-bottom:7pt;
}

#content-h2{
    /*font-size:14pt;*/
    color:#024968;
    font-weight:bold;
    margin-bottom:27pt;
}

#content p{
    /*font-size:12pt;*/
    line-height:140%;
    color:#333;
    /*width:300pt;*/
}

#content a{
    /*font-size:12pt;*/
    line-height:140%;
    color:#009DD2;
}

#content a.sitemap-link{
    /*font-size:12pt;*/
    color:#009DD2;
    font-weight:bold;
    text-decoration:none;
}

#content a.sitemap-sublink{
    /*font-size:12pt;*/
    color:#024968;
    font-weight:normal;
    text-decoration:none;
    padding-left:10px;
    background:url(../img/sitemap-sub.gif) no-repeat 0px 4px;
}

#content table{
    border:1px solid black;
}

#content td{
    /*font-size:12pt;*/
    line-height:140%;
    color:#333;
    vertical-align:top;
    border:0px none;
}

#content td.year{
    /*font-size:12pt;*/
    color:#024968;
    font-weight:bold;
}

#content ul{
    margin:0pt;
    padding:0pt;
    list-style-type:square;
    padding-left:10pt;
    margin-left:5pt;
}

#content li{
    /*font-size:12pt;*/
    line-height:140%;
    color:#333;
   /* background:url(../img/li-content.gif) 0px 6px no-repeat;*/

}

#content table{
    /*width:650pt;*/
}

#content td.contentRef{
    border:1pt solid #CCE8F3;
    border-top:0pt;
    border-right:0pt;
}

#content td.contentRefL{
    border:1pt solid #CCE8F3;
    border-top:0pt;
}

#content td.headRef{
    /*font-size:12pt;*/
    color:#024968;
    font-weight:bold;
    text-align:center;
    border:1pt solid #FFF;
    background-color:#CCE8F3;
    line-height:140%;
}

#content td.headRefF{
    /*font-size:12pt;*/
    color:#024968;
    font-weight:bold;
    text-align:center;
    border:1pt solid #FFF;
    border-left:1pt solid #CCE8F3;
    background-color:#CCE8F3;
}
#content td.headRefL{
    /*font-size:12pt;*/
    color:#024968;
    font-weight:bold;
    text-align:center;
    border:1pt solid #FFF;
    border-right:1pt solid #CCE8F3;
    background-color:#CCE8F3;
}

#content td.head{
    /*font-size:12pt;*/
    line-height:140%;
    color:#333;
    font-weight:bold;
    text-align:center;
}

#content-txt{
    /*font-size:12pt;*/
    line-height:140%;
    color:#333;
}

#content-box{
    width:500pt;
    line-height:140%;
    color:#333;
    margin-bottom:0pt;
}

#content-boxH{
    /*width:500pt;*/
    line-height:140%;
    color:#333;
    height:120pt;
}

#content-box-small{
    /*width:500pt;*/
    line-height:140%;
    color:#333;
    
}

#content-box-pic{
    height:100pt;
    width:127pt;
    float:left;
    margin-right:10pt;
    
    /*display:none;*/
}

#content-box-h3{
    padding:7pt 0pt 10pt 0pt;
    /*font-size:12pt;*/
    font-weight:bold;
    color:#024968;
    line-height:120%;
}

#content-boxH a.toSite{
    color:#333;
    text-decoration:none;
    /*font-size:1.2em;*/
    line-height:140%;
    display:block;
    width:380pt;
    @width:300pt;
}

#content-box-small-txt{
    /*width:500pt;*/
    line-height:140%;
    color:#333;
    padding:0pt;
}

#content-box-small a.toSite{
    color:#333;
    text-decoration:none;
    /*font-size:12pt;*/
    line-height:140%;
    
    display:block;
}

#content-box-small-h3{
    padding:7pt 0pt 10pt 0pt;
    /*font-size:12pt;*/
    font-weight:bold;
    color:#024968;
    line-height:120%;
}

#content-box-spacer{
    background-color:#FFF;
    height:1pt;
}

#coloum-right{
    display:none;
}

#footer{
    display:none;
}

#error{
    width:350px;
    padding:5px;
    margin:5px 0px 5px 0px;
    border:3px solid red;
    background-color:#FFFF99;
    color:#333;
    /*font-size:12pt;*/
    display:none;
}

#clearer{
    clear:both;
    height:25px;
}


