/* Hier werden die Dokument-Eigenschaften des 	*
* gesamten Projekt in einer Stylesheet-Datei 	*
* zusammengefasst.				*/

body {
	background-color :		#336699;
	margin-top :			0px;
	margin-right :			0px;
	margin-left :			0px;
	margin-bottom :			0px;
	font-family :			Verdana,Helvetical,San-Serif;
	font-size :			11px;
	color :				#cc9966;
}

a {
	text-decoration :		underline;
	font-family :			Verdana,Helevitcal,San-Serif;
	font-size :			12px;
	font-weight :			bold;
	color :				white;
}

a:visited {
	font-style :			italic;
}

a:hover {
	text-decoration :		none;
}

.nav {
	text-decoration :		none;
	line-height :			18px;
	font-family :			Verdana,Helvetical,San-Serif;
	font-size :			13px;
	font-weight :			bold;
	color :				white;
}

.nav:hover {
	text-decoration :		underline;
}

p,td {
	font-family :			Verdana,Helvetical,San-Serif;
	font-size :			12px;
	color :				#cc9966;
}

.head {
	text-decoration :		underline;
	font-size :			18px;
	font-weight :			bold;
}

.sub {
	font-size :			14px;
	font-weight :			bold;
}

input,textarea {
	background-color :		#cc9999;
	border-top :			1 solid black;
	border-left :			1 solid black;
	border-right :			1 solid white;
	border-bottom :			1 solid white;
	font-family :			Verdana,Helvetical,San-Serif;
	font-size :			12px;
	color :				black;
}

.start {
	text-decoration :		none;
	line-height :			22px;
	font-family :			Verdana,Helvetical,San-Serif;
	font-size :			18px;
	font-weight :			bold;
	color :				white;
}

.start:hover {
	text-decoration :		underline;
}