/* SCREEN CSS by Robin Sinke */

body {
	background: #707070 url(../img/body_bg.gif) repeat-x top;
	font-family: Helvetica Neue, Arial;	
	font-size: 90%;
}

h2 {
	color: #0075a0;
	font-size: 1.1em;
	line-height: 20px;  
	text-transform: uppercase;
	margin-bottom: 15px; 
}

p {
	color: #707070;
	margin-bottom: 25px;
	font-family: Arial;
	font-size: 1em;
	line-height: 18px; 
 	width: 440px;
}

a { 
	text-decoration: none;
}

.strong {
	font-weight: bold;
	margin-bottom: 15px; 
}

.oblique {
	font-style: oblique;
	margin-bottom: 10px; 
}

#wrap {
	width: 771px;
	margin: 0 auto; 
}

#cartoon {
	width: 135px;
	height: 300px;  
	float: left; 
}

hr {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #3391b3;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 430px;
	margin: 0px 0px 20px 0px;  
}

#cartoon img{
	margin-left: -20px; 
}

#title {
	width: 221px;
	height: 242px;  
	float: left; 
}

#note {
	width: 221px;
	height: 242px;  
	float: right; 
}

#nav {
	margin-top: 2px; 
	width: 500px; 
	height: 60px; 
	background: #707070;
	float: left; 
	display: block; 
}

#nav li {
	float: left; 
	height: 60px; 
	text-indent: -99999px; 
}
      
#nav li a {
	height: 60px; 
	display: block; 
}

#nav li.home a {
	background-image: url(../img/home_btn.gif);
	width: 61px; 
}

#nav li.wie a {
	background-image: url(../img/wie_btn.gif);
	width: 41px; 
	margin-left: 33px; 
}

#nav li.beeld a {
	background-image: url(../img/beeld_btn.jpg);
	width: 60px; 
	margin-left: 53px; 
}

#nav li.contact a {
	background-image: url(../img/contact_btn.jpg);
	width: 80px; 
	margin-left: 33px; 
}

#nav li.referenties a {
	background-image: url(../img/referenties_btn.jpg);
	width: 90px; 
	margin-left: 38px; 
}

#nav li.active a {
	background-position: 0px 61px; 
}

#nav li a:hover {
	background-position: 0px 61px; 
}

.clear {
	clear: both; 
}

#cornertop {
	width: 505px; 
	height: 15px; 
	margin: 0 auto; 
	background: url(../img/cornertop_bg.gif) left top no-repeat; 
}

#cont {
	width: 445px; 
	margin: 0 auto; 
	background: url(../img/text_bg.gif) left top repeat-y; 
	padding: 30px; 
}

#cont img {
	border: 1px solid #666666;
	float: left; 
	margin: 0 10px 10px 0;
}

#cornerbottom {
	width: 505px; 
	height: 15px; 
	margin: 0 auto; 
	background: url(../img/cornerbottom_bg.gif) left bottom no-repeat; 
}

form input {
    background: #dbdbdb;
    font-size: 1em;
	border: 0;
    margin-bottom: 10px;
    width: 290px; 
    color: #0075a0;
    padding: 5px; 
   	font-family: Helvetica Neue, Arial;	

}

form input:hover {
	background: #d0d0d0;	
}

form input:focus {
	background: #d0d0d0;
}

label {
    float: left;
    width: 100px;
    text-align: left;
    margin-right: 35px;
    font-size: 1em; 
    color: #707070;
    padding: 5px 0px; 
   	font-family: Helvetica Neue, Arial;	

}

textarea {
    width: 290px;
    height: 100px;
    background: #dbdbdb;
    font-size: 1em; 
   	font-family: Helvetica Neue, Arial;	
    color: #0075a0;
	border: 0;    
	padding: 5px; 
    margin-bottom: 10px;
}

textarea:hover {
	background: #d0d0d0;
}

textarea:focus {
	background: #d0d0d0;
}

form input.verstuur {
	width: 75px; 
	height: 30px; 
	float: right;
	margin: 10px 10px 0px 0px;  
	background: url(../img/verstuur.gif) left top no-repeat;
	color: #0075a0; 
	font-weight: bold;
	display: block;
	border: 0; 
}

.fout {
	border: 1px solid red; 
}

form input.verstuur:active {
	background: url(../img/verstuur_active.gif) left top no-repeat;
}