/***********************/

/* Wesdesignz Main CSS */

/***********************/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	background-image: url("../images/backgrounds/body_background.png");
	background-repeat: repeat-x;
	font-family: Arial, Sans, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	text-align: center;
}

/*** Header */

div.header {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	margin-top: 35px;
}

/*** Content */

div.content-container {
	width: 900px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
}

div.content div.ct {
	background-image: url("../images/backgrounds/content/content_top.png");
	height: 21px;
}

div.content div.cb {
	background-image: url("../images/backgrounds/content/content_bottom.png");
	height: 21px;
}

div.content div.cm {
	padding: 0 35px;
	background-image: url("../images/backgrounds/content/content.png");
	background-repeat: repeat-y;
}

/*** Footer */

div.footer {
	padding: 4px;
	text-align: center;
	font-size: 11px;
	color: #777777;
	line-height: 15px;
}

div.footer a,div.footer a:visited,div.footer a:hover,div.footer a:active {
	color: #444444;
	font-weight: bold;
	text-decoration: underline;
}

div.footer a:hover,div.footer a:active {
	color: #595959;
}

/*** Projecten */

table.projects {
	margin: 1%;
	width: 98%;
}

table.projects tr td {
	vertical-align: middle;
	text-align: center;
}

table.projects tr td div.project {
	width: 150px;
	min-height: 150px;
	padding: 10px;
	border: solid #c1c1c1 2px;
	margin: auto;
	background-color: #FFFFFF;
}

table.projects tr td.description {
	padding: 5px 15px;
	border: solid #c1c1c1 2px;
	background-color: #FFFFFF;
	margin-left: 25px;
	vertical-align: top;
	text-align: left;
	color: #333333;
}

/*** Contact */

table.contactform {
	width: 350px;
}

table.contactform tr td {
	padding: 9px 15px;
}

/*** Formulier velden */

input[type=text] {
	min-width: 150px;
	border: solid #c1c1c1 2px;
	background-color: #FFFFFF;
	padding: 5px 7px;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 11px;
	color: #444444;
}

textarea {
	min-width: 300px;
	min-height: 200px;
	border: solid #c1c1c1 2px;
	background-color: #FFFFFF;
	padding: 5px 7px;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 11px;
	color: #444444;
}

input[type=submit] {
	padding: 5px 17px;
	border: solid #555555 2px;
	background-color: #EFEFEF;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 11px;
	color: #232323;
}

input[type=submit]:hover {
	color: #444444;
	background-color: #DEDEDE;
	cursor: pointer;
	cursor: hand;
}

/*** Text */

h1 {
	font-family: Trebuchet MS;
	font-size: 14pt;
	color: #a39038;
}

div.content div.cm p {
	padding: 4px 7px;
}

/*** Links */

a,a:visited,a:hover,a:active {
	color: #a39038;
	text-decoration: underline;
	font-weight: bold;
}

a:hover,a:active {
	color: #8a7823;
}

/*** Links - Gray */

a.gray,a.gray:visited,a.gray:hover,a.gray:active {
	color: #777777;
	text-decoration: none;
	font-weight: normal;
}

a.gray:hover,a.gray:active {
	color: #444444;
	text-decoration: underline;
}

/*** Links - Footer */

div.footer a,div.footer a:visited,div.footer a:hover,div.footer a:active {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

div.footer a:hover,div.footer a:active {
	color: #353535;
}

/*** Flags */

div.flags {
	position: absolute;
	float: right;
	width: 835px;
	padding-right: 15px;
	margin: 0 auto;
	text-align: right;
}

/*** Misc */

img {
	border: 0;
}

div.line {
	width: 100%;
	height: 1px;
	font-size: 1px;
	background-color: #c1c1c1;
	
	margin-top: 7px;
}

.center {
	text-align: center;
}

.googleads {
	width: 700px;
	margin: 2px auto;
}

.gray {
	color: #666666;
}

/*** End Of File */