/*
	SPECIFIC STYLES PHILIPS DRACHTEN
*/


/* CONTENT WRAPPERS */

/*** Main ***/
#page_wrapper {
	position: relative;	
	width: 750px;
	padding: 0;	
	margin: 0 auto;
	border: 0;
	text-align: left;
}

#page_wrapper div,
#page_wrapper table
#page_wrapper table td {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

div#main_wrapper {
	border: 1px solid #dedede;
	border-bottom: none;
}

div#main_content p {
	color: #6d6e72;
}

div#nav_container_splash {
	position: relative;
	width: 100%;
	border-top: 1px solid #E4DFE6;
	min-height: 200px;
	height: 200px;
	text-align: left;
}

div#nav_container_home {
	position: relative;
	width: 100%;
	border-top: 1px solid #E4DFE6;
	min-height: 265px;
	height: 265px;
	text-align: left;
}


div#nav_container {
	position: relative;
	width: 100%;
	min-height: 35px;
	height: 35px;
	text-align: left;
}

div#navigation {
	position: absolute;
	top: 1px;
	width: 100%;
}	

div#language_buttons {
	position: relative;
	width: 100%;
	padding:10px 0;
	text-align: right;
}

div#main_shadow {
	position: relative;
	height: 32px;
	background: url(../res/images/schaduw_bottom.jpg) bottom no-repeat;
	clear: both;
	margin-bottom: 5px;
}

/* SPLASH STYLES */

.index_content {
	position: relative;
	width: 100%;
	background: none;
	overflow: hidden;
	text-align: center;
}

.index_content img {
	margin-top:1px;
}


.nav_button_left_splash{
	position: absolute;
	top: 60px;
	left: 175px;
}

.nav_button_right_splash {
	position: absolute;
	top: 60px;
	left: 475px;
	width: 200px;
}

/* HOME STYLES */
div.clear {
	clear: both; 
}

.home_content {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.home_content p {
	padding:5px 150px;
	padding-left: 150px;
}

.home_content  h3 {
	padding-left: 150px;
	margin-top: 15px;
}

/* NAVIGATION*/

/* home */
div.nav_button_left_home  {
	width: 245px;
	float: left;
	background: none;
}

div.nav_button_center_home {
	width: 250px;
	position: absolute;
	left: 249px;
	background: none;
}

div.nav_button_right_home {
	width: 245px;
	float: right;
	background: none;
}

/* Genral navigation */

div.nav_button_left  {
	padding-left: 1px;
	width: 245px;
	float: left;
	background: none;
}
div.nav_button_left  img{
	margin-left: 1px;
}

div.nav_button_center {
	width: 250px;
	position: absolute;
	left: 249px;
	background: none;
	text-align: center;

}

div.nav_button_right {
	padding-right: 1px;
	width: 245px;
	float: right;
	background: none;
}

div.nav_button_right  img{
	margin-right: 1px;
}

/* GENERAL */

div#flashcontent {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.schaduw {
	height: 9px;
	background: url(schaduw_tekst.jpg) center no-repeat;
}

/*  ALgemeen */
div#general_content #general_outer_table {
	width: 100%;
}

div#general_content .algemeen_inner_table {
	width: 100%;
}


div#general_content table td {
	vertical-align: top;
	width: 33%; 
	padding: 10px;
}

table.general_inner_table td {
	text-align: left;
	width: 100%;
}


