/* CSS Document */

/* body */
body {
	padding:0;
	margin-top: 0px;
	background-color: #ededed;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-image: url(grafik/wrapbg.jpg);
	background-repeat: repeat-x;
}
a {
	text-decoration: none;
	color: #ff9900;	
}

/* wrap */
#wrap {
	background-color:#FFFFFF;
	padding:0px;
	width:757px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-x;
}

/* top */
#top {
	clear:left;
	float:left;
	width:757px;
	height: 110px;
	background-image: url(grafik/top.gif);
}
#wrap #content #box img {
	cursor: hand;
	cursor:pointer;
}


/* topmenu */
#topmenu {
	clear:left;
	float:left;
	width:744px;
	height:27px;
	background-image: url(grafik/menubg.gif);
	margin-bottom: 5px;
	padding-top: 8px;
}

#topmenu a{
	font-size:0.8em;
	color:#FFFFFF;
	font-weight:700;
	text-decoration: none;
	background-repeat: no-repeat;
	list-style-image: url(grafik/bullet_top.gif);
	margin-left: 73px;
}

/* productmenu */
#productmenu {

	text-align:left;
	width: 203px;
	margin-left:534px;
}

#productmenu p {
padding-left:10px;
padding-right:10px;
margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	line-height:1.2em
}

#box {
	float:left;
	text-align:left;
	width: 341px;
	padding-left:20px;
	padding-bottom:0px;
}
#box2 {
	float:left;
	text-align:left;
	width: 123px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:10px;
}

#box3 {
	float:left;
	text-align:left;
	width: 464px;
	padding-left:20px;
	padding-bottom:0px;
}


#adresse {
	background-color: #ff9900;
	color: #FFFFFF;
}

#om {
	background-color: #4b4c4e;
	color: #FFFFFF;
}

#pris {
	background-color: #a5a5a3;
	color: #FFFFFF;
}

#winner {
	background-color: #FFFFFF;
	margin-bottom: 15px;
}


/* content */
#content {
	padding:0px;
	clear:left;
	float:left;
	width: 519px;
	text-align: left;
	padding-left:10px;
	}

#content h1 {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	color: #CF902C;
	line-height: 3.5em;
}

#content h2 {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	color: #21285c;
	line-height: 2.5em;
}

#content p {
	display: block;
	font-size: 1.0em;
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


#footer {
	font-size: 0.8em;
	text-align: center;
	clear:both;
	color:#acacac;
	width:757px;
	height:19px;
	background-image: url(grafik/bund.gif);
	padding-top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer a{
color:#acacac;
}
#footer a:hover {
color:#ff9900;
}

