body, h1, h2, p, ul, li, td, th {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: small;
        color: #404040;
        margin: 0;
        padding: 0;
  }
a {
        text-decoration: none;
	}
a img {
        border: none;
  }
a:link          {text-decoration: none; color: blue}
a:visited       {text-decoration: none; color: blue}
a:hover         {text-decoration: underline; color: blue}
a:active        {text-decoration: none; color: blue}
  
body {
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
        background-color:#fafafa;
	}
	
h1 {    
        font-size: 1.5em;
        color: #004080;
        margin-left: 1em;
        margin-bottom: 1em;
/*      padding-bottom: 2px;
        background: url(../images/flash.gif) no-repeat left bottom;
*/
  }
h2 {
        font-size: 1.2em;
        color: #004080;
        margin-top: 1.2em;
        margin-left: 1.2em;
  }
p {
        font-size: 1em;
        margin-top: 0.75em;
        margin-bottom: 0.75em;
        margin-left: 1.5em;
	}
blockquote {
        font-style: italic;
        font-size: 1em;
        margin-top: 0.3em;
        margin-bottom: 0.3em;
        margin-left: 1.5em;
        margin-right: 0;
        background-color: #f8f8f8;
        border: 1px solid gray;
        padding: 0.5em;
	}
td, th {
        text-align: left;
        vertical-align: top;
        padding-left: 2px;
        width: 10em;
	}
	
#banner {
        margin-top: 10px;
        margin-bottom: 5px;
        background-image: url(../images/back_verlauf.jpg);
        background-repeat: repeat-x;
	}
.banner-image {
        margin-left: 150px;
	}
	
#content {
        width: 1000px;
        min-height: 450px;
        float: left;
        margin-bottom: 10px;
        background: url(../images/nav_grad.gif) repeat-y left top;
        background-color: #fcfcfc;
	}
	
#main {
        width: 800px;
        margin-left: 160px;
        text-align: justify;
	}
#main ul {
        font-size: 1em;
	}
#main li {
        font-size: 100%;
        padding-top: .1em;
        padding-left: .1em;
        list-style-type: none;
	}
#main td {
        background-color: #fcfca8;
	}
#main th {
        background-color: #fcfca8;
	}
#nav {
        float: left;
        width: 150px;
/*      height: 325px;
        background-image: url(../images/nav_round.gif); */
	}
#nav ul {
        margin-left: 0px;
        padding-left: 0px;
	}
#nav li {
        margin-top: 1em;
        margin-bottom: 1em;
        margin-left: 10px;
        padding-left: 10px;
        list-style-type: none;
        display: block;
	}
#nav li a {
        font-size: 1.2em;
  }
#nav    a:link {text-decoration: none; color: #404040}
#nav    a:visited {text-decoration: none; color: #404040}
#nav    a:hover {text-decoration: none; color: black}
#nav    a:active {text-decoration: none; color: black}

#footer {
        font-size: 0.75em;;
        clear: both;
        width: 100%;
        padding-bottom: 0.5em;
        padding-top: 0.5em;
        border-top: 1px solid gray;
	}
.footer-left {
        float: left;
        text-align: left;
  }
.footer-right {
        float: right;
        text-align: right;
  }

.address {
        font-size: 1em;
        float: left;
        margin-left: 1.5em;
        width: 13em;
  }
.map {
        float: left;
        width: 425px;
	}	
.logo {
        float: right;
        margin-left: 10px;
        width: 200px;
	}
.indent {
        margin-left: 3em;
	}
.hide {
        display: none;
  }


