body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align: center;
	margin: 0;
}

#title {
	padding			: 0px;
	background-color: #FFFFFF;
}	
#left {
	width			:137px;
	float			:left;
	margin-left		: 2px;
	background-color: #DAE4FF;
}
 
#main{
	width			: 80%;
	margin			: 0px auto;
	text-align		: center;
	background-color: #FFFFFF;
	background: url(../images/background.png) repeat-y;
	padding: auto 0;
	border-left: 2px solid #285C95;
	border-right: 2px solid #285C95;
	min-width: 1020px;
}

#content {
	float:right;
	text-align: left;
	padding-left: 5px;
	width: 83%;
	margin-top: 8px;
}
#fuss {
	font-size:9px;
	margin:12px 0px 0 10px;
	width:200px;
	text-align:left;
	float: left;

}
div#wrapper {
	background: url(3cols_background.png) repeat-y;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

#bottom_right {
	font-size:9px;
	width:250px;
	float: right;
	padding: 0.8em 0 0 0;
	text-align: right;
}
pre {
  font-size:12px;
  padding: 5px;
}
#back {
  padding:15px;
  text-align:center;
}
#back a {
  color:white;
  font-size:0.8em;
  font-weight:600;
}
.rot {
  color:red;
  font-size:1.3em;
  font-weight:bold;
}
.Stil4 {
	font-weight: normal;
}
#navigation {
	height: 21px;
	background-color: #285C95;
	margin: 0 2px;
}
	#navigation ul {
	list-style-type: none;
	margin-left: 137px;
	}
	#navigation li {
		font-size: 11px;
		display: inline;
		line-height: 21px;
	}
	#navigation a {
	color: white;
	text-decoration: none;
	padding: 0 15px;
	float: left;
}
	#navigation a:hover {
	text-decoration: none;
	background-position: 0 0;
	background-color: #EBEEF5;
	color: #285C95;
}

