/* HTML TAGS */
.LTR, .RTL {
	background: #737359 url(../App_Themes/Vossenberg/default/backgrounds/bg_repeat.gif) repeat-x top;
}
body, div, td, input, textarea, select {
	font-family: "Arial", arial;
	font-size: 12px;
}
input, textarea, select {
	color: #000;
}
a:link {
	color: #ee2d28;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #ee2d28;
	font-weight: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-weight: bold;
	font-size:12px;
}
img {
	border: none;
	padding-right: 5px;
}
.inner-wrapper {
	position: absolute;
	width: 1004px;
	top: 0px;
	left: 50%;
	margin-left: -502px; /* half of the width */
	background: url(../App_Themes/Vossenberg/default/backgrounds/topbanner_default.jpg) no-repeat top;
}
.inner-wrapper:after { /* fix voor uitvullen inner wrapper */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.topbanner {
	height: 363px;
}
.left-column {
	position: relative;
	float: left;
	width: 150px;
	margin: 0px;
	height: 200px;
}
.right-column {
	position: relative;
	float: right;
	width: 250px;
}
.middle-column {
	position: relative;
	width: 488px;
	margin-left: 150px;
	margin-right: 250px;
	padding-bottom: 1px;
	padding: 42px 60px 10px 52px;
	background: #d9dbc9;
	height: 200px;
	height: auto;
	min-height: 200px;
}
.IE6 .middle-column {
	width: 485px;
}
.leftmenu {
	width: 100%;
	margin: 76px 0 21px 0;
}
.MainMenu {
	margin-left: 145px;
	margin-right: 250px;
	height:15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.green_box {
	background: #cbdb2a;
	padding:8px;
}
.Date, .NewsPreviewDate {
	display:none;
}
.NewsTitle, .NewsPreviewTitle {
	font-weight: bold;
}
.NewsTeaser {
	float:left;
}
.footer {
	position: relative;
	width: 600px;
	margin-left: 150px;
	margin-right: 250px;
	background: url(../App_Themes/Vossenberg/default/backgrounds/footer.gif) no-repeat;
	height: 150px;
}
.IE6 .footer  {
	background-position: 3px 0;
}