/* CSS Document */
*{
	margin:0;
	padding:0;
}
img{
	border:0;
}
html{
	width:100%;
}
body{
	width:100%;
}
.bg *{
	font:14px/18px Georgia, "Times New Roman", Times, serif;	
}
.details strong{
	font-weight:bold;
}
.bg h1, .bg h2, .bg h3, .bg h4, .bg h5, .bg h6{
	font-weight:bold;
}
.bg{
	background:url(bilder/out-of-orient_bg.gif) fixed top center #8e0136;
	text-align:center;
	line-height:19px;
	font-size:15px;
	width:100%;	
}

.versand{
	margin:10px 0;
	width:580px;
}
.versand, .versand td, .versand th{
	border:1px solid;
}
.versand td, .versand th{
	padding:5px;
}
.grau{
	background:lightgrey;
}

.bg h3{
	margin:7px 7px 7px 0;
	font-size:18px;
}

#wrapper{
	width:700px;
	margin:0 auto;
	border:6px solid white;
	background:white;
}
#header{
	background:url(bilder/out-of-orient_header-logo.gif) no-repeat center center #8e0136;
	height:140px;
}
#header h1{
	display:none;
}
#navbar{
	background:#8e0136;
	text-align:center;
	border-top:6px solid white;
	border-bottom:6px solid white;	
	padding:9px;
}
#navbar li{
	list-style-type:none;
	display:inline;
	margin:0 9px;
}
#navbar li a{
	color:white;
	text-decoration:none;
}
#navbar li a:hover{
	color:#fa9703;
}
#beschreibung{
	border:6px solid #8e0136;
	background-color:#8e0136;
}
#beschreibung h1{
	color:white;
	margin:15px;
	font-size:25px;
}
#produktbild{
	background:white;
	text-align:center;
	padding:15px;
}
#produktbeschreibung{
	background:white;
	border-top:6px solid #8e0136;	
	padding:15px;
	color:#8e0136;
	text-align:left;
}
#produktbeschreibung ul{
	margin:0 0 0 30px;
}
.details{
	border:6px solid #8e0136;
	background:white;
	color:#8e0136;
	margin:6px 0 0;
	text-align:justify;
	padding:15px;	
}
.details p{
	margin:15px 0;
}
.details dl{
	margin:12px 0;
}
.details dt{
	text-decoration:underline;
	margin:8px 0 0;
}
.details dd{
	margin:0 0 0 30px;
}
.scrollbox{
	height:200px;
	overflow:auto;
	padding:12px;
	font-size:12px;
	background-color:#FFF2F7;
}
.scrollbox dl{
	margin:12px 0;
}
.scrollbox dt{
	text-decoration:underline;
	margin:22px 0 0;
}
.scrollbox dd{
	margin:15px 25px;
}
.scrollbox li{
	list-style-type:disc;
	margin:0 0 0 40px;
}
#footer{
	border-top:6px solid white;
	background:#8e0136;
	color:white;
	padding:8px;
	font-size:10px;
}
