a:link{
    text-decoration: none;
    color: rgb(239,80,23);
}

a:visited{
    text-decoration: none;
    color: rgb(239,80,23);
}

a:focus{
    text-decoration: none;
    color: rgb(239,80,23);
}

a:hover{
    text-decoration: underline;
    color: rgb(239,80,23);
}

a:active{
    text-decoration: none;
    color: rgb(239,80,23);
}

a.news:link{
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;   
    color: rgb(48,48,51);
}

a.news:visited{
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;   
    color: rgb(48,48,51);
}

a.news:focus{
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: rgb(48,48,51);
}

a.news:hover{
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
    color: rgb(239,80,23);
}

a.news:active{
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;    
    color: rgb(48,48,51);
}

html, body{
    /*background-color: rgb(95,95,95);*/
    background-color: rgb(90,90,90);
    margin: 0px;
    font-family: Arial, Verdana, Helvetica, sans-serif;    
    font-size: 12px;
    text-align: center;
    color: rgb(48,48,51);
}

img{
    border: 0px;
    margin: 0px;
}

hr{
    border-top: 1px solid rgb(48,48,41);
    border-bottom: none;
    border-left: none;
    border-right: none;
}

li{
    list-style-type: square;
}

li.bullet {
    list-style-image: url(../images/bullet.png);
}

td{
    text-align: left;
    vertical-align: top;
    font-size: 12px;
    line-height: 16px;
}

td.align-center{
    text-align: center;
    vertical-align: top;
    font-size: 12px;
    line-height: 16px;
}

td.align-right{
    text-align: right;
    vertical-align: top;
    font-size: 12px;
    line-height: 16px;
}

td.align-justify{
    text-align: justify;
    vertical-align: top;
    font-size: 12px;
    line-height: 16px;
}

th{
    vertical-align: top;
    font-size: 12px;
    line-height: 16px;
}

sup{
    font-size: 80%;
    top: 5px;
}

h1{
    font-size: 18px;
    font-weight: bold;
}

h2{
    font-size: 14px;
    font-weight: bold;
}

h3{
    font-size: 12px;
    font-weight: bold;
    color: rgb(239,80,23);
    margin-bottom: 0px;
}

h3.schwarz{
    font-size: 12px;
    font-weight: bold;
    color: rgb(48,48,51);
    margin-bottom: 0px;
}

h4{
    font-size: 12px;
    font-weight: bold;
    color: rgb(48,48,51);
    margin-bottom: 0px;
}

n1{
    font-size: 12px;
    font-weight: bold;
    color: rgb(48,48,51);
    margin-bottom: 0px;
}

#main{
    width: 1000px;    
/*    position: absolute;*/
    top: 0px;
    left: 0px;    
    background-color: rgb(255,255,255);
    border: solid 1px rgb(0,0,0);
    margin: 0px auto;
}

#menu{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    background-color: rgb(48,48,51);
    margin-top: 1px;
}

a.menubtn:link{
    text-decoration: none;
    color: rgb(255,255,255);
    font-weight: normal;
    font-size: 12px;
}

a.menubtn:visited{
    text-decoration: none;
    color: rgb(255,255,255);
    font-weight: normal;
    font-size: 12px;
}

a.menubtn:focus{
    text-decoration: none;
    color: rgb(255,255,255);
    font-weight: normal;
    font-size: 12px;
}

a.menubtn:hover{
    text-decoration: none;
    color: rgb(255,255,255);
    font-weight: normal;
    font-size: 12px;
}

a.menubtn:active{
    text-decoration: none;
    color: rgb(255,255,255);
    font-weight: normal;
    font-size: 12px;
}

.menubutton{    
    width: 115px;
    height: 20px;
    vertical-align: middle;
    color: rgb(255,255,255);
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    background-image: url(../images/grundbutton.png);
    background-repeat: no-repeat;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
.menubuttonHigh{
    width: 115px;
    height: 20px;
    vertical-align: middle;
    color: rgb(255,255,255);
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    background-image: url(../images/grundbutton_orange.png);
    background-repeat: no-repeat;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

#homeButton{
    text-align: left;
    padding-left: 20px;
    width: 106px;
    height: 18px;
    vertical-align: middle;
    color: rgb(255,255,255);
    font-weight: normal;
    font-size: 12px;
    background-image: url(../images/homebutton_orange.png);
    background-repeat: no-repeat;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

#homeButtonInv{
    text-align: left;
    padding-left: 20px;
    width: 106px;
    height: 18px;
    vertical-align: middle;
    color: rgb(255,255,255);
    font-weight: normal;
    font-size: 12px;
    background-image: url(../images/homebutton.png);
    background-repeat: no-repeat;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.menuremainder{
    width: 300px;
    height: 20px;
    vertical-align: middle;
    color: rgb(255,255,255);
    font-weight: normal;
    font-size: 10px;
    text-align: left;
    background-image: url(../images/menue_fueller.png);
    background-repeat: no-repeat;    
}

#content{
    width: 100%;
    border-collapse: collapse;    
}

#sidebar{
    width: 123px;
    border-right: 1px solid rgb(48,48,51);
    padding-top: 15px;
    padding-bottom: 15px;
}

.sidebarItem{
    font-weight: bold;
    margin-left: 20px;
    font-size: 12px;
}



.itemSelected{
    color: rgb(239,80,23);
}

.sidebarItem a:link{
    font-weight: bold;
    color: rgb(48,48,51);
    font-size: 12px;
}

.sidebarItem a:visited{
    font-weight: bold;
    color: rgb(48,48,51);
    font-size: 12px;
}

.sidebarItem a:focus{
    font-weight: bold;
    color: rgb(48,48,51);
    font-size: 12px;
}

.sidebarItem a:hover{
    text-decoration: none;
    font-weight: bold;
    color: rgb(239,80,23);
    font-size: 12px;
}

.sidebarItem a:active{
    font-weight: bold;
    color: rgb(48,48,51);
    font-size: 12px;
}

.sidebarSubItem{
    margin-left: 0px;
    margin-top:  5px;
}

.sidebarSubItem a:link{
    font-weight: normal;
    color: rgb(48,48,51);
    font-size: 12px;
}

.sidebarSubItem a:visited{
    font-weight: normal;
    color: rgb(48,48,51);
    font-size: 12px;
}

.sidebarSubItem a:focus{
    font-weight: normal;
    color: rgb(48,48,51);
    font-size: 12px;
}

.sidebarSubItem a:hover{
    text-decoration: none;
    font-weight: normal;
    color: rgb(239,80,23);
    font-size: 12px;
}

.sidebarSubItem a:active{
    font-weight: normal;
    color: rgb(48,48,51);
    font-size: 12px;
}


.sidebarSub1Item{
    margin-left: 5px;
    margin-top: 0px;
}

.sidebarSub1Item a:link{
    font-weight: normal;
    color: rgb(48,48,51);
    font-size: 11px;
}

.sidebarSub1Item a:visited{
    font-weight: normal;
    color: rgb(48,48,51);
    font-size: 11px;
}

.sidebarSub1Item a:focus{
    font-weight: normal;
    color: rgb(48,48,51);
    font-size: 11px;
}

.sidebarSub1Item a:hover{
    text-decoration: none;
    font-weight: normal;
    color: rgb(239,80,23);
    font-size: 11px;
}

.sidebarSub1Item a:active{
    font-weight: normal;
    color: rgb(48,48,51);
    font-size: 11px;
}



#contentCell{
    /*width: 600px;*/
    width: 566px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 16px;
}

#contentTab{
    width: 100%;
}

td.contentColumnL{
    width: 50%;
    font-size: 12px;    
    padding-right: 20px;
    line-height: 16px;
}

td.contentColumnR{
    width: 50%;
    font-size: 12px;
    padding-left: 20px;
    line-height: 16px;
}

#news{
    /*width: 240px;*/
    width: 273px;
    border-left: 1px solid rgb(48,48,51);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 16px;
}

#footer{
    background-image: url(../images/leiste_unten.png);
    background-position: bottom;
    background-repeat: repeat-x;
    /*background-color: rgb(239,80,23);    */
    height: 25px;    
    width: 1000px;
    vertical-align: bottom;
}

#footerLeft{
    vertical-align: middle;
    color: rgb(255,255,255);
    font-size: 10px;
    text-align: left;
    padding-left: 15px;
}

#footerRight{
    vertical-align: middle;
    color: rgb(255,255,255);
    font-size: 10px;
    text-align: right;
    padding-right: 30px;
}

a.footerlink:link{
    text-decoration: none;
    color: rgb(255,255,255);
    font-size: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

a.footerlink:visited{
    text-decoration: none;
    color: rgb(255,255,255);
    font-size: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

a.footerlink:focus{
    text-decoration: none;
    color: rgb(255,255,255);
    font-size: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

a.footerlink:hover{
    text-decoration: underline;
    color: rgb(255,255,255);
    font-size: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

a.footerlink:active{
    text-decoration: none;
    color: rgb(255,255,255);
    font-size: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.spacerline{
    height: 10px;
}

#scrollpane{
    overflow: auto;
}

#visual{
    margin-bottom: 0px;
}

table.mpwtable{
    border-collapse: collapse;
    width: 325px;
}

.mpwtable thead tr td{
    background-color: rgb(239,80,23);
    color: rgb(255,255,255);
    border: 1px solid rgb(48,48,51);
    padding: 3px;
}

.mpwtable tbody tr td{
    border: 1px solid rgb(48,48,51);
    padding: 3px;
}

table.technical{
    border-collapse: collapse;
    /*width: 100%;*/
}

table.technical thead tr td{
    background-color: rgb(239,80,23);
    color: rgb(255,255,255);
    border: 1px solid rgb(48,48,51);
    padding: 3px;
    text-align: center;
}

table.technical thead tr th{
    background-color: rgb(239,80,23);
    color: rgb(255,255,255);
    border: 1px solid rgb(48,48,51);
    padding: 3px;
    text-align: center;
    font-weight: normal;
}

table.technical tbody tr td{
    border: 1px solid rgb(48,48,51);
    padding: 3px;
}

.orange{
    color: rgb(239,80,23);
}
.bold{
    font-weight: bold;
}

span.orange{
    color: rgb(239,80,23);
}
span.bold{
    font-weight: bold;
}

div.orange{
    color: rgb(239,80,23);
}
div.bold{
    font-weight: bold;
}

div.aling-center, p.align-center{
    text-align: center;
}
div.align-right, p.align-right{
    text-align: right;
}

div.align-justify, p.align-justify{
    text-align: justify;
}


div.indent{
    margin-left: 10px;
}

input.onlappl{
    border: 1px solid rgb(48,48,51);
    width: 320px;
}

textarea.onlappl{
    border: 1px solid rgb(48,48,51);
    width: 320px;
    height: 150px;
}

label.onlappl{
    
}

input.submit{
    border: 1px solid rgb(48,48,51);
    background-color: rgb(239,80,23);
    color: rgb(255,255,255);
    font-weight: bold;
}
