/*
 Mobiel-groen stylesheet
 versie 1.0 media:screen 
*/

body {
    margin:0;
	padding:0;
	background: #333333 url(../images/gif/bg.gif) repeat-y 50% 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	color: #333333;
}

#content { 
	width: 780px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#nav {
	float: left;
	width: 741px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 82%;
	border-top: 1px solid #A2BD43;
	border-bottom: 3px solid #355A10;
	background: #538620 url(../images/gif/menu_bg.gif) repeat-x top left;
}

#nav ul { padding-left: 20px; }

#nav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url(../images/gif/button_bg.gif) no-repeat top right;
}

#nav a {
	float: left;
	padding: 7px 13px;
	text-decoration: none;
	color: #fff;
}

#nav a:hover, #nav a.active {
	color: #fff;
	background: #538620;
}
#nav a.active {
	font-weight: bold;
	background: #538620 url(../img/button_hover.gif) repeat-x bottom left;
}

#windowleft {
 position: relative;
 padding-top:15px;
 width:163px;
 float:left;
 text-align:center;
}

#windowright { 
 float:left;
 left: 245px;
 padding-left:25px;
 padding-top:15px;
 padding-right:15px;
 width: 535px;
}

h1 { font-size:130%; }

.bold { font-weight:bold;text-align:right; }
.thumb { 
	padding: 2px;
	background-color: white;
	border:1px solid #ccc;
	margin:2px;
}

.button {
	background-color: white;
	padding: 4px;
	border:1px solid #ccc;
}
a.button { 
	color: black;
	text-decoration: none;
}

a img { border: none; vertical-align:middle; }