/****************************/
/***** DEFAULT ELEMENTS *****/
/****************************/

/*
* {
    -moz-box-sizing: border-box; 
} 
*/

HTML, BODY {
	height: 100%;
	width: 100%;
}

BODY {
	font-family: tahoma,arial,sans-serif;
	font-size: 11px;
	color: #383838;
	line-height: 1.5;
	background-color: #6E7A69;
	background-image: url(../images/gui/bg_wbeige.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: 50% 0;
	margin: 0;
	padding: 0;
}

IMG {
	border: 0;
}

FORM {
	margin: 0;
	padding: 0;
}

H1 {
	width: 475px;
	height: 45px;
	padding: 0;
	margin: 0;
	font-size: 13px;
	letter-spacing: 2px;
	padding-top: 2px;
	color: white;
}

H2 {
	width: 475px;
	height: 45px;
	padding: 0;
	margin: 0;
	margin-top: 12px;
	font-size: 13px;
	letter-spacing: 2px;
	padding-top: 2px;
	color: white;
}

H3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

H4 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	border-top: 1px dotted #A0A18A;
	border-bottom: 1px dotted #A0A18A;
	background: #F0F0EB;
	padding: 6px;
}

H5, H6 {
	font-size: 12px;
	font-weight: bold;
}

A, A:active, A:visited {
	color: #000;
	text-decoration: underline;
}

A:hover {
	color: #5F5F50;
	text-decoration: underline;
}

IFRAME { 
	display: block;
	border: none;
}

TD {
	font-size: 11px;
}

/********************/
/***** CLASSESS *****/
/********************/

.clear {
	clear: both;
	float: none;
}

.clear_w_height {
	height: 75px;
	clear: both;
	float: none;
}

.main_msg {
	border: none;
	border: 1px solid red;
	background: #ffdddd;
	padding: 10px;
}

.msg_success {
	border: none;
	border: 1px solid #008000;
	background: #b7ffb7;
	padding: 10px;
}

.main_msg LEGEND {
	color: red;
	text-transform: uppercase;
	font-weight: bold;
	background: white;
	padding-left: 4px;
	padding-right: 4px;
}


.formset {
	border: none;
	border: 1px solid #A0A18A;
	padding: 10px;
	margin-bottom: 10px;
}

.formset LEGEND {
	color: #A0A18A;
	text-transform: uppercase;
	font-weight: bold;
	background: white;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid #A0A18A;
}

.h_projects {
	width: 222px;
	padding: 3px;
	border: 1px solid #7A7A69;
	margin-bottom: 12px;
	float: right;
}

.c_left {
	width:210px;
	float: left;
}

.c_right {
	width:265px;
	float: left;
}

.title_right_news {
	position: relative;
	width: 242px;
	height: 27px;
	padding-top: 3px;
	color: white;
	font: bold 13px Tahoma;
	letter-spacing: 2px;
	background: url(../images/gui/bg_right_title.gif) no-repeat;
}

.ico_feed {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 16px;
	height: 16px;
}

.newsitem {
	margin: 0 auto;
	padding: 4px;
	width: 220px;
	border: 1px solid #DADACC;
}
	.newsitem:hover {
		background: #EEEEE4;
		border: 1px dotted #383838;
	}
	.newsitem P A {
		color: #383838;
		text-decoration: none;
	}
	.newsitem P A:hover {
		color: #000;
	}

.pama_0 {
	padding: 0;
	margin: 0;
}

.border_black {
	border: 1px solid black;
	margin-bottom: 20px;
}

.border_grey {
	border: 1px solid #c6c6c6;
	margin-bottom: 20px;
}

.hspace {
	margin-left: 6px;
	margin-right: 6px;
}

.index_services {
	width: 465px;
	padding-left: 10px;
	padding-top: 10px;	
	padding-bottom: 10px;
}
.index_services A {
	font-weight: bold;
}


.even {
	background-color: #F3F6F1;
}

.odd {
	background-color: #E3EAE0;
}

.tbl_hosting {
	width: 450px;
	margin-top: 30px;
}

	.tbl_hosting TH {
		text-align: left;
	}

.rightnav_links_small {
	margin: 0 auto;
	padding: 4px;
	width: 220px;
	border: 1px solid #DADACC;
}
	.rightnav_links_small:hover {
		background: #EEEEE4;
		border: 1px dotted #383838;
	}
	.rightnav_links_small P A {
		color: #383838;
		text-decoration: none;
	}
	.rightnav_links_small P A:hover {
		color: #000;
	}

.rightnav_active {
	background: #F7F7F3;
	border: 1px dotted #383838;
}

.img_w_space {
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
}

.ico_ok {
	margin-right: 10px;
}

.addressandstuff {
	width: 90%;
	padding-bottom: 15px;
	margin: 0 auto;
}
	
/********************************/
/***** CLASSESS ON ELEMENTS *****/
/********************************/

.fuchsia {
	background: url(../images/gui/bg_h1_fuchsia.gif) no-repeat;
}

.green {
	background: url(../images/gui/bg_h1_green.gif) no-repeat;
}

.blue {
	background: url(../images/gui/bg_h1_blue.gif) no-repeat;
}

.orange {
	background: url(../images/gui/bg_h1_orange.gif) no-repeat;
}

.teal {
	background: url(../images/gui/bg_h1_teal.gif) no-repeat;
}

.purple {
	background: url(../images/gui/bg_h1_purple.gif) no-repeat;
}

.red {
	background: url(../images/gui/bg_h1_red.gif) no-repeat;
}

.yellow {
	background: url(../images/gui/bg_h1_yellow.gif) no-repeat;
}

DIV.reference {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

INPUT.signup {
	height: 22px;
	margin: 0;
	padding: 0;
	width: 140px;
	border: 1px solid #383838;
	background-color: #EEEEE7;
}

FORM.signupform {
	margin-left: 30px;
	margin-top: 40px;
}

SPAN.left_readmore {
	float: right;
}
	SPAN.left_readmore A {
		text-decoration: none;
	}
	SPAN.left_readmore A:hover {
		text-decoration: underline;
	}

SPAN.h1 {
	margin-left: 30px;
}

SPAN.title_right {
	margin-left: 9px;
}

/****************/
/***** ID'S *****/
/****************/

#container {
	position: relative;
	width: 976px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
}

#valid {
	position: absolute;
	bottom: 0;
	right: 10px;
	z-index: 5;
}

#header_logo {
	width: 974px;
	margin-left: 1px;
	height: 43px;
	background: url(../images/gui/bg_header_logo.gif) no-repeat;
}

#lang_switch {
	position: absolute;
	font-weight: bold;
	letter-spacing: 1px;
	top: 64px;
	left: 756px;
}

	#lang_switch A {
		text-decoration: none;
	}

	#lang_switch A:hover {
		color: #5F5F50;
		text-decoration: underline;
	}

#header_photo {
	width: 974px;
	height: 103px;
	margin-left: 1px;
	background: url(../images/gui/bg_header_photo_01.jpg) no-repeat;
	z-index:1;
}

#content_left {
	width: 237px;
	margin-left: 2px;
	margin-top: 6px;
	float: left;
}

#content_middle {
	width: 475px;
	margin-left: 9px;
	margin-top: 6px;
	float: left;
}

#content_right {
	width: 242px;
	margin-left: 9px;
	margin-top: 1px;
	float: left;
}

#signup_newsletter {
	width: 228px;
	height: 91px;
	margin-bottom: 10px;
	float: right;
	background: url(../images/gui/bg_signup_newsletter.gif) no-repeat;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 976px;
	height: 50px;
	background: #383838;
	margin: 0 auto;
}

#footer_navigation {
	width: 572px;
	height: 15px;
	margin-left: 6px;
	margin-top: 6px;
	color: white;
	font-size: 12px;
}
	#footer_navigation A {
		color: white;
		text-decoration: none;
	}
	#footer_navigation A:hover {
		text-decoration: underline;
	}
	
#footer_address {
	width: 100%;
	height: 15px;
	text-align: center;
	margin-top: 10px;
	color: #C4C4C4;
}
	#footer_address A {
		color: #C4C4C4;
		text-decoration: none;
	}
	#footer_address A:hover {
		color: #FFF;
	}

#contact_form LABEL {
	display: block;
	height: 21px;
	float: left;
	text-align: right;
	width: 140px;
	margin-right: 10px;
	margin-top: 3px;
}
	
#contact_form BR {
	clear: left;
}


/************************/
/***** TOPNAVIGATIE *****/
/************************/

#menu {
	width: 976px;
	height: 50px;
	margin: 0;
	padding: 0;
	background: #383838;
}

#menu UL {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 122px;
	float: left;
}

#menu A.menu {
	font: bold 11px Tahoma;
	display: block;
	border-top: 1px solid #5A5A5A;
	margin: 0;
	padding: 4px;
}

.purple_border {
	border-left: 3px solid #9C019A;
}

.green_border {
	border-left: 3px solid #239803;
}

.folder_fuchsia {
	width: 100%;
	height: 100%;
	background: url(../images/gui/arrow_fuchsia.gif) right no-repeat;
}

#menu H2 {
	color: #fff;
	font: bold 11px Tahoma;
	display: block;
	width: 122px;
	height: 50px;
	margin: 0;
	text-align: center;
}

#menu H2 A {
	position:relative;
	top:22px;
	height:28px;
}

#menu H2.fuchsia {
	background: url(../images/gui/button_01.gif) no-repeat;
}
#menu H2.fuchsia:hover {
	background: url(../images/gui/button_01_over.gif) no-repeat;
}
#menu H2.green {
	background: url(../images/gui/button_02.gif) no-repeat;
}
#menu H2.green:hover {
	background: url(../images/gui/button_02_over.gif) no-repeat;
}
#menu H2.blue {
	background: url(../images/gui/button_03.gif) no-repeat;
}
#menu H2.blue:hover {
	background: url(../images/gui/button_03_over.gif) no-repeat;
}
#menu H2.orange {
	background: url(../images/gui/button_04.gif) no-repeat;
}
#menu H2.orange:hover {
	background: url(../images/gui/button_04_over.gif) no-repeat;
}
#menu H2.teal {
	background: url(../images/gui/button_05.gif) no-repeat;
}
#menu H2.teal:hover {
	background: url(../images/gui/button_05_over.gif) no-repeat;
}
#menu H2.purple {
	background: url(../images/gui/button_06.gif) no-repeat;
}
#menu H2.purple:hover {
	background: url(../images/gui/button_06_over.gif) no-repeat;
}
#menu H2.red {
	background: url(../images/gui/button_07.gif) no-repeat;
}
#menu H2.red:hover {
	background: url(../images/gui/button_07_over.gif) no-repeat;
}
#menu H2.yellow {
	background: url(../images/gui/button_08.gif) no-repeat;
}
#menu H2.yellow:hover {
	background: url(../images/gui/button_08_over.gif) no-repeat;
}

#menu A {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
#menu A:hover {
	color: #C4C4C4;
}

#menu LI {
	position: relative;
}

#menu UL UL {
	position: absolute;
	top: 50px;
	left: 1px;
	width: 150px;
	background: #383838;
	z-index: 500;
}

#menu UL UL UL {
	top: 0;
	left: 100%;
}

div#menu UL UL,
div#menu UL LI:hover UL UL,
div#menu UL UL LI:hover UL UL {
	display: none;
}

div#menu UL li:hover ul,
div#menu UL UL LI:hover UL,
div#menu UL UL UL LI:hover UL {
	display: block;
}

/********************/
/***** LIGHTBOX *****/
/********************/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}