@charset "utf-8";


/* Reset */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0px; 
	padding:0px; 
} 
fieldset,img{
	border:0px;
} 
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
ol,ul{
	list-style:none;
} 
caption,th{
	text-align:left;
} 
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
} 
q:before,q:after{
	content:''; 
} 
abbr,acronym{
	border:0px; 
}
a{
	text-decoration:none;
}
a:active, a:focus{
	outline:none;
}




/* Page */

html{
	height:100.1%;
}
body{
	height:100.1%;
	background:#f1f1f2 url(../images/body-background.png) center top no-repeat;
	color:#707173;
	font-family:arial;
	font-size:12px;
	line-height:19px;
}
#page{
	width:888px;
	min-height:100.1%;
	height:auto !important;
	height:100%;
	margin:0px auto;
	background:#ffffff url(../images/page-background.png) left top repeat-y;
}




/* Header */

#header{
	float:left;
	width:840px; /* 888px -  24px - 24px */
	height:134px;
	padding:0px 24px;
	background:url(../images/header-background.png) left top no-repeat;
}
#header h3{
	position:absolute;
	width:170px;
	height:116px;
}
#header h3 a{
	display:block;
	width:170px;
	height:116px;
	background:url(../images/logo.png) left top no-repeat;
}
#header h3 a span{
	display:none;
}




/* Meta Navigation */

#meta{
	float:right;
	height:40px;
	line-height:40px;
	font-size:11px;
}
#meta li{
	float:left;
	padding-left:10px;
}
#meta li.language{
	padding:0px 3px;
	background:url(../images/meta-separator.png) right center no-repeat;
}
#meta li.last{
	padding:0px 0px 0px 3px;
	background:none;
}
#meta li.active a{
	text-decoration:underline;
}
#meta li a{
	color:#289de9;
}
#meta li a:hover{
	background-color:#eeeeee;
}




/* Hauptnavigation */

#navigation{
	float:left;
	width:650px;/* 840px - 190px */
	height:41px;
	padding-left:190px;
	margin-top:53px;
	background:#009ee1 url(../images/navigation-background.png) left top repeat-x;
}
#navigation li{
	float:left;
	height:41px;
	background:url(../images/navigation-seperator.png) right top no-repeat;
	line-height:41px;
}
#navigation li a{
	display:block;
	height:41px;
	padding:0px 12px 0px 10px;
	font-size:16px;
	color:#ffffff;
}
#navigation li a.first{
	padding:0px 12px 0px 12px;
	background:url(../images/navigation-seperator.png) left top no-repeat;
	font-size:16px;
}
#navigation li a:hover,
#navigation li a.active{
	background:url(../images/navigation-over.png) right top repeat-x;
}




/* Keyvisual */

#keyvisual{
	float:left;
	width:840px;
	height:225px;
	padding:0px 24px;
	background:url(../images/keyvisual-background.png) left top no-repeat;
}
#keyvisual img{
	float:left;
	padding-bottom:28px;
	border-top:1px solid #ffffff;
	background:url(../images/keyvisual-shadow.png) center 176px no-repeat;
}
body#home #keyvisual{
	height:265px;
}
body#home #keyvisual img{
	background-position:center 236px;
}




/* Subnavigation */

#subnavigation{
	float:left;
	width:170px;
	margin-left:24px;
	padding-bottom:94px;
	background:url(../images/subnavigation-bottom.png) left bottom no-repeat;
}
#subnavigation ul{
	width:170px;
}
#subnavigation ul li{
	width:170px;
	border-top:1px solid #dddddd;
}
#subnavigation ul li a{
	display:block;
	width:155px;
	line-height:15px;
	padding:10px 0px 10px 15px;
	background:url(../images/subnavigation-bullet.png) 0px 14px no-repeat;
	color:#009ee0;
}
#subnavigation ul li a:hover,
#subnavigation ul li a.active{
	background-color:#f4f4f4;
	color:#00448a;
}
#subnavigation ul li ul li{
	border:0px;
}
#subnavigation ul li ul li a{
	width:140px;
	padding:4px 0px 4px 30px;
	font-size:11px;
	background:url(../images/subnavigation-bullet.png) 15px 8px no-repeat;
}
body#home #subnavigation{
	display:none;
}



/* Content */

#content{
	float:left;
	width:430px;
	margin-left:20px;
}
#content h1{
	float:left;
	width:430px;
	padding-bottom:30px;
	font-size:24px;
	line-height:24px;
	color:#009ee0;
}
#content h2{
	float:left;
	width:430px;
	color:#0d579c;
}
#content h3{
	float:left;
	width:430px;
	padding-bottom:15px;
	font-weight:bold;
	font-size:14px;
}
#content p{
	float:left;
	width:430px;
	padding-bottom:25px;
}
#content p strong{
	font-weight:bold;
}
#content p.teaser{
	font-weight:bold;
}
#content p.image-left span{
	float:left;
	clear:left;
	width:173px;
	margin:0px 15px 10px 0px;
	border:1px solid #dddddd;
}
#content p.image-left img{
	float:left;
}
#content p.image-left span.subtitle{
	width:167px; /* 173px - 3px - 3px */
	padding:3px;
	margin:0px;
	border:0px;
	border-top:1px solid #dddddd;
}
#content a{
	padding-left:10px;
	background:url(../images/subnavigation-bullet.png) left center no-repeat;
	color:#009ee0;
}
#content a:hover{
	background-color:#eeeeee;
}
#content.news h1{
	padding-bottom:5px;
}
#content.news p{
	padding-bottom:0px;
}
body#home #content{
	display:none;
}

#content p span.image-left{
	float:left;
	clear:left;
	width:170px;
	margin:0px 15px 10px 0px;
	border:1px solid #dddddd;
}
#content p span.image-left img{
	display:block;
}
#content p span.image-left span.description{
	display:block;
	padding:3px 6px;
	margin:0px;
	border:0px;
	font-size:11px;
	line-height:13px;
}
#content p span.image-left span.copyright{
	float:right;
	padding:3px 6px;
	margin:0px;
	border:0px;
	font-size:11px;
	line-height:13px;
	display:none;
}
#content p span.image-left a{
	padding:0px;
	background:none;
}
#content ul.gallery{
	float:left;
	background:#eeeeee;
	width:390px;/* 430px - 20px - 20px */
	padding:20px;
	margin-bottom:35px;
}
#content ul.gallery li{
	float:left;
	padding:0px;
	margin-right:10px;
}
#content ul.gallery li a{
	padding:0px;
	width:100px;
	height:75px;
	display:block;
}
#content p.big-image span.description{
	font-size:11px;
	line-height:13px;
	background:#eeeeee;
	display:block;
	padding:3px 6px;
}
#content ul{
	float:left;
	width:430px;
	padding-bottom:25px;
}
#content ul li{
	float:left;
	width:415px;/* 430px - 15px*/
	padding-left:15px;
	padding-bottom:5px;
	line-height:17px;
	background:url(../images/content-list-bullet.png) left 6px no-repeat;
}




/* Boxes */

#boxes{
	float:left;
	width:200px;
	margin:0px 24px 0px 20px;
}
#boxes .box{
	float:left;
	width:200px;
	padding-bottom:20px;
	background:url(../images/box-shadow.png) left bottom no-repeat;
}
#boxes .box h4{
	float:left;
	width:200px;
	background:#eeeeee url(../images/box-header-right.png) right top no-repeat;
	height:34px;
	line-height:34px;
	font-size:14px;
	font-weight:bold;
}
#boxes .box h4 span{
	float:left;
	padding-left:10px;
	background:url(../images/box-header-left.png) left top no-repeat;
}
#boxes .box p.image{
	float:left;
	width:198px;
	border-left:1px solid #e5e6e6;
	border-right:1px solid #e5e6e6;
}
#boxes .box p.image img{
	display:block;
}
#boxes .box p.link{
	float:left;
	width:200px;
	background:url(../images/box-footer-right.png) right top no-repeat;
	line-height:37px;
	height:37px;
}
#boxes .box p.link span{
	float:left;
	background:url(../images/box-footer-left.png) left top no-repeat;
	color:#009ee0;
}
#boxes .box p.link span a{
	display:block;
	width:180px;
	background:url(../images/subnavigation-bullet.png) 10px center no-repeat;
	padding-left:20px;
	color:#009ee0;
}
#boxes .box p.link span a:hover{
	color:#00448a;
}
body#home #boxes{
	width:840px;
	margin:0px 24px 20px 24px;
}
body#home #boxes .box{
	width:195px;
	margin-right:20px;
}
body#home #boxes h4{
	width:195px;
}
body#home #boxes p.link{
	width:195px;
}
body#home #boxes p.link span a{
	width:175px;
}
body#home #boxes .last{
	margin-right:0px;
}
body#home #boxes p.image{
	width:193px;
	background-repeat:no-repeat;
}




/* Clearer */

#clearer{
	height:50px;
	padding-bottom:162px;
	clear:both;
}




/* Footer */

#footer{
	margin:0px auto;
	margin-top:-162px;
	padding:0px;
	height:162px;
	font-size:11px;
	background:url(../images/footer-page-background.png) left bottom repeat-x;
}
#footer #footer-page{
	width:888px;
	margin:0px auto;
}
#footer #footer-page #copyright{
	float:left;
	width:440px; /* 456px - 16px */
	padding:13px 0px 0px 13px;
}
#footer #footer-page #hartmann{
	float:left;
	width:840px;
	height:39px;
	line-height:39px;
}
#footer #footer-page #denoir{
	float:left;
	width:840px;
	margin-top:12px;
	padding:0px;
	height:34px;
	line-height:34px;
	text-align:center;
}
#footer #footer-page #denoir a{
	color:#ffffff;
}
#footer #footer-page #denoir a:hover{
	background-color:#2791d5;
}
#footer #footer-background{
	float:left;
	width:840px;
	padding:0px 24px;
	background:url(../images/footer-background.png) left top no-repeat;
}



/* Brands */

#brands{
	float:right;
	width:361px;
	height:74px;
	padding-top:3px;
}
#brands li{
	float:left;
	line-height:74px;
	height:74px;
	background-repeat:no-repeat;
	background-position:left top;
}
#brands li.first{
	width:90px;
}
#brands li span{
	display:none;
}
#brands li#my-day{
	width:101px;
	background-image:url(../images/my-day.png);
}
#brands li#cosmoplast{
	width:97px;
	background-image:url(../images/cosmoplast.png);
}
#brands li#bel{
	width:73px;
	background-image:url(../images/bel.png);
}




/* Quicklinks */

#quicklinks{
	float:left;
	width:440px; /* 456px - 16px */
	padding-left:13px;
	height:16px;
}
#quicklinks li{
	float:left;
	background:url(../images/quicklinks-separator.png) center right no-repeat;
	padding:0px 5px 0px 5px;
}
#quicklinks li.first{
	padding-left:0px;
}
#quicklinks li.last{
	background:none;
}
#quicklinks li a{
	color:#707173;
}
#quicklinks li a:hover{
	text-decoration:underline;
}
