#home_image{
	border-bottom: 10px solid #f7a800;
}

#breadcrumb{
	display: none;
}

#home{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	height: 400px;
}

#home_left{
	float: left;
	width: 49%;
	height: 100%;
	background-color: #ffffff;
	box-shadow: 3px 3px 5px #aaaaaa;
}

#home_right{
	float: right;
	width: 49%;
	height: 100%;
	background-color: #fedca7;
	box-shadow: 3px 3px 5px #aaaaaa;
}

#aktuelles_title{
	font-size: 60px;
	font-weight: 300;
	margin-top: 20px;
	margin-left: 5%;
}

#aktuelles_text{
	margin-left: 7.5%;
	margin-right: 7.5%;
	font-size: 15px;
}

#aktuelles_box{
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	overflow-y: scroll;
	padding-left: 20px;
	padding-right: 20px;
	height: 350px;
	box-shadow: 3px 3px 5px #aaaaaa;
}

.article{padding:0 5%;color:#555;}
.article h3{border-bottom:none !important;}
.article p{margin-top:0 !important;}
.article a{color:#000 !important;}
.article a:hover{text-decoration:underline !important;}