ul{
	margin-bottom: 5px;
}

#main a{
	text-decoration:none;
}

#header{
	background-image: url(../style_images/header_home.png);
}

#container {
	background-image: url(../style_images/home.png);
	min-height: 250px;
	padding: 0px;
	padding-top: 345px;
}

.english   #container{
	background-image: url(../style_images/home_en.png);
}

#main {
	padding: 0px;
	padding-top: 15px;
}

#main ul{
	margin-top: 6px;
	margin-bottom: 6px;
}

#main .image_container{
	margin: 0px;
}

#main .ce_text {
	background-image: url(../style_images/home_container.png);
	padding: 10px;
	width: 123px;
	height: 195px;
	float: left;
	margin-left: 70px;
}

#main .ce_text img{
	margin-bottom: 7px;
}

#main .ce_text p{
	margin: 0px;
	text-align: center;
}

#bottom,#bottom .inside , #bottom #content_bottom{
	background-image: none;
	background-color: transparent;
	padding: 0px;
}

#bottom p{
	margin-top: 0px;
	margin-bottom: 10px;
}

#bottom {
	background-image: url(../style_images/home_bottom_background.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 25px;
    color: #282B26;
    font-family: Calibri;
}

#bottom .inside .top{
	height: 11px;
	background-repeat: no-repeat;
	background-image: url(../style_images/content_bottom_top.png);
background-size: 100% 100%;
}

#bottom .inside .bottom{
	height: 9px;
	background-repeat: no-repeat;
	background-image: url(../style_images/content_bottom_bottom.png);
background-size: 100% 100%;
}

#bottom .inside{
	background-color: #fff;
    padding-left: 65px;
    padding-right: 78px;
    padding-top: 30px;
}

#bottom .ie {
    color: white;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
	margin-top: 20px;
    text-decoration: underline;
}

#bottom #content_bottom{
	padding-top: 15px;
	padding-left: 127px;
	    padding-right: 30px;
	background-repeat: repeat-y;
	background-image: url(../style_images/content_bottom_middle.jpg);
background-size: 100% 100%;
}

#bottom h2{
	color: white;
	font-weight: normal;
	text-decoration: underline;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#content_bottom ul{
	padding-left: 20px;
}

.button_weiter{
	background-image: url(../style_images/button_weiter_hell.jpg);
	background-repeat: no-repeat;
	
	margin-left: 25px;
	width: 75px;
	height: 20px;
	text-align: center;
	
}

.button_weiter:hover{
	background-image: url(../style_images/button_weiter_dunkel.jpg);
	background-repeat: no-repeat;
	color: #D2D2D2;
}

.button_weiter a{
	color: #1C1C1C;
	text-decoration: none;
	font-size: 13px;

}

.button_weiter:hover a{
	color: #D2D2D2;
	text-decoration: none;
	font-size: 13px;
}





