/* CSS Document */

body {
	background: url(../images/bg_body.gif);
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 0.8em;
	overflow-x: hidden;
}
a {
	color: #005074;	
}
img {
	border: none;	
}
h3.advantage {
	font-size: 15px;
	margin: 0;
	color: #FFA51E;
}
#bg-header {
	background: url(../images/bg_header.gif) repeat-x;
	position: absolute;
	width: 100%;
	height: 137px;
	z-index: -1;
	left: 0;
	top: 0;
}
#cta-main {
	width: 970px;
	margin: 0 auto;
}
#cta-header {
	background: url(../images/pic_header.jpg) no-repeat;
	height: 137px;
}
#cta-content-top {
	height: 30px;
	background: url(../images/bg_content_top.gif) no-repeat;
}
#cta-content {
	overflow: hidden;
	padding: 0 55px;
	background: #FFF;
}
#cta-teaser {
	background: url(../images/bg_teaser.gif) top no-repeat #393939;
	margin: 0 0 15px 0;
}
#cta-advantages {
	padding: 20px 20px 10px 20px;
	background: url(../images/bg_teaser.gif) top no-repeat #393939;
}
.box-advantage {
	float: left;
	width: 215px;
	color: #FFF;
	font-size: 0.85em;
	padding: 5px 0 0 0;
}
.ico-advantage {
	float: left;
	width: 30px;
}
.line-advantage {
	float: left;
	width: 40px;
	height: 50px;
	background: url(../images/bg_line_vertical.gif) center repeat-y;
}
.product h2 {
	color: #FFA51E;
	background: url(../images/bg_header_product.gif) right no-repeat #393939;
	font-size: 18px;
	padding: 5px 10px;
	margin: 0;
}
.product h2 a {
	color: #FFF;
	font-size: 11px;
	float: right;
	line-height: 18px;
	margin: 0 45px 0 0;
}

.product .cover {
	float: left;
	width: 220px;
	background: url(../images/bg_cover.jpg) no-repeat;
	text-align: center;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
	
}
.product .overview {
	float: left;
	width: 620px;
	padding: 20px 0 25px 0;
	
}
.product .overview .left {
	float: left;
	width: 460px;
}
.product .overview .right {
	float: left;
	width: 155px;

}
.product .scenes {
	margin: 0 0 10px 0;
}
.product .scenes img {
	padding: 1px;
	border: 1px solid #617283;
	margin: 0 10px 0 0;
}
.product .describtion {
	float: left;
	width: 280px;
}
.product .overview .seperator {
	float: left;
	width: 20px;
	height: 80px;
	background: url(../images/bg_line_vertical.gif) center repeat-y;
}

.product .describtion h3 {
	margin: 0 0 4px 0;
	font-size: 13px;
}
.product .facts {
	float: left;
	width: 140px;
}
.product ul {
	margin: 0 auto;
	padding: 0 0 0 15px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#register-facts {
	float: left;
	width: 155px;
	background: #EBEBEB;
}
register-form {
	float: left;
	width: 700px;
}
div.spacer {
	padding: 15px;	
}
#cta-content-bottom {
	height: 30px;
	background: url(../images/bg_content_bottom.gif) no-repeat;
}
#footer {
	text-align: center;
	padding: 20px 0 40px 0;
	color: #A9A9A9;
	line-height: 1.3em;
}
#footer a {
	color: #A9A9A9;	
}

/* Hacks */
.clear-me {
	clear: both;
	font-size: 1px;
	height: 0;
	margin: 0;
	line-height: 0;
}
div.clear-me {
	overflow: hidden;
}
