body {
 background-color: #FFCC00; color: black;
 margin:0 auto;  /* main-Box zentrieren in IE 5 und hoeher */
 text-align:center; /* main-Box zentrieren in IE 5 und hoeher */
 font-size:100%; font-family: verdana, helvetica,sans-serif;
 }
#main {
	background-color: #FFCC00;
	color: white;
	border: 1px solid black;
	width: 90%;
	margin: 10px auto 20px;
	text-align:center;
	height: 95%;
 }
#top {
	background-color: #FF6600;
	color:black;
	height: 100px;
	border-bottom:1px solid black;
	text-align:right;
	padding: 3px;
 }
#top h1, #top p {
 padding:0; margin:0;
 }
#nest{
	color:black;
	font-size:80%;
	text-align: left;
	z-index:1;
 }
#leftBox {
	background-color: #FF9900;
	color:black;
	float:left;
	border-right:1px solid black;
	padding-left: 5px;
	height: 570px;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
 }
#content {
	background-color: #FFCC00;
	color:#000000;
	margin:0 0 0 180px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	top: 0px;
	z-index:2;
 }
#content h1, #content p {
 padding:0; margin:0;
 }
#footer {
	clear:both;
	background-color:#FF6600;
	color:black;
	padding:3px;
	border-top: 1px inset #000000;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
	border-left: 1px #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.block{
color:#5c6591; 
background:#ffffff; 
display:block; 
text-align:center; 
width:20px;
border:#5c6591 solid 1px; 
padding:2px; 
font:normal 12px Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
color:#5c6591; }

a:hover.block{
color:#b90000;
border:#b90000 solid 1px;
background-color:#ffffff; 
text-decoration:none; 
font-weight:bold }

a:visited.block{ text-decoration:none; }

a:link { 
font-size:10pt;
font-weight:500;
text-decoration:underline;
color:#000000;
} 

a:visited { 
font-size:10pt;
font-weight:500;
text-decoration:underline;
color:#000000;
} 

a:active { 
font-size:10pt;
font-weight:500;
text-decoration:underline;
color:#000000;
} 

a:hover {
	font-size:10pt;
	font-weight:500;
	text-decoration:underline;
	color:#0000FF;
	background-color: #FFCC00;

} 
.reg {
	cursor: hand;
	text-align: center;
	margin: 1px;
	border: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #C0C0C0;
	width:15px;
	height:12px;
	padding : 3px;
	vertical-align : middle;
	position: absolute;
}
.reg:hover {
cursor: hand;
text-align: center;
margin: 1px;
border: #000000;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
background-color: #FFFF66;
width:16px;
height:12px;
padding : 3px;
vertical-align : middle;
}

