
#contentStart {
	width: 960px;
	background-image :url('../img/content_bg_top_blue.jpg');
	background-repeat: no-repeat;
	padding-bottom: 40px;
}

#contentStart .boxes {
	padding: 33px;
}

#contentStart .box {
	width: 283px;
	min-height: 230px;
	float: left;
	color: #797979;
	font-size: 12px;
}

#contentStart .box.center {
	width: 266px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #C9D6E3;
	border-right: 1px solid #C9D6E3;
}

#contentStart .box.left {
	padding-right: 15px;
}

#contentStart .box.right {
	padding-left: 15px;
}

#contentStart .box h3 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	color: #4e81bd;
	
}

#contentStart .pressrelease {
	background-image: url('../img/arrow_r.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
	min-height: 60px;
	border-bottom: 1px solid #D6D9DE;
	border-top: 0px;
	padding-left: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#contentStart .pressrelease.first {
	border-top: 1px solid #D6D9DE;
}

#contentStart .pressrelease .topic {
	float: left;
	width: 200px;
	margin-right: 5px;
}

#contentStart .pressrelease .date {
	float: left;
	font-size: 11px;
	color: #A1A8C5;
	width: 60px;
}



#contentStart .box h4 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #797979;
}


/*
	Slideshow
*/

#slides {

	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:960px;
	height: 403px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:960px;
	height:403px;
	display:block;
}

.slides_container a img {
	display:block;
	border: 0px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/********************************************************/
/*******************    ProductBox   ********************/
/********************************************************/

.productBox {
	margin-left: 20px;
	margin-bottom: 20px;
	width: 450px;
	float: left;
}

.productBox .header {
	padding-left: 15px;
	height: 39px;
	background: url("../img/header_bgr.png") no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14pt;
	line-height: 38px;
}

.productBox .content {
	width: 450px;
	min-height: 162px;
	padding-bottom: 1px;
	padding-left: 12px;
	padding-top: 7px;
	background: url("../img/content_bgr.png") repeat-y;
}

.productBox .content .image {
	margin-top: 18px;
	margin-right: 25px;
	float: right;
}

.productBox .content ul {
	list-style: none;
}

.productBox .content li {
	padding-left: 0px;
}


.productBox .content ul li a {
	background-image: url("/img/productBoxPfeil.png");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 14px;
}

.productBox .footer {
	height: 27px;
	background: url("../img/footer_bgr.png") no-repeat;
}

.productBox .text {
	font-size: 14px;
	margin-top: 10px;
	margin-left: 10px;
}


.btn {
  background: #3D7BBB;
  background-image: -webkit-linear-gradient(top, #3D7BBB, #2980b9);
  background-image: -moz-linear-gradient(top, #3D7BBB, #2980b9);
  background-image: -ms-linear-gradient(top, #3D7BBB, #2980b9);
  background-image: -o-linear-gradient(top, #3D7BBB, #2980b9);
  background-image: linear-gradient(to bottom, #3D7BBB, #2980b9);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3D7BBB);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3D7BBB);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3D7BBB);
  background-image: -o-linear-gradient(top, #3cb0fd, #3D7BBB);
  background-image: linear-gradient(to bottom, #3cb0fd, #3D7BBB);
  text-decoration: none;
  color: #ffffff;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}