html,
body {
	padding				: 0;
	margin				: 0;
	height				: 100%;
	background-color	: #000000;
}

* {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
}


#wrapperBig {
	background-color	: #ffffff;
	width				: 100%;
	float				: left;
	background-image	: url(../images/bg_black.gif);
	background-repeat	: repeat-x;
}


#wrapper {
	margin				: 0 auto;
	width				: 994px;
}

#website {
	height				: 100%;
	width				: 770px;
	float				: left;
	clear				: right;
}

#gadgets {
	width				: 224px;
	float				: right;
	vertical-align		: middle;
	text-align			: center;
	margin-top			: 157px;
}

#sfeer {
	color				: #eeeeee;
	height				: 125px;
	width				: 770px;
	text-align			: center;
	vertical-align		: middle;
	font-size			: 30px;
}
/***********************************************
* BREAD CRUMB
************************************************/
#header {
	height				: 32px;
	width				: 770px;
	text-align			: left;
	line-height			: 32px;
	margin-left			: 200px;
	vertical-align		: middle;
	text-decoration		: none;
}

#header a {
	text-decoration	: none;
	list-style-type	: none;
	font-size		: 10px;
	color			: #666666;
}

#header.active a,
#header a:hover {
	text-decoration	: none;
	color			: #ff0000;
}

/***********************************************
* FOOTER
************************************************/
#footer {
}

#footer ul {
	height			: 125px;
	margin-top		: 3px;
	margin-right	: 3px;
	float			: right;
}

#footer li {
	list-style-type	: none;
	margin			: 0;
	padding			: 0 5px;
	float			: left;
	border-right	: 1px solid #888888;
	font-size		: 10px;
	color			: #666666;
}

#footer li a {
	text-decoration	: none;
	list-style-type	: none;
	font-size		: 10px;
	color			: #666666;
}

#footer li.active a,
#footer li a:hover {
	text-decoration	: none;
	color			: #ff0000;
}

/***********************************************
* ICONS
************************************************/
a.icon {
	margin: 0 5px;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	display: block;
}

a.icon:HOVER,
a.icon:ACTIVE {
	background-position: 0 -16px;
}


a.icon_home {		background-image: url(../images/icon_home.gif);	}
a.icon_reactie { 	background-image: url(../images/icon_mail.gif); }
a.icon_print { 		background-image: url(../images/icon_print.gif); }



/***********************************************
* CONTENT - ALINEA SPECIFIC
************************************************/

#content {
	width				: 570px;
	float				: right;
}

#content .alinea a.bestand.links,
#content .alinea img.links { 
	float		: left; 
	margin		: 5px 5px 5px 0;
}

#content .alinea a.bestand.rechts,
#content .alinea img.rechts { 
	float		: right; 
	margin		: 5px 0 5px 5px;
}

#content .alinea a.bestand.groot,
#content .alinea img.groot { 
	display			: block; 
	margin			: 0;
	margin-left		: auto;
	margin-right	: auto;
}

#content .alinea a.bestand[mimeType~="pdf"]{
	background-image	: url(../images/icon_print.gif);
	background-repeat	: no-repeat;
	text-indent			: 25px;
}

/***********************************************
* MENU
************************************************/
#menu {
	/* height				: 550px; */
	width				: 200px;
	float				: left;
	clear				: right;
}

.menu *,
.menu {
	font-size			: 13px;
	line-height			: 20px;
	margin				: 0;
	padding				: 0;
	list-style-type		: none;
	width				: 180px;
}

.menu li {
	list-style-type		: none;
}

.menu a {
	height				: 20px;
}

.menu>li>a {
	text-decoration		: none;
	color				: #0000ff;
}

.menu>li>a:HOVER,
.menu>li.active>a {
	text-decoration		: none;
	color				: #ff0000;
}

.menu>li li a,
.menu>li li a:LINK {
	text-decoration		: none;
	color				: #0000ff;
	text-indent			: 15px;
}

.menu>li li a:HOVER,
.menu>li li.active a {
	text-decoration		: none;
	color				: #ff0000;
}

