body, p, td, div, span, input, select, textarea, li{ 
	margin:0; 
	padding:0; 
	color: black; 
	font-size: 12px; 
	line-height: 1.4em;
	font-family: Courier, Verdana, Arial, Helvetica, sans-serif;

	font-style: normal; 
	font-weight: normal; 
	background-color: #fff; /*fafafa*/
}

.contentpane{font-size: 19px;}
.pagenavbar{}
.contentdescription{}
.sectiontableheader {
}
.contentpane tr.sectiontableentry1 td{
text-align:left;
padding:10px 13px;
border-top:1px solid #EEEEEE;
}

/*soll nur bei den weblinks gelten, nicht im forum*/
.forum tr.sectiontableentry1 td{
text-align:left;
padding:0px 0px;
border-top:0px solid #EEEEEE;
}

/*der titel in den wweblinks*/
.contentpane .category{
color:green;
font-size:1.1em;
margin-left:-2.8em;
}
table.contentpane td ul li a.category{

font-size:1.1em;
margin-left:0.8em;
}
/*auswahl der zu zeigenden eintrŠge in den wweblinks*/
#limit{
margin-top:10px;
margin-bottom:20px;
}

.contentpane tr.sectiontableentry2 td{
text-align:left;
padding:10px 13px;
border-top:1px solid #EEEEEE;
}

/*der button vom anmedeformular*/
#form-login .button{
padding-left:10px;
padding-right:10px;
}

.pagenav{}
.page_margins { 
	border: 0px solid #f9f;
	}
#scrollbereich {
	background-color: #fff;
	margin: 0;
	padding: 0;
}
.kopfff {
	background-color: #101010;
	border: 0px solid #6ff;
	height:130px;
	width:900px;
	margin: 0px;
	top:0px;
}
.content {
	/*background-image: url(./layout.gif);margin: 20px 0px 0px 240px;*/
	border: 0px solid #6ff;
	height:620px;
	margin-left:330px;
	margin-right:100px;
	margin-top:20px;
}

#menue_block {
	border: 0px solid #f9f;
	width: 190px;
	left: 110px;
	margin-top: 30px;
}
#menue_unten {
	position: absolute;
	bottom: 0px;
	width: 267px;
}


div.componentheading{
	font-weight: bold; 
}

div {
	/*border: 1px solid #f9f;
	background-color: #fff;*/
}
#oben {
	top: 20px;
	left: 30px;
}
#mitte {
	height:140px; /*318*/
}
#unten {
	position: absolute;
	bottom: 180px;
	left: 0px;
}

#current{
	color: red;
}



#menue .menu{
	border-top: 1px dashed #999;
	width: 180px;
	font: 100% Courier, Verdana, sans serif; font-size:12px;
	
}
#menue ul {
list-style-type:none;
	margin: 0;
	padding: 0;
}
#menue .menu li {
	border-bottom: 0px solid #ED9F9F;
}
#menue .menu li a:link, #menue li a:visited  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	/*border-left: 12px solid #711515;
	border-right: 1px solid #711515;*/
	background-color: #fff;
	color: black;
	text-decoration: none;
}
#menue .menu li a:hover {
	background-color: #fff;
	color: black;
}
#menue .menu ul ul {
	margin-left: 12px;
}
#menue .menu ul ul li {
	border-bottom: 0px solid #711515;
	margin-left:10px;
	font-weight:normal;
}
#menue .menu ul li {
	border-bottom: 0px dashed #999;
	margin-left: 14px;
}
#menue .menu li ul .active span{
	font-weight: bold; 
}
#menue .menu li ul li{
}
#menue .menu ul ul a:link, #menue ul ul a:visited {
	background-color: #fff;
	color: black;
}
#menue .menu ul ul a:hover {
	background-color: #fff;
	color: black;
}

.tools {
	background-color: #ffffff;
	left: 0px;
	width: 140px;
	height: 21px;
}

a {text-decoration: none;}
div.css_btn { color:#000; background-color:#fff; width:260px; text-align:left; padding:2px; }
a.css_btn { width:160px; height:19px; border: 0px solid #E7AFAF; color: black; background-color:#fff; display:block; font: 100% Georgia, "Georgia", Times, serif; font-size:16px; font-style:italic; }
.btn_like {              height:19px; border: 0px solid #999999; color: black; background-color:#fff; display:block; font: 100% Georgia, "Georgia", Times, serif; font-size:16px; font-style:italic; }
.selected { width:160px; height:22px; border: 0px solid #E7AFAF; margin-top:-3px; color: black; display:block; font: 100% "Arial Black", Arial, Helvetica, sans-serif; font-size:16px;}
a.css_btn:link    { color: black; text-decoration:none;}
a.css_btn:visited { color: black; text-decoration:none;}
a.css_btn:hover   { color: black; text-decoration:none; color:#999 } /*font-weight: bold; font-size:16px;*/
a.css_btn:active  { color: black; text-decoration:none;}


html>body #menue_block {  /* nur fuer moderne Browser! */
    position: fixed;
  }
html>body .kopf {  /* nur fuer moderne Browser! */
    position: fixed;
  }
html>body  .page_margins {  /* nur fuer moderne Browser! */
 	margin: 0 auto; 
	border: 0px solid #999;
	width: 900px;
	background-color: #fff;
  }
html>body .box  a:hover span { /* nur fuer moderne Browser! */
margin-left:-5px;
 }
*:first-child+html .box  a:hover span { /* aber nicht fŸr Expl. 7 */
margin-left:-110px;
}