html {
padding:0px;
margin:0px;
}

body {
margin: 0; 
padding: 0;
font-family: arial;
font-size: 12px;
color: #000000;
background-color: #d9e5f0;
text-align: center;
}


/* ------- Container------- */
  
#container {
text-align: left;
top:0px;
left: 0px;
position:relative;
width:800px;
margin-left:auto;
margin-right:auto;
background-image:url(../_img/back.jpg);
background-repeat:no-repeat;
background-color: #fff;
}


/* ------- Logo ------- */

#logo {
position:relative;
width:800px;
height: 215px;
text-align:right;
z-index: 2;
}


/* ------- Headimages ------- */

#headimages {
position:absolute;
width:602px;
height: 110px;
top: 101px;
left: 0px;
text-align:left;
z-index: 2;
}


/* ------- Content ------- */


#content {
position: relative;
top: 0px;
left: 39px;
width: 557px;
padding-left: 4px;
padding-bottom: 36px;

text-align: left;
background-color: #FFFFFF;
border: 1px;
border-color: #D8D8D8;
border-style: solid;
color: #000000;
font-size: 100%;
line-height: 130%;
height: 500px;
min-height: 500px;
height: auto;
} 

* html #content {  /* nur fuer Internet Explorer */
  width:561px;     /* Version 5.x */
  w\idth:557px;    /* Version 6 */
}


a {
color: #838383;
text-decoration: none;
}  

a:hover {
color: #000000;
text-decoration: underline;
}  

a:active {
color: #000000;
text-decoration: underline;
}  

a:focus {
color: #000000;
text-decoration: underline;
}  

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

h1 {
color: #838383;
}

h2 {
color: #838383;
}

img {
border: 0;
}


/* ------- Navigation ------- */

#navigation_main {
position:absolute;
width:606px;
top: 0px;
height: 88px;
min-height: 88px;
height: auto;
text-align:left;
color: #000000;
z-index: 100;
}  

#navigation {
position:absolute;
width:194px;
top: 100px;
left: 606px;
height: 300px;
min-height: 300px;
height: auto;
text-align:right;
color: #000000;
z-index: 100;
}  


/* ------- Unternavigation ------- */

#secnav {
position:absolute;
top: 80px;
left: 55px;
text-align:left;
color: #ffffff;
font-size: 11px;
z-index: 100;
font-weight: bold;
}

/* color: #51bbf4; */

#thrnav {
position:absolute;
top: 80px;
left: 55px;
text-align:left;
color: #ffffff;
font-size: 11px;
z-index: 100;
font-weight: bold;
}

a.secnav {
color: #ffffff;
text-decoration: none;
font-weight: normal;
}  

a.secnav:hover {
color: #ffffff;
text-decoration: underline;
font-weight: normal;
}  

a.secnav:active {
color: #ffffff;
text-decoration: underline;
font-weight: normal;
}  

a.secnav:focus {
color: #ffffff;
text-decoration: underline;
font-weight: normal;
}  


/* ------- Footer ------- */

#footer {
position:relative;
width:645px;
height: 55px;
min-height: 55px;
height: auto;
text-align:center;
color: #838383;
font-size: 11px;
z-index: 1;
}

a.footer {
color: #838383;
text-decoration: none;
}  

a.footer:hover {
color: #000000;
text-decoration: none;
}  

a.footer:active {
color: #000000;
text-decoration: none;
}  

a.footer:focus {
color: #000000;
text-decoration: none;
}  

a.footer:visited {
color: #838383;
text-decoration: none;
}  


/* ------- Invisible ------- */

.invis {
display: none;
visibility:hidden;
}