h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	color: #666;
}
html {
	background: #fff url("/images/html.png") repeat-x left top;
}
body {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 12px;
	color: #888888;
	background: url("/images/body.png") repeat-y left top;
	width: 1000px;
	margin: 0 auto 30px auto;
	position: relative;
}

a {
	color: #94AEBB;
	text-decoration: underline;
}
a:hover {
	visibility: visible;
	text-decoration: none;
/* IE bug fix */
}

h3 {
	font-size: 15px;
}

h2, #ContentTitel {
	font-size: 19px;
	color: #729AD7;
	margin-bottom: 6px;
	margin-top:5px;
}

p {
	margin-top: 15px;
	clear: both;
}
select, input, textarea {
	font-size: 12px;
	color:#888888;
}

#HeaderBox {
	cursor: pointer;
	background: url("/images/header_img.jpg") no-repeat center 30px;
	padding-top:135px;
	margin-bottom: 10px;
}

#Wrapper {
	background: url("/images/page.jpg") no-repeat left top;
	padding: 1px 125px 0px 115px;
	width: 760px;
	margin: 0px;
	border: 0px;
}
h1 {
	color: #1D5B8C;
	font-size: 30px;
	margin: 60px 60px 58px 90px;
}

.MenuBlox {
	display: block;
	padding: 4px 10px 4px 25px;
	border-bottom: 3px solid #F1F1F1;
	background-color: #F1F1F1;
	color: #7B7B7B;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: "Trebuchet MS";
	position: relative;
	z-index: 9999;
	margin-bottom:5px;
	width:85%;
}

.MenuBlox b {
 	float:right;
 	text-decoration:none;
 	font-family: Arial, "Trebuchet MS";
 }

.MenuBlox:hover {
	border-bottom: 3px solid #729AD7;
	color: #729AD7;
}

#Slogan {
	font-weight: bold;
	position: absolute;
	font-size: 18px;
	margin: -1px 0px 0px 170px;
	letter-spacing: 1px;
}

#Main {
	width: 706px;
	margin: 0px 10px;
}

#LeftMenu {
	width:170px; 
	float: left; 
	padding:0px;
}

#RightContent {
	width:535px; 
	float: right; 
	margin-right: -35px;
}

#HeaderImg {
	margin-top: 12px; 
	margin-left: 618px; 
	position: absolute;
}

.bluebox {
	padding: 0px 5px 9px 8px;
	position: relative;
	margin-bottom: 18px;
}
#Footer {
	text-align: center;
	padding: 0 27px 3px 27px;
	margin-top:10em;
	clear:both;
}
#Footer a {
	color: #729AD7;
	text-decoration: none;
}
#Footer a:hover {
	color: #729AD7;
	text-decoration: underline;
}
#Bottom {
	font-size: 0px;
	line-height: 0px;
	height: 18px;
	background: url("/images/footer.png") no-repeat left top;
	margin-left: 105px;
}

legend {
	color:#729AD7;
	font-weight:bold;
	margin-bottom: 5px;
}

fieldset {
	width: 70%;
	margin-top:5px;
	display:block;
	padding: 5px;
	border: 2px solid #ccc;
}

ul {
	margin-top:4px;
	margin-bottom: 4px;
}

li {	
	line-height: 20px;
}

.AgendaDetail {
	padding: 2px; 
	background-color: white; 
	border: 1px dotted #CCCCCC; 
	margin: 5px -1px -1px; 
	border-width: 1px 0px;
}

.AgendaListItem {
	font-size:11px; 
	clear:both; 
	margin:5px 0px; 
	padding: 5px; 
	border-top: 1px solid #888; 
	border-bottom: 1px solid #888; 
}

.InschrijfLink {
	float:right;
	display:block;
	padding-left:25px;
	background-image: url('/images/ins.png');
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 2px;
	color: black;
}

.InschrijfLink:hover {
	text-decoration: underline;
}

#FormActName {
	display: block;
	font-size:16px;
	color:#888;
	margin-bottom:5px;
}

.GbAfz {
	border:1px solid #729AD7; 
	background-color: #729AD7;
	padding: 3px 3px; 
	font-size:12px;
	text-align:left;
	margin-top:10px; 
	height:15px;
	color:white;
}
	
.GbMsg {
	border:1px dashed #729AD7; 
	padding: 3px 3px; 
	font-size:12px;
	text-align:left;
	margin-top:5px;
}

.GbForm {
	border: 1px solid #729AD7; 
	padding: 3px;  
	clear:both;
}

blockquote {
	margin: 5px;
	padding: 3px;
	padding-left:8px;
	border-left: 3px solid #729AD7;
	margin-left:10px;
	display:block;
}

/* submenu */
#MenuFrame {
	padding-left: 30px; 
	position: relative; 
	padding-top: 1px; 
	margin-left:-10px; 
	margin-bottom: 10px; 
	background-color: #F5F4F9; 
	width: 730px; 
	height: 27px;
	display:none;
}


.SubMenu {
	
	filter: alpha(opacity=90); 
	-moz-opacity: 0.90;
	KhtmlOpacity: .90;
	opacity: .90;
	position: absolute;
	background-color: #729AD7;
	z-index: 9999;
	font-weight: bold;
	margin-left:195px;
	width: 190px;
}

.SubMenu a {
	color: white;
	display: block;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
}

.SubMenu a:hover {
	background-color:#87A9DC;
	color: white;
	text-decoration: underline;
}

.SubMenu img {
	margin: 2px 0px;
}

.SubMenu span {
	display: block;
	border-top: 3px solid #9CBD40;
	border-bottom: 3px solid #9CBD40;
	background-color: #699ABE;
	color: white;
	padding: 4px 15px 4px 10px;
	font-size: 11px;
}

#CurrentTab {
	border-bottom: 3px solid #729AD7;
	color: #729AD7;
}

.PlusLink {
	background-image:url('/images/plus.gif');
	background-repeat: no-repeat ;
	background-position:  0px 4px;
	padding:2px 0px 0px 17px;
	margin:2px;
	display: block;
}

.SubmitButton, input[type="submit"] {
	 border: 1px solid #D3D3D3; 
	 color: #515151;
	 margin-left:10px;
	 background-color: #F0F0F0;
}

#NieuwtjesBox {
	margin:7px 0px; 
	width:95%; 
	margin-top:5px;
}

#NieuwtjesBox h2 {
	margin: 0px;
}

#NieuwtjesBox fieldset {
	width:100%;
	margin-top:0px; 
	
}

#NieuwtjesBox legend {
	font-size: 19px;
	color: #729AD7;
}

#NieuwtjesBox form {
	margin-top: 6px;
	padding-top: 2px;
}

#NieuwtjesBox a {
	color: #729AD7;
}

#LiefdeVoorLimburg {
	display: block;
	margin-top: 10px;
	text-align: center;
}