html,body{
	padding 			: 0;
	margin 				: 0;
	height				: 100%;
	font-size 			: 10px;
}
body{
	behavior 			: url("/javascripts/csshover.htc");
	background 			: #232323;
}
div#container{
	position			: relative;
	margin				: 0 auto;
	width				: 941px;
	padding				: 0 10px 0 15px;
	height				: auto !important; /* real browsers */
	height				: 100%; /* IE6: treaded as min-height*/
	min-height			: 100%; /* real browsers */
}

div#container div#top{
	height				: 264px;
}

div#container div#top div#logo{
	width				: 361px;
	height				: 203px;
	float 				: right;
}

div#container div#main{
	width 				: 514px;
	padding 			: 35px;
	border-right 		: 3px solid #8cc63f;
	background 			: #000000 url(/images/main_bg.jpg) no-repeat;
	float 				: left;
	height				: auto !important; /* real browsers */
	height				: 100%; /* IE6: treaded as min-height*/
	min-height			: 350px;
}

div#container div#navigation{
	float 				: left;
	width 				: 354px;
}
div#container div#navigation ul{
	list-style 			: none;
	padding 			: 0;
	margin 				: 29px 0;
}
div#container div#navigation li{
	display 			: block;
	background 			: #000000;
	margin-bottom 		: 4px;
}
div#container div#navigation li.active a, div#container div#navigation li:hover a{
	background 			: #8cc63f;
}

/*
div#container div#navigation li:hover a{
	background 			: url(/images/nav_hover.jpg) repeat-y #4d4d4d;
}
*/

div#container div#navigation li.active:hover a{
	background 			: #8cc63f;
}

div#container div#navigation li a{
	display 			: block;
	padding 			: 10px 0 0 70px;
	height 				: 30px;
}

div.clear{
	width 				: 100%;
	height 				: 1px;
	clear 				: both;
	display 			: block;
}
a img{
	border 				: none;
}

table{
	border 				: 0;
	border-collapse 	: collapse;
	width 				: 100%;
}

table tr th{
	border-bottom 		: 2px solid #858585;
	font-weight 		: normal;
	text-align 			: left;
	text-transform 		: uppercase;
}

table tr td{
	border-bottom 		: 1px solid #1b1b1b;
	padding				: 2px 10px;
	vertical-align		: top;
}

table.clicktable tr:hover td{
	background 			: #8cc63f;
	color 				: #000000;
}

table.clicktable tr:hover td a{
	color 				: #000000;
}

table tr.inactive td{
	color 				: #323232;
}

table tr.inactive td a{
	color 				: #323232;
}

table tr td strong, table tr td b{
	color 				: #8cc63f;
}

table a{
	text-decoration 	: none;
	color 				: #808080;
}

a.vacature_response_link{
	display 			: inline-block;
	padding				: 6px 0 0 60px;
	height 				: 32px;
	background 			: url(/images/envelope.gif) no-repeat;
}
