@charset "UTF-8";

/* ------- kleuren --------
donkergroen 	rgb(0,100,60)
lichtgroen		rgb(85,255,150)
blauw 			rgb(15,120,150)
lichtblauw		rgb(80,175,200)
roodbruin		rgb(155,35,30)
roserood		rgb(215,15,75)
-------------------------*/

html {
	margin: 0;
	padding:  0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, serif;
	font-size: 92%;
	line-height: 2.2em;
	background: url(beeld/sn-back.gif) rgb(32,105,69) repeat-y;
}
img {
	border: 0;
}
#logotxt {
	position: absolute;
	top: 0;
	left: 0;
}
/* ------- menu --------*/
#navdiv {
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	background: url(beeld/sn-logo.gif) no-repeat top center;
}
#navdiv ul {
	width: 200px;
	text-align: right;
	padding: 0;
	margin: 150px 0 0 0;
	line-height: 2em;
	list-style: none;
	border-top: 1px solid rgb(85,255,150);
}
#navdiv li {
	border-bottom: 1px solid rgb(85,255,150);
}
#navdiv li a,a:visited {
	color: white;
	text-decoration: none;
	padding: 1em;
	display: block; /* to increase clickable area as aÕs default to inline */
}
#navdiv li a:hover {
	color: rgb(85,255,150);
}
/*	 hovereffect op de actuele pagina!. 
Op iedere pagina heeft dus de body-tag 
heeft een eigen id en in de menu.inc heeft 
iedere list een eigen id*/

#home #menu_home a,
#project #menu_project a,
#product #menu_product a,
#gastenboek #menu_gastenboek a {
	color: rgb(85,255,150);
}

/* ------- eind menu --------*/

#content {
	position: absolute;
	width: 700px;
	left: 350px;
	top: 150px;
	border-top: 1px solid rgb(85,255,150);
	padding: 0;
}
#content p {
	margin: 10px;
	color: white;
}
#content h1 {
	font-size: 100%;
	color: rgb(85,255,150);
	margin: 10px;
}
#content a,#content a:visited {
	color: rgb(130,225,250);
	padding: 0;
	padding-bottom: 0.2em;
	text-decoration: none;
	margin: 0;
	display: inline;
}
#content a:hover {
	border-bottom: 1px solid rgb(85,255,150);
}
#imgdiv {
	position: relative;
	float: right;
	margin-top: 0;
	margin-left: 10px;
	width: 202px;
}
#imgdiv img {
	margin-top: 15px;
	border: 1px solid rgb(85,255,150);
}
.cursief {
	font-style: italic;
}
.txtrechts {
	text-align: right;
}
h6 {
	border-bottom: 1px solid rgb(85,255,150);
	margin: 0;
}
.img-rechts {
	float: right;
	margin: 0 0 0 20px;
}
.img-links {
	float: left;
	margin: 0 20px 0 0;
}







