BODY {
	background: #660000;
	color: #FEFF8D;
	margin: auto;
	width: 900px;
	border-left: 1px solid #292929;
	border-right: 1px solid #292929;
}

A {
	color: #FEFF8D;
	text-decoration: none;
}

	A:hover {
		background: #666;
	}

#header {
	width: 900px;
	height: 232px;
	background: url('img/header.png');
}

#header2 {
	width: 900px;
	height: 232px;
	background: url('img/header2.png');
}

.offer {
	font-family: Courier, serif;
	color: #FEFF8D;
	margin-bottom: 15px;
}

	
	.offer #title {
		font-size: 20px;
	}
	
	.offer #nr {
		color: #FF0000;
	}
	
	.offer #descr {
		font-size: 12px;
	}
	
	
.offer2 {
	font-family: Courier, serif;
	color: #FEFF8D;
	margin-bottom: 15px;
}

	
	.offer2 #title {
		font-size: 16px;
	}
	
	.offer2 #nr {
		color: #FF0000;
	}
	
	.offer2 #descr {
		font-size: 12px;
	}



#box1 {
	width: 900px;
	height: 325px;
	background: url('img/box1.png');
}

	#box1_content {
		margin-left: 15%;
		padding: 30px;
	}
	
#box2_header {
	width: 900px;
	height: 62px;
	background: url('img/box2_header.png');
}

#box2_header2 {
	width: 900px;
	height: 35px;
	background: url('img/box2_header2.png');
}

#box2_content {
	width: 900px;
	background: url('img/box2_content.png'); 
}

#box2_footer {
	width: 900px;
	height: 27px;
	background: url('img/box2_footer.png');
}

#box3_content {
	width: 900px;
	height: 298px;
	background: url('img/box3_content.png'); 
}

#box3_footer {
	width: 900px;
	height: 27px;
	background: url('img/box3_footer.png');
}

	#angebot {
		padding-top: 10px;
		margin-left: 200px;
		width: 600px;
	}

#imprint {
	background: url('img/imprint.png') no-repeat;
	width: 900px;
	height: 335px;
	border-bottom: 1px solid #292929;
}

	#imprint:hover {
		cursor: pointer;
	}

#kodex {
	width: 870px;
	padding: 15px;
	font-family: Courier, serif;
	font-size: 11px;
	color: #666;
	border-bottom: 1px solid #292929;
}

	#kodex A {
		color: #666;
		text-decoration: none;
	}
	
	#kodex A:hover {
		background: none;
	}