
body {			background-color: rgb(0,0,0);

			scrollbar-base-color:		rgb(65,161,248);
			scrollbar-3d-light-color:	rgb(65,161,248);
			scrollbar-arrow-color:		rgb(65,161,248);
			scrollbar-darkshadow-color:	rgb(65,161,248);
			scrollbar-face-color:		rgb(90,192,255);
			scrollbar-highlight-color:	rgb(65,161,248);
			scrollbar-shadow-color:		rgb(65,161,248);
			scrollbar-track-color:		rgb(65,161,248);
}
div.Main {		background: url(../pics/features_50.jpg) 50% 50% no-repeat;
			width: 640px;
			height: 480px;
			position: absolute;
			top: 5px;
			left: 100px;
}
div.Feature_Text {	width: 400px;
			height: 300px;
			position: absolute;
			top: 75px;
			left: 120px;
			font: normal normal normal small Arial, sans-serif;
			color: rgb(255,255,255);
			overflow: auto;
}
H1 {			font: normal normal bold medium Arial, sans-serif;
			color: rgb(236,255,29);
			text-align: center;
			margin: 0em 0em 1em;
}
H2 {			font: normal normal bold small Arial, sans-serif;
			margin: 0em 0em 0em;
}
ul {			margin-top: 0em;
			margin-bottom: 0.5em;
}
p {			margin: 0em 0em 0.5em 0.5em;	
}
a.TextLink, a.TextLink:link, a.TextLink:visited {
			font: normal normal normal small Arial, sans-serif;
			color: rgb(255,255,255);
}
a#Back, a#Back:link, a#Back:visited {
			display: block;
			position: absolute;
			top: 480px;
			left: 152px;
			width: 335px;
			height: 40px;
			background: url(../pics/back_arrow_0.gif) 0% 0% repeat;
			color: rgb(255,255,255);
			font: normal normal bold medium Arial, sans-serif;
			text-decoration: none;
			text-align: center;
			border: none;
			padding-top: 12px;
}
a#Back:hover, a#Back:active, a#Back:focus {
			background: url(../pics/back_arrow_1.gif) 0% 0% repeat;
}
div#Navi_Bar {		display: block;
			position: absolute;
			top: 402px;
			left: 170px;
			width: 300px;
			height: 25px;
			overflow: auto;
			font: normal normal normal small Arial, sans-serif;
}
div#Navi_Bar ol {	display: inline;
			margin: 0em;
			padding: 0em;
			text-indent: 0em;	
}
div#Navi_Bar li {	display: inline;
			color: rgb(236,255,29);
			border-left: rgb(255,255,255) 1px solid;
			padding: 0em 0.5em;
}
a.Navi_Punkt, a.Navi_Punkt:link, a.Navi_Punkt:visited {
			color: rgb(255,255,255);
			text-decoration: underline;
}
a.Navi_Punkt:hover, a.Navi_Punkt:active, a.Navi_Punkt:focus {
			color: rgb(236,255,29);
			text-decoration: underline overline;
}
img {			border: none;
}