@charset "utf-8";
/* Van dijkddd.nl */
/* Author: MaxED Mediadesign */
/* URL: www.maxedmediadesign.com */

/*Vaste elementen*/
body{
	background:url(../images/bg.png);
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size:12px;
	padding:0px;
	margin:0px;
}

#topMenu{
	background:#ffffff;
	margin:0 0 0 0;
	width:206px;
	height:280px;
	float:left;
	position:absolute;
	left:62px;
	top:0px;
	text-align:center;
}

#bottomMenu{
	background:#ffffff;
	margin:40px 0 0 0;
	width:206px;
	height:200px;
	text-align:center;
	position:absolute;
	left:62px;
	bottom:0px;
}

#content{
	background:#ffffff;
	width:600px;
	border:1px solid #dabd98;
	padding:10px;
	position:absolute;
	top:25%;
	left:360px;
	overflow:visible;
}

#logo{
	background:url(../images/logo.png);
	width:206px;
	height:110px;
	margin-top:10px;
	cursor:pointer;
}

.lauwerDown{
	position:absolute;
	left:63px;
	bottom:0px;
	width:80px;
	height:35px;
	margin-bottom:5px;
}

.lauwerUp{
	position:absolute;
	left:63px;
	top:0px;
	width:80px;
	height:35px;
	margin-top:5px;
}

/*Einde vaste elementen*/

ul { 
	list-style:none; 
}

ul li { 
	margin:12px 10px 10px -20px;
}

.normaal{
	list-style-type:disc;
}

a.menu:link, a.menu:visited, a.menu:active{
	font-family:Verdana;
	font-size:12px;
	color:#874014;
	font-style:italic;
	text-decoration:none;
}

a.menu:hover{
	font-family:Verdana;
	font-size:12px;
	color:#874014;
	text-decoration:underline;
	font-style:italic;
}

input, textarea, input.submit{
	padding:3px;
	border:1px solid #874014;
	background:#FFFFFF;
}
input:focus, textarea:focus{
	border:1px solid #874014;
}
textarea{
	overflow:auto;
}

input.submit:focus{
	border:1px solid #874014;
	background:#ffffff;
	width:130px;
}

input.submit{
	border:1px solid #874014;
	background:#ffffff;
	width:130px;
}

h1{
	font-size:14px;
	font-weight:bold;
	color:#914F22;
}

a:active, a:link, a:visited{
	color:#000000;
	text-decoration:underline;
}

a:hover{
	color:#874014;
	text-decoration:none;
}

.borderImg{
	border:3px solid #874014;
}

.imgTable{
	float:right;
}
