﻿html {
	background: url(Images/Document.png) repeat-x;
}
body {
	margin: 0 auto;
	width: 900px;
	padding: 0 14px;
	background: url(Images/Body.png) no-repeat;
	font: 10.5pt/16pt arial, verdana;
	color: #464545;
}
a:link, a:visited {
	color: #464545;
	text-decoration: underline;
}
a:hover, a:active {
	color: #464545;
	text-decoration: none;
}
p {
	margin: 0.2em 0 0.6em;
	line-height: 1.3em;
}
input[type=text], input[type=password], textarea {
	font: 10pt Verdana, Arial, Sans-Serif;
	max-width: 500px;
	max-height: 250px;
	width: 200px;
}
textarea {
	width: 300px;
	height: 200px;
}
h1 {
	float: left;
	background: no-repeat 1px;
	text-indent: -9000px;
	width: 860px;
	height: 250px;
	margin: 20px 19px 0;
	display: inline;
}
.default h1, .login h1 {
	background-image: url(../../Media/Headers/Default.jpg);
}
.projectresult h1 {
	background-image: url(../../Media/Headers/Project.jpg);
}
.stylinga h1 {
	background-image: url(../../Media/Headers/StylingA.jpg);
}
.stylingb h1 {
	background-image: url(../../Media/Headers/StylingB.jpg);
}
.contact h1, .contactok h1 {
	background-image: url(../../Media/Headers/Contact.jpg);
}
.newsresult h1, .newsdetail h1 {
	background-image: url(../../Media/Headers/News.jpg);
}
#Navigation {
	margin: 0 0 0 19px;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;
}
#Navigation li {
	float: left;
}
#Navigation li a:link, #Navigation li a:visited {
	float: left;
	width: 130px;
	height: 22px;
	padding: 5px 0;
	text-align: center;
	color: #FFF;
	text-transform: lowercase;
	font-size: 12.5pt;
	background: #5D5A5A;
	border-left: 1px #FFF solid;
	text-decoration: none;
}
#Navigation li a.selected:link, #Navigation li a.selected:visited, #Navigation li a:hover, #Navigation li a:active {
	background: #7A6A5D;
}
#Content {
	float: left;
	width: 601px;
	min-height: 300px;
	margin: 15px 37px 37px;
	display: inline;
}
#Content h2 {
	font-weight: normal;
	margin: 0.83em 0;
}
.navigation {
	font-size: 10pt;
	margin-top: 2em;
}
#Side {
	float: right;
	width: 193px;
	margin: -32px 20px 37px 0;
}
#Side h2 {
	float: left;
	width: 100%;
	padding: 5px 0;
	height: 22px;
	font-weight: normal;
	font-size: 13pt;
	text-align: center;
	color: #FFF;
	background: #999;
}
address {
	float: left;
	width: 149px;
	margin: 1px 0 60px;
	padding: 0 22px;
	background: url(Images/Address.png) repeat-x;
}
address p {
	line-height: 1.8em;
}
#News {
	float: left;
	padding: 0;
	list-style: none;
}
#News li {
}
#News li a {
	float: left;
	width: 149px;
	margin-top: 1px;
	padding: 4px 22px;
	background: url(Images/News.png) repeat-x;
	text-decoration: none;
	font-size: 10pt;
}
#News li a:hover strong, #News li a:active strong {
	text-decoration: underline;
}
#News li a em {
	font-size: 10pt;
}
.meer_nieuws {
	float: left;
	margin: 0;
}
.meer_nieuws a {
	display: block;
	padding: 2px 0;
	width: 193px;
	height: 20px;
	background: #5D5A5A;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.meer_nieuws a:hover, .meer_nieuws a:active {
	text-decoration: underline;
}
#Footer {
	float: left;
	width: 100%;
	background: url(Images/Footer.png) repeat-x;
	text-align: center;
	padding-top: 15px;
	font-size: 10pt;
	color: #666;
}
#Footer a:link, #Footer a:visited {
	text-decoration: none;
	color: #666;
}
#Footer a:hover, #Footer a:active {
	text-decoration: underline;
}

/* Page Specific */
.projectresult #Content div {
	float: left;
	background: url(Images/Verkoopstyling.png) no-repeat;
	padding: 10px;
	margin: 5px 15px;
}
.projectresult #Content div a {
	float: left;
	width: 150px;
	height: 150px;
	overflow: hidden;
	text-decoration: none;
	position: relative;
}
.projectresult #Content div a img {
	position: absolute;
	height: 150px;
}
.projectresult #Content div a span {
	position: absolute;
	text-align: center;
	color: #FFF;
	width: 100%;
	bottom: 0;
	background: #7A6A5D;
	background: rgba(122, 106, 93, 0.7); 
}

.stylinga #Content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.stylinga #Content ul li {
	float: left;
	margin: 6px;
	padding: 2px;
	border: 1px #999 solid;
}
.stylinga #Content ul li a {
	float: left;
	height: 87px;
	overflow: hidden;
}
.stylinga #Content ul li a img {
	width: 131px;
}
