<!--
body {
        color: #858585;
	font-family:Verdana, Helvetica, sans-serif; 
	font-size: 11px;
        margin:0px;
	background-color: #e5e2e2;
	background-image: url(../images/background.png);
	background-repeat:repeat-x;
	text-align:center;
}
#container {
	width: 1020px;
        border: 1px solid black;
        margin: 0 auto;
	z-index: 1;
	background-color:#ffffff;
	display: table;
	text-align:left;
}
div#header {
	/* clear: both;*/
	height: 127px;
	background-color: #ffffff;
	padding: 0px;
	/* background-image:url(../images/headbar.png); */
	/* background-repeat: no-repeat; */
	width: 627px;
	border: 0px solid black;
}
div#menue_hor {
	clear: none;
	background-color: #ffffff;
	background-image: url(../images/dot_line.png);
	background-repeat: repeat-x;
	height: 31px;
	width: 627px;
	border: 0px solid black;
	padding-top: 10px;
}
div#left {
	float: left;
	width: 200px;
	height: 400px;
	margin-top: 17px;
        margin-left: 2px;
        padding-top: 0px;
	border: 0px solid black;
}
div#right {
	float: right;
	clear: both;
	width: 100px;
	height: 226px;
	background-color: #ffffff;
	background-image: url(../images/server.png);
	background-repeat: no-repeat;
	background-position:top;
	padding-top: 274px;
	padding-left: 5px;
	display: inline;
	clear: none;
	position: relative;
	top: -168px;
	right: 0px;
	border: 0px solid black;
}
div#middle {
	float: left;
        border: 0px solid black;
	width: 700px;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

div#footer {
	clear: both;
	background-color: #ffffff;
	background-image:url(../images/dotted.png);
	background-repeat:repeat-x;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 7px;
	text-align:left;
	border: 0px solid black;
	/* float: left; */
}

ul li {
	margin-bottom: 10px;
}

-->