BODY  { 
background-color:#FFFFFF;
margin:0px;
}

body,td,th, tr, p, div {
	font-family:Verdana;
	font-size: 12px;
}



/* Layout */

#header {
position:absolute;
width:1020px;
height:144px;
background-color:#FFFFFF;
background-image:url(../images/logo.png);
background-repeat:no-repeat;
z-index:8;
border-bottom: 6px solid #7d7d7d;
}



#search {
position:absolute;
top:110px;
left: 850px;
width:180px;
z-index:8;
}
/*
#xxx {
position:absolute;
background-color:#ffef00;
width:1023px;
top:150px;
min-height:650px;
height:auto !important;
height:650px;  
border-top: 6px solid #7d7d7d;

}*/

#content {
min-height:640px; /* Für FF */
height:auto !important; /* Für FF, damit sich die Höhe an den Inhalt anpasst */
height:640px;  /* Für IE */ 
width:600px;
padding-top:165px;
padding-left:220px;
padding-right:200px;
padding-bottom:5px;
background-color:#ffef00;
border-bottom: 6px solid #7d7d7d;
z-index:7;
}


#active_menu {
color:#ba2b1d;
font-weight:bold;
}

#left {
position:absolute;
top: 190px;
width: 180px;
padding-left:20px;
border-bottom: 6px solid #7d7d7d;
z-index:8;
padding-top:3px;
padding-bottom:3px;
}

#right {
position:absolute;
top: 190px;
width: 180px;
left:840px;
border-top: 6px solid #7d7d7d;
z-index:8;
background-color:#ffef00;
padding-top:3px;
padding-bottom:3px;
}

#user2 {
position:absolute;
top: 460px;
width:180px;
left:840px;
background-color:#ffef00;
border-top: 6px solid #7d7d7d;
z-index:8;
padding-top:3px;
padding-bottom:3px;
}

#user3 {
position:absolute;
top: 560px;
width:180px;
left:840px;
z-index:8;
padding-top:3px;
padding-bottom:3px;
}



#footer {
    clear:both;
    text-align:center;
    margin-top:10px;
	width:1020px;
}











/* OTHER TAGS */

a:link, a:visited {
color: #7d7d7d;
text-decoration:none;
}

.content a:hover {
color: #999;
text-decoration: underline;
}

li {	
padding-left:5px;
line-height:130%;
}

img, a img { border:none }

p {
margin:0px;
margin-bottom:8px;
padding:0px;
}

h2 {
font-size:14px;
margin-bottom:10px;
margin-top:4px;
}

span.article_seperator {
display:none;
}

/* form tags */

.inputbox {
background-color:#EFEFEF;
border:1px solid #AAA;
padding:2px;
margin:3px;
}

textarea {
border:1px solid #AAA;
padding:2px;
margin:3px;
width:210px;
height:110px;
}

.button {
padding:6px;
font-size:12px;
background-color:#EFEFEF;
border:1px solid #AAA;
}

.button:hover, .inputbox:hover {
background-color:#F9F9F9;
}

/* other mambo elements */

a.mainlevel, a.mainlevel:visited {
background: url(../images/indent.png) no-repeat  right;
font-family:Verdana;
font-size:11px;
line-height:14px;
font-weight:bold;
text-decoration:none;
text-transform:lowercase;
display:block;
text-align:right;
padding-right:15px;
}

a.mainlevel:hover {
background: url(../images/indent-h.png) no-repeat  right;
color:#ba2b1d;
}

a.mainlevel-fux, a.mainlevel-fux:visited {
background: url(../images/indent.png) no-repeat  left;
font-family:Verdana;
font-size:11px;
line-height:14px;
font-weight:bold;
text-decoration:none;
text-transform:lowercase;
display:block;
text-align:left;
padding-left:15px;
}

a.mainlevel-fux:hover {
background: url(../images/indent-h.png) no-repeat left;
color:#ba2b1d;
}


table.moduletable {
width: 100%;
margin-bottom:0px;

 }

table.moduletable th {
text-align:left;
font-weight:normal;

}




.contentpane {
padding-left: 10px;
padding-right: 10px; }

.contentpaneopen  {
width:100%;
margin: 0px;
padding: 0px;
border: none;   }

.componentheading, .contentheading {
font-family: Verdana;
color: #ba2b1d;
font-weight: bold;
font-size: 14px;
line-height:20px;
}

.sectiontableheader {
  font-weight: bold;   }

.sectiontablefooter {}
.sectiontableentry1 {}
.sectiontableentry2 {background-color:#F9F9F9;}

.small {
  font-size: 10px;
  text-decoration: none;
  font-weight: normal;   }
