/* Make sure the layout is centered in IE5 */
body { text-align: center; }
.container { text-align: left; }

/* Elements
-------------------------------------------------------------- */

/* Fixes incorrect styling of legend in IE6. */
* html legend { margin:-18px -8px 16px 0; padding:0; }

/* Fixes incorrect placement of ol numbers in IE6/7. */
ol { margin-left:2em; }

/* Fixes wrong line-height on sup/sub in IE. */
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

/* Fixes IE7 missing wrapping of code elements. */
html>body p code { *white-space: normal; } 

/* IE 6&7 has problems with setting proper <hr> margins. */
hr  { margin: -8px auto 11px; }


/* Clearing 
-------------------------------------------------------------- */

.clearfix {
    zoom: 1;
    display: block;
} 

/* Forms 
-------------------------------------------------------------- */

/* Fixes padding on fieldset */
fieldset {padding-top: 0;}/* CSS Document */

/* GENERAL */
body { 
    margin: 0;
    padding: 0;
    font-family: 'HeveticaNeue', Helvetica, Arial, Verdana, sans-serif; 
    font-size: 12px;
    color: #000;
    text-align: left;
    background:#f2f2f2;
    height:100%;
}

.nocss { display: none; }
.clear { clear: both; float: none; font-size: 0; height: 0; line-height: 0; width: 1px; }

/*------------ STRUCTURAL ----------------------------------------------------------------------*/

.page { 
    position: relative;
    margin: 0; 
    padding: 0;
    min-height: 700px;
    height: auto;
    width: 100%; 
}

.header {
    position: relative;
    padding: 0;
    margin: 0 auto;
    background:transparent url(../images_landing/new/header_bg_landing.png) left bottom repeat-x;
    height:84px;
    position: relative;

    padding:0;
}

.header .gutter { 
    width:940px;
    height:81px;
    margin:0 auto;
    padding:0;
    position: relative;
}

.header a.logoFriendsurance {
    position: absolute;
    margin:0;
    padding:0;
    top:13px;
    left:0;
    background:transparent url(../images_landing/logo.png) left top repeat-x;
    width:272px;
    height:50px;
    display: inline;
    text-indent: -9000px;
}

.header  ul.mainNavigation {
    position: absolute;
    bottom: 0;
    right: -4px;
}

h3 { font-weight: bold; /*font-weight: 600 !important;*/ font-size: 20px; padding: 0 10px 15px 0; color: #333; margin: 0; font-family: Helvetica, Arial, Verdana, sans-serif; }

h1, h2, h3, h4, h5, h6 { letter-spacing:0; }

h2 { line-height:1.3; }

.header .gutter h2 {
  position: absolute;
  display: inline-block;
  top: 19px;
  left: 25px;
  width: 184px;
  height: 34px;
  font-size: 26px;
  color: #222;
  margin: 0;
  padding: 0;
  z-index: 902 !important;
}

.header .gutter h3 {
    color: #87AEC8;
    text-shadow: 0px 0px transparent !important;
}

.header .gutter h2 a.logoFriendsurance {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 184px !important;
  height: 34px !important;
  top: 0;
  background: transparent url(../images_landing/new/logos/fs_logo_standard.png) left top no-repeat !important;
  text-indent: -9000px;
}

.header .gutter h2 a.logoFriendsurance img {
  width: 184px !important;
  height: 34px !important;
}
.header .gutter h2 {
  line-height: 20px;
}

/* GENERAL */
body { 
    margin: 0;
    padding: 0;
    font-family: 'HeveticaNeue', Helvetica, Arial, Verdana, sans-serif; 
    font-size: 12px;
    color: #000;
    text-align: left;
    background:#fff;
    height:100%;
}

.page {
    width:787px;
    height:auto;
    border:1px solid #ccc;
    background: #fff;
    margin:0;
    padding:0;
}

h1 {
    font-size: 28px;
    color: #0089a8;
    margin:0 0 10px 0;
    padding:0;
    font-weight:bold;
    line-height:1.15;
}

h2 {
    font-size: 16px;
    color: #333;
    font-weight:normal;
    margin-bottom:0px;
    padding-bottom:10px;
    width:730px;
}

.header_headline h3 {
    font-size:20px;
    color: #fff;
    font-weight: bold;
    text-shadow:-1px -1px 0 #4892a1;
    position: absolute;
    top:32px;
    left: 230px;
    width: auto;
}

div.main {
    width:787px;
    margin:0;
    padding:0;
}

.main .gutter {
    padding:25px;
    padding-right:0;
}

.header_sub {
    background:#dcf9ff;
    width:787px;
    border-bottom: 1px solid #ccc;
}

.header_sub .gutter {
    padding:8px !important;
    margin:0 !important;

}

/* GREEN BUTTON HUGE */
a.greenButtonHuge { 
    margin:10px 0 0 0;
    display: inline-block;
    padding:0 0 0 0;
    width:30px;
    height:40px;
    background: transparent url(../images_landing/buttons/button_sprite.png) 0 -416px no-repeat;
    text-decoration: none;
}

a.greenButtonHuge span { 
    display: block;
    margin:0 0 0 10px;
    padding:0 15px 0 0;
    color: #fff;
    font-size:20px;
    line-height:41px;
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
    font-weight: bold;
    width:300px;
    height:40px;
    border: none;
    text-shadow: -1px -1px 0 #808080;
    background: transparent url(../images_landing/buttons/button_sprite.png) right -498px no-repeat;
}

a.greenButtonHuge:hover { 
    background: transparent url(../images_landing/buttons/button_sprite.png) 0 -457px no-repeat;
    text-decoration: none;
}

a.greenButtonHuge:hover span { 
    background: transparent url(../images_landing/buttons/button_sprite.png) right -539px no-repeat;
}

.header_sub a.greenButtonHuge {
    margin:0 8px 0 0;
    position: relative;
}

.header_sub a.greenButtonHuge span {
    font-size:16px;
    padding:0;

}

.header_sub a.greenButtonHuge.hp  { width:216px; }
.header_sub a.greenButtonHuge.hp span { width:210px; }


.header_sub a.greenButtonHuge.hs { width:196px; }
.header_sub a.greenButtonHuge.hs span { width:190px; }

.header_sub a.greenButtonHuge.rs { width:246px; }
.header_sub a.greenButtonHuge.rs span { width:235px; }

/* Batches and Price-batches */

span.price_hp, 
span.price_hs,
span.price_rs {
    position: absolute  !important;
    top:-20px           !important;
    left:20px           !important;
    border:1px solid #008aa7 !important;
    display: inline-block !important;
    width:auto         !important;
    height:22px         !important;
    color: #333         !important;
    background: #fff    !important;
    font-size:11px      !important;
    font-family: Helvetica, Arial, Tahoma, sans-serif !important;
    line-height:1       !important;
    padding:5px         !important;
    margin:0            !important;
    text-shadow: none   !important;
    height: auto        !important;
    
}

span.price_hp b, 
span.price_hs b,
span.price_rs b { color: #0ab7da }
span.pik_down {
    position: absolute      !important;
    bottom:-8px            !important;
    right:20px              !important;
    display: inline-block   !important;
    width:14px              !important;
    height:10px             !important;
    background: transparent url(../images_landing/bertelsmann/pik_down_blue.png) left top no-repeat !important;
    padding:0               !important;
    margin:0                !important;
}

.batch_blue {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    width:117px;
    height:117px;
    background: transparent url(../images_landing/bertelsmann/batch_10_e.png) left top no-repeat;
    padding:0;
    margin:0;   
}

.shadow { 
    box-shadow:         1px 1px 2px #666; 
    -moz-box-shadow:    1px 1px 2px #666;
    -webkit-box-shadow: 1px 1px 2px #666;
}

.rounded { 
    border-radius:          5px;
    -moz-border-radius:     5px;
    -webkit-border-radius:  5px;
    -khtml-border-radius:   5px;
	-o-border-radius:       5px;
}

.col_1 {
    display: inline-block;
    float: left;
    margin:11px 0 0 0;
    padding:0;
    width:319px;
    height: auto;
    border: 2px solid #71c6dc;
    background: #fff;
}

.col_1 .gutter {
    padding:15px !important;
}

.col_1 a.greenButtonHuge span {
    width:265px;
    text-align: center;
}

.col_1 h3 {
    padding:4px 0 15px 0;
    margin:0 5px;
    color: #333;
    font-size:17px;
    line-height:1.2;
    border-bottom:1px solid #71c6dc;
}

.col_1 ul.save_list {
    margin:20px 0 15px 3px;
    padding:0;
    background: transparent url(../images_landing/bertelsmann/bg_fact_list.png) left top no-repeat;
    width:282px;
    height:265px;
    display: block;
}


.col_1 ul.save_list li {
    margin:0;
    padding:0;
    font-size:17px;
    color: #0695af;
    list-style: none;
    display: block;
    height:101px;
}

.col_1 ul.save_list li.two {
    height:96px;
}

.col_1 ul.save_list li p {
    margin:0;
    padding:8px 0 0 40px;
    line-height:1.2;
    display: inline-block;
    font-size:17px;
    color: #0695af;
}

/* Video Container */

.col_2 {
    display: inline-block;
    position: relative;
    float: left;
    background: #fff url(../images_landing/gutter_bg/bg_video_rounded.png) -15px 0 no-repeat;
    width:438px !important;
    height:237px;
    padding:0;
    margin:0;
    display: inline-block;
    text-align: center;
}

.col_2 p.label_info {
    position: relative;
    font-size:16px;
    color: #008aa7;
    font-weight: normal;
    text-shadow: none;
    font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
    margin:240px 0 0 0;
    padding:0;
    text-align: center;
}

/* TRANS BUTTON HUGE */
a.button_blue_mehr { 
    margin:20px 0 0 0;
    display: inline-block;
    padding:0 0 0 0;
    width:211px;
    height:40px;
    text-decoration: none;
    background: transparent url(../images_landing/buttons/button_mehr_blue.png) left top no-repeat;
    text-indent: -9000px;
}

a.button_blue_mehr:hover { 
    background: transparent url(../images_landing/buttons/button_mehr_blue.png) left bottom no-repeat;
    text-decoration: none;
}

.col_2 a.play_video {
    display: inline-block;
    position: absolute;
    top:84px;
    right:166px;
    width:100px;
    height:97px;
    background: transparent url(../images_landing/buttons/play_video_rounded.png) left top repeat;
    padding:0;
    margin:0;
}

.col_2 a.play_video:hover {
    background: transparent url(../images_landing/buttons/play_video_rounded.png) left bottom repeat;
}

.col_2_footer {
    margin:20px 0 0 0;
    padding:0;
}

span.press_border {
    border-top:1px solid #71c6dc;    
    margin:0 40px 0 35px;
    padding:5px 0 0 0;
    display: block;
    text-align: center;
    
}
.col_footer {
    margin:20px 0 0 0;
    padding:0;
    height:60px;
    background: transparent url(../images_landing/partner/at_press.png) left 15px no-repeat;
}

p.presses {
    font-family: Georgia, Cambria, Times, "Times New Roman", sans-serif;
    font-size:23px;
    color: #333;
    text-align: center;
    width:100%;
    padding:0;
    line-height:17px;
    margin:10px 0 0 0;
}

div.presses {
    text-align: center;
    width:100%;
    padding:0;
    margin:10px 0 0 0;
}

div.presses a {
    display:inline-block;
    margin-top:10px;
}

p.presses span {
    font-family: Helvetica, Arial, Tahoma, sans-serif;
    color: #333;
    
}

.roundedTop {
	-khtml-border-top-left-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

/* Close Icon on Overlay */

.ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar a.ui-dialog-titlebar-close span.ui-icon {
    background: transparent url(../images_landing/redesign/icons/overlay_close.png) left top no-repeat !important;
}

.ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar a.ui-dialog-titlebar-close span.ui-icon:hover {
    background: transparent url(../images_landing/redesign/icons/overlay_close.png) right top no-repeat !important;
}