#maintable {
	border-collapse: collapse;
	padding: 0px;
	background-color: #ffffff;
}

#top {

}

#menus div {
	height: 24px;
	background-color: #b52633;
	border-top: 4px solid #3c0a09;
}


#menus ul {
    margin: 0px;
	margin-top: 7px;
    padding: 0px;
}

#menus ul li {
    display: inline;
}

#menus a {
    color: #ffffff;
    text-decoration: none;
	font-weight: bold;
	font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
	padding-top: 2px;
    margin-left: 2px;
    margin-right: 2px;
}

#menus a:hover, a#active_menu, a#active_menu-menutop {
    color: #4d4d4d;
    background-color: #ffffff;
	font-weight: bold;
    text-decoration: none;
}

a.mainlevel {
	padding: 2px;
	padding-left: 5px;
	color: #b52633;
	display: block;
	text-decoration: none;
	border-bottom: 2px solid #dddddd;
}

#content {

}

#content-left {
	padding-top: 20px;
	width: 151px;
}

#content-center {
	text-align: justify;
	width: 498px;
	padding: 15px;
}

#content-right {
	padding-top: 20px;
	width: 151px;
}

#footer {
	height: 37px;
	background-color: #4d4d4d;
	color: #ffffff;
}

#footer .moduletable {
	margin-bottom: 0px;
}

#footer div {
	text-align: center;
	padding-left: 5px;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
}

.moduletable {
	width: 100%;
	margin-bottom: 20px;
}

.moduletable th {
	color: #ffffff;
	background-color: #b52633;
	border-top: 4px solid #3c0a09;
}

.contentheading, .componentheading, h2 {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #808080;
}

.contentpaneopen {
	width: 100%;
}

ul.latestnews {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

li.latestnews {
	text-decoration: none;
	margin-left: 2px;
	list-style-type: none;
}

.contenttoc {
	margin: 10px;
}

.contenttoc th {
	padding-left: 2px;
	padding-right: 2px;
	color: #ffffff;
	background-color: #b52633;
	border-top: 4px solid #3c0a09;
}

.pagenavcounter {
	display: none;
}

.pagenavbar {
	display: none;
}

/*fabrik*/
.mf_element label {
	font-weight: bold;
}

.mf_element div {
	padding-left: 20px;
}

.mf_element div.fabrikLabel {
	padding-left: 10px;
}

.oddrow0 {
}

.oddrow0 div.title {
	font-weight: bold;
	font-size: 12px;
	color: #4d4d4d;
	border-bottom: 1px dashed #4d4d4d;
}

.oddrow1 {

}

.oddrow1 div.title {
	font-weight: bold;
	font-size: 12px;
	color: #4d4d4d;
	border-bottom: 1px dashed #4d4d4d;
}

BODY {
	font: 11px/1.5em Verdana, Sans-serif, Verdana, Lucida Grande, Tahoma;
	background-color: #dddddd;
	margin: 0px;
	padding: 0px;
}

INPUT {
	font: 11px/1.5em Verdana, Sans-serif, Verdana, Lucida Grande, Tahoma;
}

IMG.left {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}

IMG.right {
	float: right;
	margin-left: 3px;
	margin-bottom: 3px;
}

A {
	color: #b52633;
}

