/* CSS De Burgemeester */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}

body {
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-position:left top;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link, a:active, a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

.top {
	background-image: url(../images/top.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	width:954;
	height: 144px;
}

.middel {
	background-image: url(../images/bg_middel.jpg);
	background-position:top;
	background-repeat: repeat-y;
	height: 100%;
	width:954;
	font: Arial, Helvetica, sans-serif;
	text-align:left;
	vertical-align:top;
}

.bottom {
	background-image: url(../images/bottom.jpg);
	background-position:top;
	background-repeat: repeat-x;
	height: 29px;
	width:954;
	font: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	padding-top: 5px;
	padding-left:20px;
	padding-right: 20px;
}

.letter {
	color: #7C158B;
}

.menu{
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-y;
	width:267px;
	padding-left:35px;
}

.menu_top {
	background-image: url(../images/menu_top.jpg);
	background-position:top;
	background-repeat: no-repeat;
	height: 24px;
	width:269px;
}

.menu_onder {
	background-image: url(../images/menu_onder.jpg);
	background-position:top;
	background-repeat: no-repeat;
	height: 24px;
	width:269px;
}

.content {
	padding-top:12px;
}

.kop {
	background-image: url(../images/burgemeester.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width:205px;
	height:437px;
	text-align:left;
	vertical-align:top;
	padding-top:20px;
	padding-left:10px;
}

.kop_actie {
	width:205px;
	text-align:left;
	vertical-align:top;
	padding-top:20px;
	padding-left:10px;
}

.actie {
	text-align: center;
	vertical-align: bottom;
	height:391px;
	padding-top:95;
}


.txt {
	text-align: justify;	
	padding-top:20px;
	padding-bottom:20px;
	padding-right:20px;
}

.txt a:link, .txt a:active, .txt a:visited{
	color: #666666;
	text-decoration: none;
}

.txt a:hover {
	text-decoration: underline;
	color: #BB02D9;
}


.fouten { 	font-size: 12px; 
			font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
			color: #B509CF;
}