

#logo {
    margin:0 auto;
    width: 573px;
    height: 126px;
    background: url(../images/logo.jpg) no-repeat;
}

.menubar {
    margin-top:12px;
    margin-bottom: 12px;
    text-align:center;
}

.menupoint a {
    text-decoration: none;
    font-weight: bold;
    margin:0px 30px;
    padding: 10px 0px;
}

.menupoint a:hover,.menupoint a:focus {
    background: url(../images/menucursor.gif) no-repeat center bottom;
}

.breaker {
  height:0px;
  clear: both;
}

.rahmen {
  padding: 5px;
  border: 1px solid #cdcdcd;
}

.oben {
  position: absolute;
  z-index:11;
  height:100%;
  width:100%;
  overflow-y: scroll;
}

.oben .container {
    padding-top:30px;
}


.untenbg {
  position: absolute;
  height: 335px;
  z-index:10;
  bottom: 0px;
  background: url(../images/bgtop.jpg) repeat-x;
  width:100%;
}

.unten {
  position: absolute;
  height: 170px;
  width: 950px;
  left: 50%;
  margin-left:-485px;
  bottom:0px;
  z-index:20;
  background: url(../images/bgtop.jpg) repeat-x bottom;
}

.unten .container {
    margin:0px auto;

}


/*** Slider ***/

#slider {
	position:relative;
    margin: 0 auto;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

/* Shop Formatierungen */
.first_prize_large {
color: #CC0000;
font-size: 15px;
font-weight: bold;
}
.first_prize_small {
color: #CC0000;
font-size: 11px;
font-weight: bold;
}
.second_prize_large {
color: #79B5BF;
font-size: 15px;
}
.second_prize_small {
color: #79B5BF;
font-size: 11px;
}
.prize_right {
text-align: right;
}
.shopbox_header {
background-color: #D7E6E7;
height: 38px;
padding-top: 8px;
border: #AAABD2 solid 1px;
overflow: hidden;
}
.shopbox_body {
background-color: #FFFFFF;
line-height: 160px;
border: #AAABD2 solid 1px;
}
.shopbox_footer {
background-color: #EBEADB;
border: #AAABD2 solid 1px;
}
.bookmark {
border: none;
width: 20px;
height: 20px;
padding: 0px;
}
