@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #FFFF00;
	margin:0;
	background-color: #000000;
}
/* hier wird der Header BANNER Bereich definiert - Anmerkung*/
#header {
	position:absolute;
	top: 15px;
	left: 7px;
	height: 120px;
}
/* hier wird der NAVIGATION Bereich definiert - Anmerkung*/
#navigation {
	position:absolute;
	top: 150px;
	left: 10px;
	width: 150px;
	padding-left: 0px;
	margin-left: 0px;
	border-bottom: 1px solid black;
	color:#000000;
	height: 500px;
}
/* hier wird der TEXTFELD 'content/BODY' Bereich definiert - Anmerkung*/
#content {
	position:absolute;
	top: 150px;
	right: 170px;
	left: 175px;
	width: 70%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	bottom: 3px;
}
/* hier wird der TEXTFELD NIVIGATION LINKS 'Double Border' http://css.maxdesign.com*/
ul#navlist
{
	margin: 0 0 0 0px;
	padding: 0;
	width: 100%;
}
#navlist li
{
	list-style-type: none;
	background-color: #000000;
	color: #FF0000;
	border: 0em solid #daa620;
	font-weight: 600;
	text-align: center;
	padding: 0.3em;
	margin-bottom: 0.1em;
}
#navlist li aS
{
	color: #00FF00;
	text-decoration: none;
	display: block;
}

a:link { text-decoration:none; font-weight:bold; color:#FF0000; }
a:visited { text-decoration:none; font-weight:bold; color:#FF0000; }
a:hover { text-decoration:none; font-weight:bold; color:#FF0000; background-color:#FFFF00; }
a:active { text-decoration:none; font-weight:bold;}

