html>body #header, #navi {  /* nur fuer moderne Browser! */
position: fixed;
}

html>body #navi {  /* nur fuer moderne Browser! */
position: fixed;
}

body {
	background-color:#DBDCEE;
	margin:0;
	padding:0;
	color: #4C5C75;
	font-size: 12px;
	font-family: "Courier New", Courier, mono;
	cursor: crosshair;
}

#content {
	position:relative;
	left:40px;
	top:20px;
	background-color:#e3e4f4;
	width:555px;
	padding:4px 20px 12px 20px;
	border-right:2px solid #aab1be;
	border-bottom:2px solid #aab1be;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	margin-bottom:30px;
	text-align:left;
	background-position: left;

}

#navi {
position:absolute;
left:650px;
top:20px;
width:200px;
height:400px;
text-align:left;
}

a {
color: #666;
font-size: 12px;
line-height:16px;
margin-top:4px;
font-family: "Courier New", Courier, mono;
text-decoration: none;
display:block;
	cursor:crosshair;	
}

a:hover {
color: #fff;
font-size: 12px;
line-height:16px;
margin-top:4px;
font-family: "Courier New", Courier, mono;
text-decoration: none;
display:block;
background-color:#aab1be;
	cursor:crosshair;
}
a:link.content, a:visited.content {
display:inline;
color: #666;
font-size: 12px;
font-family: "Courier New", Courier, mono;
text-decoration: underline;
	cursor:url(cursor.gif), crosshair;
}

a:hover.content, a:active.content {
display:inline;
color: #fff;
font-size: 12px;
font-family: "Courier New", Courier, mono;
text-decoration: underline;
background-color:#999;
	cursor:url(cursor.gif), crosshair;	
}

b.mainstay {
color: #FFFFFF;
font-size: 12px;
font-weight:normal;
line-height:16px;
margin-top:4px;
font-family: "Courier New", Courier, mono;
text-decoration: none;
display:block;
background-color:#aab1be;
cursor: crosshair;
}

b.substay {
color: #666;
font-size: 12px;
font-weight:normal;
font-family: "Courier New", Courier, mono;
margin-bottom:4px;
display:block;
cursor: crosshair;
}

h1 {
	color: #4C5C75;
	font-weight:bold;
	font-size: 16px;
	font-style:normal;
	font-family: "Courier New", Courier, mono;
	margin-top:24px;
	margin-bottom:24px;
	line-height:8px;
}

img {
	margin-bottom:40px;
	margin-top:12px;
	margin-left:1px;
	border-left:2px solid #aab1be;
	border-top:2px solid #aab1be;
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
	display: block;
}

img.space {
	margin:0px;
	border:0px;
	display: block;
}

hr{
background-color: #aab1be; /* Farbe für Opera und Firefox */
color: #aab1be; /* Farbe für Internet Explorer (IE) */
border: 0;
width:550px;
height: 2px;
margin-bottom:40px;
}

