/*Stylesheet for fbsvision.nl © 2008 fbs Vision*/

*{
	margin: 0;
	padding: 0;
}

html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	background-color:	#402301;
}
p{
	margin: 0.3em 0 0.3em 0; 
}
a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 98%;
	text-decoration: none;
	color: #DD8500;
}
a img{
	border: none;
}
a:hover{
	text-decoration: underline;
	color: #885200;
}
th{
	text-align: left;
}
td{
	padding: 0.3em;
	vertical-align: top;
}
hr{
	width: 50%;
}
ul{
	list-style: none;
}
ol{
	margin: 0.2em 0 0.1em 2em;
}
legend{
	font-weight: bold;
	margin-left: 15px;
}
table{
	margin: 1.5em;
}
select{
	font-size: 1.1em;
}
h1{
	font-size: 1.70em;
	font-weight: bold;
	margin: 0.5em 0 0.5em 0;
	color: #3B2100;
}
h2{
	font-size: 1.65em;
	font-weight: bold;
	margin: 0.5em 0 0.5em 0;
	color: #3B2100;
}
h3{
	font-size: 160%;
	font-weight: bold;
	margin: 0.7em 0 0.4em 0;
	color: #3B2100;		
}
h4{
	font-size: 1.40em;
	font-weight: bold;
	margin: 0.7em 0 0.4em 0;
	color: #3B2100;	
}
h5{
	font-size: 1em;
	font-weight: bold;
	margin: 0.6em 0 0.4em 0;
	color: #3B2100;
}
#container{
	position: absolute;
	width: 850px;
	margin-top: 5px;
	margin-left: -425px;
	left: 50%;
	background-color: #fffff0;
}
#header{
	width: 850px;
	height: 275px;
	background-image: url(../images/assets/header.jpg);
	background-repeat: no-repeat;
}
#left{
	float: left;
	width: 20%;
	color: #412301;
	background-color: #fffff0;
	border-right: 1px dotted #402301;
	height: 550px;

}
#menu{
	margin-top: 5%;
	width: 80%;
	margin-left: 10%;
	height: 100%;
}
#menu a.actief{
	color: #482708;
}
#right{
	float: left;
	margin: 1% 2% 0 2%;
	width: 70%;
	background-color: #fffff0;
}
#footer{
	clear: both;
	width: 850px;
	height: 20px;
	background-image: url(../images/assets/footer.jpg);
	background-repeat: no-repeat;
	font-size: 85%;
	font-weight: bold;
}
#footer a{
	color: #402301;
}
#footer a:hover{
	color: #AD5C01;
}
.footer{
	display: inline;
	margin: 0.2em 0 0 3em;
}
.breaker{
	clear: both;
	width: 100%;
	height: 2em;
}
.small{
	width: 2em;
	text-align: right;
}
.medium{
	width: 15em;
}
.large{
	width: 20em;
}
.xlarge{
	width: 25em;
}
.inpSite, .inpOms, .inpOpdracht{
	width: 350px;
}
.inpImg, .inpBranche{
	width: 150px;
}
.inpVolgorde{
	width: 30px;
}
/*Beheer*/
#sorteerbox li{
	list-style: none;
	margin: 5px;
}
