/* CSS document

colors:
donkergrijs: #302E29;
appelblzeegr: #39A5B6;


*/


*:focus { 
	outline-color:invert;
	outline-style:none;
	outline-width:0pt;
}

html {
	width: 100%;
	height: 100%;
	
}

body {
	padding: 0;
	margin: 0;
  	font: 16px/24px "Trebuchet MS", Verdana, Sans-serif;
	color: #302E29;
	background: #39A5B6 url(/images/content.png) center top repeat-y;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 24px;
}

a {
	text-decoration: none;
	color: #302E29;
	font-weight: bold;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}

label {
	margin: 0 0 16px 96px;
	padding: 0;
	width:  128px;
	display: block;
	float:  left;
	clear: both;
	font-weight: bold;
}

input {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	width:  256px;
  	font: 16px/24px "Trebuchet MS", Verdana, Sans-serif;
	border: 0;
	border-bottom: 1px solid #302E29;
}

textarea {
	margin: 0 0 16px 96px;
	padding: 0;
	display: inline;
	float: left;
	width:  384px;
	height: 128px;
  	font: 16px/24px "Trebuchet MS", Verdana, Sans-serif;
	border: 1px solid #302E29;
}


input.submit {
	margin: 0 224px 0 224px;
	padding: 0;
	width: 126px;
	color: #FFF;
	background: #302E29;
	border: 1px solid #39A5B6;
}

#flashcontent
{
	text-align: center;
}

#header_wrapper {
	margin: 0;
	padding: 0;
	background: url(/images/standard.png);
	display: block;
	width: auto;
	height: 256px;
	text-align: center;
}

#header_wrapper.home	 { background: url(/images/standard.png); }
#header_wrapper.products { background: url(/images/rood.png); }
#header_wrapper.projects { background: url(/images/groen.png); }
#header_wrapper.contact	 { background: url(/images/blauw.png); }
#header_wrapper.login  	 { background: url(/images/geel.png); }

#header {
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 896px;
	height: 256px;
}

#header img {
	float: left;
	border: 0;
}

#header_top {
	margin: 0;
	padding: 0;
	padding-top: 16px;
	display: block;
	float: right;
	height: 112px;
	width: 608px;
	text-align: right;
	color: #fff;
}

#header_top a {
	color: #fff;
}

#header_top input {
	margin: 0;
	padding: 0 2px 0 2px;
	border: none;	
	font: inherit;
	float: none;
	display: inline;
	line-height: 16px;
	width: 110px;	
	height: 18px;
	padding-right: 16px;
	background: #fff url(/images/icons/magnifier.png) no-repeat top right;
	background-position: 112px 1px;
	border: 1px solid #302E29;
}

h1#title {
	margin: 0;
	padding: 0;

	display: inline;
	float: right;

  	font: 32px/48px "Trebuchet MS", Verdana, Sans-serif;

	width: 608px;
	height: 64px;

	text-align: right;
	color: #fff;
}

#header #menu {
	margin: 0;
	padding: 0;
	display: block;
	clear: right;
	list-style: none;
	height: 64px;
	width: 640px;
	overflow: hidden;
}

#header #menu li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 128px;
	height: 64px;
	text-align: center;
}

#header #menu li a {
	margin: 0;
	padding: 19px 0 50px 0;
	display: block;	
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#header #menu li#home		:hover {	background: none; }
#header #menu li#products	:hover {	background: red;   	color: #302E29; }
#header #menu li#projects	:hover {	background: lime; 	color: #302E29; }
#header #menu li#contact	:hover {	background: blue; 	color: #302E29; }
#header #menu li#login		:hover {	background: yellow; color: #302E29; }


#subheader_wrapper {
	margin: 0;
	padding: 0;
	background: url(/images/subheader_loop.png);
	display: block;
	width: auto;
	height: 32px;
	text-align: center;
}

#subheader {
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 960px;
	height: 32px;
	background: url(/images/subheader.png) no-repeat;
}

#content {
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 960px;
	background: url(/images/content.png) repeat-y;
}

div#body {
	margin: 0 64px 0 0;
	padding: 0 0 64px 0;
	float: right;
	display: inline;	
	width: 576px;
	text-align: left;
	border-bottom: 1px solid #302E29;
}

div#body li 
{
	margin-bottom: 32px;
	list-style-image: url('/images/icons/paintcan.png');
}

div#body ul.files li 
{
	list-style-image: url('/images/icons/page_white_text.png');
}

div.error {
	color: #302E29;
	border: 2px solid #302E29;
	background: #39A5B6;
	display: block;
	width: auto;
	margin: 0;
	padding: 4px;
	margin-bottom: 32px;
}


#content #menu {
	margin: 0;
	padding: 0;
	margin-left: 48px;
	display: inline;
	float: left;
	list-style: none;
	width: 224px;
	overflow: hidden;
	margin-bottom: 256px;
}

#content #menu li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 224px;
	height: auto;
}

#content #menu li a {
	margin: 0;
	padding: 8px;
	display: inline;
	width: 208px;
	height: auto;
	text-align: center;	
	border-bottom: 1px solid #39A5B6;
	text-align: left;
	float: left;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#content #menu li a:hover {
	background: #39A5B6;
	border-bottom: 1px solid #302E29;
	color: #302E29;
}

#footer {
	margin: 0 auto;
	display: block;
	width: 576px;
	padding: 32px 32px	64px 288px;
	text-align: right;
	color: #666;
	clear:  both;
}




