@charset "utf-8";
/* CSS Document */

/* Head */
.head_c
{
	width: 100%;
	height: 537px;
	
	background-color: #FFFFFF;
}

.head_c .site_image
{
	width: 100%;
	min-width: 986px;
	max-width: 1369px;
	height: 537px;
	margin: 0 auto 0 auto;
	position: relative;
	top: 0px;
	overflow: hidden;
	z-index: 10;
}

.head_c .site_image > img
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 15;
}

.head_c .head
{
	width: 986px;
	height: 537px;
	margin: 0 auto 0 auto;
	position: relative;
	top: 0px;
	z-index: 20;
}

/* Head bottom */
.head_bottom_c
{
	width: 100%;
	min-width: 984px;
	max-width: 1460px;
	margin: 0 auto 0 auto;
	background-image: url(../img/backgrounds/page_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.head_bottom
{
	width: 984px;
	height: 374px;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 50;
	
	background-image: url(../img/backgrounds/head_bottom_bg.jpg);
	background-repeat: no-repeat;
}

.hb
{
	width: 148px;
	height: 309px;
	position: absolute;
	z-index: 10;
	
	padding: 15px 20px;
}

.hb.box1
{
	top: 35px;
	left: 40px;
	
	background-image: url(../img/backgrounds/hb_box1_bg.png);
	background-repeat: no-repeat;
}

.hb.box2
{
	top: 35px;
	left: 239px;
	
	background-image: url(../img/backgrounds/hb_box2_bg.png);
	background-repeat: no-repeat;
}

.hb.box3
{
	top: 35px;
	left: 438px;
	
	background-image: url(../img/backgrounds/hb_box3_bg.png);
	background-repeat: no-repeat;
}

.hb_videobox
{
	width: 315px;
	height: 299px;
	position: absolute;
	top: 35px;
	right: 12px;
	/*float: left;
	margin: 35px 0 0 31px;
	display: inline;*/
	
	background-color: #123C75;
}

.hb_videobox a.button
{
	width: 277px;
	height: 32px;
	float: left;
	padding: 12px 0 0 0;
	margin: 30px 0 0 20px;
	text-align: center;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #01265E;
	text-decoration: none;
	
	background-image: url(../img/backgrounds/btn_big_gray.png);
}

.hb_videobox .video
{
	float: left;
	margin: 25px 0 0 20px;
	display: inline;
}

/* Right */
.c_right
{
	width: 250px;
	float: left;
}

.box
{
	width: 249px;
	min-height: 200px;
	float: left;
	padding: 0px;
	margin: 0px;
	display: inline;
	
}

.box.bordered
{
	width: 232px;
	min-height: 100px;
	float: left;
	padding: 10px 8px 15px 8px;
	margin: 0 0 30px 0;
	display: inline;
	border: 1px solid #CCCCCC;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #4F4F4F;
	line-height: 20px;
}
.box.bordered strong
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #4F4F4F;
	line-height: 23px;
	font-weight: bold;
}
.box.bordered a
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #4F4F4F;
	line-height: 20px;
   text-decoration: underline;
}


.hervorgehoben {
   background-color:#235CA3;
   border:1px solid #e6e6e6;
   padding:25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 20px;
}


.hervorgehoben2 {
   background-color:#E8E8E8;
   border:1px solid #e6e6e6;
   padding:25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #4F4F4F;
	line-height: 20px;
}