/**
 * www.christinaschoneveld.nl
 * Stylesheet file
 * copyright by 945-ontwerp & Bas de Haas
 * 
 * colors:
 * red: 	rgb(189,18,32); 
 * blue:  rgb(66,168,198);
 */   

body{
	margin: 0;
	padding:0;
	text-align: center;
	font: normal normal normal 9pt verdana;
}

#container{
	text-align: left;
	width: 1024px;
	margin: 0px auto 100px auto;
	background: white;
}

#back_pattern{
	background: white url('img/background.gif') repeat-y top center;
	height: 320px;
}

#bovenbalk{
	background: white url('img/bovenbalk.gif') no-repeat top center;
	height: 87px;
	vertical-align: baseline;
}

#bovenbalk a{
	display: block;
	height: 87px;
	width: 1024px;
}
span.home{
	position: relative; 
	top: 64px;
	left: 8px;
	color:rgb(189,18,32);
	font-style: italic;
}

#bovenbalk a:hover span.home{
	/*color: rgb(66,168,198);*/
		color: white;
}

/** de navigatie **/
#navbar{
	height: 80px;
	padding-top: 50px;
}

/** navigatie linker kant **/
#navl{
	float: left;
	width: 496px;
	margin: 0 0 0 62px;
	text-align: right;
	background-color: rgb(66,168,198);
}

#sddml{	
	margin: 0 0 0 78px;
	padding: 0;
}

#sddml li{	
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#sddml li a{	
	display: block;
	margin-right: 11px;
	padding: 2px 20px 2px 6px;
	background:rgb(66,168,198);
	color: white;
	text-decoration: none;
	border-left: 1px solid white;
}

#sddml li a:hover, #sddml li a.active{
	background: white;
	color: rgb(66,168,198)
}

#sddml div{	
	text-align: left;
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

#sddml div a{	
	position: relative;
	display: block;
	margin: 0;
	padding: 2px 7px 2px 6px;
	white-space: nowrap;
	background-color: white;
	border-left: 1px solid rgb(66,168,198);
	color: rgb(66,168,198);
	font-style: italic;
}

#sddml div a:hover, #sddml div a.active{
	background:rgb(66,168,198);
	color: white;
}
/*#sddml div a*/


/** navigatie recher kant **/
#navr{
	float: right;
	width: 466px;
	margin: 0;
	text-align: left;
	background-color: rgb(189,18,32);
}

#sddmr{	
	margin: 0;
	padding: 0;
}

#sddmr li{	
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#sddmr li a{	
	display: block;
	padding: 2px 81px 2px 10px; /* belangrijk voor de lengte van de rollover van de bovenste rechter link in het linker menu */
	background: rgb(189,18,32);
	color: white;
	text-decoration: none;
	border-left: 1px solid white;
	font-style: italic;
}

#sddmr li a:hover, #sddmr li a.active{	
	background: white;
	color: rgb(189,18,32);
}

#sddmr div{	
	position: absolute;
	margin: 0;
	padding: 0;
}

#sddmr div a{		
	position: relative;
	display: block;
	margin: 0;
	padding: 2px 5px 2px 10px;
}

/**  content vakken links en rechts **/
#links{
	float: left;
	width: 470px;
	text-align: left;
	margin: 10px 0 50px 60px;
	line-height: 1.4;
}

#links p, h4{
	margin: 15px 20px 8px 84px;
}

#links p a{
	color: black;
}
#links p a:hover{
	color: rgb(189,18,32);
}

/** tekst links */
h4{
	color: rgb(66,168,198);
	font-weight: bold;
}

#rechts{
	float: right;
	width: 413px;
	text-align: left;
	margin: 0 50px 0 0px;
	z-index: 30;
}

#rechts p{
	margin: 5px 10px 5px 7px;
}
/** footer */
#footer{
	position: relative;
	top: -50px;
	text-align: left;
	font-size: 7pt;
	color: rgb(66,168,198);
	width: 964px;
	margin-left: 65px;
	clear: both;
	padding: 45px 0 00px 0;
	background: white url('img/beeldmerk.gif') no-repeat top left;
	z-index: 1;
}	

#footer table{
	margin-top: 5px;
	border-spacing: 1px;
}

#footer td{
	padding: 0 8px 0 0px;
	text-align: left;
}

#footer td span{
	color: rgb(189,18,32);
	font-size: 10px;
	font-weight: bold;
}

/** formulier **/
form{
	margin:0px; 
	width:300px;
	z-index: 35;
}

#submit{
	margin-top:10px; 
}

input.small{
	border:1px solid black; 
	width:280px; 
	height:16px;
}

#message{
	border:1px solid black; 
	width:280px; 
	height:100px; 
}
#verimage{
	padding:0px; 
	margin-bottom: 3px;
	vertical-align: bottom;
}

#error{
 	border:1px solid black; 
 	background-color:rgb(189,18,32);  
 	color: white;
	margin: 8px 10px 8px 7px; 
	padding: 1px 0px 2px 0px;
 	width:280px;
}
/** contact tabel **/
#contact{
	border-spacing: 1px;
	margin: 15px 10px 8px 0px; 
}

#contact td{
	padding: 0 0px 0 6px;
	text-align: left;
}
/** thanktyou */
#thankyou{
	padding-top: 48px;
}

/** cv & av */ 

.cvav img{
	position: relative;
	top: 3px;
	border: none;
	display: inline;
	float: left;
	padding-right: 15px;
	vertical-align: text-bottom;
}

.cvav a{
	display:block;
	padding-top: 52px;
	color: black;
}
.cvav{
	width: 408px;
}

/** links **/
a{
	color: rgb(66,168,198);
	text-decoration: none;
	border: none;
}

a:hover{
	color:rgb(189,18,32);  
}
a.active{
	background:rgb(66,168,198);
	color: white;
}
img{
	border: non;
}