body{
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #fff;
	background-color: #000;
}
#page{
	width: 800px;
	margin: 0px auto;
	position: relative;
}
#main{
	position: relative;
	text-align: left;
}
#header{
	margin: 5px;
	text-align: center;
}
#header h1{
	color: #FFFF00;
}

#content{
	position: absolute;
	width: 590px;
	margin: 0 0 0 190px;
	text-align: left;
	color: #c6c6c6;
	font-size: 11px;
}
#content h2{
	margin: 0;
	padding: 0 0 0 3px;
	color: #c6c6c6;
	background-color: #434343;
	line-height: 22px;
}
#content h3{
	margin: 5px 0 0 0;
	font-size: 12px;
}
#content div.profil{
	position: relative;
	border: 1px solid #333;
	padding: 2px;
	width: 584px;
}
#content div.profil div.txt{
	margin: 0;
	width: 262px;
	float: left;
	color: #999999;
}
#content div.profil div.txt strong{
	font-size: 12px;
}
#content div.profil div.img{
	text-align: center;
	background-color: #333;
	margin-left: 262px;
	padding: 1px;
	color: #808080;
}

#content #headbox{
	position: relative;
	border: 1px solid #333;
	padding: 2px;
	width: 584px;
}
#content #headbox p.hbnav{
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}

#footer{
	text-align: center;
	color: #808080;
	font-weight: bold;
	font-size: 10px;
}
#footer hr{
	width: 80%;
	border-style: dotted;
	color: #666666;
	font-size: 18px;
}
#footer a{
	font-weight: bold;
	font-size: 11px;
}
#footer a.aktlnk, #l_num .aktlnk{
	font-size: 13px;
	color: #ffff00;
	font-weight: bold;
}
#footer .txt a{
	font-size: 10px;
}
#nav{
	position: relative;
	top:0px;
	width:180px;
	text-align: left;
}
#nav a{
	font-weight: bold;
}
#nav dl {margin: 0 0 10px 0; padding: 0 0 15px 0; border: 1px solid #333; font-size: 11px;}
#nav dt {margin: 0 0 5px 0; padding: 0 0 0 2px; color: #c6c6c6; font-weight:bold; background: #434343; line-height: 22px;}
#nav dd {margin: 0; padding: 0 0 0 3px; color: #c6c6c6; line-height: 15px;}
#t6_1, #t6_2{cursor:pointer;}
a{
	font-size: 11px;
	color: #FF8000;
	text-decoration: none;
}
a:hover, #footer span:hover, .href:hover{
	color: #ffff00;
	text-decoration: underline;
}

.href{font-size: 11px; color: #FF8000; font-weight: bold; cursor: pointer;}
.href2, #l_num span{
	font-size: 11px; color: #FF8000; cursor: pointer;
}




