html {
    height: 100%;
}

body { 
    background-color: white;
    color: black; 
    margin: 0; 
    padding: 0; 
    text-align: center;    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 100%;
	overflow-y: scroll;
}

#container{
    width: 1000px;
    margin: 0px auto;
    min-height: 100%;
    height: auto !important;
    overflow: hidden !important;
    padding: 0px;
    border: 0px;
    border-left: 10px solid white;
    border-right: 10px solid white;
    background-color: white;
    text-align: left;
}

#header{
    width: 1000px;
    height: 110px;
    padding: 0px;
    border: 0px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 7px;
    background-color: white;
    text-align: right;
}

#links{
    width: 1000px;
    height: 25px;
    padding: 0px;
    border: 0px;
    margin: 0px;
    text-align: center;
}

#left{
    width:336px;
    height: auto !important;  /* für moderne Browser */
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 23px;
    padding-bottom: 10px;  
    border: 0px;
    margin: 0 auto;
    background-color: white;
    text-align: right;
    font-size: 13px;
    float: left;
}

#main{
    min-height: 450px;
    height: auto !important;  /* für moderne Browser */
    height: 450px;  /*für den IE */
    width: 520px;
    margin: 0 auto;
    padding-top: 15px;
    padding-left: 24px;
    padding-right: 0px;
    padding-bottom: 40px; 
    border: 0px;
    text-align: left;
    font-size: 13px;
    background-color: white;
    float: left;
}
.ie10 #main{
	padding-top: 17px;
}

#footer{
    width: 1000px;
    height: 30px;
    padding: 0px;
    border: 0px;
    margin: 0 auto;
    margin-bottom: 10px;
    background-color: white;
    float: left;
    font-size: 12px;
}

.adresse{
    padding: 0px;
    padding-top: 53px;
    border: 0px;
    margin: 0 auto;
    color: #000000;
    font-weight: strong;
}

.logo{
    padding: 0;
    padding-top: 0px;
    padding-right: 0px;
    border: 0;
}

.pic1{
    padding: 0px;
    margin-top: 13px;
    border: 0;
}

.pic2{
    padding: 0px;
    margin-top: 20px;
    border: 0;
}
    
table.links{
    width: 1000px;
    height: 25px;
    border-collapse: collapse;
    border: 0px;
    border-bottom: 1px solid black;
    margin: 0;
    padding-top: 0px;
    float: left;
    white-space: nowrap;
	box-sizing: border-box;
}

td.links_lr{
    border-collapse: collapse;
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding-top: 0px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
}

td.links_l{
    border-collapse: collapse;
    border-left: 1px solid black;
    padding-bottom: 5px;
}

td.links_ll{
    border-collapse: collapse;
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding-top: 0px;
    padding-bottom: 6px;
    padding-left: 27px;
    padding-right: 12px;
    text-align: center;
}
.ie10 td.links_ll{
    padding-left: 23px;
}

td.links_r{
    border-collapse: collapse;
    border-right: 1px solid black;
    padding-top: 0px;
    padding-bottom: 6px;
    padding-right: 27px;
    text-align: center;
}
.ie10 td.links_r{
    padding-right: 23px;
}

td.links_ohne{
    border-collapse: collapse;
    padding-top: 0px;
    padding-bottom: 1px;
    padding-left: 0px;
    padding-right: 12px;
    text-align: rigth;
}

form.contact{
    font-size: 13px;
}

table.footer{
    width: 1000px;
    border-collapse: collapse;
}

td.footer{
    border: 0px;
    border-top: 0.5pt solid black;
    padding: 5px;
    padding-left: 27px;
    text-align: left;
}
.ie10 td.footer{
	padding-left: 23px;
}

p.left{
    margin-top: 10px;
    margin-bottom: 0px;
}

a.links{
    text-decoration: none;
    color: #6f7072;
    font-size: 12px;
}

a.links_active{
    text-decoration: none;
    color: #5986a3;
    font-size: 12px;
}

a.links:visited{
    color: #6f7072;
}

a.links:hover{
    color: #5986a3;
}

a.left{
    text-decoration: none;
    color: #6f7072;
    font-size: 12px;
}

a.left_active{
    text-decoration: none;
    color: #5986a3;
    font-size: 12px;
}

a.left:visited{
    color: #6f7072;
}

a.left:hover{
    color: #5986a3;
}

h1{
    font-family: Arial Bold, Helvetica, sans-serif;
    font-size: 23px;
}

h2{
    font-size: 13px;
}

h3{
    font-size: 13px;
    margin-bottom: 0;
}

hr{
    height: 0.5pt;
    border: 0;
    background-color: #6f7072;
}

ul{
    margin-left: 16px;
    padding:0;
}

li.first{
    margin-left: 0;
    padding: 0;
	padding-bottom: 5px;
    list-style-image: url(images/bindestrich.gif)
}

li.second{
    margin-left: -4px;
    padding: 0;
	padding-bottom: 5px;
    list-style-image: url(images/bindestrich2.gif)
}