@charset "utf-8";

body{
	margin: 0;
	padding: 0;
	background-image: url(../img/body-bg.jpg);
	background-repeat: repeat-x;
	background-color: #7c6e61;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	line-height: 1.6em;
}

h1{
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	font-style:italic;
	padding: 0px;
	margin: 0px;
}

.nieuwstitel {
padding-top:10px;
}



h2{
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	font-style:italic;
}

h3{
	font-size: 90%;
	font-weight: bold;
	color: #333333;
	font-style:italic;
}

h4{
	font-size: 80%;
	font-weight: bold;
	color: #333333;
	font-style:italic;
}

body p{
	color: #333333;
	letter-spacing: 0.3px;
	margin-top:0px;

}


#container{
	width: 970px;
	min-height: 820px;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

#header{
	width: 970px;
	height: 251px;
	z-index: 1;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url(../hervormdrijssenA/img/header-bg.jpg);
}

#top-nav{
	width: 970px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#top-nav ul {
	list-style-type: none;
	padding: 0px;
	float: right;
	position: relative;
	width: auto;
	height: 25px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#top-nav ul li {
	display: inline;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9a9592;
	padding: 0px;
	float: left;
	position: relative;
}
#top-nav ul li a {
	color: #AAA6A4;
	text-decoration: none;
	display: block;
	height: 24px;
	padding-top: 1px;
	padding-right: 14px;
	padding-left: 14px;
	background-color: #544c47;
}
#top-nav ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #847971;
}
#flash-header {
	padding: 0px;
	height: 157px;
	width: 970px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#content-wrap{
	width: 970px;
	min-height: 500px;
	background-image: url(../hervormdrijssenA/img/content-wrap-bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #e4dfd9;
	margin: 0px;
	padding: 0px;
}
#back-image {
	background-image: url(../hervormdrijssenA/img/content-watermerk.jpg);
	background-repeat: no-repeat;
	background-position: 80% 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
#stroke {
	background-image: url(../hervormdrijssenA/img/vertical.jpg);
	background-repeat: repeat-y;
	background-position: 224px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}



#left-nav{
	width: 201px;
	min-height: 500px;
	float: left;
	padding-right: 20px;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.mainmenu-left {
	list-style-type: none;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

.mainmenu-left li{
	list-style-type: none;
	margin-top: 0px;
	font-size: 120%;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.mainmenu-left li a{
	color: #5e5b58;
	text-decoration: none;
}

.mainmenu-left li a:hover{
	color: #ad7f39;
}
.submenu-left  {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-type: none;
}
.submenu-left li {
	font-size: 80%;
	list-style-type: none;
	color: #876627;
}
.submenu-left li a {
	color: #876627;
}
.submenu-left li a:hover {
	text-decoration: underline;
}



#content{
	width: 660px;
	height: auto;
	float: right;
	padding-left: 25px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-top: 15px;
	margin: 0px;
}

#content a {
	color: #876627;
}

#footer{
	width: 970px;
	height: 80px;
	clear: both;
	background-color: #2b231f;
	padding: 0px;
	margin: 0px;
}

div.clear{
	clear: both;
}

