﻿/*
 *  {
margin : 0;
padding : 0;
border: 0;
}
*/
body {
font : 75% "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
background : transparent url(images/bg4.jpg) top no-repeat;
color : #000;
}
a:link {
text-decoration : none;
background : transparent;
color : #000;
}
a:visited {
text-decoration : none;
color : #5c1919;
}
a:hover {
text-decoration : none;
color : #a52a2a;
}
a:active {
	text-decoration : none;
	color : #F00;
}
/* img {
	border-top-style: solid;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: solid;
	border-right-color: #99F;
	border-bottom-color: #99F;
	border-right-width: thick;
	border-bottom-width: thick;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #99F;
	border-left-color: #99F;
	background-position: bottom;
	background-color: #99F;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}*/
#container {	
width : 884px;
margin : 5px auto;
line-height: 2em;
background : transparent;
color : #333;
}
#top {
height:163px;
border-bottom : 0px solid #808080;
}
#top h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	letter-spacing: 5px;
	background : transparent;
	color: #039;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 300px;
	text-align: right;
}
#leftnav {
	float : left;
	width : 200px;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 3em;
}
#content {
	margin : 0 0 20px 240px;
	border-left : 0px solid #808080;
	padding : 0 1em;
	}
#content p {
padding : 0 20px;
}

#content ul{
	padding : 20px;
	/*list-style-image: url(images/arrow.gif);*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	
	}

#content li {
	letter-spacing : 1px;
	margin-bottom : 5px;
	padding-left : 20px;
	display : block;
	text-decoration : none;
	color : #309;
	background : url(images/arrow.gif) no-repeat left center;
}

#skizz {
	margin : 0 0 20px 20px;
	width : 450px;
	/*border-left : 0px solid #808080; */
	padding : 0 1em;
	line-height : normal;
	}
#skizz h2 {
	/* margin : 1em 0;*/
	font-size: 1.5em;
	color: #99F;
}

#google {
	/* margin : 0 0 20px 20px;*/
	width : 450px;
	padding : 0 1em;
	line-height : normal;
  position:absolute;
	top : 680px;
  left : 700px;
  }

#footer{
	clear : both;
	padding : 1em 0 0 0;
	background : transparent;
	color : #000;
	text-align: center;
}
#leftnav p {
	margin : 0 0 1em 0;
	line-height: normal;
	white-space: normal;
	vertical-align: top;
}
h2 {
	margin : 1em 0;
	font-size: 1.5em;
	color: #99F;
}
h3 {
	font-size: 1.2em;
	color: #309;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-left: 20px;
}
h4 {
	font-size: 1.2em;
	color: #309;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	}


#footer p {
padding-left : 5px;
}
blockquote {
	padding : 15px;
	border-left: 3px solid #C5C5C5;
	color: #99F;
}
		
.logo {
padding : 0.5em 0 0 8em;
font-size: 1.1em;
font-style: italic;
color:#eee;
}
.quote {
border-top : 1px dotted #C5C5C5;
border-bottom : 1px dotted #C5C5C5;
padding : 10px;
}
.clear {
clear: both;
overflow: hidden;
width: 0;
height: 0;
}
.menu{margin:0 auto; padding:0; height:30px; width:100%; display:block; background:url(images/menu.png) repeat-x;}
.menu li{padding:0; margin:0; list-style:none; display:inline;}
.menu li a{float:left; padding-left:15px; display:block; color:#fff; text-decoration:none; font:12px Verdana, Arial, Helvetica, sans-serif; cursor:pointer; background:url(images/menu.png) 0px -50px no-repeat;}
.menu li a span{line-height:30px; float:left; display:block; padding-right:15px; background:url(images/menu.png) 100% -50px no-repeat;}
.menu li a:hover{background-position:0px -60px; color:#fff;}
.menu li a:hover span{background-position:100% -60px;}
.menu li a.active:hover, 
.menu li a.current{
	line-height:30px;
	background:url(images/menu.png) 0px -90px no-repeat;
	color:#600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menu li a.active:hover span, 
.menu li a.current span{background:url(images/menu.png) 100% -90px no-repeat;}

.sidenav {
margin : 10px 10px;
padding : 0;
list-style-type : none;
background : inherit;
color : #fff;
}
.sidenav a {
	letter-spacing : 1px;
	border-bottom : 1px solid #aaa;
	margin-bottom : 5px;
	padding-left : 20px;
	display : block;
	text-decoration : none;
	background : url(images/arrow.gif) no-repeat left center;
	color : #99F;
}
.sidenav a.current, .sidenav a:hover {
	text-decoration : none;
	background : url(images/arrow.gif) no-repeat left center;
	color : #F00;
	}
ul {
list-style : none;
margin : 0;
padding : 0;
}

#form {
/*font-family:MS Sans serif,Tahoma,Helvetica;*/
}

.mijnTekstVeld {
/*font-family:MS Sans serif,Tahoma,Helvetica;*/
font : 73% "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
width:120px;
height:20px;
font-size:10pt;
border-style:solid;
border-width:1;
border-color:blue;
color:blue;
}
