body { margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#242424;line-height:16px;  }
a { text-decoration:none; color:#aa0000 }
a img { border:0px }
.link_black { color:#000 }
.container_div {background-color:#fff; width:100%; position:relative;-moz-box-shadow: 3px 3px 7px black;box-shadow: 3px 3px 7px #000000;  }

#background_container {
    left: 0;
    position: absolute;
    top: 0;
}
#background {
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
}
.menue_item { padding:7px 0px 3px 0px; font-size:14px; font-weight:bold; margin-right:7px; margin-left:21px; float:left; cursor:pointer }
.menue_item a { color:#000 }
.menue_item:hover  {border-bottom:3px solid #000} 
.menue_active { border-bottom:3px solid #aa0000 } 
.titel {
    font-size: 17px;
    font-weight: bold;
}

#bottom_sitemap { width:auto; padding:20px; height:60px; margin-top:20px;-moz-border-radius-topright:3px;-moz-border-radius-topleft:3px}
#bottom_sitemap .container{
    float: left;
    width: 170px;
}

#bottom_sitemap h4 {
    margin-bottom: 8px;
    margin-top: 0;
    padding-top: 0;
}

#bottom_sitemap ul {
    margin: 0;
    padding-left: 14px;
}

#bottom_sitemap li {
    margin: 0;
}
#main_container { position:absolute; width:850px; margin-left:-425px; left:50%;  z-index:100; }
#logo { margin-left:15px; width:220px; margin-top:12px; margin-bottom:7px}
#language_selection {position:absolute; right:14px; top:12px}

.index_slide_item {
    display: none;
    width: 810px;
	margin-bottom:6px
}

.slide_bullet,.slide_bullet_active {
    background-image: url("/img/bullet_inactive.png");
    cursor: pointer;
    float: left;
    height: 14px;
    width: 14px;
	margin-right:2px;
}

.slide_bullet_active,.slide_bullet:hover {
	background-image: url("/img/bullet_active.png");
}
.banner_text { position:absolute; top:160px; left:560px; color:#fff; font-size:14px; text-align:left}

.input { background-color: #fff;   border: 1px solid #bdbdbd;   height: 20px;   padding: 0 2px;}

.button {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #049700;
    font: 12px verdana;
	width: 155px;
}


