body	{
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
font-size:11px;

}

a	{	
	text-decoration:none;
	color:#0066B3;
}

a:hover	{
	text-decoration:underline;
	color:#0066B3;
}

h2	{
	font-size:18px;
	font-weight:normal;
	letter-spacing:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0066B3;
}
h1, h2, h3, h4, h5{font-size:13px;color:#333;margin:0px;padding:0px;}

.std_button	{
background-color:#0066B3; border:1px solid #333; margin-top:1px; font-size:11px; color:white; padding:4px;
}

.std_frm	{
border:1px solid #333; margin-bottom:4px;padding:2px; font-size:11px; font-family:"lucida grande", tahoma, verdana, arial, sans-serif;

}

#container	{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#header	{
	margin-top:5px;
	height:100px;
	width:100%;
	border-bottom:1px solid #D7D2BD;
}


#leftnavi	{
	font-size:11px;
	width:150px;
	float:left;
}

#leftnavi ul {
	padding:0px;
	margin:0px;

}

#leftnavi li	{
	list-style:none;
	height:25px;
	line-height:25px;
	padding-left:5px;
	border-bottom:1px solid #D5D5D5;
}

#leftnavi li a {
	text-decoration:none;
	color:#0066B3;
}

#leftnavi li a:hover {
	text-decoration:underline;
}

.navi_heading	{
	background-color:#E9E9E9;
	font-size:11px;
	font-weight:bold;
	color:#333333;
}

#content	{
	width:790px;
	font-size:11px;
	float:right;
}

#content_left	{
	width:490px;
	float:left;
}

.autor	{
	color:#969696;
	padding-left:15px;
	margin-bottom:4px;
}

#content_right	{
	width:280px;
	float:right;
}

.user_pic	{
	padding:2px;
	width:80px;
	text-align:center;
	height:85px;
	border:1px solid #D2D2D2;
	float:left;
	margin-bottom:5px;
	margin-right:5px;
}

#footer	{
	margin-top:20px;
	margin-bottom:5px;
	border-top:1px solid #D2D2D2;
	padding-top:12px;
	font-size:11px;
	color:#6C6C6C;
	background-image:url(../grafik/footer_bg.gif);
	background-repeat:repeat-x;
	height:100px;
	width:100%;	
}

#footer a	{
	text-decoration:none;
	color:#6C6C6C;
}

#footer a:hover	{
	text-decoration:underline;
	color:#6C6C6C;
}

#footer_container	{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#footer_join	{
	width:150px;
	float:left;
	margin-right:15px;
}

#footer_about	{
	width:150px;
	float:left;
	margin-right:15px;
}

#footer_help	{
	width:150px;
	float:left;
}

#footer_copyright	{
	margin-top:15px;
}
	

#topnavi	{
	font-size:12px;
	margin-top:36px;
	  float:left;
width:590px;
 /*background:#DAE0D2 url("../grafik/bg.gif") repeat-x bottom;*/
  line-height:normal;
}


#topnavi ul {
  margin:0;
  padding:10px 10px 0;
	padding-left:0px;
  list-style:none;
  }
#topnavi li {

  float:left;
  background:url("../grafik/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }

#toplist li:hover	{
	background-color:#F7F7F7;
}

#topnavi a {
  float:left;
  display:block;
  background:url("../grafik/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
	color:#0066B3;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#topnavi a {float:none;}
/* End IE5-Mac hack */
#topnavi a:hover {
  color:#333;
  }
#topnavi #current {
  background-image:url("../grafik/left_on.gif");
  }
#topnavi #current a {
  background-image:url("../grafik/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }

.info_msg	{
	background-color:#FBF7D7;
	padding:10px;
	border-bottom:1px solid #FCCA03;
	border-top:1px solid #FCCA03;
}

.warning 	{
	color:red;
	}

/* Blättern in Seiten */
#pages {
	margin:8px 0px;
	clear: both;
	text-align: right;
}

a.nextpage { 
	border-color:#EAEAEA; /* #808080       */
	border-width:1px;
	border-style:solid;
	background-color:#FFFFFF;
	padding:2px 4px;
	margin:0px 2px 7px 2px;
	text-decoration:none;
}

#pages a:hover {
	text-decoration:none;
	background-color:#0066B3;
	color: #3A3A3A;
}

.currentpage { 
	background-color:#0066B3;
	padding:4px;
	margin:0px 2px 7px 2px;
}