* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background:#666633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	width: 900px;
    position: relative;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	border-right-width: 3px;
	border-right-style: inset;
	border-right-color: #666633;
	border-left-width: 3px;
	border-left-style: outset;
	border-left-color: #666633;
}

#navcontainer {
	width: 145px;
	margin:17px;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	width: 140px;
	height:20px;
	text-align:left;
	padding: 3px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666600;
}

#navcontainer a:link, #navlist a:visited
{
color: #6E5010;
text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #666633;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
}
#navcontainer a:active
{
background-color: #009966;
color: #000;
}

a {
	text-decoration: none;
	color: #003333;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover {
text-decoration: underline;
color: #333;
}


.RightFloat {
	float: right;
	margin: 10px;
	padding: 0px;
}
.LeftFloat {
	float: left;
	margin: 10px;
	padding: 0px;
}
.tablebga {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	border-right-width: 3px;
	border-right-style: inset;
	border-right-color: #666633;
	border-left-width: 3px;
	border-left-style: outset;
	border-left-color: #666633;
}
.text1 {
	font-size: 12px;
	color: #886022;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

.text2 {
	font-size: 24px;
	color: #886022;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	font-weight: bold;
}
.bsites {
	font-size: 11px;
	color: #777777;
	float: right;
	padding-bottom: 2px;
}
.text3 {
	font-weight: 300;
	color: #333333;
}
.knop {
	border: 1px solid #660000;
	font-size: 10px;
	background-color: #9C9A31;
	width: 120px;
}
.border1 {
	border: 2px solid #999933;
}
LI.but1 {
	list-style-position: inside;
	list-style-type: circle;
} 
LI.but2 {
	color:#663300;
	list-style-type: square;
}
.text4 {
	font-size: 16px;
	font-weight: bold;
	color: #666633;
}
.bgmenu {
	background-image: url(images/lbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.size11 {
	font-size: 11px;
	color: #000000;
}
.size11white {
	font-size: 11px;
	color: #666600;
}
.contact { 
border:thin solid #C2E672;
color: #003366;
}
.error {
	border: 1px solid #FF0000;
}	
.button {
	background-color: #FFFF99;
	height: 25px;
	width: 110px;
	border: 1px inset #CCCCCC;
}

