body {
	font: 100% Helvetica, sans-serif;
	background: #666666;
	margin: 0; /
	padding: 0;
	color: #000000;
}

a {
	color: #E48C00;
	font-weight: bold;
	text-decoration: none;
}

#container { 
	width: 52em; 
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	paddin-right: 3em;
} 

#header { 
	background: #DDDDDD; 
	padding: 0 10px;
	text-align: center;
}

#header h1 {
	margin: 0; 
	padding: 10px 0;
}



.item {
	border-top: 1px solid black;
	padding: 1.5em 0;
}

.itemLeft {
	float: left; 
	width: 14em; 	
	background: #E1E1E1; 

	border-top-left-radius: 0;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 0;
	border-bottom-right-radius: 15px;
}


.itemLeft .quest{
	margin-bottom: 3em;
}

.itemLeft .quest img{
	float: left;
	margin: 0 10px 0 0;
}

.itemLeft h3, .itemLeft p {
	margin: 1em 10px 1em 15px; 
	font-size: 0.8em;
}

.itemLeft h3 {
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #FF8C00;
	padding: 4px;
	color: white;
	text-align: center;
	background: #FFBE4A url(bilder/ui-bg.png) 50% 50% repeat;

}

.itemRight{
	margin: 0 1.5em 0 16em; 
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

hr {
	border: 0;
	background-color: black;
	height: 1px;
}

hr.seperate {
	border: 0;
	background-color: black;
	height: 1px;
	width: 50%;
}


#footer { 
	border-top: 1px solid black;
	padding: 0 10px; 
	background:#DDDDDD;
} 

#footer p {
	margin: 0; 
	padding: 10px 0;
	font-size: 0.7em;
	text-align: center;
}
