/* ----- redefine standard classes */

body, html
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow-x:hidden;
	background-color:#5b2381;
	background-image:url(../images/body_bg.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

TD
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
    line-height:20px;
    color:#535353;
	vertical-align: top;
}

UL, OL, LI
{
	line-height:18px;
}

UL
{
    padding:0; 
    margin:0; 
}

UL LI
{
    list-style-type:none;
    padding-left:32px;
    background-image:url(../images/star.png);
    background-position:10px 0px;
    background-repeat:no-repeat;
}

DIV
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: top;
}

A:link, A:active, A:visited
{
	color: #009ee0;
}

A:hover
{
    text-decoration:none;
}

FORM
{
	margin: 0px;
	padding: 0px;
}

P
{
	margin: 0px 0px 10px 0px;
	line-height: 20px;
}

P A:hover
{
	text-decoration:none;
}


/* ----- general styles */

.imgleft
{
	float: left;
	margin: 5px 10px 0px 0px;
}

.imgright
{
	float: right;
	margin: 5px 0px 0px 10px;
}

.kleinst { font-size:10px; }
.kleiner  { color:#009ee0; }
.normaal { font-size:12px; }

.groter
{
    display:block;
    height:35px;
    overflow:hidden;
    background-image:url(../images/heading_bg2.gif);
    background-position:top right;
    background-repeat:no-repeat;
    background-color:#bf0061;
    font-size:18px;
    line-height:35px;
    text-transform:uppercase;
    color:#ffffff;
    text-indent:8px;
    margin-bottom:10px;
}

.grootst
{
    display:block;
    height:35px;
    overflow:hidden;
    background-image:url(../images/heading_bg1.gif);
    background-position:top right;
    background-repeat:no-repeat;
    background-color:#009ee0;
    font-size:18px;
    line-height:35px;
    text-transform:uppercase;
    color:#ffffff;
    text-indent:8px;
    margin-bottom:10px;
}

.groter P, .grootst P
{
    margin-top:6px;
	line-height: 20px !important;
}

.field
{
    height:26px;
    background-image:url(../images/field_bg.gif);
    background-position:top right;
    background-repeat:no-repeat;
    border-style:solid;
    border-width:1px 1px 0px 0px;
    border-color:#330b4e;
    color:#535353;
    padding-top:4px;
    text-indent:7px;
}



#infobank
{
	width:710px;
	height:3000px;
}


/* -- general site layout --- */

.top_bg
{
    position:absolute;
    width:100%;
    height:295px;
    top:0px;
    left:0px;
    z-index:1;
    background-image:url(../images/body_top_bg.gif);
    background-position:top center;
    background-repeat:no-repeat;
}

.logo_lint
{
    width:1280px;
    height:200px;
    position:absolute;
    top:0px;
    left:50%;
    margin-left:-640px;
    z-index:3;
    background-image:url(../images/header_top.png);
    background-position:top left;
    background-repeat:no-repeat;
}

.container
{
    width:980px;
    position:absolute;
    left:50%;
    margin-left:-490px;
    z-index:2;
    clear:both;
}

.header
{
    width:980px;
    height:170px;
    margin-top:0px;
    background-image:url(../images/mainimage_bg.jpg);
    background-position:top left;
    background-repeat:no-repeat;
}

.leftcolumn
{
    width:216px;
    overflow-x:hidden;
    float:left;
}

.rightcolumn
{
    width:764px;
    float:right;
    text-align:left;
}

.footer
{
    width:980px;
    height:56px;
    background-image:url(../images/footer_bg.gif);
    background-position:top left;
    background-repeat:repeat-y;
    background-color:#009ee0;
    float:none;
    clear:both;
    margin-bottom:25px;
}

/* --- header classes */

#logo
{
    display:block;
    position:absolute;
    z-index:100;
    height:115px;
    width:750px;
    top:0px;
    margin-left:170px;
}

H1
{
   text-shadow: #666666 1px 1px 1px;
}

/* --- left column classes */

.leftcolumn_inner
{
   clear:both;
   background-image:url(../images/leftcolumn_bg.png);
}

.shadow_top
{
    height:25px;
    clear:both;
    background-image:url(../images/dropshadow.png);
    background-position:top left;
    background-repeat:repeat-x; 
}

.leftcolumn_end
{
    height:80px;
    clear:both;
    background-image:url(../images/leftcolumn_end_bg.png);
    background-position:top left;
    background-repeat:repeat-x; 
}

/* primary menu */

.primarymenu_inner
{
    padding:0px 0px 0px 0px;
    background-color:#fccf0e;
}

.primarymenu_items
{
    padding:0px 0px 20px 0px;
    background-image:url(../images/primarymenu_bottom_bg.png);
    background-position:bottom left;
    background-repeat:no-repeat;
}


/* search container */

.search_container
{
    height:39px;
    margin:8px 0px 0px 0px;
}

.search_container .field
{
    width:175px;
    float:left;
}

.search_field
{
    height:26px;
    width:175px;
    float:left;
    background-image:url(../images/field_bg_search.gif);
    background-position:top right;
    background-repeat:no-repeat;
    border-style:solid;
    border-width:1px 1px 0px 0px;
    border-color:#330b4e;
    color:#535353;
    padding-top:4px;
    text-indent:7px;
}

.search_button
{
    height:28px;
    width:32px;
    float:right;
    border:none;
    background-image:url(../images/search_button_bg.gif);
    background-position:top left;
    background-repeat:no-repeat;
    cursor:pointer;
}


/* secundary menu */

secundarymenu
{
    margin-bottom:8px;
}

.secundarymenu_inner
{
    padding:4px 0px 0px 0px;
    background-image:url(../images/secundarymenu_bg.gif);
    background-position:top left;
    background-repeat:no-repeat;
}

.secundarymenu_items
{
    padding:0px 4px 23px 4px;
    background-image:url(../images/secundarymenu_bottom_bg.gif);
    background-position:bottom left;
    background-repeat:no-repeat;
}

/* general menu styles */

.menu A:link,.menu A:active, .menu A:visited
{
    display:block;
    height:33px;
    overflow-y:hidden;
    background-image:url(../images/menu_item_bg.png);
    background-position:top left;
    background-repeat:repeat-x;
    text-indent:8px;
    text-decoration:none;
    font-size:13px;
    line-height:31px;
    text-transform:uppercase;
    color:#5a2381;
}

.menu A:hover, .menu .selected
{
    display:block;
    height:33px;
    overflow-y:hidden;
    background-image:url(../images/menu_item_bg.png);
    background-position:top left;
    background-repeat:repeat-x;
    text-indent:8px;
    text-decoration:none;
    font-size:13px;
    line-height:31px;
    text-transform:uppercase;
    color:#c71a57 !important;
}

.secundarymenu .menu A:link, .secundarymenu .menu A:active, .secundarymenu .menu A:visited
{
    color:#ffffff;
}

.secundarymenu .menu A:hover, .secundarymenu .menu .selected
{
    color:#ebafc4 !important;
}

/* --- middle column classes */

.rightcolumn_inner
{
    padding:0px 0px 0px 27px;
}

.column_split_left
{
    width:500px;    
    float:left;
    padding:25px 0px 25px 0px;
}

.column_split_right
{    
    width:215px;
    float:right;
    padding:25px 0px 0px 0px;
    text-align:left;
}

.column_full
{
    width:737px;
    padding:25px 0px 0px 0px;
    margin-bottom:50px;
}

/* crumpath */

    .crumpath
    {
        height:37px;
        overflow:hidden;
        clear:both;
	    text-align:left;
	    background-image:url(../images/dot_purplebg.gif);
	    background-position:bottom left;
	    background-repeat:repeat-x;
    }

    .crumpath
    {
        padding:0px;
        margin:0px;
        font-size:17px;
        font-weight:normal;
        text-transform:uppercase;
        color:#ffffff;
    }

    .crumpath A:link, .crumpath A:active, .crumpath A:visited
    {
        text-decoration:underline;
        color:#ffffff;
    }    
    
.content
{
    display:block;
    padding:10px 10px 25px 10px;
    margin-bottom:10px;
    height:auto;
    background-image:url(../images/alinea_bg.png);
    background-position:bottom left;
    background-repeat:repeat-x;
    font-size:13px;
    line-height:20px;
    color:#535353;
}

.content_home .alinea
{
    display:inline-block;
    padding:10px 10px 25px 10px;
    margin-bottom:10px;
    height:auto;
    background-image:url(../images/alinea_bg.png);
    background-position:bottom left;
    background-repeat:repeat-x;
    font-size:13px;
    line-height:20px;
    color:#535353;
}

/* news + news archive */

.newsoverview
{
    padding:6px 0px 0px 0px;
}

.newsitem
{
    height:39px;
    overflow:hidden;
    clear:both;
    background-image:url(../images/newsitem_bg.gif);
    background-position:top right;
    background-repeat:no-repeat;
    background-color:#5b2381;
    margin-top:4px;
}

.newsitem A:link, .newsitem A:active, .newsitem A:visited
{
    display:block;
    font-size:14px;
    line-height:38px;
    font-weight:bold;
    text-decoration:none;
    color:#ffffff;
    text-indent:32px;
    background-image:url(../images/newslink_bg.gif);
    background-position:top left;
    background-repeat:no-repeat;
    text-align:left;
}

.newsitem A:hover
{
    color:#ffcf00;
}

.newsarchive .newsitem A:link, .newsarchive .newsitem A:active, .newsarchive .newsitem A:visited
{
    background-image:url(../images/newslink_archive_bg.gif) !important;
}

.newsitem .date
{
    color:#ffcf00;
    font-style:italic;
}

.newsarchive
{
    padding:10px 0px 0px 0px;
    text-align:right;
    font-weight:bold;
}

.rssfeed
{
    display:block;
    height:26px;
    width:55px;
    margin-top:4px;
    float:left;
    background-image:url(../images/rss_icon.gif);
    background-position:top left;
    background-repeat:no-repeat;
}

/* content subs / tabs */

.contentsubs
{
    height:43px;
    background-image:url(../images/contentsubs_bg.gif);
    background-position:bottom left;
    background-repeat:repeat-x;
}

.contentsubs A:link, .contentsubs A:active, .contentsubs A:visited
{
    display:block;
    height:43px;
    float:left;
    background-image:url(../images/contentsubs_item_bg.gif);
    background-position:bottom left;
    background-repeat:repeat-x;
    background-color:#ffffff;
    padding:0px 10px 0px 10px;
    margin-right:10px;
    font-size:12px;
    line-height:40px;
    color:#5b2381;
    text-decoration:none;
    text-transform:uppercase;    
}

.contentsubs A:hover, .contentsubs .selected
{
    display:block;
    height:43px;
    float:left;
    background-image:url();
    background-color:#ffffff;
    padding:0px 10px 0px 10px;
    margin-right:10px;
    font-size:12px;
    line-height:40px;
    color:#5b2381;
    text-decoration:none;
    text-transform:uppercase;   
}


/* theme page layout */

.themepage_left
{
    width:365px;
    float:left;
    clear:left;
}

.themepage_right
{
    width:338px;
    float:right;
    text-align:left;
    clear:right;
    background-color:#5b2381;
    padding-top:290px;
    color:#ffffff;
}

.themepage_right IMG
{
    width:338px;
    position:absolute;
    margin-top:-290px;
    margin-left:-10px;
}

.themepage_right P
{
    padding:0px 10px 10px 10px;
}

.winconditions
{
    background-image:url(../images/txt_voorwaarden.gif);
    background-position:0px 170px;
    background-repeat:no-repeat;
}

/* default theme page */

.default_theme
{
    background-image:url(../images/default_theme_bk.gif);
    background-position:bottom right;
    background-repeat:no-repeat;
    padding-top:0px;
}

.default_theme IMG
{
    width:auto;
    position:relative;
    margin-top:0px;
    margin-left:0px;
}

.default_theme P
{
    padding:10px 10px 10px 10px;
}








/* --- footer classes */

.bottom_background
{
    position:absolute;
    height:30px;
    width:980px;
    margin-top:-50px;
    background-image:url(../images/bottomright_bg.gif);
    background-position:top right;
    background-repeat:no-repeat;
}


.footer_inner, .footer_inner A:link, .footer_inner A:active, .footer_inner A:visited, .footer_inner A:hover
{
    font-size:11px;
    line-height:18px;
    color:#ffffff;
}

.footer_inner
{
    padding:8px 0px 0px 241px;
}


/* ----- cbase agenda */

#cbase_agenda
{
	padding:10px 4px 25px 4px;
	background-image:url(../images/agenda_bottom_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#cbase_agenda A:hover
{
	text-decoration:none;
}

#cbase_agenda .agendatitle
{
	font-weight:bold;
	font-size:11px;
}

#cbase_agenda .time
{
	display:block;
	clear:both;
	font-size:11px;
	padding-top:10px;
}

#cbase_agenda .category
{
	display: none;
}

#cbase_agenda .action
{
	font-size:11px;
}

#cbase_agenda .action A:link, #cbase_agenda .action A:active, #cbase_agenda .action A:visited
{
	text-decoration:underline;
	font-size:11px;
}

#cbase_agenda .action A:hover
{
	text-decoration:none;
	font-size:11px;
}

#cbase_agenda .description
{
}

#cbase_agenda .agenda_archive:link, #cbase_agenda .agenda_archive:active, #cbase_agenda .agenda_archive:visited
{
	font-size:11px;
	color:#ffffff;
}

#cbase_agenda .additem
{
	font-size:11px;
	color:#ffffff;
}


/* agenda items */

#cbase_agenda_item
{
	width:541px;
}

#cbase_agenda_item .title
{
	font-size: 14px;
	font-weight:bold;
	padding-bottom:20px;
}
#cbase_agenda_item .summary
{
	padding-bottom: 20px;
}
#cbase_agenda_item .time, #cbase_agenda_item .default
{
	padding-bottom: 5px;
	font-size:11px;
}
#cbase_agenda_item .description
{
}


/* ---- cbase actueel */

#cbase_actueel
{
	padding:20px 24px 10px 4px;
	background-image:url(../images/agenda_bottom_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#cbase_actueel A:hover
{
	text-decoration:none;
}

.actueel_title
{
	display:block;
	font-weight:bold;
	font-size:11px;
	padding-bottom:10px;
}

#cbase_actueel .item
{
	font-size:11px;
}

#cbase_actueel .description
{
	font-size:11px;
	padding-bottom:20px;
}

#cbase_actueel .description A
{
	font-size:11px;
}

#cbase_actueel .description P
{
	margin:0px 0px 5px 0px;
}



/* ---- cbase search */
#cbase_search_body
{
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 15px;
	color: #001e57;
	vertical-align: top;
}
#cbase_search .title
{
	padding: 0px 0px 0px 0px;
}
#cbase_search
{
	margin: 10px 0px 0px 0px;
	margin-top: 10px;
}
#cbase_search a
{
	font-weight: normal;
}
.resulttype_title:link, .resulttype_title:active, .resulttype_title:visited
{
	height: 22px;
	line-height: 20px;
	padding: 0px 10px 0px 10px;
	margin-right: 1px;
	background-color: #00215a;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.resulttype_title:hover, .resulttype_title_active
{
	height: 22px;
	line-height: 20px;
	padding: 0px 10px 0px 10px;
	margin-right: 1px;
	background-color: #f9c201;
	color: #00215a;
	font-weight: bold;
	text-decoration: none;
}
#cbase_search .category_title
{
	display: block;
	font-weight: bold;
	color: #00215a;
	margin: 20px 0px 5px 0px;
}


.website_title
{
	display: block;
	font-size: 120%;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	margin-top: 30px;
	width: 100%;
	color: #00215a;
	border-top: 1px solid #00215a;
}
#cbase_search LI
{
	line-height: 20px;
}

/* ---- cbase documents */

#cbase_documents
{
	width:541px;
}
#cbase_documents .category
{
	font-weight: bold;
	padding-bottom: 10px;
}
#cbase_documents .title
{
	padding: 0px 0px 0px 0px;
}

/* ---- cbase links */
#cbase_links
{
	width:541px;
}
#cbase_links .category
{
	font-weight: bold;
	padding-bottom: 10px;
}
#cbase_links .title
{
	padding: 0px 0px 0px 0px;
}

/* ---- cbase sitemap */
#sitemap
{
	width:541px;
}
#sitemap td
{
}
#sitemap a
{
}
#sitemap .titlerow
{
	font-weight: bold;
}
#sitemap .hoofdmenu
{
}
#sitemap .submenu
{
}
#sitemap .submenu a
{
}

/* ---- cbase form */

#cbase_form
{
    width:95%;
}
#cbase_form TD
{
	padding-bottom: 5px;
}

#cbase_form .title
{
    width:40% !important;
}

#cbase_form .formelements
{
	width: 60% !important;
}

#cbase_form .input
{
	border-style:solid;
	border-width:1px;
	border-top-color:#c4c4c3;
	border-right-color:#dddddd;
	border-bottom-color:#dddddd;
	border-left-color:#c4c4c3;
	height: 20px;
	line-height: 18px;
	font-size: 11px;
	width:100%;
}
#cbase_form .textarea
{
	border-style:solid;
	border-width:1px;
	border-top-color:#c4c4c3;
	border-right-color:#dddddd;
	border-bottom-color:#dddddd;
	border-left-color:#c4c4c3;
	height: 20px;
	line-height: 18px;
	font-size: 11px;
	width:100%;
	height:100px;
}
#cbase_form .button
{
	float: right;
	width: 100px;
	height: 20px;
	line-height: 17px;
	font-size: 12px;
	background-color: #bf0061;
	color: #ffffff;
	font-weight:normal;
	text-transform:uppercase;
	cursor: hand;
	padding: 0px;
	border-style:none;
	border-width:0px;
}

#cbase_form #attachment-optie
{
	height: 16px;
	border: 1px solid #566892;
	width: 100%;
	margin-left: 10px;
	font-size: 11px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

/* ---- cbase faqs */

#cbase_faqs
{
	width: 541px;
}
#cbase_faqs table
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#cbase_faqs IMG
{
	display: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#cbase_faqs td
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#cbase_faqs .category
{
	font-weight: bold;
	padding-bottom: 10px;
}
#cbase_faqs .question
{
	padding-left: 28px;
	padding-bottom:12px;
	padding-top:4px;
	background-image: url(../images/bk_question.gif);
	background-repeat: no-repeat;
	font-style: italic;
}
#cbase_faqs .answer
{
	padding-bottom: 20px;
	padding-left: 28px;
	padding-top:3px;
	background-image: url(../images/bk_answer.gif);
	background-repeat: no-repeat;
}



#cbase_newsletter
{
	width:541px;
	display: none;
	background-color: #fef4d5;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #00215a;
	margin: 0px 10px 90px 10px;
}
#cbase_newsletter #newsletter_table
{
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 5px;
}
#cbase_newsletter #newsletter_table .title
{
	padding: 0px 0px 8px 0px;
	font-weight: bold;
	color: #053a74;
}
#cbase_newsletter #newsletter_table .inputtext
{
	padding: 3px;
	width: 30%;
}
#cbase_newsletter #newsletter_table .input
{
	width: 100%;
}
#cbase_newsletter #newsletter_table .buttons
{
	text-align: right;
	padding: 5px 0px 5px 0px;
}
#cbase_newsletter #newsletter_table .buttons .button
{
	font-size: 85%;
	padding: 1px 5px 1px 5px;
	color: #00215a;
	background-color: #f9c201;
	font-weight: bold;
	border: 1px solid #00215a;
	cursor: hand;
}
#cbase_newsletter #newsletter_table .newsletter_field
{
	font-size: 85%;
	width: 100%;
	border-style: solid;
	border-color: #000000;
	border-width: 1px 1px 1px 1px;
}

#LOGIN
{
}
#LOGIN input
{
	width: 160px;
	border: 1px inset #000000;
	height: 17px;
	font-size: 80%;
	color: #000000;
}
#LOGIN .button
{
	font-weight: bold;
	color: #00215a;
	background-color: #f9c201;
	width: 160px;
	float: right;
	border: solid 1px #000000;
	height: 20px;
}

/* rollovers links & documenten */
a.info{ line-height:20px; position:relative; z-index:24; background-color:#fff; font-weight:normal; }
a.info:hover{z-index:25; background-color:#ffffff; font-weight:normal;}
a.info span{display: none}
a.info:hover span{ display:block; position:absolute; top:2em; left:2em; width:20em; border:1px solid #fabd00; background-color:#fef4d5; color:#000000; font-weight:normal; font-size:10px; padding-left: 5px;padding-right: 5px;}


/* FUNCTIE VENSTER */

#functionmenu { left: 0px; float:right; width:11px; margin-left:1px; margin-top:1px; z-index:10; }
*html #functionmenu { width:24px; left: 0px; float:right; width:11px; margin-left:-9px; margin-top:0px; z-index:10; }
#functionmenu * {  font-size:11px; float:right; }
#functionmenu .functionbutton { clear:both; }
#functionmenu .functionbutton a img { background-color: #001e57; }
#functionmenu .functionbutton a:hover img { background-color: #fabd00; }
#functionmenu .functionbutton .top, .print, .email, .search {  }
#functionmenu .functionbutton .top, .print, .email {  }

	/* FORMS */
	#functionmenu form { margin: 0px; }
	#functionmenu input { width: 100%; }
	#functionmenu textarea { width: 100%; height: 50px; }
	#functionmenu td { border-style: none; padding:3px;  }
	#functionmenu table { width: 100%; border: solid 1px #ffffff; background-color: #fabd00; }
	#functionmenu .close { text-align: right; }
	#functionmenu .button {  }
	#functionmenu .buttonvind { width:100px; float:left;}
	#functionmenu .buttonclose { width:17px; float:right; text-align:center; }
	#functionmenu #mail_form table { height: 87px; }
	#functionmenu #mail_form { visibility: hidden; display:none; table-layout: fixed; position: absolute; width: 300px; top: 0px; left: -310px; table-layout: auto; }
	#functionmenu #mail_form td { position: static; float: none; table-layout: fixed; width: 300px; }
	#functionmenu #mail_form td.half { width: 150px; }
	#functionmenu #search_form table { height: 30px;  }
	#functionmenu #search_form { visibility: hidden; display:none; position: absolute; width: 300px; top: 54px; left: -310px; }
	#functionmenu #search_form td { position: static; float: none; table-layout: fixed; width: 300px; }
	
	/* FLAPOUTS */
	#functionmenu span { top: -41px; }
	*html #functionmenu span { top: 1px; }
	#functionmenu #flapouts
	{
		position: relative;
		top: -55px;
		left: -28px;
	}
	
	*html #functionmenu #flapouts
	{
		position: relative;
		top: -55px;
		left: -118px;
	}
	
	#functionmenu #top_top, #top_print, #top_email, #top_search 
	{ 
		text-align:left; 
		width: 110px; 
		height: 18px; 
		padding-right:7px; 
		position: relative; 
		visibility: hidden; 
		display: none; 
		left: 3px; 
		top: 0px; 
		background-color: #fabd00; 
		border: solid 1px #ffffff; 
		border-right: none; 
	}
	
	*html #functionmenu #top_top, #top_print, #top_email, #top_search { height: 18px; margin-right: 100px; }
	
	#functionmenu #top_top 
	{ 
		top: -18px;  
	}
	#functionmenu #top_print 
	{ 
		top: 0px; 
	}
	#functionmenu #top_email 
	{ 
		top: 18px; 
	}
	#functionmenu #top_search 
	{ 
		top: 36px; 
	}

/* END FUNCTIE VENSTER */
