
/* Deckers & Partners StyleSheet */

html {
	overflow-y: auto;
	overflow-x: hidden;
	height:100%;
	body:100%;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	height:100%;
	body:100%;

}

#container {
	position: relative;

	background-color: #FFFFFF;

	width: 955px;
	height: 640px;

	margin-top: 1%;
	margin-left: auto;
	margin-right: auto;

	border: 1px #a9a9a9;
	border-style: solid;

	background-image: url(../images/bg2.jpg);
}

#header {
	position: relative;
	height: 130px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	position: relative;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	float: left;
	width: 157px;
	height: 134px;
	top: 0px;
	left: 0px;
}

#navigation {
	position: relative;
	height: 28px;
	width: 430px;
	float: right;
	margin-top: 97px;
	padding-top: 9px;
	padding-right: 9px;
	text-align: right;

	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #b98e81;
}

#navigation a:link { color: #b98e81; text-decoration: none; }
#navigation a:visited { text-decoration: none; color: #b98e81; }
#navigation a:hover { text-decoration: underline; color: #b98e81; }
#navigation a:active { text-decoration: none; color: #b98e81; }

.txt_top {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #b98e81;
	margin-left: 15px;
}

/* ************************** Menu ************************** */
#navmenu {
	position: relative;
	height: 24px;
	width: 955px;
	border-bottom: 1px dotted #a9a9a9;
	border-top: 2px solid #b98d80;
	background-color: #FFFFFF;
	padding: 0 0 0 0;

	z-index: 2;
}

/*.navmenu {
	position:relative;
	margin:0px;
	height:27px;
	width: 955px;
}*/

#navmenu a {
	color: #a9a9a9;
}

/*ul#navmenu .menu_separator {
	width: 15px;
}*/

ul#navmenu {
	height: 27px;
	margin: 0 0 0 0;
	padding: 7px 0 0 0;
	list-style: none;
	font-size:15px;
}

ul#navmenu li {
	position: relative;

	/*min-height: 27px;
	max-height: 50px;*/
	height: 27px;
	margin: -11px 0 0 0;
	padding: 11px 0 0 0;
	float: left;

	font-size: 15px;
	/*display: inline;
	border-left: 0px;
	position: relative;
	cursor: pointer;*/
}

ul#navmenu li:hover {
	background-image: url('../images/menu_over.jpg');
  background-repeat: repeat-x;
 }

.selected {
	background-image: url('../images/menu_over.jpg');
  background-repeat: repeat-x;
}

.activmenu {
	position:relative;
	height: 27px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	display: inline;
		background-image: url('../images/menu_over.jpg');
  background-repeat: repeat-x;

	font-size: 15px;
	/*border-left: 0px;*/
	cursor: pointer;
	/*background-image:url('../images/background_rollover_buttons.gif');
	background-repeat: repeat-x;*/
}

ul#navmenu ul {
	position: absolute;
	/*border: 0px;*/
	margin: 0 0 0 0;
	padding:4px 0 0 0;
	display: none;
	color: #a9a9a9;
	font-size: 15px;
	/*background-color:#ad213c;*/
	background-color:#e46b34;
}

ul#navmenu ul li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: none;
	display: block !important;
	/*background-color: #ad213c;*/
	background-color: #e46b34;
	border-bottom: 1px dotted #FFFFFF;
	font-size: 12px;
}

ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu :hover , ul#navmenu .iehover {
	color: #ad213c;
}

ul#navmenu ul{
	margin-top: 0 0 0 0;
	color: #a9a9a9;
}

ul#navmenu ul :hover ,ul#navmenu ul .iehover  {
	/*color: #a9a9a9;*/
	color: #FFFFFF;
	/*background-color: #ad213c;*/
	background-color: #e46b34;
	font-size: 12px;
	/*border: 0px;*/
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
  border: 0;
}

.menu {
	text-align: center;
	padding: 0 0 0 0;
	height: 27px;
	display: block;

	color: #a9a9a9;
	text-decoration:none;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 15px;

	cursor:pointer;
}

.submenu {
	text-align: left;
	height: 24px;
	padding: 3px 3px 0 3px;

	font-family: Arial, Helvetica, Tahoma;
	color: #FFFFFF;
	font-size: 12px;

	text-decoration:none;
	cursor:pointer;
	background-image: none;
}

ul#navmenu li a:hover {
	background-image: none;
	/*border-top: 3px solid #f7781b;*/
}
 ************************** Einde Menu ************************** */

#main {
	position: relative;
	height: 373px;
	width: 700px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	padding-left: 10px;

	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #4a101b;

	z-index: 1;
}

#basic_content
{
	margin-top: 50px;
	float: left;
	width: 700;
	height: 373px;

	overflow-y: auto;
	overflow-x: hidden;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #4a101b;
}

#basis
{
	margin-top: 50px;
	float: left;
	width: 930px;
	height: 403px;

	padding-left:15px;
	padding-right: 10px;

	overflow-y: auto;
	overflow-x: hidden;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #4a101b;
}

#home_left_content{
	position:relative;
	margin-top:60px;
	width:180px;
	height: 410px;
	border-left:1px solid #B98E81;
	float: right;
	text-align: center;
}

#vacancies {
	position:relative;
	margin-top:48px;
	padding-right: 20px;
	/*margin-left:200px;*/
	width:728px;
	height:410px;
	padding-left:25px;
	overflow-y: auto;
	overflow-x: hidden;
	float: left;

	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #4a101b;
}

#vacancies_left
{
	position: absolute;
	width: 257px;
	height: 410px;
	float: left;

	border-right: 1px solid #B98E81;
	padding-left: 8px;

	overflow-y: auto;
	overflow-x: hidden;

	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #4a101b;
	z-index: 1;
}

#vacancies_left .group
{
	width: 235px;
	float: left;

	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #4a101b;
	z-index: 1;
}


#vacancies_right
{
	position: absolute;
	height:373px;
	width: 450px;
	float: left;

	margin: 0 0 0 266px;
	padding: 0 10px 0 15px;

	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #4a101b;

	overflow-y: auto;
	overflow-x: hidden;
	z-index: 2;
}

#vacancies_left a:link 		{ text-decoration: none; 			color: #000000; }
#vacancies_left a:visited	{ text-decoration: none; 			color: #000000; }
#vacancies_left a:hover		{ text-decoration: underline; color: #ad213c; }
#vacancies_left a:active 	{ text-decoration: none; 			color: #000000; }


#home_right_content{
	position:relative;
	margin-top:50px;
	padding-right: 20px;
	/*margin-left:200px;*/
	width:728px;
	height:410px;
	padding-left:25px;
	overflow-y: auto;
	overflow-x: hidden;
	float: left;

	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #4a101b;
}

#home_partners{
	/*height:28px;*/
	padding-top:0px;
	text-align: left;
	padding-left: 11px;
  
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #4a101b;
  
/*  height: 410px;
  overflow-y: scroll;
  overflow-x: hidden;*/
  
}

#home_content{
	position: relative;
	height: auto;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: auto;

	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #4a101b;
}

.head {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 18px;
	color: #ad213c;
}

.subtitle {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 14px;
	color: #f7781b;
	font-style: oblique;
}

.other {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #f7781b;
}

.hr {
	border-bottom: 1px #a9a9a9;
	border-bottom-style: dotted;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	width: 160px;
	margin-left: 10px;
}

.image
{
	position: relative;
	width: auto;
	height: auto;
	padding-right: 30px;
	text-align:left;
	float: left;
}

#text {
	position: relative;
	width: auto;
	height: auto;
	text-align: left;
	top: 0;
	padding-right: 20px;
}

a:link 		{ text-decoration: underline; color: #ad213c; }
a:visited { text-decoration: underline; color: #ad213c; }
a:hover 	{ text-decoration: underline; color: #b98e81; }
a:active 	{ text-decoration: underline; color: #ad213c; }

#form
{
	width:300px;
	height:200px;
	border: 0px;
	margin: 0 px;
	padding: 20px;
}

.form_row
{
	border: 0px solid red;
	width: 290px;
	height: 25px;
	text-align: center;
}

.form_label
{
	text-align: left;
	width: 90px;
	height: 25px;
	float: left;
}

.form_input
{
	text-align: right;
	border: 0px solid #a9a9a9;
	width: 190px;
	height:25px;
	float: left;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #4a101b;
	padding-left:5px;
}

#form a
{
	color: #ad213c;
}

#no_result{
	font-weight:bold;
	padding-left:20px;
}

#contact_row {
	width: 100px;
	height: 25px;
	float: left;
}

#contact_form {
	width: 550px;
	min-height: 25px;
	float: left;
}

#error {
	width: 650px;
	min-height: 25px;
	float: left;

	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #d40000;
	font-weight: bold;
}

.send_button {
	background-color: #f7781b;
	border: 1px solid #ad213c;

	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #4a101b;
}

.image {
	width: 140px;
	height: 140px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#news_txt {
float: left;
}
