/* Standard-CSS für www.klingnauerstausee.ch */

/* Wichtige Farben:
blau = #336699
hellblau = #d9e6f2
*/

html, body, div, p, h3, h4, h5, h6, ul, ol, span, a, table, td, form, img, li {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;

}
p, ul, ol, table, blockquote, form {
font-size : 13px;
}
h1 {
font-size : 18px;
vertical-align : middle;
}
h2 {
font-size : 13px;
}

#logo {
width : 760px;
background-color : #336699;
margin : 0 auto;
text-align : left;
border : 1px solid #336699;
margin-top : 20px;
padding-top : 10px;
padding-bottom : 5px;
}

#hauptmenue {
width : 750px;
background-color : #ffffff;
margin : 0 auto;
text-align : left;
font-size : 11px;
font-weight : bold;
border-top : 1px solid #336699;
border-left : 1px solid #336699;
border-right : 1px solid #336699;
border-bottom : 1px solid #336699;
padding-left : 10px;
padding-top : 2px;
padding-bottom : 2px;
}
#hauptmenue a {
font-size : 11px;
font-weight : bold;
color : #000000;
text-decoration : none;
}
#hauptmenue a:hover {
color : #336699;
text-decoration : underline;
}

#impressum {
width : 750px;
background-color : #ffffff;
margin : 0 auto;
text-align : right;
font-size : 10px;
color : #336699;
padding-top : 2px;
padding-right : 2px;
padding-bottom : 2px;
}

#impressum a {
font-size : 10px;
color : #336699;
text-decoration : none;
}

#impressum a:hover {
text-decoration : underline;
}


#containeroben {
width : 756px;
background-color : #ffffff;
margin : 0 auto;
text-align : left;
border-top : 1px solid #336699;
border-left : 1px solid #336699;
border-right : 1px solid #336699;
border-bottom : 0 solid #336699;
padding : 2px;
}

#titel {
background-color : #ffffff;
width : 580px;
height : 109px;
float : right;
padding-left : 5px;
border-bottom : 1px solid #336699;
}

#containerunten {
width : 756px;
background-color : #ffffff;
margin : 0 auto;
text-align : left;
border-top : 0 solid #336699;
border-left : 1px solid #336699;
border-right : 1px solid #336699;
border-bottom : 1px solid #336699;
padding-top : 2px;
padding-left : 2px;
padding-right : 2px;
padding-bottom : 20px;
}

#untermenue {
background-color : #ffffff;
width : 160px;
float : left;
}
#untermenue a {
display : block;
font-size : 11px;
font-weight : bold;
padding-left : 8px;
border-left : 3px solid #d9e6f2;
background : #d9e6f2;
color : #000000;
border-bottom-width : 0;
padding-bottom : 5px;
margin : 0 0 2px;
padding-top : 5px;
text-decoration : none;
}
#untermenue a:hover {
border-left : 3px solid red;
background : #336699;
color : #ffffff;
}

#inhalt {
background-color : #ffffff;
width : 580px;
float : right;
padding : 0;
}

#kasten {
width : 500px;
background-color : #d9e6f2;
margin : 0 auto;
text-align : left;
border : 1px solid #336699;
padding : 10px;
}

#copyright {
width : 750px;
background-color : #ffffff;
margin : 0 auto;
text-align : center;
font-size : 10px;
color : #336699;
padding-top : 2px;
padding-right : 2px;
padding-bottom : 2px;
margin-bottom : 20px;
}