@charset "utf-8";
body {
    font: 12px/1.4 Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #101010;
    color: #fff;
   
}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { 
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;   
    padding-right: 15px;
    padding-left: 15px; 
}
a img { 
    border: none;
}


a:link {
    color: #fff;
    text-decoration: none; 
}
a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    color: #0060b1;    
    
}




.container {
    width: 40%;
    min-width: 650px;
    max-width: 1300px;
    margin: 0 auto; 
    
    
}

.container_main {
    width: 55%;
    min-width: 750px;
    max-width: 1300px;
    margin: auto; 
    vertical-align: middle;
    
}
.header {
    margin-top: 3%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
    width: 100%;

    
    
}

.content_main {
    width: 75%;
    min-width: 700px;
    min-height: 530px;
    padding: 0px ;
    background-repeat: repeat-y;
    background-image: url(../images/hg/hg5.png);
    border-top-left-radius: 10pt 10pt;
    border-top-right-radius: 10pt 10pt;
    border-bottom-right-radius: 10pt 10pt;
    border-bottom-left-radius: 10pt 10pt;
    border: 4px solid #505050;
}
.content_inhalt {
   width: 90%;
    min-height: 375px;
    margin-top: 4%;
    margin-right: auto;
    margin-left: auto;
    padding-top: ;
    padding-right: ;
    padding-bottom: ;
    padding-left: ;    
    margin-bottom: 45px;
}

.content_inhalt_2, .content_inhalt_1 {
    width: 80%;
    min-height: 330px;
    margin-top: 10%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;    
    margin-bottom: 20px;

    
}
.content_main ul, .content_main ol { 
    padding: 0; 
}
.menue_1 {
    width: 95%;
    height: 20px;
    padding-top: 1px;
    padding-right: 0;
    padding-bottom: 1px;
    padding-left: 0;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    
    
}
.menue_2 {
    width: 84%;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
    
    margin-right: auto;
    margin-left: auto;
    float: left;
   
    
}
.menue_3 {
    width: 15%;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
        
    margin-right: auto; 
    margin-left: auto;
    float: right;
    text-align: right;
    font: 60%;
    
   
    
}

.footer_1 {
    width: 20%;
    height: 40px;
    float: left;
    margin-right: ;
    margin-left: ;
    margin-top: 30px;
    text-align: left;
    
}
.footer_2 {
    
    width: 25px;
    height: 10px;
    float: right;
    margin-right: 10;
    margin-left: ;
    margin-top: 30px;
   
    font-size: 100%;
    line-height: 1.4;
    font-weight: lighter;
    font-style: normal;
      /* border: 2px solid #505050;*/
    
    
}
.fltrt {  
    float: right;
    margin-left: 8px;
}
.fltlft { 
    float: left;
    margin-right: 8px;
}
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
    width:70px;
    margin:0;
    padding:2px;
    /*background-color:#F2F2F2;*/
    background-color:transparent;
}
#navigation ul li {
    width:50px;
    margin:0;
    padding:2px;
    list-style-type:none;
}
#navigation ul li a {
    display:block;
    width:80px;
    height:19px;
    line-height:19px;
    margin:0;
    padding:0 0 0 0px;
    font-size:80%;
    color:#ccc;
    text-align: center;
    /*background-color: #95550c;*/
    background-repeat:no-repeat;
    background-position:50px 3px;    
    text-decoration:none;
    border-top-left-radius: 3pt 3pt;
    border-top-right-radius: 3pt 3pt;
    border-bottom-right-radius: 3pt 3pt;
    border-bottom-left-radius: 3pt 3pt;
    border: 1px solid #505050;
}
#navigation ul li a:hover  {
    background-image:url(../images/navi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
    color:#fff;
}

/* Level 2 */
#navigation ul li.navmainStandardLevel_2 {
    margin-left:10px;
}
#navigation ul li.navmainStandardLevel_2 a {
    background-image:url(../images/subnavi_pfeil_zu.gif);
    background-repeat:no-repeat;
    background-position:199px 8px;
    border-bottom:1px dotted #ccc;
    color:#666;
    width:210px;
}
#navigation ul li.navmainStandardLevel_2 a:hover, #navigation ul li.navmainStandardLevel_2 a.active {
    background-image:url(../images/subnavi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
    color:#fff;
}

/* Level 3 */
#navigation ul li.navmainStandardLevel_3 {
    margin-left:20px;
}
#navigation ul li.navmainStandardLevel_3 a {
    background-image:none;
    border-bottom:0;
    color:#666;
    width:200px;
}
#navigation ul li.navmainStandardLevel_3 a:hover, #navigation ul li.navmainStandardLevel_3 a.active {
    background-image:url(../images/subsubnavi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}


ul#metaNavigation {
    margin:0 0 5px 0;
    padding:0;

    
    
}
ul#metaNavigation li {
    margin:0;
    padding:0 1px 0 8px;
    display:inline;
    
}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:11px;
    width:354px;
     margin-top: 30px;  
    margin-right: auto;
    margin-bottom:px ;
    margin-left: auto;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:346px;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:343px;
}

#contactForm .contactRow input {
    height:14px;
}

#contactForm .contactRow textarea {
    height:105px;
    
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 80px;
    width:74px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 6px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:right;
    width:74px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    background-color:#fff;
    border:0;
    color:#0060b1;
    padding:0 10px 0 0;
    background-image:url(../images/link_pfeil.gif);
    background-repeat:no-repeat;
    background-position:right 4px;
    font-size:14px;
    width:auto;
    height:auto;
    float:right;
    margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
    background-image:none;
    padding:0;
    float:left;
}

#contactForm table {
    width:100%;border-collapse:collapse;
}
#contactForm table td {
    padding:0;
}
#contactForm table td.pt {
    padding-top:2px;
}
* html #contactForm table td.pt {
    padding-top:0;
}
}



#contactForm .contactRow textarea {
    height:105px;
    font-size:10px;
    
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 0px;
    width:74px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:right;
    width:74px;
    
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    background-color:#fff;
    border:0;
    color:#0060b1;
    padding:0 20px 0 0;
    background-image:url(../images/link_pfeil.gif);
    background-repeat:no-repeat;
    background-position:right 4px;
    font-size:10px;
    width:auto;
    height:auto;
    float:right;
    margin:30;
}
#contactFormSubmit #contactFormSubmitLeft input {
    background-image:none;
    
    float:left;
}

#contactForm table {
    width:100%;border-collapse:collapse;

}
#contactForm table td {
    padding:0;

}
#contactForm table td.pt {
    padding-top:20px;
    
    

}
* html #contactForm table td.pt {
    padding-top:0;
   

}


