<pre>/*
Dark blue: #2C3B63
Light blue: #97B8D8
Ultralight Red: #f1c2b7
*/

body {}

body {
	text-align:left;
	font: 12px/16px 'OpenSansRegular', Trebuchet, Verdana, Helvetica, Arial,sans-serif;
	height:100%;
	background-color:#E8E8E8;
	min-width:1300px;
	padding:0;
	margin:0;
}

a:active, a:focus {
	outline: 0;
}

#container {
	width:100%;
	min-width:1150px;
	height:100%
	background:black;
	padding-bottom:32px;

}

#header {
	width:100%;
	/*padding: 13px 20px;*/
	background-color:#444;
	min-width:977px;

}

/*  #da1b1f,#a21e1a   */


#navigation {
	width:100%;
	background: #97b8d8;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97b8d8',endColorstr='#4d85bc');
	background: -moz-linear-gradient(#97b8d8,#4d85bc);
	background: -webkit-linear-gradient(#97b8d8,#4d85bc);
	height:95px;

}

#navigation .logo {
	float:right;
	margin-right:32px;
	margin-top:5px;
	background: url('http://www.fietsverhuurkiewiet.nl/images/logo.png') no-repeat;
	width:312px;
	height:85px;
}

#navigation ul {
	float:left;
	text-decoration:none;
	list-style:none;
	width:710px;
	margin-left:25px;
}

#navigation li {
	
	float:left;
	padding:5px;
	text-align:center;
	margin-top:28px;
	margin-left:15px;
}

#navigation li a {
	text-decoration:none;
	font-size:18px;
	color:#fff;
	padding: 2px 15px;
	float:left;
	font: 18px/24px 'OpenSansCondensedBold', Trebuchet, Verdana, Helvetica, Arial,sans-serif;
	font-weight:300;
	/*text-transform:uppercase;*/
	letter-spacing:1px;
	background-color: #2C3B63;
	border: 2px solid #fff;
	border-radius:25px;
}
#navigation li a:hover {
	color:#dadada;
}

#contentbg {
	background:#E8E8E8;
	padding:15px 10px 20px 10px;
	
}

#content {
	overflow:hidden;
	padding:0px;
	margin-top: -2px;
	border: 1px solid #cfcfcf;
	background:white;
}

#content .rightcol {
	float: right;
	width:400px;
	border-left: 1px solid #cfcfcf;
}


#content .products {
	float: none;
	min-width:400px;
	min-height:500px;
	margin-right:400px;
	border-right: 1px solid #cfcfcf;
}

#content .address {
	float: none;
	min-width:400px;
	min-height:500px;
	margin-right:400px;
	border-right: 1px solid #cfcfcf;
}

#footer {
	margin-top:35px;
	background:#eee;
	padding:8px 20px;
	overflow:hidden;
	clear:both;
	height: 175px;
	text-align:center;
}

#siteindex			{width:100%;margin:0 auto; width:900px;margin-top:25px;margin-bottom:100px;}
#siteindex	ul		{ display:block; width:250px;float:left;text-align:left;margin-right:50px;}
#siteindex	li.title{ text-align:left;font: 18px/18px "OpenSansCondensedBold", Trebuchet, Verdana, Helvetica, Arial, sans-serif;font-weight:800;border-bottom:1px solid #2C3B63;margin-bottom:15px;color:#B01636;}
#siteindex	li a 	{text-decoration:none; border:none;color: #2C3B63;font: 14px/26px "OpenSansRegular", Trebuchet, Verdana, Helvetica, Arial, sans-serif;padding:15px 0px;}


</pre>