@charset "UTF-8";
/**
 * Inhaltselement fuer die Home
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../lib/yaml/yaml-3.2.1/core/base.css);
/* Calendar-Teaser */
@import url(../ext/calendar/hometeaser.css);

#CENTER {
    /*Hintergrund 2-sp*/
    background:none !important;
}

.ce_home h1,
.ce_home h2{
	padding:0;
	margin:0;
	
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 1;
	
	background:#a82e3a;
	color:#fff;
	
	padding:7px 10px 16px 10px;
	
	border-bottom:1px solid #fff;
}

.ce_home{
	/*border-bottom: 1px solid #D10036;*/
	width: 920px;
	margin: 0px 0px 0px 0px;
}

.ce_home p{
	padding:0;
	margin:0;
	color:#000;
	margin:10px;
	
	color:black;
	font-family:Arial,Helvetica,Verdana,Geneva,Swiss,SunSans-Regular;
	font-size:12px;
	font-weight:normal;
	line-height:14px;	
}

.ce_home .line{
	height:0px;
	width:100%;
	overflow:hidden;
	font-size:1px;
	line-height:0px;
	border-bottom: 1px solid #ffffff;
	margin:0;
	padding:0;
	min-height:0px;
	max-height:1px;
}

.ce_home hr{
	border:none;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
	margin:0;
	padding:0;
}

.ce_home_box{
	margin:0px;
	height:300px;
	width:300px;
	overflow:hidden;
	background:#e6e6e6;	
}


.ce_home_top1 .ce_home_box{
	margin-top:0;
	margin-right:10px;
}

.ce_home_top2 .ce_home_box{
	margin-top:0;
	margin-right:10px;
}

.ce_home_top3 .ce_home_box{
	margin-top:0;
}

.ce_home_bottom1{
	margin-top:10px;
	margin-right:10px;
}

.ce_home_bottom2{
	margin-top:10px;
	margin-right:10px;
}

.ce_home_bottom3{
	margin-top:10px;
}

.ce_home .ce_home_news{
	height:28.5%;
	height:87px;
}

.ce_home .ce_home_news p{	
}

.ce_home .news_image{
	margin:10px 0px 0px 10px;
}

