@charset "utf-8";
/* CSS Document */

body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: url(../images/background.jpg) fixed center no-repeat; 
	background-color: #1f1b15;
	margin: 0px;
}
#wrapper {
	width: 960px;
	height: 540px;
	position: absolute;		
	left: 50%;	
	top: 50%;	
	margin: -280px 0 0 -481px;
	font-size: 1.2em;
	color: white;
	background-color: black;
}
#header {
	width: 960px;
	height: 113px;
	background: url(../images/header.gif) no-repeat; 
	background-color: #422518;
	text-align: center;
	color: #c3c1b7;
	font-size: 1.1em;
}
*+html #header {  height:113px; } 
/*\*/ * html #header {  height:113px;  } /**/

#content {
	background: url(../images/background2.jpg) #000 no-repeat; 
	width: 960px;
	height: 427px;
}
#foto {
	float: left;
	padding: 80px 0 0 116px;
}
#tekst {
	float: left;
	padding: 95px 116px 36px 66px;
	line-height: 1.85em;
	width:430px;
}
#footer {
	width: 960px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 270px 0 0 -481px;
	padding: 0 36px 0 36px;
	font-size: 1.1em;
	color: #ab9d88;
}
/*\*/ * html #footer { padding-top: 50px;  } /**/

#footer a, #footer a:visited, #footer a:hover, #footer a:link, #footer a:active {
	color: #ab9d88;
	text-decoration: none;
}





/* HORLOGES */

#contentleft {
	width: 360px;
	float: left;
	padding: 30px 0px 0px 32px;
}	
#merken ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	height: 230px;
}
ul.left {
	width: 135px;
	float: left;
	margin: 0;
	padding: 0;
}
ul.right {
	width: 120px;
	float: left;
	margin: 0;
	padding: 0;
}
#description {
	clear: both;
}
*+html #description { margin-top: -30px; } 
#logo {
	padding: 15px 0px 0 0;
	margin-right: 15px;
	border-top: 1px dotted white;
	float: left;
	width: 120px;
}
#desc {
	padding: 15px 0 0 0;
	float: left;
	width: 220px;
	border-top: 1px dotted white;
	text-align: right;
}	
.descnav {
	padding: 0 0 16px 0;
}


.descr {
	padding: 6px 0 0 0;
	font-size: 0.9em;
	color: #ab9d88;
}
#contentright {
	padding: 0px 32px 0 0px;
	float: right;
	width: 500px;
	text-align: center;
	height:427px;
}	
a, a:visited, a:hover, a:link, a:active {
	color: #ab9d88;
	text-decoration: none;
}
a:hover {
	color: white;
}



.input {
	border: 1px solid #CECECE;
	background-color: #FFFFFF;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	padding-left: 4px;
	width: 250px;
	font-weight: bold;
}
input.button {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.9em;
	border: 0px;
	background-color: white;
	border: 1px solid #999999;
	font-weight: bold;
	padding: 1px;
	height: 20px;
	cursor: pointer;
   	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#DFDFDF');
}
