/* DEFAULTS ................................................... */

html,
body {
	margin				: 0;
	padding				: 0;
	background-color	: #000000;
	background-image	: url(../images/bg.gif);
	background-position	: top;
	background-repeat	: repeat-x;
}

* {
	cursor				: default;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	line-height			: 16px;
	color				: #aaaaaa;
}

/* WEBSITE .................................................... */

#website {
	margin				: 0 auto;
	width				: 770px;
}

/* BEDRIJF .................................................... */

#bedrijf {
	height				: 167px;
	width				: 770px;
	background-image	: url(../images/org_concepts.gif);
	background-position	: top;
	background-repeat	: repeat-x;
}

/* TOOLS ...................................................... */

#tools {
	width				: 750px;
	height				: 26px;
	margin				: 0;
	padding				: 27px 0 10px 10px;
}

#tools>a {
	float				: left;
}

#tools a.icon_home {	margin-right:718px; }

/* ICONS ...................................................... */

a.icon {
	margin				: 0;
	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);
	clear				: right;
	float				: left;
}

a.icon_reactie {
	background-image	: url(../images/icon_mail.gif);
	float:right;

}

/* MENU ....................................................... */

#menu {
	width				: 770px;
	height				: 70px;
}

.menu *,
.menu {
	margin				: 0;
	padding				: 0;
	list-style-type		: none;
	text-align			: center;
}

.menu li {
	vertical-align		: middle;
	list-style-type		: none;
	display				: block;
	float				: left;
	width				: 256px;
	height				: 70px;
}

.menu a {
	font-weight			: bold;
	line-height			: 70px;
	height				: 70px;
	font-size			: 24px;
}

.menu>li>a {
	color				: #ffffff;
	display				: block;
}

.menu>li>a:hover,
.menu>li.active>a {
	text-decoration		: underline;
}

/* CONTENT .................................................. */

#content {
	padding				: 0 10px;
	width				: 750px;
}

#content>div {
	clear				: both;
	text-align			: justify;
}

#content>div.alinea {
	margin-bottom		: 10px;
}

#content>div>h1 {
	padding				: 0;
	margin-top			: 10px;
	margin-bottom		: 4px;
	font-size			: 12px;
	font-weight			: bold;
	color				: #FFFFFF;
}

#content>div>h2 {
	padding				: 0;
	margin-top			: 10px;
	margin-bottom		: 4px;
	font-size			: 12px;
	font-weight			: bold;
	color				: #FFFFFF;
}

#content>div>p {
	margin : 4px 0 8px 0;
}

#content a {
	border-bottom:#666666 dashed 1px;
	text-decoration:none;
	color:#b5a274;
}

#content a:HOVER {
	border-bottom:#666666 solid 1px;
	text-decoration:none;
	color:#b5a274;
}

/* FORMS ...................................................... */

form {
	text-align	: center;
	margin		: 0;
	padding		: 0;
	clear		: both;
}

textarea {
	overflow	: auto;
}

input, textarea, select {
	height				: 16px;
	width				: 200px;
	cursor				: text;
	border				: 1px solid #444444;
	background-color	: #222222;
}

input[type="radio"],
input[type="checkbox"],
input[type="submit"] {
	width:20px;
	border		: 0;
	background-color:#000000;
}

label {
	text-decoration		: none;
	cursor				: pointer;
}

label:hover {
	text-decoration		: underline;
	cursor				: pointer;
}







a {
	cursor: pointer;
	text-decoration:none;
}

a:HOVER {
	text-decoration:underline;
}

.printOnly {
	display:none;
}

/* TABLES ...................................................... */

#content table {
	border-collapse	: collapse;
	margin			: 0 auto;
}

#content table th {
	text-align		: left;
	font-weight		: bold;
	color			: #ffffff;
	padding:2px 5px;
}

#content table td {
	padding:2px 5px;
}

#content table td {
	text-align		: left;
}

#content table td.field {
	text-align		: right;
}

table.data,
table.data tr th,
table.data tr td {
	border				: #cccccc solid 1px;
	border-collapse		: collapse;
	padding				: 5px;
}


/***********************************************
* CONTENT - ALINEA SPECIFIC
************************************************/
#content .alinea img.floatsInText {
	margin: 10px;
}

#content .alinea img.centreerGroot { 
	display:block; 
	margin:0;
	margin-left:auto;
	margin-right:auto;
}

/***********************************************
* NAVIGATIE IN DETAIL
************************************************/
.detailNavigatie a { 
	color:#cccccc;
	font-size: 10px;
} 

/* FOOTER ...................................................... */

#footer {
	clear			: both;
	width			: 770px;
	margin			: 0;
	padding			: 0;
	padding-top:10px;
	height			: 30px;
}

#footer ul {
	float			: right;
	margin			: 5px 5px 0 0;
}

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

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

#footer li.active a {
	color			: #888888;
	text-decoration	: none;
}

#footer li a:hover {
	color			: #888888;
	text-decoration	: underline;
}

/***********************************************
* JAVASCRIPT SPECIAL TRIGGERCLASSES
************************************************/
.inputHighlighted {
  background-color: #999999;
  color: #000;
}

.staticLink { cursor:pointer; }

.formvalueIncorrectToggle{
	background-color:#FF0000;
	color:#FFFFFF;
}

/***********************************************
* SLIDESHOW
************************************************/
.slideshow { 
	position: relative; 
	clear:both;
	float:left;
	/* NOTICE : dimensions need to be fixed while position = relative */
	height:420px;
	width:750px;
}

.slideshow div { 
	position: absolute; 
	left: 0; 
	top: 0; 
}

/***********************************************
* MESSAGES
************************************************/
span.userMesage {
	width:100%;
	height:40px;
	border-style:solid;
	border-color:#FF0000;
	border-width:1px;
	vertical-align:middle;
	padding-left: 10px;
}

span.note {
	font-size:9px;
}

#print{
	display:none;
}