html,body{margin: 0; padding:0; height:100%; }
body{background: url('../grafics/main_back.gif') center center #40829C; }
/*blöcke*/
*{border:none; }

table{height: 100%; border: none; border-spacing :0; margin: 0 auto; }
td{vertical-align:middle; }
div#box{width: 680px; height:652px; }
div#header{position:relative; height:151px; background: url('../grafics/header_back.gif') top left no-repeat; }
div#outer_content{margin:0 6px; height:465px; -moz-border-radius: 15px; background-color: #fff; overflow: auto; }
div#inner_content{width:570px; padding: 10px 0px 30px 50px; }
div#navi{text-align:center;min-height:70px; background-color: #40829C; }

a#home{position:absolute;top:42px;left: 0px;}
div#navi a{color:#b42328;display:inline-block; margin:14px;font-size:16px;font-weight:400;padding-top:10px;letter-spacing:.15em;text-shadow: 2px 2px 4px #0b3a4d;}
div#navi a:hover{color:#f47b3e;}
div#navi a.activ{color:#fff;background: url('../grafics/ecke.png') top center no-repeat;}
/*typo */

*{font-family: arial, verdana, sans-serif; font-size: 13px; }
#navi *{ font-weight: bold; text-decoration: none; }
#navi a:hover,#footer a:hover{ color: #d00; }
#footer,#footer *{ font-size: 10px; text-decoration: none; }
#content{ line-height: 1.5em; }
h1,h2,h3{ margin:1.5em 0 1em 0; color: #BA0509; }
h1{ font-size: 19px; }
h2{ font-size: 15px; }
p{ margin: .5em 0; }
a{ color: #c00; }
a:hover{ color: #f00; }