#mainContent {
	background-color:#ffffff;
	color:#555555;
}

#mainContent td {
	color:#555555;
}

#leftContent p.align-left {
	background-color:#ffffff;
}

#leftContent p.align-right {
	background-color:#e0e0e0;	
}

#leftContent ul.align-right {
	background-color:#e0e0e0;	
}

#leftContent h1 {
	color:#6599FF;
}

.greybg {
	background-color:#e0e0e0;	
}

/* ################ SUBMENU ################### */

#subMenu {
	background-color:#d5d5d5;
}

#subMenuButton {
	background-image:url('../img/sub_menu_button_white.gif');
}

#underSubMenuBG {
	background-color:#2a2a2a;
}

#underSubMenuBottom {
	background-image:url(../img/undersubmenu_bottom_white.gif);
}

#submenuTopLeft {
	background-image:url(../img/submenu_top_left_white.gif);
}

#submenuTopRight {
	background-image:url(../img/submenu_top_right_white.gif);
}

#submenuBottomLeft {
	background-image:url(../img/submenu_bottom_left_white.gif);
}

#submenuBottomRight {
	background-image:url(../img/submenu_bottom_right_white.gif);
}

#subMenuEntries ul li a {
	background-color:#ffffff;
	color:#5d5d5d;
}

/*#subMenuEntries ul li a:hover, #subMenuEntries ul li a.currentPage {
	background-color:#e9e9e9;
	color:#000000;
}*/

#subMenuEntries ul li a img.subMenuArrow {
	background:url(../img/submenu_arrow_white.gif) left center no-repeat;
}

/* ############### NEWS ################ */
.news-list-date {
	color:#000000;
}

.news-list-item {
	background-color:#e0e0e0;
}

/* ############# FILELIST ################ */
.tx-filelist-pi1-trodd td {
	background-color:#e0e0e0;
}
.tx-filelist-pi1-treven td {
	background-color:#ffffff;
}

/* ######### mofeuserlist ##########################*/
.tx_mofeuserlist_odd { background:#e0e0e0; }
.tx_mofeuserlist_even { background:#ffffff; }

.tx_locator_searchform input
{
	border:1px solid #707070;
	width:150px;
}
.tx_locator_searchform select
{
	border:1px solid #707070;
	border-right:none;
	width:152px;
}

.tx_locator_results table{
	width: 540px;
	padding:0px;
	margin:0px;
	border:none;
}


.tx_locator_results tr.odd{
	background-color:#e0e0e0;
	height:80px;
}
.tx_locator_results tr.even{
	background-color:#ffffff;
	height:80px;
}
.tx_locator_results tr.odd td{
	border:none;
}
.tx_locator_results tr.even td{
	background-color:#ffffff;
	border:none;
}
.tx_locator_results tr.odd input{
	text-decoration:underline;
	background-color:transparent;
}
.tx_locator_results tr.even input{
	text-decoration:underline;
	background-color:transparent;
}
.tx_locator_results table td, .tx_locator_results table tr{
	border:none;
	margin:0;
	padding:0;
}
.tx_locator_results ul{
	list-style-type:square;
	color:#000000;
}
.tx_locator_results li{
	color:#000000;
}
.tx_locator_results li a{
	color:#6599ff;
}


