

/* STYLING SPLASHPAGE */

*{
	margin: 0px;
	padding: 0px;
}

a{
	border: none;
	text-decoration: none;
}

img{
	border: none;
}

@font-face{ 
	font-family: 'HelveticaNeueLTStd';
    src: url('../fontface/helveticaneueltstd-bdcn-webfont.eot');
    src: url('../fontface/helveticaneueltstd-bdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontface/helveticaneueltstd-bdcn-webfont.woff') format('woff'),
         url('../fontface/helveticaneueltstd-bdcn-webfont.ttf') format('truetype'),
         url('../fontface/helveticaneueltstd-bdcn-webfont.svg#HelveticaNeueLTStd77BdCn') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	background-image: url('../images/bg-html.gif');
	background-repeat: repeat-y;
	overflow-y: scroll;
}

.container_topbar{
	background-color: #676767;
	height: 30px;
	width: 100%;
}

.topbar_wrapper{
	width: 1000px;
	height: 30px;
	margin: 0px auto;
	line-height: 50px;
	display: none;
}

.topbar_wrapper select{
	width: 234px;
	height: 22px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 2px;
	float:right;
	margin-top: 4px;
}

.container_content{
	width: 100%;
	min-height: 1500px;
	position: relative;
	background-color: #bad6d8;
}

.content_wrapper{
	width: 1034px;
	padding-left: 0px;
	font-family: Arial;
	font-size: 13px;
	color: #393939;
	line-height: 28px;
	margin: 0 auto;
	min-height: 360px;
	background-image: url('../images/bg-html.gif');
}


.content_logo{
	background-image: url('../images/content_logo.png');
	height: 148px;
	width: 283px;
	float: left;
	margin-top: -40px;
	margin-left: -50px;
}

.content_home {
	float:left;
	width: 900px;
	min-height: 200px;
	margin-top: 30px;
	line-height: 26px;
}

.bg_footer{
	width: 1034px;
	height: 40px;
	margin: 0px auto;
	background-image: url('../images/bg-html-footer.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	
}

.footer_info{
	background-color: #BFDEE0;
	margin: 0px 70px;
	height: 40px;
	line-height: 40px;
	color: #007c80;
}

.footer_info a{
	color: #007c80;
}

.footer_left{
	float:left;
	margin-left: 20px;
}

.footer_right{
	float:right;
	margin-right: 20px;
}



.content_home h1{
	color: #D61601;
	font-family: 'HelveticaNeueLTStd', 'Helvetica', Arial;
	font-weight: normal;
	font-size: 32px;
	margin-bottom: 10px;
}

.content_wrapper h1{
	font-family: 'HelveticaNeueLTStd', 'Helvetica', Arial;
	font-size: 32px;
	color: #5d5d5d;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0px;
	
}

.box-top{
	background-image: url('../images/box-top.png');
	height: 17px;
	width: 900px;
}

.box-mdl{
	background-image: url('../images/box-mdl.png');
	width: 840px;
	padding: 20px 30px;
	font-size: 15px;
	line-height: 20px;
}

.box-btm{
	background-image: url('../images/box-btm.png');
	height: 17px;
	width: 900px;

}

.swirl{
	margin-left: 22px;
	width: 990px;
	height: 264px;
	margin-top: -200px;
	margin-bottom: -100px;
	background-image: url('../images/bg-swirl.gif');
	background-repeat: repeat-y;
}

.bg_wrapper{
	width: 1034px;
	margin: 0px auto;
	font-family: Arial;
	font-size: 13px;
	z-index: 2px;
	color: #393939;
	line-height: 28px;
	background-repeat: repeat-y;
	background-image: url('../images/bg-html.gif');
}

.bg_wrapper_wrap{
	margin: 0px 67px;
}

a.angrylips{
	height: 704px;
	width: 190px;
	top: 120px;
	right: 0px;
	position: absolute;
}

.content_packs{
	width: 900px;
	min-height: 250px;
	margin-top: 30px;
	float:left;
}

.pack_footer{
	width: 280px;
	height: 117px;
	position: absolute;
	bottom: 0px;
	color: #5d5d5d;
	font-family: 'HelveticaNeueLTStd', 'Helvetica', Arial;
}

.pack_footer h2{
	margin: 10px 20px;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}

.pack_footer h3{
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

.foto_right{
	background-image: url('../images/pack_right_bg.png');
	background-repeat: no-repeat;
	height: 237px;
	width: 300px;
}

.foto_left{
	background-image: url('../images/pack_left_bg.png');
	background-repeat: no-repeat;
	height: 237px;
	width: 300px;
}

.pack_first, .pack_second{
	border: 2px solid #a2a2a2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 240px;
	width: 440px;
	background-color: #eeeeee;
	margin-bottom: 30px;
	float:left;
}

.pack_second{
	margin-left: 10px;
}

.pack_left{
	height: 142px;
	width: 150px;
	float:left;
}

.pack_right{
	height: 102px;
	width: 205px;
	margin-right: 30px;
	padding: 20px 0px;
	float:right;
	font-family: 'HelveticaNeueLTStd', 'Helvetica', Arial;
	font-weight: normal;
}

.pack_right h2{
	font-size: 24px;
	color: #5d5d5d;
	font-weight: normal;
	height: 160px;
}

.pack_right h2 p{
	font-size: 18px;
	line-height: 18px;
	color: #5d5d5d;
	font-weight: normal;
	margin-top: 10px;
}

.pack_right h3{
	font-size: 20px;
	color: #555;
	font-weight: normal;
}

.pack_right h3 a{
	color: #555;
}

.pack_right h2 a{
	color: #5d5d5d;
}

.newspot{
	height: 140px;
	width: 160px;
	float:right;
	margin-bottom: -150px;
	z-index: 10px;
	margin-top: -95px;
}


.infofoto{
	width: 1000px;
	float:left;
	background-image: url('../images/bathroom-new.png');
	background-repeat: no-repeat;
	height: 350px;
}

.infofoto_POR2{
    width: 900px;
    float:left;
    background-image: url('../images/bathroom-newpt.jpg');
    background-repeat: no-repeat;
    height: 350px;
}

.infofoto_NED{
    width: 991px;
    float:left;
    background-image: url('../images/new-koortsblaasjes.jpg');
    background-repeat: no-repeat;
    height: 345px;
    margin-left: -45px;
    border-bottom-width: 1px;
    border-bottom-color: #fff;
    border-bottom-style: solid;
}

.infofoto_DUI2{
    width: 991px;
    float:left;
    background-image: url('../images/new-koortsblaasjesDUI2.jpg');
    background-repeat: no-repeat;
    height: 345px;
    margin-left: -45px;
    border-bottom-width: 1px;
    border-bottom-color: #fff;
    border-bottom-style: solid;
}

.infofoto_FRA{
    width: 991px;
    float:left;
    background-image: url('../images/boutons-de-fievre.jpg');
    background-repeat: no-repeat;
    height: 345px;
    margin-left: -45px;
    border-bottom-width: 1px;
    border-bottom-color: #fff;
    border-bottom-style: solid;
}

.clear{
	clear:both;
}

body.CZE h1,
body.CZE .content_packs h2,
body.CZE .content_packs h3{
    font-family: arial, helvetica, sans-serif !important;
}



