
* { margin: 0; padding: 0;}

body, html{width: 100%; height: 100%; overflow: hidden; background: #c7e7fe url(material/bg.jpg) repeat-x; font-family: Verdana, Palatino Linotype, sans-serif, arial; font-size: 101%;}

#bgImg{ position: absolute; top: 0; left: 0; border: 0; z-index: 1;}

#bodyDiv{ position: absolute; top: 0; left: 0; z-index: 2; overflow: auto; width: 100%; height: 100%;}

/* Layoutelemente */

#menuDiv {width: 700px; height: 35px; overflow: hidden; background: url(material/menubg.gif) no-repeat right; font-size: 0.7em; font-weight: 700; text-align: left; color: #fff;  margin: 10px 0px;}
#mainDiv { width: 700px; float: left;}
#rightDiv {width: 250px; float: left; padding-left: 10px;}
#headDiv { width: 230px; color: #1f1b41; font-size: 0.7em; font-weight: 700; line-height: 1.8em;text-align: left; margin: 50px 0px 50px 0px; visibility: hidden;}
#contentDiv, #contentDiv_daten { margin: 0px 0px 20px 120px; padding: 60px 21px 60px; background: #fff;}
#contentDiv_daten {padding-top: 0px; background: transparent none; font-size: 0.8em;}
#footerDiv { border: 1px solid #000; margin-top: 6px;}


/* Menü */

#menu {margin-left: 35px;}
#menu li {float: left; display: block;}
#menu a {padding: 10px 15px 25px 15px; display: block;}
#menu .first a {padding: 10px 0px 25px 0px; width: 90px;}
#menu a.active {color: #1f1b41;}
#menu .first a.active {color: #cad3db;}

/* Sonstige Definitionen */

a, a:active, a:visited {color: #fff; text-decoration: none;}
a:hover {color: #fff; text-decoration: underline;}

#contentDiv img {margin: 0px 0px 30px; display: block;}
#contentDiv li {color: #1f1b41; font-size: 0.8em; line-height: 1.5em; list-style: inside}

#rightDiv img {display: block; position: fixed;}

p, ol {color: #1f1b41; font-size: 0.8em; margin-top: 10px; line-height: 1.5em;}
ol li {list-style-position: inside; margin-top: 10px; padding-left: 20px;}

.eingerueckt {padding-left: 20px;}

h2 {font-size: 0.9em; color: #2b45cb; margin: 20px 0px 10px;}
h3 {font-size: 0.8em; color: #2b45cb; margin: 20px 0px 10px;}

/* Startseite */

#startseite #menuDiv {background: transparent none;}
#startseite #headDiv {visibility: visible;}
#startseite #contentDiv {background: transparent none;}

#startseite #contentDiv img {margin-bottom: 0px;}

#startseite h2 {color: #cad3db; font-size: 1em; font-weight: 700;}
#startseite h3 {color: #cad3db; font-size: 0.8em; font-weight: 300;margin-top: 3px;}
#startseite h4 {color: #ffc000; font-size: 2.3em; margin-top: 50px;}
#startseite p  {color: #fff; margin-top: 70px; font-weight: 700; line-height: 1.8em;}




