html {
	margin:0px;
	padding:0px;
	height: 100%;
}

body {
	margin:0px;
	padding:0px;
	height: 100%;
	background-image: url(images/bg.jpg); 
	background-attachment:fixed;
	font-family : Verdana, Arial, sans-serif;
	color: #000066;
	font-size : 13px;
	line-height: 22px;
	height: 100%;
}

#header {
	background: url("images/bg_top.gif") center top;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	height: 16px;
}

#top {
	margin-top: 10px;
	margin-bottom: 10px;
}

#page {
	background: url("images/bg_content.gif") repeat-y;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
}

#index {
	position: absolute;
	margin-left: 56px;
	padding: 0px;	
	float: left;
	width: 195px;
	line-height: 22px;
}

#index a {
	color: #000066;
	text-decoration: none;
}
	
#index a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}

#content {
	padding-left: 245px;
	width: 620px;
	text-align: left;
}

#footer {
	clear: both;
	margin-top: 15px;
	margin-right: 30px;
	height: 35px;
	text-align: right;
}

.heading {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: auto;
	line-height: 35px;
}

.unter {
	font-weight: bold;
	letter-spacing: auto;
	line-height: 25px;
	margin: 10px 0px;
}

.codeit {
	font-family : courier new, Arial;
}

.ein {
	margin-left: 10px;
}

.aus {
	margin: 5px 0px 5px 20px;
	font-style: italic;
}

.image {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

a {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: underline;
}

applet {
	margin-left: 15px;
}

pre {
	background-color: #FFFFFF;
	border: 1px dashed #990000;
	font-size: 11px;
}

td {
	line-height: 16px;
}