body {
	background-image: url('background.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;	
}

#banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 171px;
	z-index: -5;
}

#banner #theta {
	float: left;
	left: 0px;
	top: 0px;
	background-image: url('bilder/theta.gif');
	width: 100px;
	height: 171px;
	z-index: -5;
}

#banner #linie {
	position: absolute;
	background-image: url('bilder/linie.gif');
	width: 85%;
	top: 0px;
	left: 100px;
	height: 171px;
	float: left;
	z-index: -5;
}

#banner #schriftzug {
	position: absolute;
	right: 0px;
	background-image: url('bilder/schriftzug.gif');
	width: 347px;
	height: 171px;
	z-index: -5;
}

#navi {
	position: absolute;
	right: 15px;
	top: 100px;
}

body {
	font-family: Verdana, Arial, sans-serif;
}


a {
color: black;
text-decoration: none;
border-bottom: 2px solid #79C4DB;
}

#navi a {
	color: gray;
	text-decoration: none;
	margin-left: 20px;
	border-bottom: none;
}

#navi a:hover {
	color: black;
}

#navi a.active {
	background-color: #79C4DB;
	color: #000000;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

#content {
	position: absolute;
	top: 170px;
	left: 270px;
	width: 60%;
	font-size: 10pt;
	line-height: 150%;
}

h1 {
	font-size: 14pt;
	padding-bottom: 20px;
}

.lefthead {
	float: left;
	width: auto;
	color: gray;
	font-weight: bold;
	text-align: right;
}

.headcnt {
	border-left: 1px solid gray;
	float: right;
	width: 65%;
	padding-left: 5px;
	margin-bottom: 17px;
}

.skip {
	float:left;
}
#lautsprecher {
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: -10;
}

#kasette {
	position: fixed;
	z-index: -10;
	left: -40px;
	bottom: 100px;
}
#telefon {
	position: fixed;
	z-index: -10;
	left: 0px;
	bottom: -70px;
}
#paragraph {
	position: fixed;
	z-index: -10;
	left: 0px;
	bottom: 0px;
}

li {
	list-style-type:square;
	color: #79C4DB;
}

.li_item {
	color: black;
}
