<!--

/* pagina layout */
body {
	margin:0 0px 0 0;
	background-color:#fff;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:20px 20px;
}

div,p,h1,h2,h3,li {
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
}
a {
	color:#0099FF;
}
a:hover {
	color:#f00;
}
#hide {
	position:absolute;
	left:-9999px;
}

#header {
	height:90px;
	background-image:url(../images/wingz.jpg);
	background-repeat:no-repeat;
	background-position:right -10px;
}

/* tabjes bovenaan */
#navigatie {
	position:absolute;
	left:100px;
	top:90px;
}
#navigatie ul {
	display:block;
	list-style:none;
	padding:0;
	margin:0;
}
#navigatie li {
	float:left;
	border-left:1px solid white;
	height:30px;
	padding:0px 20px 0px 20px;
	text-decoration:none;
	color:#fff;
	font:700 14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
}
#navigatie a {
	line-height:30px;
	text-decoration:none;
	color:#fff;
}
#navigatie span {
	line-height:30px;
}
#navigatie li:hover {
	background:#990000;
}
#navigatie #active {
	background:#990000;
}
#navigatie li#current {
	background:#900;
}
/* einde tabjes */

# onzin {
}

#container {
	margin:0;
	background-image:url(../images/rodebalk.png);
	background-position:top;
	background-repeat:repeat-x;
}

#login {
	position:absolute;
	left:0px;
	top:90px;
	width:100px;
	height:800px;
	border-right:1px solid #ccc;
	margin:0px 0px 0px 0px;
	padding:150px 0px 0px 0px;
	text-align:right;
}

#login ul {
	display:block;
	list-style:none;
	padding:0px;
	margin:0;
}
#login li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:lowercase;
	line-height:20px;
	padding-right:10px;
}
#contact {
	padding-left:15px;
	background-image:url(../images/contact.png);
	background-position:0 3px;
	background-repeat:no-repeat;
}
#zoeken {
	padding-left:15px;
	background-image:url(../images/zoeken.png);
	background-position:0 3px;
	background-repeat:no-repeat;
}
#sitemap {
	padding-left:15px;
	background-image:url(../images/sitemap.png);
	background-position:0 3px;
	background-repeat:no-repeat;
}
#login a {
	color:#333333;
	text-decoration:none;
}
#login a:hover {
	text-decoration:underline;
}


#container2 {
	float:right;
	margin:0 30px 0px 0px;
	height:800px;
	width: 190px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:0;
}
#changefont {
	list-style:none;
	margin:0;
	padding:0;
}
#changefont li {
	float:right;
}
#changefont img {
	margin:5px 5px 5px 0;
	border:none;
}
#submenu {
	display:block;
	list-style:none;
	padding:0;
	margin:70px 0 0 0;
	border-top:1px solid #ccc;
}
#submenu li {
	border-bottom:1px solid #ccc;
}
#submenu a {
	display:block;
	padding:7px 10px 7px 10px;
	color:#000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
#submenu a:hover {
	background:#e0e0e0;
	color:#FF0000;
	text-decoration:none;
}
#submenu #current {
	padding:7px 10px 7px 10px;
/*	background:#e0e0e0; */
	color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}


#content {
	clear:none;
	margin:0px 0px 0px 80px;
	padding: 30px 280px 0px 50px;
	font-family:"Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 13px;
	color:#333333;
	line-height:1.6;
}
#content b {
	font-size:14px;
	color:#222222;
}
#content div,p {
	line-height:1.5;
}
#content blockquote {
	width:200px;
	float:right;
	margin:20px -30px 10px 15px;
	padding:10px;
	background-color:#eee;
	border:1px solid #ccc;
	color:#444;
}

#content h1 {
	margin:30px 0 10px 0;
	line-height:1;
	color:#222222;
	font-size:20px;
	font-family:"Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
}
#content h2 {
	font-size:14px;
	font-weight:bold;
}
#content h3 {
	color:#666;
	font-size:10px;
	font-weight:normal;
}
#content h3 a {
	color:#666;
	text-decoration:none;
}
#content h3 a:hover {
	text-decoration:underline;
}
#content #current {
	font-weight:bold;
	color:#000;
}
#content p {
	margin:0;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	color:#333;
}
#content ul {
	list-style:none;
	margin:0 0 0 10px;
	padding:0;
}
#content li {
	padding-left:10px;
	margin:0;
}
#content .afbeelding {
	float:left;
	margin-right:5px;
	border:1px solid #CCCCCC;
}
#content span {
	font-weight:600;
	color:#333333;
}

/* portfolio */
#portfolio {
	margin:20px 0 0 0;
	padding:0;
	list-style:none;
}
#portfolio li {
	float:left;
	padding:0;
	margin:5px 10px 0 0;
}
#portfolio img {
	width:150px;
	height:150px;
	border:1px solid #000;
	margin:0;
}

/* formulier */
#mailform input {
	width:350px;
	border:1px solid #000;
}
#mailform input#submit {
	width:100px;
	background:#FF0000;
	color:#fff;
	font-weight:bold;
}
#mailform textarea {
	width:350px;
	height:200px;
	border:1px solid #000;
}
#mailform fieldset {
  margin-bottom: 10px;
}
#mailform legend {
  padding: 0 2px;
  font-weight: bold;
  _margin: 0 -7px; /* IE Win */
}
/*\*//*/
#mailform legend {
  display: inline-block;
}
/* IE Mac legend fix */
#mailform label {
  display: inline-block;
  line-height: 2;
  vertical-align: top;
  width: 130px;
}

#footer {
	font-size:11px;
	clear: both;
	position:relative;
	margin:0px 0px 0px 50px;
	padding:5px;
	text-align:right;
}

-->
