﻿body, div, img, p {
	padding: 0;
}
body {
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: black;
}
#content {
	width: 1000px;
	height: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border: 1px white solid;
	background-color: white;
}
#leftcol {
	float: left;
	width: 200px;
	height: 265px;
	top: 300px;
	margin-top: 150px;
	border-right: 1px #898989 solid;
	border-bottom: 1px #898989 solid;
	background-color: #EDEDED;
	z-index: 5;
}
#logo {
	background-color: black;
	background-image: url('../img/top_logo.gif');
	background-repeat: no-repeat;
	background-position: center;
	height: 122px;
	z-index: 1;
}
#logo2 {
	width: 400px;
	height: 300px;
	border: 1px red solid;
	position: absolute;
	top: 400px;
	left: 350px;
	z-index: 2;
}
#font1 {
	position: relative;
	top: 130px;
	width: 699px;
	height: 300px;
	background-image: url('../img/balken4.gif');
	background-repeat: repeat-x;
	border-right: 1px red solid;
	border-bottom: 1px red solid;
}
#text {
	position: absolute;
	width: 750px;
	height: 700px;
}
#dox {
	height: 76px;
	width: 350px;
}
#menu1 ul, #menu2 li {
	width: 170px;
	list-style-type: disc;
	margin-left: 20px;
	padding: 0px;
	color: #EDEDED;
	padding: 0 10 0 10;
}
#menu1 a, #menu1 a:visited, #menu1 a:active {
	display: block;
	color: #893769;
	text-decoration: none;
	font-family: arial, helvetica, tahoma ,verdana, sans-serif;
	font-size: 12px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom: solid 1px #5D5D5D;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
}
#menu1 a:hover {
	color: #868686;
	text-decoration: none;
	border-bottom: solid 1px red;
	font-weight: bold;
}
#footer {
	height: 40px;
	width: 1000px;
	background-image: url('../img/footer.gif');
	margin-left: auto;
	margin-right: auto;
	border-left: 1px white solid;
	border-right: 1px white solid;
	border-bottom: 1px white solid;
}
.style1 {
	font-family: sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #7d7d7d;
	font-weight: normal;
}
.style2 {
	font-family: sans-serif;
	font-size: 19px;
	color: #FF0000;
	font-weight: bold;
}
.style3 {
	margin-left: 40px;
	font-family: sans-serif;
	font-size: 17px;
	color: #7d7d7d;
	font-weight: bold;
}
.style4 {
	font-family: sans-serif;
	color: white;
	text-align: center;
	line-height: 20px;
}
.style5 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: black;
	text-align: center;
}

