BODY {
    background-image: url(/design/partnerprogramm/img/bg.jpg);
    background-repeat: repeat-x;
	background-color: #000;
	font-family: Georgia;
	font-size: 12px;
}
img a,
body,
img,
div,
ul,
li,
object,
embed{
	border: none;
	margin: 0;
	padding: 0;
}
#all{
    position: relative;
    width: 800px;
    margin: 0 auto;    
    background-color: #fff;
}
#top{
    height: 60px;
}
#headimg{
    height: 199px;
}
#main{
    padding: 4px 0px;
}
#main #content{
    width: 528px;
    min-height: 450px;
    _height: 450px;
    margin-left: 20px;
    margin-right: 22px;
    margin-bottom: 5px;
    float: left;
    padding-left: 30px;
}
#main #description{
    width: 180px;
    margin-right: 20px;
    float: left;
}



/* MENUS */
#navi{
    position: absolute;
    top: 235px;
    left: 0;
}
#navi A{
    margin-left: 10px;
}
#subnavi{
    background-image: url(/design/partnerprogramm/img/green-yellow.gif);
    height: 30px;
    padding-top: 5px;
}
#subnavi UL LI,
#footer UL LI{
    display: inline;
}
#subnavi A,
#footer A{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #fff;
    margin-left: 20px;
    font-weight: bold;
}
#subnavi A.xd-navi-active-1,
#footer A.xd-navi-active-1{
    color: #fcd900;
}

#footer{
    background-image: url(/design/partnerprogramm/img/footer-slice.gif);
    background-repeat: repeat-x;
    height: 19px;
    padding-top: 10px;
    margin-top: 10px;
}

#address-in-picture{ /* im Bereich 'Kontakt' */
    color: #fff;
    position: relative;
    top: -165px;
    left: 10px;
}
#address-in-picture A{
    text-decoration: none;
    color: #fff;
}
#address-in-picture p{
    margin-bottom: 8px;
}
#lightbox #imageDetails{
    display:none;
}


