body{
	margin: 0;
	padding: 1em 0;
	font: small/1.5 "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	background: #000 url(../img/ohmdesign1.gif) -6px 1em no-repeat;

}

#wrap{
	background-color: transparent;
	color: #442717;
	position: relative;
	left: 70px; right: 70px;	
	margin: 0 80px 0 0; padding: 0;
	width: 692px;
}
/* navigatie */
#nav {
	position:relative;
  	margin: 0; padding: 0;
 	background: #000 url(../img/brug.jpg) top left no-repeat;
 	height: 230px;
	border: 1px solid #F9D500;
	border-width: 1px 1px 10px 1px;
	/*border-left: 10px solid #F9D500;*/
	}
#nav ul {
	position: absolute;
	bottom: 0; left: 0;
	background: #F9D500; 
  	margin:0;
  	padding:0;
  	list-style:none;
  	font-size:12px;
  	text-transform:lowercase;
 	border: 1px solid #D1CF6A;
 	border-width: 1px 0 0 0px;

  }
#nav li {
  float:left;
  margin:0;
  padding:0;
  background: #6F0000;
  line-height:16px;
  text-indent:0;
  }
.welkom #nav #welkom a, 
.projecten #nav #projecten a,
.opleiding #nav #opleiding a,
.contact #nav #contact a,
.links #nav #links a,
.positioning #nav #positioning a
{
  border:1px solid #D1CF6A;
  border-width:0 1px 0 10px;
  border-left-color: #F9D500;
  }

#nav a:link, #nav a:visited {
  display:block; 
  padding:5px 10px 6px 5px;
  border:1px solid #D1CF6A;
  border-width:0 1px 0 10px;
  border-left-color: #6F0000;
  color:#a3a3a3;
  text-decoration:none;
  white-space:nowrap;
  }
/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #nav a {
  width:1%;
  }
#nav a:hover, #nav #current a:hover strong, #nav #current strong, #nav a:active{
  color:#e1e1e1;
  background-color: #6F0000;
  border:1px solid #D1CF6A;
  border-width:0 1px 0 10px;
  border-left-color: #6F0000;
  }


#nav h1{
	position: absolute; margin:0; padding: 0;
	bottom: 0;
	right: 0;
	text-align: right;
	font-weight: normal;
	font-size: 35px;
	line-height: 1.2em;
	color:#D1CF6A;
	color: #F8FFD1;
	letter-spacing: 0.2em;
	}
/* content */
#content{
 margin: 0; padding: 1em 4em;
 background-color:#F8FFD1;
 border-right: 10px solid #F9D500;

}
h2, h3, h4, h5, h6 {margin: 0 0 1em -2em;}
#content p{ text-align:justify; margin: 0 0 1em 0;}

h2 {
margin: 1em 0;
}
#content ul{
	margin: 0 0 0 30px;
}
#content li{
 line-height: 2em;
}

#content a:link, #content a:visited{
	color: #B75A03; padding: 0; 
	text-decoration: none;
	font-weight:bold;
}

#content a:hover{
	padding:0;
	color: #B75A03; 
	background-color: #F9FFe1;
	border-bottom: 1px dashed #B75A03; 
	border-top: 1px dashed #B75A03; 
	font-weight:bold;
}
#content .currentprojects {
padding: 0 1em 1em 0;
border: 1px dashed #B75A03;
}
#content .currentprojects li, #content .currentprojects ul {
margin:0;padding:0;
list-style: none;
padding: 0.5em;
clear:both;
}
.currentprojects li li,	.currentprojects ul ul {clear:both;}
.currentprojects img {float:left;margin:5px;}
#content .currentprojects strong {
font-size: 140%;
}
/* footer */
#footer {
padding:5px 10px 6px;
background: #7a7a7a;
color: #F8FFD1;
border: 1px solid #F9D500;
border-width: 10px 1px 1px 10px;
}
#footer p {margin: 0; padding: 0}
#footer a {color: #F9D500;}
#footer img {border: none;}

#extra {
visibility: hidden;
position: absolute;
bottom: 3px;
right: 3px;
}