@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}

a{
	text-decoration:none;
	color:#FFFFFF;
}

a img{
	border:none;
}

body{
	background-color:#02029a;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapbox{
	background-color:#02029a;
	width:900px;
	margin:auto;
}

#header{
	background:url(_images/logo.png) no-repeat top left;
	height:140px;
	width:900px;
	margin:auto;
}


/* Top Menu */
#menu{
	background:url(_images/menuback.png) repeat-x;
	height:54px;
}

#menu ul{
	width:800px;
	margin:auto;
	list-style:none;
}

#menu li{
	background:url(_images/menupasive.png) no-repeat bottom;
	width:111px;
	height:47px;
	float:left;
	margin:7px 2px 0 0;
	text-align:center;
}

#menu li a{
	color:#000000;
	font-weight:bold;
	display:block;
	height:32px;
	padding-top:15px;
}

#menu li a:hover {background:url(_images/menuactive.png) no-repeat; color:#CC3333;}
#menu li a.active {background:url(_images/menuactive.png) no-repeat; color:#CC3333;}

#wrapcontent{
	background-color:#feffef;
	min-height:500px;
	height:auto !important;
	margin:0 33px 0 33px;
	padding:13px 0 20px 0;
}

/* start top content */
#topcontent{
	background:url(_images/topcontentback.png) repeat-x;
	height:161px;
	width:786px;
	border:#aee3ff solid 10px;
	margin:0 0 0 13px;
}

#topcontent .right{
	height:161px;
	/*background:url(_images/picture.gif) no-repeat;*/
	width:442px;
	float:left;
}
/**/
#left_slide img,
#right_slide img {
	border:solid 5px #fff;
}

#left_slide,
#right_slide {
	width:176px;
	height:117px;
	margin-top:25px;
	float:left;
}

#left_slide {
	margin-right:10px;
	margin-left:20px;
}

#right_slide {

}

#topcontent .left{
	height:131px;
	padding-top:30px;
	color:#FFFFFF;
}

#topcontent .left b{
	color:#FFCC00;
}

/*  end of header content*/


/* start content */
#bottomcontent{
	margin:13px 0 0 13px;
}

#bottomcontent .left{
	width:212px;
	float:left;
}

#bottomcontent .right{
	width:588px;
	margin-left:212px;
}

#bottomcontent .right .contentheadertop{
	background:url(_images/bordertop.gif) no-repeat top;
	width:588px;
	padding-top:11px;
}

#bottomcontent .right .contentheaderbottom{
	background:url(_images/borderbottom.gif) no-repeat;
	width:588px;
	height:11px;
}

#bottomcontent .right .contentheadermiddle{
	color:#FFFFFF;
	background-color:#0000ab;
	width:566px;
	margin-left:1px;
	padding-left:20px;
	min-height:25px !important;
}

#bottomcontent .right .contentheadermiddle .left-top {width:400px; float:left; font-size:24px; }
#bottomcontent .right .contentheadermiddle .right-top { width:80px; float:right;}

#bottomcontent .right .content{
	margin:10px 20px 0 20px;
	text-align:justify;
}

#bottomcontent .right .content a{ color:#0033FF;}
#bottomcontent .right .content a:hover{ color:#00CCFF;}


/*menu*/
#bottomcontent .left ul{
	
	margin: 3px 0 0 0;
}
#bottomcontent .left li  {
	list-style:none;
	width:182px;
	height:27px;
	background-color:#0200ff;
	margin:2px;
	padding-left:20px;
}

#bottomcontent .left li  a {
	line-height:2em;
	display:block;
	vertical-align:middle;
	padding:0 0 0 10px;
	color:#FFFFFF;
	font-weight:bold;
	border-left:solid 2px #feffef;
	height:27px;
	background-color:#010098;
	text-decoration:none;
}

#bottomcontent .left li:hover { background-color: #000000;}
#bottomcontent .left li  a:hover { background-color: #000000;}


#footer{
	height:30px;
	margin:10px 33px; 0 33px;
	text-align:right;
	padding-right:10px;
	color:#FFFFFF;
	font-weight:bold;
}

#footer span{ float:left; font-weight:normal;}
#footer span a:hover{ color:#FFFFFF; font-weight:bold;}
#footer a:hover{ color: #FFCC00; font-weight:bold;}

#vacature h2{color:#0000FF; padding: 0 0 10px 0; border-bottom:#999999 dotted 1px;}
#vacature p{ margin: 10px 0 10px 0;}
#vacature p a{ color:#D8D8B1;}


#applyform	{ margin:10px 0 10px 0;}
#applyform td input,textarea { background-color:#FFFFCC; border:#CCCCCC solid 1px; padding:2px 5px 2px 5px; color:#666666;}
#applyform td input:hover,textarea:hover{ background-color:#FFFFFF;}


/* search */
.search {
	width:200px;
	background-color:#010098;
	border:#0000FF solid 1px;
	padding:10px 0 10px 0;
	text-align:center;
	margin:10px 0 0 2px;
}

span.searchcontent{
	margin:10px 0 10px 0;
	font-weight:bold;
}

ul.searchlist{
	list-style:none;
	margin:10px 0 0 0;
}

ul.searchlist li{
	padding:0 0 4px 0;
	margin:10px 0 0 0;
 	border-bottom:#000099 dotted 1px;	
}
/**/
ul#sitemap {
	
}

ul#sitemap li {
	margin-bottom:5px;
}

ul#sitemap li a {
}

ul#sitemap li a:hover {

}

ul#sitemap li ul {
	margin-left:25px;	
	margin-top:5px;
}