/* :::::::::::::::::::::::ALLGEMEINES::::::::::::::::::::::: */
body{
	background:#dcdbdb url(../img/layout/bg.jpg) repeat-x scroll 0 0;
	margin:0;
	font-weight:normal;
	font-family: Arial, sans-serif;
	font-weight: inherit;
	font-style: inherit;
	font-size:12px;
	color:#444;
}

div.content {
	position:absolute;
	width:841px;
	left:90px;
}

a {
	 color:#818181;
	 font-weight:bold;
	 text-decoration:underline;
	 outline:none;
}

a:hover {
	color:#ca1920;
}

a img {border:none;}

.txt_image {
	float:right;
}

.grey{
	color:#8e8e8e;
}

.red{
	color:#ca1920 !important;
}

.align-right {
	text-align:right;	
}

.align-left {
	text-align:left;	
}

.info{
	width:240px;
	height:112px;
	background: transparent url(../img/layout/rounded_info.png) no-repeat;
	padding:10px;
	margin:3px;
	position:relative;
	float:left;
}

.info img{
	position:absolute;
	bottom:2px;
	right:4px;
	z-index:0;
	width:60px;
}

.small{
	font-size:9px;
}

h2, .probs {
	margin:0;
	padding:0;
}

h2{
	margin:8px 0 4px 0;
}

h3 {
	margin:12px 0 0 0;
}

.probs li{
	list-style-type:none;
	background:transparent url(../img/layout/plus.gif) no-repeat left 11px;
	padding:11px 0 0 20px;
}

.probs_check {
	padding:0;
	margin:0 0 4px 0;
}

.probs_check li{
	list-style-type:none;
	background:transparent url(../img/layout/checkbox_green.gif) no-repeat left 13px;
	padding:11px 0 0 20px;
}

.headline_small {
	color:#444;
	font-size:13px;
	font-weight:bold;
}

.underline {
	font-family:Verdana, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color:#ca1920;
	text-decoration:underline;
}

.issue {
	text-decoration:underline;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
}

.clear {
	clear:both;
}

td, th {
	border-top:1px dashed #cbcbcb;
	border-left:1px solid #cbcbcb;
	vertical-align:top;
	/*text-align:left;*/
}

td:first-child {
	text-align:left !important;
}

.table_compare td, .table_compare th{
	text-align:center;
	padding:7px 5px;
	color:#444;
	font-weight:bold;
}

td:first-child , th:first-child{
	border-top:1px dashed #cbcbcb;
	border-left:none;
}

th, th:first-child {
	border-top:none;
}

.no-tb-padding {
	padding-top:0 !important;
	padding-bottom:0 !important;
}
.no-t-padding {
	padding-top:0 !important;
}

.sieger, .sieger_last {
	background:#fdf0f0;
	border-left:1px solid #d16b66;
	border-right:1px solid #d16b66;
}

* + html .sieger, * + html .sieger_last {
	border-left:2px solid #d16b66;
	border-right:2px solid #d16b66;
}

* + html th.sieger {
	border-top:2px solid #d16b66;
}

* + html .sieger_last{
	border-bottom:2px solid #d16b66;
}

th.sieger {
	border-top:1px solid #d16b66;
}

.sieger_last{
	border-bottom:1px solid #d16b66;
	height:20px;
}

.unify-banner {
	margin:15px 0 0 -15px;
}

*html .unify-banner {
	margin-top:15px;
	margin-right:-5px;
	margin-left:-5px;
}

input, select, textarea {
	border:1px solid #cbcbcb;	
}

/* :::::::::::::::::::::::BUTTON::::::::::::::::::::::: */
.btn {
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	display:inline-block;
	font-weight:bold;
	overflow:visible;
	text-decoration:none;
}

.btn:hover {
	text-decoration:underline;
	color:#fff;
}

.btn_big {
	background:transparent url(../img/layout/button_right.jpg) no-repeat scroll right top;
	height:54px;
	margin:5px 0 0;
	padding:0 43px 0 0;
	text-decoration:none;
	white-space:nowrap;
	z-index:5;
}
.btn_big span {
	background:transparent url(../img/layout/button_bg.jpg) no-repeat scroll left top;
	display:block;
	height:54px;
	margin:0;
	padding:14px 0 0 15px;
}

.btn_small {
	background:transparent url(../img/layout/button_small_right.png) no-repeat scroll right top;
	height:35px;
	margin:5px 0 0;
	padding:0 31px 0 0;
	text-decoration:none;
	white-space:nowrap;
	z-index:5;
}
* html .btn_small {
	background:transparent url(../img/layout/button_small_right.gif) no-repeat scroll right top;
}

.btn_small span {
	background:transparent url(../img/layout/button_small_bg.png) no-repeat scroll left top;
	display:block;
	height:29px;
	margin:0;
	padding:6px 0 0 8px;
}

.btn_grey {
	background: transparent url(../img/layout/btn_grey.gif) no-repeat;
	width:147px;
	height:24px;
	padding:5px 11px;
	color:white;
	text-decoration:underline;
	cursor:pointer;
}

.btn_grey:hover {
	color:white;
	text-decoration:none;
}

#btn_small_01 {
	margin:20px 0 0 120px;
}

/*IE7 HACK*/
* + html #btn_small_01 {
	margin:20px 0 0 102px;
}

/*IE6 HACK*/
* html #btn_small_01 {
	margin:30px 0 0 115px;
	width:100px;
}

/*IE6 HACK*/
* html #btn_small_02, * html #btn_small_03 {
	width:100px;
}

#btn_small_03 {
	margin-left:75px;
}

#btn_small_04 {
	margin-left:120px;
	width:132px;
}

#btn_small_05 {
	margin:20px 0 0 145px;
}

* html .btn_small_06{
	width:75px !important;	
}

/* :::::::::::::::::::::::TEASER::::::::::::::::::::::: */

.teaser_btn {
	margin: 292px 0 0 354px;
	position:absolute;
	width:165px;
}

#teaser01_badge {
	position:absolute;
	margin-left:410px;
	margin-top:-15px;
}

.badge {
	width:140px;
	height:138px;
}

.table_badge {
	position:absolute;
	left:65px;
	width:106px;
	height:82px;
}

/*IE 7 HACK*/* + html .table_badge{
	margin-top:25px;
	left:45px;
}

/*IE 6 HACK*/* html .table_badge {
	margin-top:25px;
	left:55px;
}

/* :::::::::::::::::::::::HEADER::::::::::::::::::::::: */
div.header {
	width:100%;
	height:144px;
}

div.header_image {
	width:840px;
	height:116px;
}

div.navigation {
	width:817px;
	height:16px;
	background:transparent url(../img/layout/nav_bg.gif) no-repeat;
	padding:6px 12px;
}

.navigation .navigation_links{
	border-left:1px solid #ccc;
	color:#4d4d4d;
	font-family:Arial, sans-serif;
	font-weight:bold;
	padding:0 22px;
	text-decoration:none;
}
.navigation_links:hover{
	color:#ca1920;
}

.navigation_links:first-child{
	border-left:none;
	padding-left:0;
}
.navigation_links:last-child{
	padding-right:0;
}

/* :::::::::::::::::::::::CONTENT - LEFT::::::::::::::::::::::: */
.content_left{
	width:575px;
	margin:15px 0 0 8px;
	float:left;
}

.teaser_head {
	width:559px;
	height:30px;
	background:transparent url(../img/layout/teaser_headbg.gif);
	padding:14px 0 0 16px;
}

.teaser_head  span, .teaser_head_small span, .headline {
	font-size:16px;
	font-weight:bold;
}

.teaser_middle{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background: white;
	padding:10px 20px;
}

*html .teaser_middle {
	padding:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;	
}

.teaser_bottom, .teaser_top {
	width:575px;
	height:15px;
}

.teaser_top {
	background:transparent url(../img/layout/teaser_top.gif) no-repeat;
}
.teaser_bottom {
	background:transparent url(../img/layout/teaser_bottom.gif) no-repeat;
	margin-bottom:4px;
}
	
.teaser_description{
	margin:45px 0 0 210px;
	position:absolute;
}

.teaser_middle_landing .teaser_description{
	margin:35px 0 0 186px;
	position:absolute;
}

#teaser01_middle{
	background:transparent url(../img/index/teaser01_middle.jpg) no-repeat;
	height:338px;
	padding:0 20px;
}

#teaser01_bottom{
	background:transparent url(../img/index/teaser01_bottom.jpg) no-repeat;
}

.teaser_bottom_landing {
	background:transparent url(../img/index/teaser01_bottom_landing.jpg) no-repeat !important;
}

/* :::::::::::::::::::::::CONTENT - RIGHT::::::::::::::::::::::: */
.content_right {
	float:left;
	width:198px;
	margin:15px 0 0 30px;
}

.info_box {
	margin-bottom:20px;
}

#callback_service{
	background:transparent url(../img/index/callback_service.jpg) no-repeat top right;
}

#callback_btn {
	margin-left:49px;
}

.content_right img {
	margin:4px 0;
}

.teaser_head_small {
	width:182px;
	height:27x;
	background:transparent url(../img/layout/teaser_headbg_small.gif) no-repeat;
	padding:14px 0 0 16px;
}

.teaser_bottom_small, .teaser_top_small {
	width:198px;
	height:15px;
}

.teaser_top_small {
	background:transparent url(../img/layout/teaser_top_small.gif) no-repeat;
}
.teaser_bottom_small {
	background:transparent url(../img/layout/teaser_bottom_small.gif) no-repeat;
	margin-bottom:4px;
}

.teaser_middle_small {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background: white;
	padding:0;
	margin-top:-1px;
	width:196px;
}

/* :::::::::::::::::::::::FOOTER::::::::::::::::::::::: */
.footer {
	width:575px;
	margin:8px 0 8px 8px;
}

.footer_links {
	font-size:11px;
	border-left:1px solid #444;
	padding:0 8px;
}

.footer_links:first-child {
	border-left:none;
}

/* :::::::::::::::::::::::FORMULAR::::::::::::::::::::::: */

.errors {
	float:right;
	padding:0;
	color:red;
	text_align:left;
	position:absolute;
	left:245px;
	top:2px;
}

#message-element .errors {
	position: static;
}

*:first-child+html .errors {
	left:200px;
}

*html .errors {
	left:120px;
}

#gender-label, #firstName-label, #lastName-label, #email-label, #phone-label, #name-label, #message-label, #captcha-label {
	float:left;
	font-weight:bold;
	width:120px;
	margin-top:5px;
}

.teaser_middle dd, #gender-element, #firstName-element, #lastName-element, #email-element, #phone-element, #name-element, #message-element {
	margin-top:5px;
	position:relative;
}

#gender-element .errors, #firstName-element .errors, #lastName-element .errors, #email-element .errors, #phone-element .errors, #name-element .errors, #message-element .errors {
	margin-top:0px;
	margin-left:10px;
}

.teaser_middle dd .errors {
	margin-top:50px;	
	margin-left:10px;	
}

#captcha-input {
	margin-left: 80px;	
}

#submit-element {
	margin-left:175px;
}

#contact_form #submit-element {
	margin-left:435px;
}

/*Landing1*/

.teaser_middle_landing {
	background:transparent url(../img/index/teaser01_middle_landing.jpg) no-repeat bottom !important;
	height:480px !important;	
}

.landing_topoffer_button {
	width:272px;
	height:67px;
	padding:9px 0 0 42px;
	line-height:21px;
	background: transparent url(../img/layout/arrow_button.png) no-repeat;
	text-align: center;
	display:block;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}

* html .landing_topoffer_button {
	line-height:24px;
}

.landing_topoffer_button:hover {
	text-decoration:underline;
	color:#fff;
	cursor:pointer;
}

.warning {
	width:305px;
	font-size:11px;
	background:#FDF0F0 url(../img/index/warning.gif) no-repeat 15px center; 
	border:1px solid #D16B66;
	padding:5px 5px 5px 40px;
	margin-top:18px;
}

*+html .warning{
	margin-top:10px;
}

*html .warning{
	margin-top:10px;
}

#headline_info_box {
	display:none;
	position:absolute;
	width:300px;
	color:#fff;
	padding:10px;
	background:#4d4d4d;
	border:2px solid #ccc;
	z-index:11111;
}

.headline_info{
	color:red;
	font-size:18px;
	cursor:help;
	text-decoration:none;
}

/* Bestchoice */

.bestchoice_small {
	position:absolute;
	margin-top:-4px;
	left:-2px;
	cursor:help;
}

#bestchoice_full {
	display:none;
	position:absolute;
	z-index:3000;
}

.topoffer_link {
	position:absolute;
	background:transparent;
	width:199px;
	height:460px;
	margin-top:62px;
}