* {
    margin:0px;
    padding:0px;
}
* a:hover {
    color:#848178 !important;
}
html {
    width:100%;
    height:90%;
    min-width:900px;
    padding-top:5%;
    font-family:Arial, arial, sans-serif;
    color:black;

}

#main {
    height:600px;
    width:900px;
    position:relative;
    left:50%;
    margin-left:-450px;
        
}
#border {
    position:absolute;
    left:50%;
    margin-left:-456px;
    margin-top:-8px;
}
#header {
    height: 91px;
}
#logo {
    left:33px;
    top:23px;
    position:absolute;

}
#tel {
    position: absolute;
    text-align:right;
    font-weight:900;
    font-size: 11px;
    right:92px;
    top:74px;

}

#contentMain {
    width:900px;
    height:509px;
    background-image:url('../img/background.png');
    background-position:left bottom;
    background-repeat:no-repeat;
}

#contentText, #contentText_leistungen {
    font-weight:500;
    float:left;
    text-align:justify;
    height:408px;
    width:412px;
    padding-top:101px;
    padding-left:33px;
    padding-right:25px;
    font-size:10px;
    line-height:12px;
}
#contentText_leistungen {
    width:412px !important;
}

#contentText a{
    color:black;
}
#contentImage {
    margin-left:470px;
    padding-top:101px;
    height:327px;
    width:244px;

}
#contentMenu {
    float:right;
    width:186px;
    height:300px;
    padding-top:101px;
}
#contentMenu_Inner {
    padding-top:37px;
    padding-left:44px;
    font-weight:bold;
    line-height:12px;
}
#contentMenu_Inner a{
    text-decoration:none;
    color:black;
    font-size:11px;
    letter-spacing:1px;
}
#contentMenu_Inner br{
    line-height:13px;
}
.activelink {
    color:#848178 !important;
    margin-left:-16px;
    padding-left:15px;
    background-image:url('../img/activelink.png');
    background-position:left;
    background-repeat:no-repeat;

}

h1 {
    font-size:14px;
    font-weight:bold;
}
#contentText ul {
   padding-left:17px;
   list-style-image:url('../img/list.png');
}

#team_left {
    float:left;
    width:170px;
    padding-top:18px;
    padding-left:18px;
    padding-right:55px;
}
#team_right {
    padding-top:18px;
}

#team_left span, #team_right span {
    font-size:11px;
    font-weight:bolder;
    margin-bottom:inherit;
}
#team_left span:hover,  #team_right span:hover{
    color:#848178;
}
.pdf_list_container_left {
    float:left;
}
.pdf_list_container_right {
    float:right;
    padding-right:60px
}
.pdf_list_left{
   padding-left:40px !important;
   padding-bottom:40px;
   background-image:url('../img/pdf.png') !important;
   background-repeat:no-repeat;
   background-position:left top;
   height:40px;
}
.pdf_list_left a {
    font-size:11px !important;
    font-weight:bolder !important;
    text-decoration:none !important;
}


#scroll_container {
    position: relative;
    float:left;
    overflow:hidden;
    margin-top:20px;
}
#scroll_container span{
    font-size:11px;
    font-weight:bolder;
    margin-bottom:inherit;
}
#scrollb {
    position:relative;
    margin-top:20px;
    float:right;
}
#scrolldown {    
    position:absolute;
    bottom:0px;
}
#scrollup {
    position:absolute;
    top:0px;
}
#scroll_text {
    position:relative;
}
#referenz_left {
    float:left;
    width:200px;
    text-align:right;
    padding-right:30px;
    line-height:18px;
}
#referenz_right {
    float:right;
    width:180px;
    line-height:18px;
}
.nodeco {
    text-decoration:none;
}
#formular_table{
    font-size:11px !important;
}
#formular_table td{
    padding-bottom:6px;
}
#formular_table input {
     background-color:#ccc9c0;
     color:#000000;
     border:1px solid black;
     height:13px;
     width:160px;
     padding:0px;
     font-size:10px;
}
#formular textarea {
     background-color:#ccc9c0;
     color:#000000;
     border:1px solid black;
     height:60px;
     width:240px;
     overflow:visible;

}
#submit {
    border:1px solid black;
    background-color:#ccc9c0;
    height:20px !important;
    vertical-align:middle;
    position:absolute;
    right:7px;
}
#formular form {
    position:relative;
    float:left;
}
#themetab tr a{
    text-decoration:none;
}
#themetab {
        padding-left:25px;
        font-size:11px;
}
#radiogrps{
    float:right;
    padding-right:20px;
    font-weight:400;
}
#titel{
    position:relative;
    top:0px;
}

#anrededropdown ,#titeldropdown{
    border:1px solid black;
    padding-left:1px;
    position:absolute;
    visibility:hidden;
    background-image:url('../img/background_dropdown.png');
}

#anrededropdown{
    width:35px;
    right:0px;
}

#titeldropdown {
    right:0px;
    width:77px;
    font-size:10px;
}

#anrededropdown div{
    width:35px !important;
}
#titeldropdown div{
    width:77px;
}
#anrededropdown div:hover, #titeldropdown div:hover{
    background-color:white;
    color:black;
}

#errormsg {
	position: absolute;
	top: -40px;
	left: 80px;
	width: 250px;
	color: #c23333;
}

a:focus {
	outline: 0;
}
a > img {
	border: 0px;
}