/* Balken und Basis-Schrift */
body {
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #6633FF;
	scrollbar-highlight-color: #6633FF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #6633FF;
	font-family: sans-serif;
	color: #000033;
}

/* Box für Navigationsspalte */
#navi {
	width: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 0px;
	padding-top: 100px;
}

/* Box für Hauptinhalt */
#main {
	position: absolute;
	top: 0px;
	left: 200px;
	padding-left: 30px;
	padding-top: 100px;
}

h1 {
	border-bottom: 10px solid #FFCC33;
	font-size: 120%;
	width: 90%;
}

p {
	font-size: 90%;
	margin-right: 20%;
}

a {
	text-decoration: none;
	color: #6633FF;
}

a:visited {
	color: ccccff;
}

a:hover {
	color: FFCC33;
}

table {
	font-size: 90%;
	width: 90%;
}

tr {
	vertical-align: text-top;
}

td {
	border-bottom: thick dotted #FFCC33;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}
