/*css stylesheet*/

*{
	background-color:#e7e7e7;
	border-width:0px;
}

a:link {
	color:#ff3e08;
	text-decoration:underline;
}

a:visited {
	color:#808080;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

#page {
	width:300px;
	margin-left:150px;
	background-color:transparent;
}

#header {
	background-color:transparent;
	font-family:Arial;
	font-style:bold;
	font-size:20pt;
	color:#ff3e08;
	margin-top:50px;
}

#maintext {
	margin-top:20pt;
	background-color:transparent;
	font-family:Arial;
	font-style:normal;
	font-size:10pt;
	color:#000000;
}

#subhead {
	margin-top:10pt;
	background-color:transparent;
	font-family:Arial;
	font-style:bold;
	font-size:12pt;
	color:#808080;
}

#navi {
	width:300px;
	height:30px;
	background-color:transparent;
	margin-top:50px;
}
	

#back {
	width:100px;
	height:30px;
	float:left;
	background-color:transparent;
}

#start {
	width:100px;
	height:30px;
	float:left;
	background-color:transparent;
}

#vor {
	width:100px;
	height:30px;
	float:left;
	background-color:transparent;
}
