/*
container grösse und darstellung
*/
div#box{
width: 950px;
margin: 30px auto 10px auto;
}
div#header{
padding-bottom: 10px;
}
div#right{
padding-top: 20px;
width: 370px;
float: left;
text-align: center;
}
div#left{
width: 575px;
float: left;
}
div#navi{
text-align: right;
padding-bottom: 15px;
padding-top: 5px;
padding-right: 10px;
}
div#c_box{
text-align: left;
background-color: #fff;
padding: 0px 0px 0px 20px;
}
div#content{
height: 340px;
overflow: auto;
padding-right: 20px;
}
* html div#content{
padding-top: 1em;
height: 330px;
}
div#subnav{
text-align: right;
border-bottom: 2px solid #3F7FA3;
padding: 2px 20px 4px 0px;
}

div#footer{
text-align: right;
padding-top: 2px;
padding-right: 10px;
}

/*
farben und Hintergründe
*/

*{
color: #000;
}
body{
background-color: #3F7FA3;
background-image: url('main_back.jpg');
text-align: center;
}
div#navi, div#navi *,div#footer, div#footer *{
color: #C2E2F4;
}
div#navi a:hover,div#footer a:hover,div#navi i{
color: #fff;
}
div#subnav a:hover{
color: #BC6874;
}
div#navi{
background-image: url('box_top.gif');
background-repeat: no-repeat;
background-position: left bottom;
}

div#c_box{
background-image: url('box_bottom.gif');
background-repeat: no-repeat;
background-position: left bottom;
}
h1{
color: #E7808E;
}
h2,h3{
color: #3F7FA3;
}

/*
schriften
*/
*{
font-family: verdana, sans-serif;
font-size: 10pt;
}
div#navi, div#navi *{
font-size: 13pt;
font-weight: bold;
}
div#footer, div#footer *{
font-size: 8pt;
text-decoration: none;
}

div#subnav a, div#navi a{
text-decoration: none;
}
div#subnav h2{
display: inline;
}
h1{
font-size: 15pt;
}
h2{
font-size: 13pt;
}
h3{
font-size: 10pt;
}