@charset "utf-8";
/* CSS Document */

/***********************************************************************
 * content Container home
 ***********************************************************************/

.contentContainerHome {
	width: 1200px;
	color: #2c2e31;
}

.leftContentContainerHome {
	background-color: #e5e5e5;
	width: 480px;
	
	float: left;
}
.leftContentContainerHome .border-top {
	border-top: 5px solid #a0a0a0;
	padding: 15px 22px;
	clear: both;
}


.mainContentContainerHome {
	background-color: #ffffff;
	width: 480px;
	position: relative;
	top: 0px;
	
	float: left;
}


.smallHeader .mainContentContainerHome {
	top: 0px;
}
.mainContentContainerHome .border-top {
	border-top: 5px solid #a0a0a0;
	padding: 15px 22px;
	clear: both;
}
.mainContentContainerHome .subDiv {
	padding: 18px 0 0 0; 
	border-top: 5px solid #e5e5e5;
	margin: 15px 0 0 0;
	clear: both;
	display: table;
}


.rightContentContainerHome {
	background-color: #e5e5e5;
	width: 240px;
	
	float: left;
}

.rightContentContainerHome .border-top {
	border-top: 5px solid #a0a0a0;
	padding: 15px 22px;
	clear: both;
}
.rightContentContainerHome .subDiv {
	padding: 18px 0 0 0; 
	border-top: 5px solid #cecece;
	margin: 15px 0 0 0;
	clear: both;
}


.mainContentContainerHome ul {
	margin-left: 20px;
}
/***********************************************************************/
/*Button für 1 bzw 2 Spalten*/
.ctaBoxHome {
	padding: 20px 35px;
	margin: 20px 0 15px;
	display: block;
	background-color: #cb1c27;

	border: 1px solid #dc686f;
	border-bottom: 1px solid #6d0f15;
	border-right: 1px solid #6d0f15;

	-moz-box-shadow:    1px 1px 3px -1px #2c2e31;
	-webkit-box-shadow: 1px 1px 3px -1px #2c2e31;
	box-shadow:         1px 1px 3px -1px #2c2e31;

	text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px 1px #6d0f15;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	width:130px;
	margin-left:auto;
	margin-right:auto;
}

.ctaBox:hoverHome {
	text-decoration: none;

	border: 1px solid #7b7b7a;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;

	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
}