@charset "utf-8";
/* CSS Document */

a {
	text-decoration: none;
	color: #622280;
}

a:hover {
	text-decoration: underline;
}

* { margin: 0; padding: 0; }

img {
	border: none;
}

html {
	height: 100%;
}

body {
	background: #588ddd url(image/raw/bg-main.jpg) repeat-y left;
	font: 12px/15px Tahoma, Helvetica;
	color: #333;
	height: 100%;

}

#wrapper {
	width: 750px;
	min-height: 100%;
	margin: 0px 70px;
	background: #FFF;
	border-left: 15px solid #4478c7;
	border-right: 50px solid #4478c7;
}



#navigatie {
	list-style: none;
	font: 40px/50px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -3px;
	width: 730px;
	margin: 0px 10px;
	/*position: fixed; top: 25px; left: 880px;*/
}

#navigatie li {
float: left;
}

#navigatie a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0px 20px;
}

#navigatie a:hover {
	text-decoration: none;
	color: #4478c7;
}

#content {
	width: 700px;
	padding: 0 25px 0 30px;
}

h1 {
	margin: 15px 0 10px 0;
	padding: 10px 0px;
	color: #96bd0d;
	font: 40px/50px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -3px;
}
h1:first-letter {
font-size: 55px;
}
h1.homepage {
	margin: 20px 30px;
}

h2 {
	color: #4478c7;
	font: 30px/40px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -2px;
	margin: 50px 0 10px 0;
}

h4 {
	font-size: 14px;
	color: #96bd0d;
	padding: 0 0 0 20px;
	margin: 30px 0 10px 0;
	background: url(image/nav/baloon.png) no-repeat center left;
}

.skiptocontent {
	font: 9px "Courier New", Courier, monospace;
	background: url(image/nav/tocontent.gif) no-repeat right;
	padding: 0 15px 0 0;
	margin: 0 0 0 680px;
	color: #FFFFFF;

}

#about {
	margin: 10px 0 10px 0;
	font-size: 14px;
	background-color: #4478c7;
}

.voorbeelden {
	font: 15px/20px Georgia, "Times New Roman", Times, serif;
	color: #96bd0d;
	display: block;
	margin: -10px 0px 15px 0px;
}

ul.sq {
	list-style: none;
	margin: 3px;
}

#navigatiebottom {
	list-style: none;
	font-size: 10px;
	width: 85%;
	margin: 70px auto 0 auto;
	border-left: 5px solid #96bd0d;


}

#navigatiebottom li {
	float: left;
	padding: 0 10px 0 10px;
	border-right: 1px solid #CCC;
}


#navigatiebottom a {
	color: #666666;
}

#search {
	margin: 50px 0 0 450px;
}

input.inp {
	background-color: #FFF;
	border: 1px dotted #CCC;
}	

input.sear {
	background: url(image/nav/search.gif) top center no-repeat;
	width: 20px;
	height: 22px;
	border: none;
	text-indent: -10000px;
}

input.sear:hover {
	background-position: bottom;
	cursor: pointer;
}

/* CONTACT */

.contact {
	margin-left: 10px;
}

.contact td {
	padding: 3px;
	height: 30px;
	width: 160px;
}

.contact input, select {
	width: 150px;
}

.invalidInput,.validInput{
	padding:1px;
}

.invalidInput{
	border-left:1px solid #FF0099;
}

.validInput{
	border-left:1px solid #5cb53d;
}

/* WORK */

.workweb {
	border-bottom: dotted 1px #CCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.leftwork {
	float: left;
	padding: 5px;
}

h3 {
	font-size: 14px;
	padding: 5px;
	margin: 50px 0 0 0;
}

.leftwork img {
	margin: 0 0 0 5px;
	border: 1px solid #333333;
	max-width: 260px;
	max-height: 200px;
}

.rightwork {
	float: right;
	width: 50%;

}
.dot {
	height: 1px;
	border-bottom: 1px dotted #CCC;
	margin: 30px 0 20px 0;
}

.rightwork ul {
	list-style: none;
	margin: 0px;
}

.rightwork ul li {
	border-bottom: dotted 1px #CCC;
	padding-top: 5px; padding-bottom: 5px;
}

.clear {
	height:0px;
	clear: both;
}

fieldset {
	border: 1px dotted #CCC;
	padding: 20px;
}

legend {
	font-size: 10px;
	color:#999999;
}
