* {
	margin: 0px;
	padding: 0px;
}

body {
	position: absolute;
	color: #F8F8FF;
	background-color: #006699;
	font-family: serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-image:url(./bilder/gluehlampe.gif); 
    background-repeat:no-repeat;
    background-position:600px 150px;
}

html, body { 
    top:0; left:0; right:0;
    min-height:100%;
    margin:0;
    padding:0;
    width:100%;
}

#kopf {
	position: absolute;
	width: 100%;
	height: 80px;
	line-height: 40px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	text-align: center;
	background-color: Yellow;
	color: #DC143C;
	font-weight: bold;
	z-index:3;
}

#logo-left {
	width: 200px;
	height: 80px;
	float: left;
	text-align: left;
	background-color: Yellow;
	margin-top: 0px;
}

#logo-right {
	width: 200px;
	height: 80px;
	float: right;
	background-color: Yellow;
	margin-top: 0px;
	padding-right: 10px;
	text-align: right;
}
.blinky {
	position: absolute;
	top: 400px;
	left: 450px;
	width: 215px;
	hight: 176px;
}
#trennung {
	position: absolute;
	top: 80px;
	left:0px;
	margin-top: 0px;
	width: 100%;
	height: 1em;
	background-color: Red;
	float: left;
	z-index: 3;
}

#navigation{
	position: absolute;
	margin-top: 100px;
	width: 200px;
	float: left;
	text-align: left;
	margin-left: 10px;
}

#navigation a{
	display: block;
	border: 2px solid black;
	width: 150px;
	text-align: left;
	text-decoration: none;
	margin: 3px;
	padding:3px;
	float: left;
}

#navigation a:hover{
	display: block;
	border: 2px solid Yellow;
	width: 150px;
	text-align: left;
	text-decoration: none;
	margin: 3px;
	padding:3px;
	float: left;
}

#haupttext{
	position: absolute;
	top: 130px;
	left: 200px;
	margin-right: 200px;
	float: none;
	z-index: 2;
}

a {
	color: #E0FFFF;
}

a:hover {
	color: #2BFCFF;
}
.underline {
	text-decoration: underline;
}
.gross1 {
	font-size: 1.5em;
}
/* MSI benötigtes */
* html, * html body {
    overflow:hidden;
    bottom:0;
    height:100%;
}
* html #kopf {
    position:absolute;
    width:100%;
    padding-right:16px;
}
