html, body {
    margin: 0;
    padding: 0;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, blockquote, fieldset, dl, dt, dd, caption {
    margin: 0;
    padding: 0;
}

body {
    background: url("../images/bg.gif") repeat-x scroll;
}

h1 {
    color: #00789E;
    font-size: 1.2em;
    font-family: Verdana, sans-serif;
    font-weight: normal;
}

h2 {
    color: #00789E;
    font-size: 1.1em;
    font-family: Verdana, sans-serif;
    font-weight: normal;
}

h3 {
    color: #fff;
    font-size: 1em;
    font-family: sans-serif;
    font-weight: normal;
}

#header {
    height:204px;
}

a {
    color: #407698;
    font-size: 0.9em;
    font-family: sans-serif;
}

#logo {
    background: #a6b7d3 url("../images/header.jpg") no-repeat;
    width: 942px;
    height: 163px;
    margin: 0 auto;
}

#logo-links a {
    float: right;
    padding: 5px 10px 0 0;
    text-decoration: none;
    color: #407698;
    font-family: sans-serif;
}

#header-menu {
    width: 942px;
    height: 39px;
    margin: 0 auto;
    background: #949494; 
}

#header-menu-links {
    margin-top: 1px;
}

#header-menu-links ul {
    list-style: none outside none;
}

#header-menu-links li {
    display: inline;
}

#header-menu a {
    display: block;
    float: left;
    color: #fff;
    font-size: 18px;
    font-family: Impact, sans-serif;
    text-decoration: none;
    padding: 8px 16px;
}

#header-menu a:hover {
    background: url("../images/navitop_active.gif") repeat-x;
    text-decoration: underline;
}

#header-menu-search {
    position:relative;
    margin-top: 1px;
    float: right;
    height: 40px;
    width: 250px;
    background: url("../images/search_bg.gif") repeat-x;
}

.searchField {
    border: 1px solid #949494;
    height: 22px;
    width: 150px;
    position: absolute;
    top: 6px;
    right: 7px;
}


#wrapper {
    /*clear: both;*/
    /*overflow:hidden;*/

    background:none repeat scroll 0 0 #DFEAF0;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
    margin:0 auto;
    padding-top:1px;
    position:relative;
    width:942px;
}

#werbung {
    width: 730px;
    /*height: 90px;*/
    margin: 10px auto;
}

#main-content {
    float: left;
    background: #dfeaf0;
    width: 690px;
}

#sidebar {
    padding-left: 692px;
    background: #dfeaf0;
}

#sidebar #sidebar-content {
    background: #dfeaf0;
}

#footer {
    clear: both;
    margin: -35px auto 0;
    width: 942px;
    height: 154px;
    background: #2a2a2a url("../images/footer.gif");
    font-family: sans-serif;
    font-size: 0.9em;
}

#footer a {
    color: #fff;
}

#footer-content {
    padding: 8px 82px;    
}

#footer p {
    font-size: 0.8em;
    text-align: center;
    color: #fff;
}

.entry {
    width: 672px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #fff;
    margin-bottom: 35px;
}

.entry-content {
    background-color: #f5f9fc;
}

.entry p {
    padding: 10px 20px;
    margin: 0;
    font-family: sans-serif;
    font-size: 0.8em;
}

.title {
    background: #f5f9fc url("../images/headline_bg.gif") repeat-y;
    padding: 10px 20px;
    border-bottom: 1px solid #000;
}

.sidebar-entry {
    margin-bottom: 35px;
}

.sidebar-entry p {
    margin: 0;
    font-family: sans-serif;
    font-size: 0.8em;
}

.sidebar-entry-title {
    background: #949494 url("../images/navi_headline.gif") no-repeat;
    padding: 6px 7px;
}

.sidebar-entry-content {
    background: url("../images/navi_border_left.gif") no-repeat scroll left top #F5F9FC;
    padding: 10px;
}

.sidebar-entry-content ul {
    list-style-image: url("../images/list.gif");
    list-style-position: inside;
}

.footer-text {
    background: url("../images/footer_text_bg.gif") no-repeat scroll right top #2A2A2A;
    padding:4px;
}

.bold {
    font-weight: bold;
}

.form-button {
    color: #fff;
    font-size: 18px;
    font-family: Impact, sans-serif;
    padding: 8px 16px;
    height: 39px;
    border: 0;
    background: #949494 url("../images/search_bg.gif") repeat-x;;
}

.form-button:hover {
    background: url("../images/navitop_active.gif") repeat-x;
    text-decoration: underline;
}
