html, body, form, fieldset {
    margin: 0;
    padding: 0;
}

strong{
    color:#0070C0 !important;
}

body { 
    color: black; 
    font-family:  Myriad Pro, Arial, Helvetica, ; 
    font-style: normal; 
    font-weight: normal; 
    background:#FFFFFF;
    width: 1230px;
    margin:0 auto;
    background-color:#FFF;
    background: url(../img/bg.jpg) repeat-x scroll center top;
    background-attachment: fixed;
    max-width:2000px;
    min-height:800px;
}
h1 {
    font-size:18px;
    font-family: Myriad Pro;
    font-weight:normal;
    margin-bottom:10px;
}
h2{
    font-size:14px;
    font-family: Myriad Pro;
    font-weight:normal;
    text-decoration:underline;
}
p, span {
    font-size: 14px; 
    font-family: Myriad Pro;
    text-align: left; 
}
pre {
    font-size: 14px; 
    font-family: Myriad Pro;
    text-align: left; 
}
li {
    font-size: 14px; 
    font-family: Myriad Pro;
    text-align: left;
}
#page {
    /*background:url(../img/BHK.png) no-repeat;*/
    background-position:800px bottom;
    width:1200px;

    height:auto;
}
#wrapper {
    height:auto;
    width:1026px;
    margin:0 auto;
    overflow:hidden;
}
#header {
    width:1024px;
    height:250px;
    float:left;
    margin-top:20px;
    border:1px solid #acacac;
    background: url(../img/header.png) no-repeat;
}
#topmenu {
    float:right;
    width:120px;/*170*/
    height:30px;
    background-color:white;
    margin: 0;
    font-family: Myriad Pro;
    font-size:13px;
    opacity:0.7;
    border-left:1px solid #acacac;
    border-bottom:1px solid #acacac;
}
#topmenu ul {
    margin-left:-27px;
    margin-top:8px;
    text-decoration:none;
}
#topmenu li {
    display:inline;
    border-right: 1px solid #acacac;
    padding: 0px 10px 0px 10px;
}
#topmenu .first
{
    border-left: 1px solid #acacac;
}
#topmenu a {
    color:black;
    text-decoration:none;
    width:100px;
}
#topmenu a:hover {
    color:#acacac;
}
#mainmenu {
    width:1024px;
    height:40px;
    margin-top:2px;
    float:left;
    border:1px solid #acacac;
    background-color:white;
    font-family: Myriad Pro;
    font-size:18px;
}
#mainmenu ul {
    margin-left:-20px;
    margin-top:10px;
    text-decoration:none;
}
#mainmenu li {
    display:inline;
    border-right: 1px solid #acacac;
    padding: 0px 15px 0px 15px;
}
#mainmenu .first
{
    border-left: 1px solid #acacac;
}
#mainmenu a {
    color:black;
    text-decoration:none;
    width:100px;
}
#mainmenu a:hover {
    color:#acacac;
}
#content {
    width:1024px;
    margin-top:2px;
    float:left;
    border:1px solid #acacac;
    background-color:white;
}
#contentmenu {

    width:100px;
    float:left;
    text-decoration:none;
}
#contentmenu  ul{
    list-style:none;
}
#contentmenu  li{
    font-size: 14px; 
    font-family: Myriad Pro;
    text-align: left;
}
#contentmenu a{
    text-decoration:none;
    color:black;
    font-size: 14px; 
    font-family: Myriad Pro;
    text-align: left;
}
#contentmenu a:hover {
    color:#acacac;
}
#contentmenu .active {
    color:#acacac;
    list-style-type:disc;
}
#contentpage {
    min-width:818px;
    max-width:1000px;
    margin-left:5px;
    padding:5px;
    float:left;
}
#contentpage img {
    border:1px solid #acacac;
    margin-left:10px;
}

#referenzen {
    margin:auto !important;
}
#referenzen table{
    border-collapse:collapse;
}
#referenzen p{
    text-align:left;
    font-size:13px;
}
#referenzen table, td, th {	
    border:1px solid #acacac;
    padding: 5px;
}

table th{
    color:#0070C0;
}
#referenzen_Stand
{
    font-size:11px;
    text-align:right;
    margin-right:1px;
}
#footer {
    width:1024px;
    height:50px;
    float:left;
    margin-top:2px;
    margin-bottom:10px;
    border:1px solid #acacac;
    background-color:white;
}
#footer #copy {
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    width:600px;
}
#footer #copy p {
    text-align:center;
    font-family: Myriad Pro;
    font-size:12px;
}
#footer #copy a {
    text-decoration:none;
    color:black;
}

table.noBorder, table.noBorder tr, table.noBorder tr td{
    border:0 !important;
}

div.buttonDiv{
    border:1px solid #0070C0;
    background:#EEE;
    cursor:pointer;
    padding:15px;
    width:100%;
    margin-top:0px;
    margin-bottom:4px;

}
div.buttonDiv span{
    color:#0070C0 !important;
}

.downloads li{
    font-size: 16px;
    padding:5px;
}