/**** Globals *****/

body {
        font-family: Verdana, arial, sans-serif;
	margin: 0;
        padding: 0;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6, ul, li, ol, input, select {
        margin: 0;
        padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia;
}

img {
        border: 0;
}

table {
        border-collapse: collapse;
}

/***** Companytheme *****/

.wrapper {
	background: url('/img/clientsite/header.gif') repeat-x;
}

.navHolder {
	width: 960px;
	margin: auto;	
}

.nav {
	float: right;
}

.nav ul {
	height: 40px;
}

.nav li {
	display: inline;
}

.nav a, .navUwvakman a {
	text-decoration: none;
	font-family: georgia;
	display: block;
	float: left;
	padding: 30px 15px 15px 15px;
	color: #FFFFFF;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomright: 10px;
	border-radius-bottomleft: 10px;
	border-radius-bottomright: 10px;
}

.nav a:hover {
	background: #003a63;
	color: #FFFFFF;
}

body.home a#home_link, body.projecten a#projecten_link, body.overons a#overons_link, body.offerte a#offerte_link {
	background: red;
} 

.navUwvakman a {
	font-size: 1.2em;
	padding: 25px 0 0 15px;
}	

.navUwvakman a:hover {
	text-decoration: underline;
}

.header {
	height: 220px;
	width: 910px;
	padding: 60px 25px 5px 0;
	margin: auto;
	clear: both;
}

.logo {
	width: 400px;
	height: 190px;
	float: left;
}

.businessCard {
	width: 280px;
	height: 145px;
	float: right;
	padding: 20px 5px 10px 30px;
	margin-right: 20px;
	background: #003a63;
}

/***** mainContent *****/

.mainContent {
	min-height: 480px !important; 
	height: auto;
	background: #1d1d1d;
	border-top: 1px solid #2D2E30;
}

.content {
	width: 930px;
	margin: 0 auto 0 auto;
	padding: 40px 15px 0 15px;
}

.homeContent {
	width: 500px;
	float: left;
	margin: auto;
}

.homePictures {
	width: 315px;
	float: right;
	margin: 60px 40px 0 0;
}

.footerHolder {
	width: 100%;
	height: 30px;
	background: url('/img/clientsite/footer.gif') repeat-x #2D2E30;
}

.footer {
	width: 930px;
	margin: 0 auto 0 auto;
}

.projectFoto {
	height: 100px;
	width: 150px;
	float: left;
	padding: 4px;
	margin: 10px 10px 5px 0;
	border: 1px solid #efefef;
	text-align: center;
}

.projectFotoHome {
	height: 80px;
	width: 120px;
	float: left;
	padding: 4px;
	margin: 10px 5px 5px 10px;
	border: 1px solid #efefef;
	text-align: center;
}

/***** offerte pagina *****/

.proposal {
	width: 100%;
	height: auto;
}

.proposal .textField {
        height: 24px;
        width: 500px;
	margin: 0;
}

.proposal .textarea {
	width: 500px;
}

.proposal textarea {
	width: 500px;
}

.proposal label {
        width: 150px;
        display: block;
	font-size: 0.9em;
	margin: 15px 0 10px 0;
}

.sendButton {
	width: 250px;
	height: 30px;
}


/***** typography *****/

h1 {
	margin: 0 0 20px 0;
	padding: 7px 0 10px 0;
	font-family: Georgia;
	font-size: 1.4em;
	font-weight: normal;
	color: #FFFFFF;
}

h2 {
	font-family: verdana;
	font-size: 0.8em;
	font-weight: bold;
	color: #B9B5AD;
	text-transform: uppercase;
}

.proposal h2 {
	margin: 10px 0 10px 0;
}

h3 {
	font-weight: normal;
}

p {
	font-size: 0.8em;
	line-height: 150%;
	padding: 15px 0 15px 0;
	margin: 0;
	color: #efefef;
}

.businessCard th {
	width: 120px;
	font-size: 0.8em;
	text-align: left;
	font-weight: normal;
}

.businessCard td {
	font-size: 0.8em;
}

.businessCard p {
	color: #FFFFFF;
}

.footer p {
	padding: 5px 0 0 0;
	color: #D0D0D0;
}

/* This is the notification bar */
.message { width: 100%; position: fixed; left: 0; top: 0; padding: 5px; text-align: center; font-weight: bold; background: url("../img/link_bg.gif") repeat-x; color: #FFFFFF; z-index: 300;}

/* This class is for form validation errors */
.error-message { float: right; color: red; font-size: 0.9em;}


