/* basic */
body {
	margin:90px 0px;
	padding:0px;
	text-align:center; /* IE5/Win */
	background-image:  url(img/hg.body.gif)
	}
a:link { /* wichtig !! in dieser Reihenfolge */
	font-weight: regular;
	text-decoration: none;
	color: #ffffff;
	}
a:visited {
	font-weight: regular;
	text-decoration: none;
	color: #ffffff;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #FFFFCC;
	}


/* divs */
#Content {
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ff33ff;
	width:600px;
	height:400px;
	margin:0px auto;
	}
#sub_menu {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:regular;
	color: #ffffff;
	text-align: right;
	width:600px;

	margin:20px auto;
	margin-top:10px;

	}
a.subnavi:hover {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #DFAA00;
	text-decoration: none;
	}


/* text */
.text{
	font-size:12px;
	line-height: 17px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:regular;
	color: #ffffff;}
.text_fett{
	font-size:12px;
	line-height: 17px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #F5821F;}