* {
    margin: 0px;
    padding: 0px;
}


/* ----------------------------- HTML DEFAULTS --------------------- */

body {
    text-align: center;
    font: 75%/140% Arial;
    color: #4E989E;
    background: #4E4E4E url('../img/back.gif') repeat-y 50% top;
}


h1, h2, h3, h4, h5 {
    color: #000;
}

a {
    color: #000;
}

a:hover {
    text-decoration: underline
}

a img {
    border: none;
}

#weblog h3,
#nieuws h3,
#info h3 {
    font-size: 140%;
}

#weblog h3 a,
#nieuws h3 a,
#info h3 a {
    text-decoration: none;
}


div.spacer {
    height: 1px;
    line-height: 1px;
    clear: both;
    width: 100%;
}

/* --------------------------------------------------*/

#wrapper {
    position: relative;
    margin:auto;
    width: 1020px;
    text-align: left;

}

#header {
    background: url('../img/back_header.gif') no-repeat 15px top;
    width: 1020px;
    height: 350px;
    position: absolute;
}

#content {
    padding-top: 295px;
    width: 1020px;
    position: absolute;
    left: 0px;
    top: 0px;

    padding-left: 15px;
}


/* --------------- HEADER ----------------*/

#header h1 {
    font-size: 100%;
    width: 738px;
    padding-top: 250px;
    position: absolute;
    top: 0px;
    left: 15px;
}

#header h1 a {

	cursor:pointer!important;

    font-size: 100%;
    color: #4E4E4E;
    text-decoration: none;

}

a#clickheader {
    position: absolute;
    top: 0px;
    left: 15px;
    width: 738px;
    height: 265px;
    z-index: 99;
}

#header #boeken {
	 z-index:99;
    width: 220px;
    height: 235px;
    padding: 0px 10px 0px 10px;
    margin-left: 10px;
    position: absolute;
    right: 15px;
    top: 25px;
}

#header #boeken .info_body {
    height: 180px;
}



/* --------------------- WEBLOG -------------------- */

#weblog {
    width: 470px;
    padding: 0px 10px 0px 10px;
    float: left;
}


#weblog h2 {
    width: 457px;
    height: 22px;
    background: url('../img/header_blog.gif') no-repeat right top;
    text-align: right;

    padding: 6px 8px 4px 5px;
    font-size: 100%;
    font-weight:normal;
}

.blogentry {
    margin-bottom: 10px;
}

.blogentry_date {
    height: 20px;
    padding-top: 6px;
    padding-right: 15px;
    text-align: right;
    background: url('../img/header_blogentry.gif') no-repeat right top;
}

.blogentry_header,
.blogentry_body {
    background: #FFF;
    padding-left: 15px;
    padding-right: 15px;
}

.blogentry_body {
    padding-top: 15px;
    padding-bottom: 15px;
}

.blogentry_body p {
    margin-bottom: 1em;
}

.blogentry_details {
    background: #EBEBEB url('../img/back_line.gif') repeat-x left top;
    height: 22px;
    padding: 8px 5px 3px 15px;
    color: #000;
}

.blogentry_details a {
    color: #4E4E4E;
	 text-decoration: none;
}

/* --------------------- NIEUWS -------------------- */

#nieuws {
    width: 220px;
    padding: 0px 10px 0px 10px;
    margin-left: 10px;
    float: left;
	background-image: #fff!important;
}


#nieuws h2 {
    width: 207px;
    height: 22px;
    background: url('../img/header_blog.gif') no-repeat right top;
    text-align: right;

    padding: 6px 8px 4px 5px;
    font-size: 100%;
    font-weight:normal;
}

.nieuwsentry {
    margin-bottom: 10px;
}

.nieuwsentry_date {
    height: 20px;
    padding-top: 6px;
    padding-right: 15px;
    text-align: right;
    background: url('../img/header_extras.gif') no-repeat right top;
}

.nieuwsentry_header,
.nieuwsentry_body {
    background: #FFF;
    padding-left: 15px;
    padding-right: 15px;
}

.nieuwsentry_body {
    padding-top: 15px;
    padding-bottom: 15px;
}

.nieuwsentry_body p {
    margin-bottom: 1em;
}

.nieuwsentry_details {
    background: #EBEBEB url('../img/back_line.gif') repeat-x left top;
    height: 22px;
    padding: 8px 5px 3px 15px;
    color: #000;
}

.nieuwsentry_details a {
    color: #4E4E4E;
	 text-decoration: none;
}

/* ----------------- EXTRA INFO ------------------*/

#info {
    width: 220px;
    padding: 0px 10px 0px 10px;
    margin-left: 10px;
    float: left;

}


.info {
    margin-bottom: 10px;
}

.info_deco {
    height: 21px;
    padding-top: 5px;
    padding-right: 15px;
    text-align: right;
    background: url('../img/header_extras.gif') no-repeat right top;
}

.info_body {
    background: #FFF;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.flickr img {
    /*margin-right: 5px;*/
    margin: 4px;
}

/* --------------- LOSSE ENTRY --------------------------*/

#commentform {
    background: #FFF url('../img/back_line.gif') repeat-x left top;;
    padding: 5px 5px 5px 15px;
}


/* --------------------- REACTIES -------------------- */

#reacties {
    width: 220px;
    padding: 0px 10px 0px 10px;
    margin-left: 10px;
    float: left;

}


#reacties h2 {
    width: 207px;
    height: 22px;
    background: url('../img/header_blog.gif') no-repeat right top;
    text-align: right;

    padding: 5px 8px 5px 5px;
    font-size: 100%;
    font-weight:normal;
}

.reactieentry {
    margin-bottom: 10px;
}

.reactieentry_date {
    height: 20px;
    padding-top: 6px;
    padding-right: 15px;
    text-align: right;
    background: url('../img/header_extras.gif') no-repeat right top;
}

.reactieentry_header,
.reactieentry_body {
    background: #FFF;
    padding-left: 15px;
    padding-right: 15px;
}

.reactieentry_header {
    font-size: 150%;
}

.reactieentry_body {
    padding-top: 15px;
    padding-bottom: 15px;
}

.reactieentry_body p {
    margin-bottom: 1em;
}

.reactieentry_details {
    background: #EBEBEB url('../img/back_line.gif') repeat-x left top;
    height: 22px;
    padding: 5px 5px 5px 15px;
    color: #000;
}

.reactieentry_details a {
    color: #4E4E4E;
	 text-decoration: none;

}

/* Agenda en Pers */

#agendaitems,
#persitems {
    #
    margin-top: 10px;
    background: url('../img/back_line.gif') repeat-x left bottom;
    height: 200px;
    overflow-y: auto;
    overflow-x: none;
}

#agendaitems,
#persitems {
    margin-top: 10px;
    background: url('../img/back_line.gif') repeat-x left bottom;
    height: 200px;
    overflow: auto;
}

.agendaitem1,
.persitem1,
.agendaitem0,
.persitem0 {
    background: url('../img/back_line.gif') repeat-x left top;
  /*  height: 24px;*/
    font-size: 90%;
    line-height: 110%;
    padding: 6px 5px;
}

.agendaitem1,
.persitem1 {
    background-color: #EBEBEB;
}

.agendadatum,
.persdatum {
    font-weight: bold;
}

.agendaitem1 a,
.persitem1 a,
.agendaitem0 a,
.persitem0 a{
    color: #4E989E;
}

.icon_boek {
    width: 26px;
    height: 24px;
    background: url('../img/AL_icon_boek.gif') no-repeat right 50%;
    float: right;
}

.icon_radio {
    width: 26px;
    height: 24px;
    background: url('../img/AL_icon_radio.gif') no-repeat right 50%;
    float: right;
}

.icon_theater {
    width: 26px;
    height: 24px;
    background: url('../img/AL_icon_theater.gif') no-repeat right bottom;
    float: right;
}

.icon_tv {
    width: 26px;
    height: 24px;
    background: url('../img/AL_icon_tv.gif') no-repeat right 50%;
    float: right;
}

.icon_tijdschrift {
    width: 26px;
    height: 24px;
    background: url('../img/AL_icon_tijdschrift.gif') no-repeat right 50%;
    float: right;
}

.icon_internet {
    width: 26px;
    height: 24px;
    background: url('../img/AL_icon_internet.gif') no-repeat right 50%;
    float: right;
}

/* Nieuwsbrief en Contact */

select#dropdown, input#verstuur, #bericht, #mailadres, #mailadres2 {
	display:inline;
	border: 1px solid #B3B3B3;
    font: 100%/140% Arial;
    color: #000;
	background: #E2E8E5;
}

select#dropdown {
	width:130px;
}

input#verstuur {
	width:55px;
	margin-left:5px;
}

#bericht, #mailadres, #mailadres2  {
	width:188px;
	margin-bottom:5px;
}

input#bericht, #mailadres, #mailadres2  {
	height:17px;
	padding-top:1px;
	margin-top:4px;
}

#moderate_queue_waiting {
    padding: 40px 15px 20px 15px;
	margin-bottom:20px;
    text-align: right;
    background: url('../img/header_extras3.gif') no-repeat right top;
	text-align:left;
}


