/*Layout - enthält alle Inhalts Elemente -----------------------------------*/
body{
	text-align:center;
	background:#fff;
	color:#000;
	line-height:1.2em;
}
/*wrap - der alles umgebende div, mittig ausgerichtet*/
#wrap{
	text-align:left;
	margin:auto;
	width:980px;
	background:#fff;
}
/*Headlines*/
h1{
	color:#5d10d2;
	font-size:1.5em;
	margin:5px 0;
}
h2{
	font-size:1em;
	font-weight:normal;
	display:block;
	background:#e0e0e0;
	border:1px solid #adadad;
	padding:2px;
	margin:25px 0 13px 0;
}
h3{
	font-size:1em;
	font-weight:bold;
	margin-top:15px;
}
/*Classes---------------------------------------------------------------*/
strong.highlight{
	color:#5d10d2;
}
/*Align*/
.la{/* Linksausrichtung*/
	float:left; 
	margin-right:.5em;
}
.ra{/* Rechtsausrichtung*/
	float:right
}
/*Clear All*/
.clear {
	height:1px; 
	font-size:.0001em; 
	clear:both; 
}
/*Align center*/
.center{
	text-align:center;
	margin-bottom:1em;
	}
/*Big fontsize*/
.huge{
	font-size:2em;
}
/*Paragraphs*/
p{
	margin-bottom:20px;
}
p.bigger{
	font-size:1.1em;
	margin-left:0px !important;
}
/*Links*/
a:link,
a:visited,
a:active{
  text-decoration:none;
	color:#3f3f3f;
}
a.arrow{
	background:url(images/icon-arrow.gif) center left no-repeat;
	padding-left:10px;
	color:#9061d7 !important;
	font-weight:bold;
	margin-left:10px;
}
p a:link,
p a:visited,
p a:active{
	color:#5d10d2;
}
a:hover{
	text-decoration:underline;
}
/*navi-----------------------------------------------------*/
#navi{
	position:relative;
	width:980px;
	background:url(images/bg-navi.gif) repeat-x;
	height:41px;
	border:1px solid #d3d3d3;
}
#navi #login{
	position:absolute;
	right:30px;
	top:14px;
	font-size:.9em;
	color:#787878;
}
#navi ul{
	margin-left:1px;
}
#navi li{
	background:url(images/bg-naviborder.gif) right 5px  no-repeat;	
	float:left;
	display:block;
}
#navi li a{
	color:#333;
	position:relative;
	left:-1px;
	height:12px;
	font-size:1.1em;	
	display:block;
	padding:13px 20px;	
}
#navi li a:hover,
#navi li.active a{
	background:url(images/bg-navi-hover.gif) bottom repeat-x;
	text-decoration:none !important;
}
#navisub {
border:1px ridge #939393;
border-top:none;
font-weight:bold;
font-size:10pt;
height:19px;
width:900px;
background:url(images/navisub.gif) 3px top repeat-x;
padding:2px 5px 1px 5px;
margin:0 auto;
}
#navisub ul {
list-style:none;
}
#navisub ul li {
margin-top:2px;
float:left;
padding:0 15px 0 15px;
}
#navisub ul li a {
text-decoration:none;
color:#fff
}
#navisub ul li a:hover {
text-decoration:none;
color:#5d10d2
}
/*content------------------------------------------------------*/
#content{
	margin-top:30px;
}
#content p,
#content ul,
#content h3{
	margin-left:10px;
}
/*History Head*/
.history{
	padding:8px 5px;
	background:#e0e0e0;
	border-top:2px solid #5d10d2;
	border-bottom:1px solid #5d10d2;
}
/*Highlight Box*/
.hl-content{
	padding:1px 2px;
	background:#e0e0e0;
	border:1px solid #b29ed0;
}
h2.highlight{
	background:#5d10d2;
	border-color:#835ac0;
	color:#fff;
	font-weight:bold;
	margin-bottom:0;
}
.hl-content a{
	color:#000 !important;
	font-size:.9em;
}
/*leftcol-----------------------------*/
#content #leftcol{
	float:left;
	width:250px;	
	text-align:center;	
}
#leftcol ul{
	text-align:left;
	margin-right:50px;
	width:125px;
	float:right;
	margin-bottom:6px;
}
#leftcol ul.metanavi li{
	padding:3px 0;
	border-bottom:1px solid #5d10d2;
}
#leftcol ul.metanavi2 li a{
	color:#5d10d2 !important;
	font-size:.9em;
}
#leftcol #profilimage .top{
	background:url(images/bg-profil-image-top.jpg) top left no-repeat;
	height:22px;
	width:202px;
}
#leftcol #profilimage{
	background:url(images/bg-profil-image-bottom.jpg) bottom left no-repeat;
	width:202px;
	margin:0 auto;
	text-align:center;
	padding-bottom:25px;
}
#leftcol #profilimage .message{
	background:url(images/icon-message.gif) 25px 5px no-repeat;
	padding-left:50px;
	font-size:.9em;
	text-align:left;
	height:20px;
	color:#333;
}
/*rightcol---------------------------*/
#content #rightcol{
	float:left;
	padding-top:30px;
	width:600px;	
}
/*Rating Box*/
#rating{
	width:316px;
	float:right;	
}
#rating .top{
	background:url(images/bg-rating-top.gif) top no-repeat;
	height:15px;
	margin:0;
}
#rating .middle{
	background:url(images/bg-rating.gif) repeat-y;
	margin:0;
	padding:10px 15px;
}
#rating .bottom{
	background:url(images/bg-rating-bottom.gif) bottom no-repeat;
	height:15px;
	margin:0;
}
#rating p{
	margin:0;
}
#rating h1{
	background:url(images/h1-rating.gif);
	width:53px;
	height:24px;
	text-indent:-999em;
}
#rating .button{
	float:right;
	margin:-10px 30px 0 0;
}

/*footer---------------------------------------------*/
#footer{
	text-align:center;
	border-top:1px solid #5b5b5b;
	padding:15px 0;
	margin-top:2em;
	font-size:.9em;
}
#footer ul{
	margin-bottom:17px;
}
#footer li{
	display:inline;
	margin:15px;
}
#footer p{
	color:#5d10d2;
	font-weight:bold;
}
