/* CSS File für sk4x4sports.de */
@import "nav.css";
@import "contact.css";

body {
    font-family:verdana, tahoma, sans-serif;
    font-size:11px;
    color:#ffffff;
    margin:0px;
    padding:0px;
    background-image:url(../images/bg.gif);
    background-repeat:repeat-x;
    background-color:#4E5256;
}

#wrapper {
    border:0px solid red;
    width:960px;
}

#top_banner {
    height:155px;
    margin:18px 0 0 0;
    background-image:url(../images/banner_bg.gif);
    background-repeat:repeat-x;
}

#illustration {
    position:absolute;
    top:0;
    left:0;
}

#logo {
    position:absolute;
    top:0;
    left:360px;
}

#topnav {
    float:right;
    position:relative;
    z-index:3;
}
#topnav ul {
    margin:10px 0 0 0;
    padding:0;
}
#topnav ul li {
    display:inline;
    list-style-type:none;
}
#topnav ul li a {
    color:#ffffff;
    text-decoration:none;
    margin:0 0 0 5px;
}
#topnav ul li a:hover {
    color:#E3C6A4;
}


#main {
    width:960px;
}

#navigation {
    float:left;
    width:440px;
    margin:0px;
    padding:90px 0 20px 0;
    border:0px solid red;
    background-image:url(../images/tread.gif);
    background-repeat:repeat-y;
    background-position:40px 0;
}



#content {
    float:left;
    width:520px;
    border:0px solid green;
    padding:20px 0 20px 0;
}

a {
    color:#ffffff;
    text-decoration:underline;
}
a:hover {
    color:#E3C6A4;
    text-decoration:none;
}





#footer {
    height:40px;
    border:0px solid green;
    clear:both;
}
