@import "menu.css";
@import "form.css";
@import "content.css";
@import "jquery.css";

body {
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
    background: url(../imgs/gfx-body.jpg) repeat-x #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.4em;
}
* {	
    font-size: 11px;
    line-height: 1.4em;
}
a {
    color: #357dad;
}
img {
    border: 0 none;
}


.clear-float {
    clear: both;
}


/* Allgemeine Einstellungen */
#main {
    margin: 0 auto;
    padding: 0;
    width: 770px;
    border: 1px solid #cacaca;
    text-align: left;
    background: #ffffff;
}
#header {
    width: 789px;
    position: relative;
    top: -7px;
}
#main1 {
    background: url(../imgs/gfx-main1.jpg) repeat-x top left #ffffff;
    margin: -7px 0 0 0;
    padding: 0 0 10px 23px;
    height: 99%;
    position: relative;
}

#suche {
    margin: 0 6px 15px 0;
    padding: 8px 0 4px 0;
    text-align: center;
}

#main-left {
    margin: 0 30px 0 0;
    width: 490px;
    float: left;
    padding: 13px 0 0 0;
}
#main-right {
    float: right;
    width: 225px;
    padding: 13px 0 0 0;
}


/* nav links */
#nav_links {
    position: absolute;
    left: -52px;
    top: 67px;
}
#nav_links_content {
    position: fixed;
    margin: 0;
    width: 52px;
}
.gfx-nav-links {
    background: url(../imgs/gfx_nav_links.png) no-repeat 0 0;
}
#gfx-nav-links-top, #gfx-nav-links-bottom {
    background-position: 1px -1px;
    width: 52px;
    height: 12px;
}
#gfx-nav-links-bottom {
    background-position: 1px -17px;
}
#gfx-nav-links-content {
    background-position: -113px 0;
    background-repeat: repeat-y;
    margin: 0 0 0 1px;
    padding: 0 2px;
}



#footer {
    border-top: 6px solid #8a8a8a;
    margin: 0 auto;
    padding: 3px 0;
    width: 772px;
}


.gfx-content-sprite {
    background: url(../imgs/content_sprites.png) 10000px 10000px no-repeat;
}



/* openx */
#zone_header {
    margin-bottom: 10px;
}
#zone_navi {
    text-align: center;
    margin: 10px 0;
}
#zone_content {
    text-align: center;
    padding: 10px 0;
}
