/*===============================================================================================*/
/*
	body, td, a, p, h1..6, hr, div, input, textarea, button
*/
/*-----------------------------------------------------------------------------------------------*/
/*
	CSS classes voor standaard objecten. Moeten altijd in dit bestand voorkomen, maar mogen 
	natuurlijk wel	worden aangepast of uitgebreidt.
*/
/*===============================================================================================*/
*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body
{
	margin: 0px;
 	color: #000000;
	text-align: center;
 	background: #8C8C8C;
}

td
{
	margin: 0px;
	color: #000000;
}

cmsTd
{
	margin: 0px;
	color: #313131;
}

h1
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 10px;
}

h2
{
	font-size: 15px;
	font-weight: bold;
	line-height: 15px; 
}

h3
{
	font-size: 14px;
	font-weight: bold;
	line-height: 14px; 
}

h4
{
	font-size: 11px;
	color: #D8002A;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px; 
}

h5
{
	font-size: 12px;
	font-weight: bold;
}

h6
{
	font-size: 11px;
	font-weight: bold;
	margin: 0px; 
}

ul
{
	margin: 0px 0px 0px 20px;
	list-style-image: url("../../img/02/bulletList.gif");
}

ol
{
	margin: 0px 0px 0px 32px;
} 

p
{
	margin: 0px 0px 0px 0px;
}

blockquote
{
	margin: 0px 0px 0px 20px;
}

hr
{
	color: #D9E4E6;
	width: 100%;
	clear: both;
	height: 1px;
}

a
{
	text-decoration: underline;
	color: #ff0024;
	font-weight: normal;
}

a:hover
{
	text-decoration: none;
	color: #ff0024;
}

div 
{
	text-align: left; 
	border: 0px solid black;
}

table
{
	float:left;
}

input 
{
	border: 1px solid #D8D8D8;
	background: #D8D8D8;
	color: #000000;
}

input.checkbox
{
	border: 0px;
	background: transparent;
}

input.radio
{
	border: 0px;
	background: transparent;
}

textarea
{
	float: left;
}

option
{
	color: #000000;
}

button 
{
	height: 18px;
	border: 0px;
	padding: 2px 2px 2px 2px;	/* top right bottom left */
	margin-right: 5px;
	background-color: #000000 ;
	font-size: 11px;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
}

button.btnZOek
{
	width: 48px;
	height: 18px;
	/*
background: #000 url("../../img/02/btnSearch.gif") no-repeat 0 0;
*/
}

.highlight
{
	font-size: 100%;
}
/*===============================================================================================*/
/*
	EINDE van de standaard CSS classes
*/
/*===============================================================================================*/
/*
	Kalender CSS classes
*/
/*===============================================================================================*/
/*	De weekdagen (m, d, w, d, v, z, z) */
td.calDayHeader 
{
	text-align:	right;
	width: 18px;
	border-bottom: 1px solid #B8B8B8;
	color: #333366;
}

/* De weeknummers */
td.calWeekNo 
{
	text-align:	right;
	width: 18px;
	border-right: 1px solid #B8B8B8;
	cursor: hand;
	color: #333366;
}

/* onMouseOver van de weeknummers */
td.calSel
{
	background-color: #CCCCCC;
}

/* De dagen in de huidige maand */
td.calDay
{
	text-align: right;
	background-color: #EEEEEE;
	color: #FF6600;
	cursor: hand;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

/* De dagen van een andere maand (Other Month) */
td.calDayOM
{
	text-align: right;
	color: #B8B8B8;
	cursor: hand;
}

/* Een geselecteerde dag in de huidige maand */
td.calSelected
{
	background-color: #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/* Een geselecteerde dag in een andere maand */
td.calSelectedOM
{
	background-color: #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: white;
}

/* Vandaag */
td.calToday
{
	border: 1px solid #333366;
}

/* Als er agenda/kalender items zijn op die dag */
td.calFilled
{
	font-weight: bold;
}

/* De TD waar de maand in getoond wordt */
td.calMonth
{
	color: #FF6600;
}
/*===============================================================================================*/
/*
	EINDE Kalender CSS classes
*/
/*===============================================================================================*/


/*===============================================================================================*/
/*
	BEGIN Forum CSS classes
*/
/*===============================================================================================*/
thead.forumHead
{
	background: #D9E4E6;
	font-weight: bold;
}

td.forumHead
{
	color: #FF6600;
}

a.forumTitle, a.forumTitle:hover
{
	color: #333366;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}

tr.forum
{
	background-color: #D9E4E6;
}

td.forum
{
	color: #333366;
}

td.forumGuestname
{
	font-weight: bold;
	color: #333366;
}

/*===============================================================================================*/
/*
	EINDE Forum CSS classes
*/
/*===============================================================================================*/


/*============================================ main ===================================================*/
div.mainContainer
{
	margin: 0px auto 0px auto;
	width:900px;
	/* height:100%; */
}

.background
{
	width: 900px;
	background: #FFF url("../../img/02/bgContent.gif") repeat-y 0 0;
	float: left;
}

.backgroundVervolg
{
	width: 900px;
	background: #FFF url("../../img/02/bgVervolg.gif") repeat-y 0 0;
	float: left;
}
/*============================================ main ===================================================*/


/*============================================ header ===================================================*/
.header
{
	width: 900px;
	background: #FFF;
	float: left;
}

.mainLogo
{
	width: 250px;
	float:left;
}

.logoSpacer50
{
	width: 250px;
	height: 50px;
}

.logo
{
	width: 245px;
}

.logoSpacer25
{
	width: 250px;
	height: 25px;
}

.mainLanguage
{
	width: 400px;
	background: #FF0024;
	float: left;
}

.languageSpacer13
{
	width: 13px;
	height: 10px;
	float:left;
}

.language
{
	width: 167px;
	padding-top: 10px;
	float:left;
}

.languageSpacer
{
	width: 190px;
	height: 10px;
	float:left;
}

.languageEn, a.languageEn
{
	width: 36px;
	height: 7px;
	background: url("../../img/02/languageEn.gif") no-repeat 0 0;
	float: left;
}

a.languageEn:hover
{
	background: url("../../img/02/languageEnMo.gif") no-repeat 0 0;
}

.languageEnLoc, a.languageEnLoc, a.languageEnLoc:hover
{
	width: 36px;
	height: 7px;
	background: url("../../img/02/languageEnMo.gif") no-repeat 0 0;
	float: left;
}

.languageNl, a.languageNl
{
	width: 58px;
	height: 7px;
	background: url("../../img/02/languageNL.gif") no-repeat 0 0;
	float: left;
}

a.languageNl:hover
{
	background: url("../../img/02/languageNLMo.gif") no-repeat 0 0;
}

.languageNlLoc, a.languageNlLoc, a.languageNlLoc:hover
{
	width: 58px;
	height: 7px;
	background: url("../../img/02/languageNLMo.gif") no-repeat 0 0;
	float: left;
}

.languageDe, a.languageDe
{
	width: 40px;
	height: 7px;
	background: url("../../img/01/languageDe.gif") no-repeat 0 0;
	float: left;
}

a.languageDe:hover
{
	background: url("../../img/01/languageDeMo.gif") no-repeat 0 0;
}

.languageDeLoc, a.languageDeLoc, a.languageDeLoc:hover
{
	width: 40px;
	height: 7px;
	background: url("../../img/01/languageDeMo.gif") no-repeat 0 0;
	float: left;
}

.zoekImg
{
	width: 27px;
	float: left;
}

.mainZoeken
{
	width: 250px;
	float: left;
}

.zoekSpacerTop
{
	width:250px;
	height: 7px;
	overflow: hidden;
}

.zoekSpacer
{
	width: 9px;
	height: 7px;
	overflow: hidden;
	float: left;
}

.zoekVeld
{
	width: 110px;
	float: left;
}

.headerLeft
{
	width: 250px;
	float:left;
}

.headerMiddle
{
	width: 400px;
	float:left;
}

.headerRight
{
	width: 244px;
	float: left;
}
/*============================================ header ===================================================*/


/*============================================ content ===================================================*/
.mainContent
{
	width: 900px;
	float: left;
}

.mainMenu
{
	width: 250px;
	float:left;
}

.contentLeft
{
	width: 250px;
	height: 10px;
	overflow: hidden;
	float:left;
}

.content
{
	width: 400px;
	float:left;
}

.rosmaxAfbeelding
{
	width: 400px;
}

.contentSpacer
{
	width: 400px;
	height: 0px;
	background: #FFFFFF;
	overflow: hidden;
	float: left;
}

.mainWelkom
{
	width: 400px;
	background: #FF0024;
	float: left;
}

.welkomText
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #FFFFFF;
}

.rightSpacer
{
	width: 6px;
	height: 10px;
	overflow: hidden;
	float: left;
}

.contentRight
{
	width: 244px;
	float: left;
}

.menuItem, a.menuItem
{
	width: 245px;
	height: 28px;
	color: #000000;
	text-decoration: none;
	background: #D4D5D7;
	float: left;
}

a.menuItem:hover
{
	width: 245px;
	height: 28px;
	color: #FFFFFF;
	background: #FF0024;
}

.menuItemLoc, a.menuItemLoc, a.menuItemLoc:hover
{
	width: 245px;
	height: 28px;
	color: #FFFFFF;
	text-decoration: none;
	background: #FF0024;
	float: left;
}

.menuItemSpacer
{
	width:245px;
	height:7px;
	overflow:hidden;
}

.menuSpacer
{
	width: 245px;
	height: 5px;
	overflow: hidden;
	float: left;
}

.loginTitle
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.mainNews
{
	width: 400px;
	height: 193px;
	float: left;
}

.newsTitle
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #000000;
}

.newsLink, a.newsLink
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.newsLink:hover
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ff0024;
	text-decoration: none;
}

.topSubMenu
{
	width: 244px;
	height: 47px;
}

.subMenuLeft
{
	width: 20px;
	height: 10px;
	overflow: hidden;
	float: left;
}

.subMenu
{
	width: 224px;
	float: left;
}

.subMenuLink, a.subMenuLink
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-bottom: 10px;
	float: left;
}

a.subMenuLink:hover
{
	color: #FF0024;
	text-decoration: none;
	float: left;
}

.subMenuLinkLoc, a.subMenuLinkLoc, a.subMenuLinkLoc:hover
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0024;
	text-decoration: none;
	padding-bottom: 10px;
	float: left;
}

.loginLink, a.loginLink
{
	width: 214px;
	font-family: sevenet 7, verdana, arial, helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.loginLink:hover
{
	color: #ff0024;
	text-decoration: none;
}

.downloads, a.downloads
{
	width: 128px;
	height: 26px;
	background: url("../../img/02/downloads.gif") no-repeat 0 0;
	float:left;
}

a.downloads:hover
{
	background: url("../../img/02/downloadsMo.gif") no-repeat 0 0;
}

.patches, a.patches
{
	width: 128px;
	height: 26px;
	background: url("../../img/02/patches.gif") no-repeat 0 0;
	float:left;
}

a.patches:hover
{
	background: url("../../img/02/patchesMo.gif") no-repeat 0 0;
}

.documentations, a.documentations
{
	width: 128px;
	height: 26px;
	background: url("../../img/02/documentation.gif") no-repeat 0 0;
	float:left;
}

a.documentations:hover
{
	background: url("../../img/02/documentationMo.gif") no-repeat 0 0;
}

.faq, a.faq
{
	width: 128px;
	height: 26px;
	background: url("../../img/02/faq.gif") no-repeat 0 0;
	float:left;
}

a.faq:hover
{
	background: url("../../img/02/faqMo.gif") no-repeat 0 0;
}
/*============================================ content ===================================================*/


/*============================================ article ===================================================*/
.mainArticle
{
	width: 649px;
	background: #FFFFFF;
	float: left;
}

.mainArticleSpacer
{
	width: 650px;
	height: 5px;
	overflow: hidden;
	background: #FFFFFF;
	float: left;
}

.articleSpacerTop
{
	width: 649px;
	height: 22px;
	float: left;
}

.articleSpacerLeft
{
	width: 35px;
	height: 10px;
	float: left;
}

.inhoud
{
	width: 590px;
	float: left;
}

.article
{
	width: 590px;
	float: left;
}

.articleLeft
{
	width: 339px;
	float: left;
}

.articleRight
{
	width: 251px;
	float: left;
}

.itemTitle, a.itemTitle
{
	width: 580px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	float: left;
}

a.itemTitle:hover
{
	color: #FF0024;
	text-decoration: none;
	float: left;
}

.itemBody
{
	width: 580px;
	font-size: 10px;
	line-height: 14px;
	color: #313131;
}

.articleSpacer
{
	width: 580px;
	height: 10px;
	overflow: hidden;
	float: left;
}

.articleBottom
{
	width: 590px;
	height: 50px;
	overflow: hidden;
	float: left;
}

.linkDiv
{
	width: 590px;
	float: left;
}

.articleLink, a.articleLink
{
	width: 8px;
	height: 8px;
	float: left;
}
/*============================================ article ===================================================*/


/*============================================ footer ===================================================*/
.mainFooter
{
	width: 900px;
	height: 30px;
	background: #D4D5D7;
	float: left;
}

.footerLeft
{
	width: 250px;
	overflow: hidden;
	float: left;
}

.footerLinks
{
	width: 400px;
	overflow: hidden;
	float: left;
}

.footerSpacer
{
	width: 400px;
	height: 8px;
	overflow: hidden;
}

.footerLink, a.footerLink
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	float: left;
}

a.footerLink:hover
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ff0024;
	text-decoration: none;
	float: left;
}

.footerLinkSpacer
{
	width: 10px;
	height: 10px;
	overflow: hidden;
	float: left;
}

.print, a.print
{
	width: 100px;
	height: 30px;
	background: url("../../img/02/print.gif") no-repeat 0 0;
	float:left;
}

a.print:hover
{
	background: url("../../img/02/printMo.gif") no-repeat 0 0;
}
/*============================================ footer ===================================================*/


.editor
{
	background: white;
	text-align: left;
}

.search1
{
	background:	#EBECED;
	float: left;
}

.search2
{
	background:	white;
	float: left;
}

.search 
{
	padding: 0px;
	width: 200px;
	color: #FFFFFF;
}

.sitemapTitle, a.sitemapTitle, a.sitemapTitle:hover
{
	background-color: #EBECED;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ff0024;
	text-decoration: none;
	padding: 5px;
	height: 25px;
}

.sitemap, a.sitemap, .itemMenu, a.itemMenu
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	float: left;
}

a.sitemap:hover, a.itemMenu:hover
{
	color: #ff0024;
	text-decoration: none;
	float: left;
}
/*============================================ popup ===================================================*/

.popup
{
	width: 350px;
	height: 350px;
	border: 10px solid #8C8C8C;
	float: left;
	background: white;
}

.popupContent
{
	width: 327px;
	float:left;
}

.spacer17
{
	height: 350px;
	width: 17px;
	float: left;
	overflow: hidden;

}

.pHeader
{
	float: left;
}

.spacerh13
{
	height: 13px;
	float: left; 
	width: 316px;
	overflow: hidden
}

.tekstPopup
{
	width: 299px;
	float: left;
}

.stippellijn
{
	float: left;
}

.spacerh28
{
	width: 316px;
	height: 28px;
	float: left;
}

.grijs
{
	width: 301px;
	height: 100px;
	float: left;
	background: #D4D5D7;
}

.spacerh23
{
	width: 316px;
	height: 23px;
	float: left;
}

.buttonBellen
{
	width: 300px;
	float: left;
}

.spacerw48
{
	height: 76px;
	width: 48px;
	float: left;
}

.tablePopup
{
	float: left;
	width: 301px;
}


.error
{
	color: red;
}

.popupInput
{
	border: 1px solid #D8D8D8;
	background: #FFFFFF;
	color: #000000;
}
/*============================================ popup ===================================================*/
