/* CSS voor alle pagina's
*//*=========================================Elementen=============================================*/
* {	
	margin:0px; 	
	padding:0px;	
}
body{	
	background-image:url(../img/bodybg.gif);	
	background-repeat:repeat;	
	font-family:"trebuchet MS", "Century Gothic", Arial;	
	font-size:12px;	
}
img{	
	border:1px solid black;	
}
a:link {
	text-decoration:none;	
	color:black;	
}
a:visited{
	color:#333333;	
	text-decoration:none;	
}
a:hover{
text-decoration:underline;
color:#588BA8;
}
input[type=text],input[type=password]{
	background-color: #cccccc;	
	border: 1px solid black;	
	overflow:hidden;	
	width:145px; 	
}
textarea{
	background-color: #cccccc;	
	border: 1px solid black;	
	width:145px; 	
}
button, input.button{	
	margin-top:5px;	
	font-family:"trebuchet MS", "Century Gothic", Arial;	
	font-size:12px;	
	width:50px;	
	height:22px;	
}
/*=========================================ID's=============================================*/
#site {	
	width:900px;	
	margin:-10px auto -5px auto;	
	border:1px solid black;	
	background-image:url(../img/sitebg.gif);	
	background-repeat:repeat;	
}
#header{	
	background-image:url(../img/header_winter.gif);	
	height:180px;	
	width:900px;	
	border-bottom:1px solid black;	
}
#menu {	
	height:20px;
	color:#CCCCCC;
	text-align:left; 	
	font-size:10pt;	
	background-image:url(../img/menu_bg.gif);	
	border-bottom:1px solid black;	
	border-left:0px solid black;	
	border-right:0px solid black;	
}
#menu a:link, #menu a:visited {
	text-decoration:none;	
	color:#CCCCCC;
}
#menu a:hover{
	text-decoration:none;
	color:white;
}

.dropdownmenu{
		padding-top:3px;
		text-align:left;
		position:absolute;
		visibility:hidden;
		border:1px solid black;
		background-color:#333333;
		color:#CCCCCC;
		}

#footer{	
	text-align:center;	
}
/*=========================================Class=============================================*/
.kader {	
	border: 1px solid black;	
	background-image:url(../img/kadersbg.gif);
}
.titel {	
	font-weight:bold;	
	text-align:right;	
	margin-right:10px;	
}
.insprong{	
	margin-left:5px;
}
.bericht{	
border-top:1px solid black;	
}
.pijl
	{
	border:none;
	margin-right:3px;
}
