body {
    margin:0;
    padding:0;
    font-family:Arial,Helvetica,sans-serif;
    background: url(./img/background.gif) repeat-x #0763F9;
}
/*
Keine Container anzeigen, die nur fuer den Druck bestimmt sind
*/
.print_only {
    display: none;
}
/*
Container fuer den eigentlichen Inhalt
*/
.page-container {
    width:1008px;
    margin: 0 auto 0 40px;
    padding:0;
    background:url(./img/background_content.gif) top left repeat-y transparent;
}
/*
Container fuer den Header
*/
.header {
    margin:0;
    padding:0;
    width: 100%;
}
.header-top {
    float: left;
    width:861px;
    height:150px;
    background: no-repeat;
}
.header-middle {
    float: left;
    width:861px;
    height:102px;
    background:url(./img/header_middle.gif) no-repeat;
}
.header-bottom {
    display:block;
    float: left;
    width:861px;
    height:88px;
    background:url(./img/header_bottom.gif) no-repeat;
}
.header-right {
    float: right;
    width:147px;
    height:340px;
    background: no-repeat;
}
.sponsor {
    width:450px;
    height: 60px;
    margin:0 0 0 305px;
    padding:0;
}

/*
Inhaltsblock
*/
.content {
    width:861px;
    margin: 0;
}
/*
Linker Block, fuer Navigation
*/
.content-left {
    display:block;
    float: left;
    width: 250px;
    margin: 25px 0 0 0;
    overflow:visible !important /*Firefox*/;
    overflow:hidden /*IE6*/;

}
.nav1 {
    display:inline /*Fix IE floating margin bug*/;
    float:left;
    width: 222px;
    overflow:visible !important /*Firefox*/;
    overflow:hidden /*IE6*/;
    margin:0 0 0 40px;
    font-size: 18px;
    font-weight:normal;
    font-family:"trebuchet ms",arial,sans-serif;
}
.nav1 ul {
    list-style: none;

}
.nav1 li {
    display:inline;
}
/*
Allgemeines Verhalten der Navigation
*/
.nav1 a {
    display:block;
    text-decoration: none;
    margin: 0;
    padding: 10px 0 9px 40px;
}
/*
Link und bereits besuchter Link
*/
.nav1 a:link,
.nav1 a:visited {
    color:#0763F9;
    background: url(./img/Button_off.gif) left no-repeat transparent;
}
/*
Aktiver und gerade gewaehlter Link
*/
.nav1 a:active,
.nav1 a:hover {
    color: #A01D00;
    background: url(./img/Button_on.gif) left no-repeat transparent;
}
/*
Link fuer die aktuell angezeigte Seite
*/
.nav1 .menu-parent a:link,
.nav1 .menu-parent a:visited,
.nav1 .menu-current a:link,
.nav1 .menu-current a:visited
{
    color:#A01D00;
    background: url(./img/Button_on.gif) left no-repeat transparent;
}
/*
Block für den Newsletter
*/
.content-nl {
    display:block;
    float: left;
    width: 222px;
    height: 150px;
    margin: 25px 0 25px 40px;
    background: url(./img/background_nl.gif) left no-repeat #000;
    overflow:visible !important /*Firefox*/;
    overflow:hidden /*IE6*/;
}
.nl {
    margin: 25px 0 25px 20px;
    text-align: center;
    overflow:visible !important /*Firefox*/;
    overflow:hidden /*IE6*/;
}
/*
Rechter Block, fuer den eigentlichen Inhalt
*/
.content-right {
    float: right;
    width: 525px;
    margin: 25px 175px 25px 0;
    overflow:visible !important /*Firefox*/;
    overflow:hidden /*IE6*/;
}
.gallery {
    float: center;
    width: 450px;
    margin: 0;
    overflow:visible !important /*Firefox*/;
    overflow:hidden /*IE6*/;
}
/*
Fusszeile
*/
.footer {
    clear:both;
    width:861px;
    height:120px;
    background:url(./img/background_footer.gif) no-repeat;
    overflow:visible !important /*Firefox*/;
    overflow:hidden /*IE6*/;
}
.footer-right {
    float: right;
    width:550px;
    height:120px;
    padding: 72px 0 0 0;
    text-align:center;
    overflow:visible !important /*Firefox*/;
    overflow:hidden /*IE6*/;
}
