@charset "utf-8";

#header_menu {
    margin-top: 8px;
}
/* --------------------------------------------
   Resetten 
--------------------------------------------- */
.moduletable_top ul,
.moduletable_top ul li,
.moduletable_top ul li ul,
.moduletable_top ul li ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* ----------------------------------
   Position main and sub items
---------------------------------- */
.moduletable_top ul {
	font-size: 14px;
	text-align: center;
	float: right;
}
.moduletable_top ul li {
    float: left;
	font-size: 14px;
	display: block;
}
.moduletable_top ul li ul {
	width: 140px;
    position: absolute;
    left: -999em;
	text-align: right;
	font-weight: normal;
}
.moduletable_top ul li ul li {
    width: 140px;
	clear: left;
}
/* -----------------------------------------------------------------
   Styling the background images of the main and sub items
----------------------------------------------------------------- */
 
/* Normal Main items */
.moduletable_top li.item-101 {
	background: url("../images/Eck_rot.png") no-repeat scroll 34% 55% transparent;
}

.moduletable_top li.item-117 {
	background: url("../images/Eck_rot.png") no-repeat scroll 23% 55% transparent;
}

.moduletable_top li.item-118 {
	background: url("../images/Eck_rot.png") no-repeat scroll 27% 55% transparent;
}

.moduletable_top li.item-119 {
	background: url("../images/Eck_rot.png") no-repeat scroll 36% 55% transparent;
}

.moduletable_top li.item-120 {
	background: url("../images/Eck_rot.png") no-repeat scroll 26% 55% transparent;
}

.moduletable_top li.item-121 {
	background: url("../images/Eck_rot.png") no-repeat scroll 26% 55% transparent;
}

.moduletable_top li.item-122 {
	background: url("../images/Eck_rot.png") no-repeat scroll 30% 55% transparent;
}


/* Main items normal */
.moduletable_top ul li a{
	display: block;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	padding: 5px 0px 5px 40px;
}


/* --------------------------------------
   Styling the Leistungsmenü 
----------------------------------------- */

div.moduletable_content_top {
    margin-top: 30px;
    position: relative;
}
div.moduletable_content_top ul, div.moduletable_content_top ul li, div.moduletable_content_top ul li ul, div.moduletable_content_top ul li ul li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
div.moduletable_content_top ul {
    margin: 0 auto;
    width: 200px;
    z-index: 10;
}
div.moduletable_content_top ul li {
    border-top: 3px solid gray;
    word-spacing: 2px;
}
div.moduletable_content_top ul li:hover {
    border-top: 3px solid #d1291f;
}
.moduletable_content_top ul li.current.active {
    border-top: 3px solid #d1291f;
}
div.moduletable_content_top ul li a {
    display: block;
    font-size: 18px;
    height: 20px;
    letter-spacing: 0.1em;
    margin-top: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
div.moduletable_content_top ul li ul {
    background-color: #f7f7f7;
    border-bottom: 1px dotted gray;
    border-top: 1px dotted gray;
    margin-top: 10px;
    width: 100%;
}

div.moduletable_content_top ul li ul li {
    border-top: medium none;
    foat: none;
}
div.moduletable_content_top ul li ul li:hover {
    border-top: medium none;
}
div.moduletable_content_top ul li ul li.current.active {
    border-top: medium none;
}
div.moduletable_content_top ul li ul li a {
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
}
div.moduletable_content_top ul li.item-150 ul li.item-160 a{
    color: #d1291f;
    height: 74px;
    line-height: 2;
    margin-top: 26px;
}
div.moduletable_content_top ul li ul li a:hover {
    color: black;
    font-weight: bold;
}
div.moduletable_content_top ul li ul li.current.active a{
    color: #d1291f;
    font-weight: bold;
}


/* Menu der Fußzeile */	

#footer-left div.moduletable ul li{
    float: left;
    line-height: 1;
    list-style: outside none none;
    padding-left: 10px;
}

#footer-left div.moduletable ul li:first-child{
	padding-left: 0;
}

#footer-left div.moduletable ul li a{
	color: #666E7C;
	font-size: 0.8em;
}
#footer-left div.moduletable .separator{
	color: #ffffff;
	font-size: 0.8em;
}
#footer-left div.moduletable ul li a span{
	padding: 12px 20px 0 0;
	height: 21px;
	float: right;
}

#footer-left div.moduletable ul li a:hover{
	font-weight: bold;	
}
