#logo {
	position: absolute;
	visibility: visible;
	height: 530px;
	width: 188px;
	left: 0px;
	top: 0px;
	right: auto;
	bottom: auto;
}
body {
	background-image: url(layoutimg/verlauf.png);
	background-repeat: repeat-x;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#navi {
	position: absolute;
	height: 15px;
	width:expression(document.body.clientWidth - 213);
	width:auto;
	left: 200px;
	top: 35px;
	right: 0px;
	bottom: auto;
	padding:5px;
	padding-left:8px;
	background-image: url(layoutimg/navi-links.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color: #660000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:white;
	white-space:nowrap;
}

#navi a
{
	margin-right:5px;
	text-decoration: none;
	color:white;
}

#navi a:hover
{
color:#FFCC00;
}

#overlay {
	position:absolute;
	left:880px;
	top: 28px;
	height:37px;
	right:0px;
	width:expression(document.body.clientWidth - 791);
	width:auto;
	background-position:left center;
	background-image: url(layoutimg/overlay.gif);
}

#content
{
position:absolute;
left:200px;
top:80px;
width:600px;
height:300px;
overflow:visible;
}

#innercontent
{
padding-left:10px;
padding-right:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
line-height:1.5em;
background-repeat:no-repeat;
background-position:top right;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: -1px;
}

h2 {
	margin-top:15px;
	font-weight:bold;
	font-size:10px;
}

.schmal
{ 
width:300px;
}

a.sound
{
	background: url(/layoutimg/sound.jpg) center left no-repeat;
	padding-left: 18px;
}

.border {
border: 1px solid black;
}
