/* style for HOME */

body {
background-color: white;
background-image: url(../bilder/bodyg.gif);
background-repeat: repeat;
background-attachment: scroll;
font-family: Arial, Verdana, sans-serif;
font-style: normal;
text-align: left;
color: gray;


}

div.body {
background-color: white;
border: #2e2e2e 4px solid;
width: 900px;
height: 2000px;
margin: auto;


}


div.header {
height: 175px;

}


div.inhalt {
background-color: #f7f7f7;
border-top: dotted 1px gray;
border-bottom: dotted 1px gray;
height: 430px;
}





/* style for NAVIGATION (left side) */


div.nav-links {
margin-top: 25px;
margin-left: 30px;
width: 200px;
background-color: #f7f7f7;



}



img.bild {
margin-top: 30px;
margin-left: -15px;
}

div.nav-links h1 {
color: #006ab2;
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
}


div.nav-links h2 {
margin-left: 15px;
margin-top: 0px;
margin-bottom: 11px;
font-size: 12px;
font-weight: bold;

}



a.navimain:link {
color: #006ab2;
text-decoration: none;

}

a.navimain:visited {
color: #006ab2;
text-decoration: none;

}

a.navimain:hover {
color: #006ab2;
text-decoration: underline;

}

a.navimain:active {
color: #006ab2;
text-decoration: underline;

}




a.navilist:link {
color: gray;
text-decoration: none;

}

a.navilist:visited {
color: gray;
text-decoration: none;

}

a.navilist:hover {
color: #006ab2;
text-decoration: underline;

}

a.navilist:active {
color: #006ab2;
text-decoration: underline;

}






/* style for INHALT (right side) */


div.index-inhalt {
position: relative;
top: -420px;
left: 290px;

}

h1.index-inhalt-titel {
color: #00b0e3;
margin-left: 60px;
padding-top: 15px;
font-size: 20px;

}



img.index {
padding-top: 20px;;
margin: auto;

}









/* style for FOOTER */


div.footer h3 {
text-align: center;
font-size: 10px;
margin-top: 4px;
margin-bottom: 4px;
}


a.footer:link {
color: gray;
text-decoration: none;

}

a.footer:visited {
color: gray;
text-decoration: none;

}

a.footer:hover {
color: #006ab2;
text-decoration: underline;

}

a.footer:active {
color: #006ab2;
text-decoration: underline;

}