*
{
    margin: 0;
    padding: 0;
}
body
{
    font-family: Verdana;
}

a
{
    text-decoration: none;
    outline: none;
}
a img
{
    border: none;
}

h2
{
    font-family: Arial Rounded MT Bold;
    font-size: 36px;
    text-align: center;
    font-weight: normal;
    color: #234786;
}

#page-wrap
{
    background: white;
    width: 960px;
    margin: 0 auto;
    padding: 0px 0;
}

#tekstvacature
{

    padding: 10px 0px 40px 0px;


}

#groep
{
    color: #00b3e2;
}

#logogroep
{
	float:left;
	margin:0px 0px 0px 0px;
}

hr
{
	background-color: #00B4E3;
	margin:0px 0px 0px 0px;
	float:none;
}

/*navigation*/
#navigation
{
	padding: 10px 0px 10px 0px;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}
#navigation li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#navigation a
{
	color: #225799;
	padding: 0 0px 0 0;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
#navigation a:hover
{
	color: #00b4e3;
}
.lijn
{
	color: #00b4e3;
}

#panel
{
    padding: 30px 0px 10px 2px;
}

#panel ul
{
	width:1000px;
}

#panel li
{
    text-decoration: none;
    display: inline;
    padding: 0px 20px 0px 7px;
}

#footerline
{
    padding: 30px 0px 0px 0px;
}

#text
{
	padding: 20px 0px 0px 20px;
	font-size:12px;
}

#footer-menu
{
    text-align: center;
    color: white;
    padding: 3px 0px 0px 0px;
}

#footer-menu li.last
{
    border: 0px;
}

#footer-menu li
{
    display: inline;
    list-style-type: none;
    font-size: 10px;
}

#footer-menu li a
{
    text-decoration: underline;
    color: #234786;
}

/* Begin van de vacaturesites content*/


#logo
{
    margin: 0px 0px 0px 0px;
}
.linkgroep a
{
	text-decoration:none;
	font-weight:bold;
	color: #234786;	
}
.linkgroep a:hover
{
	color: #00b4e3;	
}
.tekstcontenthome
{
	text-align:justify;
}
.tekstcontenthome h1
{
	font-size: 20px;
	font-weight:bold;
	color: #00b4e3;
}

#footer
{
    height: 22px;
    width: auto;
    padding-top: 0px;
    color: White;
    width: 960px;
    background-color:#00b4e3;
}

#footer li.last
{
    border: 0px;
}

#footer li
{
    display: inline;
    list-style-type: none;
    font-size: 11px;
    text-align: center;
}

#footer li a
{
    text-decoration: underline;
    color: White;
}

.MainTable
{
    width: 100%;
}
.tekst
{
    padding: 0px 0px 0px 50px;
    color: #8bc755;
    font-size: 12pt;
    font-weight: bold;
}

#slider {
    width: 960px; /* important to be same as image width */
    height: 150px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	border-top:2px solid #224686;
	border-bottom:2px solid #224686;
}
#sliderContent {
    width: 960px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;

}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 960px;
    background-color: white;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #224686;
    display: none;
    text-transform: uppercase;

}

.sliderImage span big
{
	font-size:10px;
	font-weight:bolder;

}

.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 12px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 20px;
    left: 0;
}
ul { list-style-type: none;}

