@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #DB5822;
}
#conbox1 {
	height: 271px;
	width: 800px;
}
#conbox1a {
	height: 271px;
	width: 412px;
	float: left;
	color:#FFFFFF;
}
#conbox1b {
	height: 271px;
	width: 379px;
	float: right;
}

#hedder {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 242px;
	width: 800px;
}
#conbox2 {
	height: 150px;
	width: 800px;
}
#bottom {
	height: 50px;
	width: 800px;
	background-image: url(../images/bot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	text-align: center;
	padding-top: 26px;
	font-size: 80%;
}


#menu {
	background-image: url(../images/menubg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	width: 800px;
	padding-top: 22px;
	font-size: 90%;
	text-align: center;
}
.link {
	color: #FFFFFF;
	text-decoration: none;
}
.link:hover {
	color: #FFCC00;
	text-decoration: none;
}
#menu .aktive {
	color: #FFCC00;
	text-decoration: none;
}


#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#conbox2a {
	height: 150px;
	width: 390px;
	float: left;
	color:#FFFFFF;
}
#conbox2b {
	height: 150px;
	width: 390px;
	float: right;
	color:#FFFFFF;
}
#time {
	height: 20px;
	width: 300px;
	float: right;
	color: #FFFFFF;
	font-size: 70%;
	padding-top: 10px;
}
#time2 {
	height: 155px;
	width: 230px;
	float: right;
	color: #999999;
	font-size: 80%;
	padding-top: 10px;
	margin-left: 400px;
	margin-right: 20px;
	margin-top: 30px;
	line-height: 18px;
	text-align: justify;
}
#conboxPage {
	width: 780px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 90%;
}
img { 
	border: 0px; 
}