body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #083EC5;
	font-size: 12px;
	background-image: url(gfx/body2.jpg);
	background-repeat: no-repeat;
	margin: 20px;
	background-position: center top;
	background-attachment: fixed;
}
#cont {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.header{
	width: 800px;
	height: 280px;
}
.mainnav{
	background-color: #FFFFFF;
	padding: 10px;
	letter-spacing: 0.4ex;
	width: 160px;
	color: #FF6600;
	float: left;
	border-top: 1px none #FAAB01;
	border-right: 1px solid #FAAB01;
	border-bottom: 1px solid #FAAB01;
	border-left: 1px solid #FAAB01;

}
.mainnav a:link, .mainnav a:visited, .mainnav a:active {
	text-decoration: none;
	color:#0000CC;
	text-decoration: none;
	display: block;
	padding: 10px 10px 10px 25px;
	letter-spacing: normal;
	font-weight: normal;
	background-image: url(gfx/mainnav.gif);
	background-repeat: no-repeat;
	background-position: 0px;
} 
.mainnav a:hover {
	font-weight: bold;
} 
.mainnav h2 {
	font-size: 12px;
	margin: 20px 0px 0px;
	padding: 0px 0px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D18A00;
	color: #D18A00;
}
.artikel{
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 100px;
	line-height: 1.6em;
	background-color: #FFFFFF;
	float: right;
	width: 530px;
	color: #666666;
	border-top: 1px none #FAAB01;
	border-right: 1px solid #FAAB01;
	border-bottom: 1px solid #FAAB01;
	border-left: 1px solid #FAAB01;
}
#logo {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	top: 169px;
}
h1{
	font-size: 30px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
	color: #537BD2;
}
h2{
	margin-top: 50px;
	font-size: 20px;
	color: #D18A00;
}
.description {
	text-align: justify;
	line-height: 1.6em;
}
