
#menu {
	position: absolute;
	top: 51px;
	right: -2px;
	width: 206px;
}

#menuBottomCorners {
    display: block;
    float: left;
}

#menu ul {
    float: left;
	list-style: none;
	background: url(../img/overall/nivea_club/vorteile/menu_bg.gif) top repeat-y;
}

#menu ul ul {
    display: none;
    background: url(../img/overall/nivea_club/vorteile/menu_gradient_bg.gif) top no-repeat;
}

#menu li {
    float: left;
}

#menu a {
    float: left;
    display: block;
    width: 186px;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
}

#vorteileLink {
    display: block;
    height: 26px;
    background: url('../img/overall/nivea_club/vorteile/menu_button.gif') top left no-repeat;
}

#backButton {
    float: left;
    margin: 218px 0 0 72px;
}

#forwardButton {
    float: left;
    margin-top: 218px;
}

#detailContent {
    float: left;
    width: 620px;
    height: 339px;
    margin: 13px 8px 0 8px;
}

#detailImage {
    float: left;
    height: 339px;
}

#detailTextBox {
    width: 300px;
    height: 200px;
    overflow: auto;
    border: 1px solid red;
}

#detailInfo {
    float: left;
    padding: 10px;
}





























