body, td, th { font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 11px; color: #333; }

p { line-height: 20px; padding: 0px 10px 10px 10px; }
h1 { font-family: 'Myriad Pro', Helvetica, Arial, Verdana, sans-serif; font-size: 25px; letter-spacing: 0.1em; padding: 10px; color: #666; text-transform: lowercase; }
h2 { font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 16px; letter-spacing: 0.1em; padding: 0 10px 10px 10px; color: #666; text-transform: lowercase; }
h2 em { color: #9AA5BB; }
h3 {}
h4 {}
h5 {}
h6 {}

a:link, a:active, a:visited { text-decoration: underline; color: #333; }
a:hover { text-decoration: none; }

form { margin: 0px 10px; }

form input[type="text"] { width: 250px; border: #ccc 1px solid; }
form textarea { border: #ccc 1px solid; height: 200px; width: 270px; }

.msg, .emsg { color: #9AA5BB; }

/* structuur */

#wrapper { width: 900px; margin: 0px auto; }
	#header { }
	#navigatie {}
		#navigatie a { display: block; float: left; padding: 5px 8px; text-decoration: none; color: #666; text-transform: lowercase; }
		#navigatie a.current { text-decoration: none; background-color: #e1e1e1; color: #333; }
		#navigatie a:hover { text-decoration: none; background-color: #efefef; }
	#content { border-top: 1px solid #e1e1e1; background-color: #efefef; overflow: auto; }
		#leftBig, #rightBig { width: 450px; float: left; padding-bottom: 10px; }
		#leftSmall, #rightSmall { width: 450px; float: left; padding-bottom: 10px; }
		#rightSmall {}
		#leftSmall { height: 675px; }
		#mid { width: 0px; }
	#footer { border-top: #ccc 1px solid; color: #666; }
		#footer a { color: #09c; text-decoration: none; }
		
/* Portfolio */

#port { margin: 0px 8px; list-style-type: none; }
#port li { margin: 4px; float: left; background-color: #fff; border: #f1f1f1 1px solid; width: 134px; height: 175px; cursor: pointer; }
#port li img { margin: 3px; }
#port li h2 { font-family: Helvetica, Arial, Verdana, sans-serif; padding: 3px; font-size: 11px; text-transform: uppercase; color: #9AA5BB; letter-spacing: 0em; }
#port li p { padding: 3px; line-height: 16px; }
