/* Algemene styling */
* {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    font-family: Trebuchet MS regular, Verdana;
    font-size: 12px;
    color: black;
    text-align: center;
    margin: 0 auto;
    /*height: 100%;*/
}
h1 {
    font-size: 18px;
    font-weight: lighter;
    padding: 8px 0 5px 0;
    color: #A80532;
}
h2 {
    font-size: 16px;
    font-weight: lighter;
    padding: 8px 0 5px 0;
    color: #A80532;	
}
h3 {
    font-size: 14px;
    font-weight: lighter;
    padding: 8px 0 5px 0;
    color: #A80532;	
}
h4 {
    font-size: 12px;
    font-weight: lighter;
    padding: 8px 0 5px 5px;
}
h5 {
    font-size: 10px;
    font-weight: lighter;
    /*padding: 8px 0 5px 0px;*/
}
h6 {
    font-size: 8px;
    font-weight: lighter;
}
p {
    padding:10px 0 5px 0;
}
a {
    text-decoration: underline;
    color: black;
    outline: 0;
}
img {
	border: none;
}
#container {
    position: relative;
    width: 989px;
    display: block;
    overflow: hidden;
    background: url('../images/body_bck.png') no-repeat;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
.ie7 #container{
	width: 987px;
}
#left_menu {
    position: relative;
    float: left;
    background: url('../images/menu.png') no-repeat;
    left: 0;
    top: 20px;
    width: 209px;
    height: 244px;
    z-index: 1000;
}
.submenu {
    position: relative;
    width: 190px; 
}
.submenu ul {
    list-style-type: none;
    width: 170px;
    margin: 0;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
}
.submenu li {
    height: 31px;
}
.submenu ul li a {
    display: block;
    font-size: 12px;
    border-bottom: 1px dotted #A80532;
    color: #A80532;
    font-weight: bold;
    text-decoration: none;
    line-height: 20px;
    padding-left: 5px;
}
.ie6 .submenu ul li a {
	line-height: 15px;
}
form.cat_search, form.search {
    width: 160px;
    padding-left: 15px;
    padding-bottom: 5px;
}
form.cat_search label, form.search label {
    color: #A80532;
    font-weight: bold;
}
form.cat_search input[type="text"] {
    width: 135px;
}
.ie6 form.cat_search input.search_text_field{
    width: 130px;
}
form.cat_search .search_choice {
    padding: 3px 0;
	font-size: 10px;	
}
form.cat_search input[type="radio"] {
    margin-top: 2px;
    margin-right: 4px;
}
.icon_btn {
    position: relative;
    float: left;
    padding-left: 15px;
    width: 40px;
}
#styleswitcher {
    padding-top: 5px;
}
#small, #normal, #large {
	position: relative;
	float: left;
	width: 18px;
	height: 16px;
	border: 0px;
	cursor: hand;
	outline: 0;	
}
#small { background: url('../images/a_small.png'); }
#normal { background: url('../images/a_normal.png'); }
#large { background: url('../images/a_large.png'); }

#head {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1000px;
    height: 269px;
    overflow: hidden;
    text-align: right;
}
.ie7 #head {
    position: absolute;
    display: block;
    height: 269px;
    width: 999px;
    top: 0;
    text-align: left;
}
#logo {
    position: relative;
    display: block;
    overflow: hidden;
    left: 260px;
    top: 0px;
    width: 336px;
    height: 166px;
    margin: 0;
}
#logo img {
    width: 336px;
    height: 166px;
    border: 0;
}
.ie7 #logo {
    position: relative;
    float: left;
    left: 100px;
}
.ie7 #logo img {
    width: 336px;
    height: 166px;
}
/* fotopanel */
#photo_place {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 338px;
    height: 269px;
}
#photo_place .photo_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 338px;
    height: 269px;
    z-index: 200;
}
#photo_place .photo_panel {
    position: absolute;
    float: left;
    width: 338px;
    height: 269px;
    z-index: 100;
    clear: both;
}
/* fotopanel voor ie7 */
 .ie6 #photo_place {
    display: none;
}
/* fotopanel voor ie7 */
 .ie7 #photo_place {
    position: absolute;
    top: 0;
    right:-1px;
}
.ie7 #photo_place .photo_overlay {
    position: relative;
    float: right;
    width: 338px;
    height: 269px;
    z-index: 200;
}
.ie7 #photo_place .photo_panel {
    position: relative;
    float: left;
    width: 338px;
    height: 269px;
    z-index: 100;
    clear: both;
}
/* INDEX PAGINA */
#wrapper {
    position: relative;
    width: 960px;
    display: block;
    padding: 195px 0 0px 25px;
}
.ie7 #wrapper {
    position: relative;
   	padding: 0 0 15px 25px;
	padding-bottom: 0px;
    display: block;
    width: 972px;
}
#mainmenu {
    position: relative;
    display: block;
    width: 900px;
    height: 335px;
}
.ie7 #mainmenu {
	position: relative;
    display: block;
	top: -25px;
    width: 900px;
    height: 305px;
}
/* menu klantenservice */
#mainmenu .menu_klantenservice {
    position: relative;
    top: 10px;
    left: 100px;
    display: block; 
	z-index: 500;
}
#mainmenu .menu_klantenservice ul {
    list-style-type: none;
    width: 270px;
}
#mainmenu .menu_klantenservice ul li.first ul li a {
    background: none;
    padding: 0;
}
.ie6 #mainmenu .menu_klantenservice ul li{
	height: 5px;
}
#mainmenu .menu_klantenservice ul li.first a {
    background: url('../images/menu_item_links_trans.png') no-repeat 135px 25px;
   padding-top: 78px;
    display: block;
    text-decoration: none;
    color: #9F9F9F;	
    font-size: 18px;
}
#mainmenu .menu_klantenservice ul li.first a:hover, #mainmenu .menu_klantenservice ul li.first a:active {
    background: url('../images/menu_item_actief_links_trans.png') no-repeat 135px 25px;
    color: #A80532;
}
#mainmenu .menu_klantenservice ul li.first ul li a {
    padding-left: 25px;
    text-decoration: none;
    color: #9F9F9F;		
    font-size: 11px;
}
#mainmenu .menu_klantenservice ul li.first ul li a:hover,
#mainmenu .menu_klantenservice ul li.first ul li a:active  {
    background: none;
    color: #A80532;
}
.ie6 #mainmenu .menu_klantenservice ul li.first a {
    background: url('../images/menu_item_links.png') no-repeat 135px 25px;
}
.ie6 #mainmenu .menu_klantenservice ul li.first a:hover, #mainmenu .menu_klantenservice ul li.first a:active {
    background: url('../images/menu_item_actief_links.png') no-repeat 135px 25px;
}
/* menu bibliotheek meierij */
#mainmenu .menu_bib_meierij {
    position: relative;
    top: 30px;
    left: 150px;
    display: block; 
	z-index: 500;
}
#mainmenu .menu_bib_meierij ul {
    list-style-type: none;
    width: 300px;
}
#mainmenu .menu_bib_meierij ul li.first ul li a {
    background: none;
    padding: 0;
}
.ie6 #mainmenu .menu_bib_meierij ul li{
	height: 5px;
}
#mainmenu .menu_bib_meierij ul li.first a {
    background: url('../images/menu_item_links_trans.png') no-repeat 85px 25px;
    padding-top: 78px;
    display: block;
    text-decoration: none;
    color: #9F9F9F;	
    font-size: 18px;
}
#mainmenu .menu_bib_meierij ul li.first a:hover, #mainmenu .menu_bib_meierij ul li.first a:active {
    background: url('../images/menu_item_actief_links_trans.png') no-repeat 85px 25px;
    color: #A80532;
}
#mainmenu .menu_bib_meierij ul li.first ul li a {
    padding-left: 25px;
    text-decoration: none;
    color: #9F9F9F;		
    font-size: 11px;
}
#mainmenu .menu_bib_meierij ul li.first ul li a:hover,
#mainmenu .menu_bib_meierij ul li.first ul li a:active  {
    background: none;
    color: #A80532;
}
.ie6 #mainmenu .menu_bib_meierij ul li.first a {
    background: url('../images/menu_item_links.png') no-repeat 85px 25px;
}
.ie6 #mainmenu .menu_bib_meierij ul li.first a:hover, #mainmenu .menu_bib_meierij ul li.first a:active {
    background: url('../images/menu_item_actief_links.png') no-repeat 85px 25px;
}
/* menu actueel (aan de rechterkant)*/
#mainmenu .menu_actueel {
	position: absolute;
	top: -35px;
	left: 520px;
	display: block; 
	z-index: 500;
}
#mainmenu .menu_actueel ul {
	list-style-type: none;
	width: 350px;
}
.ie6 #mainmenu .menu_actueel ul li{
	height: 5px;
}
#mainmenu .menu_actueel ul li.first ul li a {
	background: none;
	padding: 0;
}
#mainmenu .menu_actueel ul li.first a {
	background: url('../images/menu_item_rechts_trans.png') no-repeat 0 0;
	padding-top: 55px;
	padding-left: 105px;
	display: block;
	text-decoration: none;
    color: #9F9F9F;	
	font-size: 18px;
}
#mainmenu .menu_actueel ul li.first a:hover, #mainmenu .menu_actueel ul li.first a:active {
	background: url('../images/menu_item_actief_rechts_trans.png') no-repeat 0 0;
	color: #A80532;
}
#mainmenu .menu_actueel ul li.first ul li a {
	padding-left: 135px;
	text-decoration: none;
    color: #9F9F9F;	
	font-size: 11px;
}
#mainmenu .menu_actueel ul li.first ul li a:hover,
#mainmenu .menu_actueel ul li.first ul li a:active  {
	background: none;
	color: #A80532;
}
.ie6 #mainmenu .menu_actueel ul li.first a {
	background: url('../images/menu_item_rechts.png') no-repeat 0 0;
}
.ie6 #mainmenu .menu_actueel ul li.first a:hover, #mainmenu .menu_actueel ul li.first a:active {
	background: url('../images/menu_item_actief_rechts.png') no-repeat 0 0;
}
/* menu collectie (aan de rechterkant)*/
#mainmenu .menu_collectie {
	position: absolute;
	top: 150px;
	left: 580px;
	display: block; 
	z-index: 500;
}
#mainmenu .menu_collectie ul {
	list-style-type: none;
	width: 350px;
}
.ie6 #mainmenu .menu_collectie ul li{
	height: 5px;
}
#mainmenu .menu_collectie ul li.first ul li a {
	background: none;
	padding: 0;
}
#mainmenu .menu_collectie ul li.first a {
	background: url('../images/menu_item_rechts_trans.png') no-repeat 0 0;
	padding-top: 55px;
	padding-left: 105px;
	display: block;
	text-decoration: none;
    color: #9F9F9F;	
	font-size: 18px;
}
#mainmenu .menu_collectie ul li.first a:hover, #mainmenu .menu_collectie ul li.first a:active {
	background: url('../images/menu_item_actief_rechts_trans.png') no-repeat 0 0;
	color: #A80532;
}
#mainmenu .menu_collectie ul li.first ul li a {
	padding-left: 135px;
	text-decoration: none;
    color: #9F9F9F;		
	font-size: 11px;
}
#mainmenu .menu_collectie ul li.first ul li a:hover,
#mainmenu .menu_collectie ul li.first ul li a:active  {
	background: none;
	color: #A80532;
}
.ie6 #mainmenu .menu_collectie ul li.first a {
	background: url('../images/menu_item_rechts.png') no-repeat 0 0;
}
.ie6 #mainmenu .menu_collectie ul li.first ul li a, .ie6 #mainmenu .menu_collectie ul li.first ul li a:hover {
	background: none;
}
.ie6 #mainmenu .menu_collectie ul li.first a:hover, #mainmenu .menu_collectie ul li.first a:active {
	background: url('../images/menu_item_actief_rechts.png') no-repeat 0 0;
}
/* Afbeelding in midden van het menu */
#mainmenu .menu_image {
	position: absolute;
	top: 0px;
	left: 315px;
	width: 359px;
}
.ie6 #mainmenu .menu_image {
	z-index: 800;
}
#foot {
	position: relative;
	float: left;
	text-align: center;
	display: block;
	width: 940px;
	text-align: center;
	color: #A80532;
	font-size: 11px;
}
/*Content pagina*/
#wrapper_content {
	position: relative;
	float: left;
	width: 985px;
	display: block;
}
/* linkerkant content pagina */
#left_panel {
	position: relative;
	float: left;
	display: block;
	padding: 45px 0 0px 15px;
	width: 170px;
	margin: 0 0 257px 0;
/*	height: 450px;*/
}
.ie7 #left_panel {
	position: relative;
	float: left;
	display: block;
	padding: 25px 0 0px 15px;
	width: 190px;
}
#content_panel {
	position: relative;
	top: -35px;
	float: left;
	padding: 5px 5px 0px 25px;
	display: block;
	width: 610px;
	text-align: left;
	z-index: 1000;
}
#floatBox {  
	position:absolute;  
	top:50px;
	left:0px;
	width:209px;
	text-align: center;
}  
.ie7 #floatbox {
	top: 50px;
}
#floatBox a {  
	text-decoration:none;
	color: #A80532;
} 
#footer {
	position: relative;
	display: block;	
	float: left;
	text-align: right;
	height: 24px;
	width: 989px;
	background-color: #D6E03D;	
}
#footer ul {
	padding: 5px 20px 5px 0;
	margin: 0;
}
#footer ul li {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 10px;
}

#footer a {
	text-decoration: none;
	font-weight: normal;
	padding: 0 1px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .mod_menu {
	position: relative;
	display: block;
	float: right;
	width: 180px;
}
div#news-slide {
	display: block;
	width: 750px;
	position: relative;
    overflow: hidden;
    float: right;
}
ul#news-slide-list {
    position: relative;
    overflow: hidden;
    width: 750px;
	height: 17px;
	margin: 4px 0 0 0;
}
.ie6 ul.newssticker li a {
	font-weight: normal;
}
ul#news-slide-list li {
    position: absolute;
    left:750px;
    top: 0px;
	list-style-type: none;
}
ul#news-slide-list li.news-slide-first, li.news-slide-first {
	left: 0;
}

/* Module CSS */
.news_text ul {
	padding: 0 0 0 22px;
}
#lichtkrant_meierij.mod_menu{
	width: 760px;
	text-align: center;
}
.mod_event .default_eventtitel {
    padding-left    : 5px;
}
.mod_event .default {
    padding-left    : 5px;
}