/*stijlblad bij www.landvanli.nl*/



/*---------------------------algemeen*/
html, body {
     margin      : 0;
     padding     : 0;
	 position:relative;
}

body {
	font-family: Times, "Times New Roman", Georgia, serif;
	font-size   : 14px;
	background  : #fff;
	color       : #474764;
	font-style: normal;
	width:100%;
	margin      : 0;
    padding     : 0;
   }
   


h1{
	font-size:2em;
	line-height:2em;
	font-weight: bold;
	color: #125F7E;
} 

h2{
	font-size:1.5em;
	margin: 14px 10%;}

p{
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 10% 1.3em 10%;	
	}
	
.center{
	text-align:center;
}
   
/*-----------------------------------structuur*/
#container {	
     position    : relative;
     padding     : 0;
	 margin: 10px auto;
   	 width: 990px;
}

#left {
	float: left;	
	width: 200px;
	min-height: 450px;
	border: 1px solid #ccc;
}

#left img{
    margin:30px 0 0 15px;
}
   
#right {
	float:right;	
	width       : 200px;
	min-height: 450px;
	border: 1px solid #ccc;
   }

#content {
	margin:0 202px;
	padding:260px 10px 10px 10px;
	background: url(../afbeeldingen/logo-in-achtergrondkleur2.jpg) no-repeat 240px 110px;
}

/*------------------------------navigatie*/

ul.menu {
margin: 80px 0 0 40px;
padding:0; 
font-size:0.9em;
line-height:1.8em;
text-align:left;
}

ul.menu li{
list-style: none;
}

ul.menu a, ul.menu a:visited {
display:inline;
width:100%;
margin:0;
padding:0;
color:#963141;
text-decoration:none;
border:0;
 }

ul.menu a:hover, ul.menu a:active{
display:inline;
width:100%;
color:#DD687A;
text-decoration:none;
border:0;
}



a:link, a:visited{
	color: #963141;
	text-decoration: none;
	}

a:hover, a:active {
	color: #DD687A;
	text-decoration: none;	
	}



  
