/* Standard-Stylesheet für www.uwekosubek.de */

/* Seiteneigenschaften */
body {
	margin: 0;
}
/* Bilder */
img {
	border: none;
}
/* Schrift */
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	color: #FFF;
	font-weight: normal;
	margin-top: 20;
	margin-bottom: 10;
	border-bottom: thin;
	border-bottom-style: solid;
	border-bottom-color: #2088c9;
	padding-bottom: 5px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	margin-top: 5;
}
p {
	font-family: Verdana, Geneva, sans-serif;
}
td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height: 17px;
	vertical-align: top;
}
a {
	color: #2088c9;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #215d82;
}
/* Tabelle */
table {
	width: 850px;
	border: none;
	border-spacing: 10px;
	margin-left: 10px;
}
/* iframe */
iframe {
	border: none;
	margin: 0;
}

/* DIV-Container */
.hintergrund {
	position: absolute;
	left: 546px;
	top: 120px;
	width: 900px;
	height: 720px;
	margin-left: -365px;
	z-index: 0;
	background-color: #E9E9E9;
	overflow: auto;
}
.header {
	background-color: #8F8F8F;
	position: absolute;
	width: 100%;
	height: 120px;
	z-index: 1;
}
.ueberschrift {
	position: absolute;
	width: 1080px;
	height: 120px;
	left: 50%;
	margin-left: -540px;
	z-index: 2;
	background-color: #666;
}
.menuelinks {
	position: absolute;
	left: 50%;
	width: 180px;
	height: 720px;
	margin-left: -540px;
	margin-top: 120px;
	z-index: 1;
	background-color: #666;
}
.datum {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #2088c9;
	position: absolute;
	left: 50%;
	width: 200px;
	height: 20px;
	margin-left: -530px;
	margin-top: -60px;
	z-index: 4;
}
.footer {
	position: absolute;
	width: 1080px;
	height: 100%;
	left: 50%;
	margin-left: -540px;
	z-index: 0;
	background-color: #8F8F8F;
}
