body     {
	font-size: 13px;
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	color:#51656f;
	margin: 0;
	background-attachment: fixed;
	background-color: #638fa4;
	background-image: url(../frontend/bg.jpg);
	background-repeat: repeat-x;
}
div {
	border:0px;
	border-style:solid;
}
pre {
	color:#000;
}
a {
	text-decoration:none;
	color:#51656f;
}
img {
	border:none;
}
.clearer {
	clear:both;
	font-size:1px;
	line-height:1px;
	display:block;
	height:1px;
	color:#FFF;
}
hr {
	border:0px;
	background-color:#d79e1e;
	height:1px;
	margin-bottom:20px;
}
h1 {
	font-size:25px;
	margin:0px 0px 10px 0px;	
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-weight:lighter;
	color:#d79e1e;
}
#mainBox {
	width:1020px;	
	background-image: url(../frontend/verlauf_re_li.png);
	background-repeat: repeat-y;
	margin:auto;
	min-height:200px;
}
#bannerBox {	
	background:center;
	background-image: url(../frontend/banner.png);
	background-repeat: no-repeat;
	height:230px;
	text-align:center;
}
#topLine {
	width:1020px;
	height:230px;
	background-image: url(../frontend/verlauf_re_li.png);
	background-repeat: repeat-y;
	margin:auto;
}
#mainMenu {
	color:#d79f1e;
	text-align:right;
	margin:auto;
	width:900px
}
#mainMenu a {
	color:#51656f;
	font-weight:thin;	
	font-size:14px;
	text-decoration:none;
	padding:0px 5px 0px 5px;
	font-family:Georgia, 'Times New Roman', Times, serif;
}
#subMenu {
	text-align:right;
	padding-top:10px;
	margin:auto;
	width:900px;
}
#subMenu a {
	background-color:#f2f5f6;
	padding:3px 5px 3px 5px;
	margin-left:3px;
	color:#51656f;
	font-weight:thin;
	font-size:14px;
	text-decoration:none;
	font-family:Georgia, 'Times New Roman', Times, serif;
}
#bottomLine {
	clear:both;	
	height:92px;
	width:1020px;
	background-image: url(../frontend/fussleiste.png);
	background-repeat: no-repeat;
	margin:auto;
}
#bottomLineText {
	color:#51656f;	
	padding-top:45px;	
	text-align:center;	
	margin:auto;
	width:880px
}
#bottomLineText a {
	color:#51656f;
	text-decoration:none;
}
#langBox {
	text-align:right;
	width:900px;
	margin:auto;
	color:#51656f;
	padding-top:5px;
}
#langBox a {
	text-decoration:none;
	color:#51656f;
}
#content {
	width:590px;
	max-width:960px;
	min-height:570px;
	padding:0px 0px 1px 0px;
	margin-right:30px;
	float:right;
}
div > #content {
	margin-right:60px;
}
#configbox {
	text-align:left;
	background-color:#FFF;
	margin:5px;
	padding:15px;
	border-style:solid;
	border-width:1px;
	border-color:#8699a8;
}
#picBox {
	padding-left:50px;
}
div > #picBox {
	padding-left:0px;
}
#imageBox {
	position:relative;
	width:300px;
	float:left;
	margin-left:0px;
	padding:0px;
}
/* for modern browsers */
div > #imageBox {
	margin-left:50px;
}
.errorLbl {
	color:red;
}