/* CSS Document */
html, body{
	color: #000;
	font-family: "Trebuchet MS", "Tahoma", sans-serif;
	font-size: 12px;
}

.background{
background-color:#FFFFFF;
}


#container {
	border: solid 1px #000000;
	background-repeat:repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 707px;
	height: auto;
	/*background: #fff;*/
	background-image:url(../img/menubackground.png);
	padding: 0px 3px 3px 3px;
	
}

#header {
	width:707px;
	height:151px;
	background-image: url(../images/kerstmanboom.gif);
	background-repeat:no-repeat;
	background-position:center;
	background: #fff;
}

#headermain {
width:auto;
height:77px;
margin: 0;
padding: 0;
background: #fff;
}

#headerLeft {
	width: 77px;
	height: 74px;
	float: left;
}

#headerRight {
	width: 630px;
	height: 74px;
	float: right;
	padding-top: 3px;
}

#jointeam {
	float:right;
	width:125px;
	height:73px;
	display:inline;
	padding-right:0px;
	padding-left:5px;
}

#headerInfoRight {
	text-align:center;
	width: 125px;
	height: 73px;
	float: right;
	display:inline;
	font-size: 12px;
	background-image: url(../images/button.gif);
	color:#FFFFFF;
}

#header span {
	font-size: 26px;
}

.invisible {
    visibility: hidden;
    font-size: 1px;
}

#main {
	width:562px;
	/*height:540px;*/
	height:auto;
	float:right;
	text-align:left;
	display:inline;
	overflow:auto;
	text-align: justify;
	padding: 0px 5px 0px 0px;
	background: #fff;
	margin-top: 5px;
}

#banner {
	display:block;
	float:right;
	width:468px;
	height:60px;
	margin-left:46px;
	margin-right:46px;
	border:solid 1px #000000;
	text-align:center;
	background:#CCCCCC;
	color:#FFFFFF;
	font-size:1.8em;
	margin-top: 5px; 
	margin-bottom: 5px;
}

#backgroundbanner {
	width:562px;
	/*height:540px;*/
	height:auto;
	background-color:#FFFFFF;
}

#footer {
	display:block;
	float:right;
	width:572px;
	height:15px;
	font-size:1.0em;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	background: #fff;
}

#bold {
	font-weight:bold;
}

/* MENU STUFF */

#menu {
	width: 134px;
	/*height: 620px;*/	
	height: 100%;
	float: left;
	padding-top:3px;
	background-image:url(../img/menubackground.png);
	background-repeat:repeat;
}

#menu li:hover, #menu #actief {
	background-image: url(../images/groen.gif);
	float:left;
}

#menu li {
	list-style-type: none;
	background-image: url(../images/wit.gif);
	margin: 0px;
	padding: 0px;
	height: 35px;
	float:left;
}

img {
	border: 0;
}

a {
	color:#3e3e3e;
}

input, select, textarea {
	border-style:solid 1px;
}

input[type=submit] {
background-color:#E1E1E1;
font-weight:bold;
}

h1 {
padding: 0;
margin: 0;
}

h2 {
font-size: 16px;
padding: 0;
margin: 0;
}

h3 {
font-size: 18px;
font-family: "Verdana, Arial, Helvetica, sans-serif";
color: #666666;
}
