body {
	background-color: #A8A8A8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.csc-default {
padding:0 10px;
}
#main_area {
	background-color: #F8F8F8;
	margin: auto;
	position: relative;
	width: 980px;
}

#header_area {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 100px;
	overflow: hidden;
	width: 100%;
}

#main_menu {
	font-size: 14pt;
	font-weight: bold;
	background-color: #E61801;
	color: #F8F8F8;
	height: 30px;
}

#main_menu #home {
	margin: 3px 0px 0px 10px;
	float: left;
}

#main_menu ul,#main_menu ul ul {
	list-style: none;
}

#main_menu ul ul.hover,#main_menu ul li.hover ul,#main_menu ul li:hover ul
	{
	display: block;
}

#main_menu ul {
	float: right;
	padding: 0px;
	margin: 3px 50px 0 0;
}

#main_menu ul li {
	padding: 0 0 4px 0;
	margin: 0 10px 0 0;
	float: left;
}

#main_menu ul li:first-child {
	
}

#main_menu ul ul div {
	background: url(../images/menu_bg_r.png) no-repeat bottom right;
}

#main_menu ul ul {
	font-size: 12pt;
	font-weight: normal;
	margin: 3px 0 0 -25px;
	padding: 0 0 0 20px;
	position: absolute;
	display: none;
	background-color: transparent;
	background: url(../images/menu_bg_l.png) no-repeat bottom left;
	/* add transparency */ /*filter: alpha(opacity=85);*/
	/* internet explorer */ /*-khtml-opacity: 0.85;*/
	/* khtml, old safari */ /*-moz-opacity: 0.85;*/ /* mozilla, netscape */
	/*opacity: 0.85;*/ /* fx, safari, opera */
}

#main_menu ul ul li {
	float: none;
	margin: 0 20px 0 0px;
	padding: 4px 5px 4px 5px;
	border-bottom: 1px solid #f8f8f8;
	background-color: transparent;
	/* remove transparency */ /*filter: alpha(opacity=100);*/
	/* internet explorer */ /*-khtml-opacity: 1;*/ /* khtml, old safari */
	/*-moz-opacity: 1;*/ /* mozilla, netscape */ /*opacity: 1;*/
	/* fx, safari, opera */
}

#main_menu ul ul li.last_item {
	border-bottom: 0 none;
	padding: 4px 5px 20px 5px;
}

#main_menu a {
	display: block;
	color: #F8F8F8;
	text-decoration: none;
}

#topic_area {
	background-color: black;
	height: 220px;
	width: 100%;
}

#content_area {
	float: left;
	height: 100%;
	/*width: 620px;*/
	width: 705px;
	margin: 5px;
}

#box_area {
	float: right;
	/*height:500px;*/
	/*width: 345px;*/
	width: 260px;
}

#box_area .t {
	background: url(../images/box_t.png) repeat-x top left;
	background-color: #ffffff;
}

#box_area .l {
	background: url(../images/box_l.png) repeat-y top left;
}

#box_area .r {
	background: url(../images/box_r.png) repeat-y top right;
}

#box_area .b {
	background: url(../images/box_b.png) no-repeat bottom left;
}

#box_area .tl {
	background: url(../images/box_tl.png) no-repeat top left;
}

#box_area .tr {
	background: url(../images/box_tr.png) no-repeat top right;
}

#box_area .bl {
	background: url(../images/box_bl.png) no-repeat bottom left;
}

#box_area .br {
	background: url(../images/box_br.png) no-repeat bottom right;
	padding: 4px 0 0;
}

#box_area .csc-default {
	padding: 5px 10px 10px;
}

#box_area .csc-header-l {
	background: url(../images/box_hl.png) repeat-x top left;
	height: 30px;
	margin: -4px -10px;
}

#box_area .csc-header {
	color: #F8F8F8;
	font-size: 12pt;
	font-weight: bold;
	background: url(../images/box_h.png) repeat-x top left;
	height: 30px;
	margin: 0 0 0 10px;
}

#box_area .csc-header-r {
	background: url(../images/box_hr.png) no-repeat top right;
	height: 30px;
	padding-top: 5px;
}

#box_area .csc-header h1 {
	padding: 0;
	margin: 0;
	color: #F8F8F8;
	font-size: 12pt;
	font-weight: bold;
}

#box_area .tx-felogin-pi1 {
	margin-top: 5px;
	padding: 0;
	font-size:11px;
}


#tx_felogin_pi1 {
	margin-right: 20px;
}

#footer_area {
	padding-top: 2px;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: #E61801;
	border-top: solid 2px #E61801;
	clear: both;
	height: 20px;
	width: 100%;
}

#footer_area a {
	color: #E61801;
	text-decoration: none;
}

/******************************** Advanced category tree */
.cattree {
	width: 400px;
}

.treeBgWhite {
	
}

.treeBgGrey {
	background: lightgrey;
}

.checkbox_green a {
	display: block;
	float: left;
	padding-left: 20px;
	background:
		url(typo3conf/ext/dam_frontend/res/images/checkbox_green.gif)
		no-repeat left top;
}

.checkbox a {
	display: block;
	float: left;
	padding-left: 20px;
	background: url(typo3conf/ext/dam_frontend/res/images/checkbox.gif)
		no-repeat left top;
}

.checkbox_grey a {
	display: block;
	float: left;
	padding-left: 20px;
	background: url(typo3conf/ext/dam_frontend/res/images/checkbox_grey.gif)
		no-repeat left top;
}

.no_access {
	background: url(typo3conf/ext/dam_frontend/res/images/no_access.gif)
		no-repeat left top;
	padding-left: 17px;
}

.tree_close {
	padding-left: 17px;
	background: url(typo3conf/ext/dam_frontend/res/images/tree_close.gif)
		no-repeat left top;
}

.tree_open {
	padding-left: 17px;
	background: url(typo3conf/ext/dam_frontend/res/images/tree_open.gif)
		no-repeat left top;
}

.tree_noControll {
	padding-left: 17px;
}

.x-tab-panel-body .x-panel-body {
    padding:10px;
}

.tabs {
    background-image:url( ../desktop/images/tabs.gif ) !important;
}





.whoson_listitem_ul {
   list-style-type: none;
   padding-left:0px
   
}
.whoson_listitem_ul li {
	display:block;
	height:25px;
	list-style-position:outside;
	margin:2px;
}
.whoson_listelement_name  {
	left:30px;
	position:relative;
	top:-25px;
	width:185px;
}
.whoson_listelement_name a {
    color:black;
}
.whoson_listelement_mail  {
	left:210px;
	position:relative;
	top:-43px;
	width:25px;
}
.whoson_listelement_mail img{
	border:0px;
}
.logout_info
{
}
#box_area .tx-felogin-pi1 hr
{
	border-color:#008748;
	border-style:solid;
	border-width:0 1px 1px;
	clear:both;
	color:#008748;
	height:1px;
	margin-bottom:4px;
	margin-top:2px;

}
.pm_indikator  {
height:25px;
}
.pm_image
{
    float:left;
    margin-right:5px;
}
.pm_indikator img
{
	border:0px;
}
.pm_text
{
	padding-top:6px;
}
.logout_km_info
{
}
.km_link
{
	font-weight:bold;
	float:left;
	margin-right:5px;
}
.km_link img
{
	border:0px;
}
.km_link a
{
	color:#000000;
	
}
.km_km
{
	
}
.km_wkm
{
}
.km_ja
{
	color:green;
}
.km_nein
{
	color:red;
}
.pm_text a
{
	color:#000000;
}

.csc-header-r
{
	
}
#content_area .csc-header-r h1
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:1px solid #008748;
    padding-bottom:0;
    clear:both;
    
}

.tx-mmforum-pi1 h2
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:1px solid #008748;
    padding-bottom:8px;
}
 .add_button
 {
	   float:right;
	  
 }
 .add_button button
 {
       color:#333333;
       font:11px arial,tahoma,verdana,helvetica;
       border:0 none;
       cursor:pointer;
       background-position:0 center;
       background-repeat:no-repeat;
       height:16px;
       padding-left:18px;
 }
 
.contenttable .bodytext
{
	margin:0px;
}

.contenttable
{
	width:110%;
}
.tr-even
{
    margin:5px;
}
.tr-odd
{
	margin:5px;
}

.td-0
{
    width:20%;
    padding-bottom:3px;
}
.td-1
{
	width:25%;
	padding-bottom:3px;
}
.td-2
{
    width:20%;
    padding-bottom:3px;
}
.td-3
{
    width:15%;
    padding-bottom:3px;
}
.td-4
{
    width:20%;
    padding-bottom:3px;
}

.csc-mailform
{
	border:0px;
	
	
	
}

.csc-mailform-field label
{
	float:left;
	width:100px;
}

.divider hr
{
  border-color:#E61801;
  border-style:solid;
  border-width:0 1px 1px;
  color:#E61801;
  height:1px;
  margin-bottom:10px;
  margin-top:0;


}
.teaserbox {
	border: 1px solid #E61801;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 25px;
	padding: 5px;
}

.align-center {
	text-align: center;
}
