/* CSS Document */
html{
	overflow-y			: hidden;
	overflow-x			: hidden;
}

html body{
	background-color	: #000000;
	/*
	background-image	: url(../gfx/bg.png);
	background-position	: top left;
	background-repeat	: repeat-x;
	*/
	margin-top			: 0px;
	margin-right		: 10px;
	margin-bottom		: 10px;
	margin-left			: 10px;
	font-family			: verdana;
	font-size			: 10px;
	color				: #999999;
}
/* TYPES */

.body-txt{
	font-family			: Verdana, Sans-serif;
	font-size			: 10px;
	line-height			: 20px;
	color				: #FFFFFF; /* #999999; */
	text-decoration		: none;
}
a.body-txt:active,
a.body-txt:link,
a.body-txt:visited{
	text-decoration		: underline;
}
a.body-txt:hover{
	color				: #FFFFFF;
}

.subnav{
	font-family			: Verdana, Sans-serif;
	font-size			: 9px;
	line-height			: 20px;
	color				: #999999;
	text-decoration		: none;
}
a.subnav:active,
a.subnav:link,
a.subnav:visited{
	text-decoration		: none;
}
a.subnav:hover{
	color				: #FFFFFF;
}

/* FRAMES */
iframe.frame{
	border: none;
	overflow: hidden;
	width: 300px;
	height: 300px;
}
/* IMAGES */
img.logo{
	width				: 255px;
	height				: 95px;
	border				: none;
}

img.payof{
	width				: 357px;
	height				: 31px;
	border				: none;
}

img.scrollers{
	border				: none;
	width				: 20px;
	height				: 211px;
}

img.page-end{
	border				: none;
	width				: 360px;
	height				: 1px;
}

img.header-img{
	border				: none;
}

img.content-img{
	border				: none;
}

img.frame-img{
	border				: none;
	width				: 300px;
	height				: 300px;
}

/* MAIN MENU */
div#menu-1,
div#menu-2,
div#menu-3,
div#menu-4,
div#menu-5{
	position			: absolute;
	top					: 236px;
	left				: 19px;
	width				: 100px;
	height				: 38px;
	text-align			: left;
	border-right		: 1px solid #666666;
}
div#menu-2{
	left				: 120px;
	width: 140px;
}
div#menu-3{
	left				: 261px;
}
div#menu-4{
	left				: 362px;
}
div#menu-5{
	left				: 463px;
}

img.menu-item,
img.menu-item-end{
	border-top			: none;
	border-right		: none;
	border-bottom		: none;
	border-left			: 1px solid #666666;
}
img.menu-item-end{
	border-right		: 1px solid #666666;
}

div#menu-bottom{
	position			: absolute;
	top					: 486px;
	left				: 19px;
	width				: auto;
	height				: 38px;
	text-align			: left;
	border-right		: 1px solid #666666;
}

/* SUBMENUS */
div#menu1,
div#menu2,
div#menu3,
div#menu4,
div#menu5{
	position			: absolute;
	left				: 19px;
	top					: 275px;
	width				: 100px;
	height				: 69px;
	background-color	: #000000;
	z-index				: 100;
	-moz-opacity		: 0.75;
	filter				: Alpha(Opacity=75);
	visibility			: hidden;
	border-right		: 1px solid #666666;
	border-left			: 1px solid #666666;
}
div#menu2{
	left				: 120px;
	height				: 70px;
	width				: 140px;
}
div#menu3{
	left				: 261px;
	height				: 162px;
	
}
div#menu4{
	left				: 362px;
	height				: 311px;
}
div#menu5{
	left				: 463px;
	height				: 97px;
}

img.smenu-item,
img.smenu-item-b{
	border-top			: none;
	border-right		: none;
	border-bottom		: 1px solid #666666;
	border-left			: none;
	width				: 100px;
	height				: 28px;
}
img.smenu-item{
	height				: 22px;
}

/* BANNERS */
div#banners{
	position			: absolute;
	top					: 486px;
	left				: 19px;
	width				: auto;
	height				: 38px;
	text-align			: left;
	border-left			: 1px solid #666666;
}

img.banner-item{
	border-top			: none;
	border-right		: none;
	border-bottom		: none;
	border-left			: none;
	margin-left: 40px;
	marging-right: 40px;
}

/* POSITIONS */
div#logo{
	position			: absolute;
	left				: 91px;
	top					: 115px;
	width				: 300px;
	height				: 150px;
}

div#payof{
	position			: absolute;
	right				: 80px;
	top					: 240px;
	width				: 300px;
	height				: 150px;
}

div#frame{
	position			: absolute;
	right				: 48px;
	top					: 274px;
	width				: 300px;
	height				: 300px;
	border-top			: 1px solid #666666;
	border-right		: 1px solid #666666;
	border-bottom		: 1px solid #666666;
	border-left			: 1px solid #666666;
	background-color	: #000000;
	color				: #FFFFFF;
	z-index				: 20;
}

div#subnav{
	position			: absolute;
	right				: 48px;
	top					: 576px;
	width				: 300px;
	height				: 300px;
	text-align			: right;
	background-color	: #000000;
	color				: #FFFFFF;
	z-index				: 30;
}

div#content{
	position			: absolute;
	left				: 0px;
	top					: 277px;
	height				: 200px;
	z-index				: 10;
	padding-left		: 34px;
	overflow			: hidden;
}

div#header{
	position			: absolute;
	top					: 3px;
	left				: 30px;
	width				: auto;
	height				: 45px;
	z-index				: 15;
	font-family			: Georgia, Times New Roman, Times, Serif;
	font-size			: 21px;
	font-weight			: normal;
	line-height			: 27px;
	color				: #999999;
}

div#header-img{
	position			: absolute;
	top					: 0px;
	left				: 30px;
	width				: auto;
	height				: 40px;
	z-index				: 15;
	border				: 0px dotted #990000;
}

div.content,
div.content-img,
div.content-img-nb{
	float				: left;
	width				: 250px;
	height				: 160px;
	margin-top			: 33px;
	margin-right		: 20px;
	margin-left			: 0px;
	font-family			: Verdana, Sans-serif;
	font-size			: 10px;
	line-height			: 20px;
	color				: #FFFFFF; /* #999999; */
	overflow			: hidden;
	border				: 0px dotted #990000;
}

div.content-img,
div.content-img-nb{
	width				: auto;
	border				: 1px solid #666666;
	z-index				: 15;
}
div.content-img-nb{
	border: none;
	margin-right		: 60px;
}

div.day{
	float				: left;
	width				: 85px;
	height				: auto;
}
div.time{
	float				: left;
	width				: 120px;
	height				: auto;
}

/* FORMS */
div#form-boc-vacature{
	position: absolute;
	top: 10px;
	left: 10px;
	width:280px;
	height: 280px;
	margin-top: 10px;
	margin-left: 10px;
}

div#form-line{
	clear: both;
	position: relative;
	width: 280px;
	height: auto;
	margin-bottom: 2px;
}

label{
	float: left;
	width:80px;
	height: 20px;
	font-family			: Verdana, Sans-serif;
	font-size			: 10px;
	line-height			: 20px;
	color				: #FFFFFF; /* #999999; */
	margin-bottom: 3px;
}
div.label-field{
	float: left;
	width:200px;
	height: 20px;
	font-family			: Verdana, Sans-serif;
	font-size			: 10px;
	line-height			: 20px;
	color				: #FFFFFF; /* #999999; */
}

.formfield{
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #EEEEEE;
	font-family			: Verdana, Sans-serif;
	font-size			: 10px;
	line-height			: 20px;
	color				: #FFFFFF; /* #999999; */
}
	
	
