@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);

.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:#cb0033;
	color:#fff;
	
	padding:7px 10px 16px 10px;
	
	border-bottom:1px solid #fff;
}

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

.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:1px;
	border-bottom: 1px solid #ffffff;
	margin:0;
	padding:0;
}

.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:10px;
	height:287px;
	width:287px;
	overflow:hidden;
	background:#e3e5e2;	
}


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

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

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

.ce_home_bottom1{
	
}

.ce_home_bottom2{
	
}

.ce_home_bottom3{
	
}

.ce_home .ce_home_news{
	height:28.5%;
}

.ce_home .ce_home_news p{	
}

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