body, html, div, table, td, span, p, a, form, h1, h2, h3, h4, img, ul, li, object, embed {
	padding: 0;
	margin: 0;
	border: none;
}

html  {
	min-height: 100%;
	height: 100%; /* für IE5+ */
}
body {
	min-height: 100%;
	height: 100%; /* für IE5+ */
	background-color: #000000;
    text-align: center;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;

} 

td {
text-align: left;
vertical-align: top;
}

a {
	color: #fff;
	text-decoration: none;
	outline: none; /* kein Rahmen bei Firefox */
}

a:hover {
	color: #fff;
	outline: none; /* kein Rahmen bei Firefox */
	text-decoration: underline;
}



h1 {
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 15px;
	line-height:normal;
}

.textHeadline {
	font-size: 13px;
	font-weight:bold;
}

.textSup {
font-size:9px;
vertical-align:text-top;
line-height: normal;
}

.textKlein {
font-size:10px;
}

.clearfloat { 
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 0px;
}


/* ---------- Haupt Divs ------------- */

#abstandContainer {
		width:1px;
		height:50%;
		margin-bottom:-350px; /* half of container's height */
		float:left;
}

#container {
	width: 990px;
	height: 700px;
	position:relative;
	clear: left;
    margin: 0 auto;
} 
 

#rahmen {
	width: 990px;
	height: 700px;
	position:relative;
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: left;
	overflow:hidden;
} 

/* ---------- Divs  ------------- */

#logo {
	width: 70px;
	height: 700px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
} 
#contact{
	width: 70px;
	height: 387px;
	position: absolute;
	right: 0px;
	top: 154px;
	z-index: 150;
} 

#footer{
	width: 990px;
	height: 30px;
	position: absolute;
	left: 0px;
	bottom: 20px;
	z-index: 7;
	text-align:center;
	font-size:11px;
} 


#inhalt {
	width: 690px;
	height: 472px;
	position: absolute;
	left: 150px;
	top: 228px;
	z-index: 7;
} 

#textRechts {
	width: 690px;
	height: 204px;
	position: absolute;
	right: 25px;
	top: 20px;
	z-index: 20;
	text-align:right;
} 
