/* Reset */
h1, h2, h3, h4, h5, h6 {
font-size: inherit;
font-weight: normal;
margin: 0;
padding: 0;
}

body, ul, ol, li, form {
margin: 0;
padding: 0;
}

li {
list-style-type: none;
}


/* schiedersee.de CSS */
/* Struktur */
body {
background-color: #e9f8ff;
background-image: url(images/bg_body.gif);
background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #444444;
}

#page {
width: 880px;
height: auto;
margin: 25px auto;
}

#header {
height: 145px;
/*background-image: url(images/bg_header.png);*/
background-image: url(images/bg_header.gif);
background-repeat: no-repeat;
text-align: center;
}

#header #flash_header {
z-index: 20;
position: absolute;
}

#header #logo {
width: 330px;
height: 145px;
/*margin: 0 auto;*/
background-image: url(images/logo.png);
background-repeat: no-repeat;
display: block;
text-decoration: none;
z-index: 30;
position: absolute;
left: 50%;
margin-left: -165px;
}

#main {
margin: 15px 0px;
}

#main_left {
width: 205px;
float: left;
}

#main_content {
width: 430px;
float: left;
margin: 0 20px;
}

#main_right {
width: 205px;
float: left;
}

#main_left .h_box, #main_right .h_box {
width: 205px;
height: 32px;
background-image: url(images/bg_h_box_blue.gif);
background-repeat: no-repeat;
margin-bottom: 25px;
}

#main_content .h_box {
width: 430px;
height: 32px;
background-image: url(images/bg_h_box_red.gif);
background-repeat: no-repeat;
margin-bottom: 25px;
}

.h_box h2, .h_box h4 {
color: #fff;
padding: 6px 20px;
font-size: 16px;
font-weight: bold;
letter-spacing: -0.5px;
}

#content {
font-size: 14px;
line-height: 19px;
}

#content h3 {
font-size: 16px;
color: #0081b8;
font-style: italic;
line-height: normal;
}

#footer {
border-top: 4px solid #d3031c;
padding: 10px;
color: #000;
font-size: 11px;
text-align: center;
}

#footer a {
color: #000;
font-weight: bold;
}

#footer a.ckai_link {
color: #bbb;
font-weight: normal;
font-size: 10px;
}



/* Menüs + Listen */
#menu ul li {
margin-bottom: 15px;
}

#menu ul li a {
color: #444444;
background-image: url(images/bg_menu.gif);
background-repeat: no-repeat;
background-position: left center;
text-decoration: none;
padding-left: 20px;
display: block;
}

#menu ul li a.thin {
letter-spacing: -1px;
}

#menu ul li a:hover {
color: #0081b8;
background-image: url(images/bg_menu_hover.gif);
text-decoration: none;
}

#menu ul li.aktiv a {
font-weight: bold;
background-image: url(images/bg_menu_aktiv.gif);
text-decoration: none;
padding-left: 20px;
}

#aktionen ul li {
margin-bottom: 15px;
}

#aktionen ul li img {
width: 205px;
height: 100px;
}



/* Diverses */
a {
color: #d3031c;
text-decoration: none;
}

a:hover {
color: #d3031c;
text-decoration: underline;
}

.clear { 
clear: both;
}

.hidden {
display: none;
}

a img {
border: none;
}

.foto_left {
float: left;
margin-right: 20px;
margin-bottom: 10px;
}

.foto_right {
float: right;
margin-left: 20px;
margin-bottom: 10px;
}

.foto_full {
border-top: 4px solid #80c2de;
border-left: 4px solid #80c2de;
border-right: 4px solid #80c2de;
width: 420px;
height: 115px;
}

.foto_full_frame {
border: 1px solid #0081b8;
background-color: #80c2de;
}

.foto_full_desc {
border-top: 2px solid #d3031c;
padding-top: 3px;
color: #fff;
font-size: 12px;
font-weight: bold;
margin: 0 4px;
}

