/* Centaur css */
html, body {
  min-height:100%;
}
body {
  text-align:left;
  padding:0px;
  margin:0px;
  background-color:#FFFFFF;
/*  background-image:url(images/background_hofkens.gif); */
}
/* td style for MSIE 5.x Win compat */
body, td {
  font-family:arial, verdana,helvetica,sans-serif;
  font-size:11px;
  line-height:15px;
  color:#4b4b4d;
}
h1 {
  font-size:18px;
  line-height:20px;
  margin-top:0px;
  margin-bottom:0px;
  font-family:arial,helvetica,sans-serif;
  color:#2e7ba6;
  font-weight:bold;
}
h2 {
  font-size:14px;
  line-height:16px;
  margin-top:0px;
  margin-bottom:0px;
  font-family:arial,helvetica,sans-serif;
  color:#2e7ba6;
  font-weight:bold;
}
h3 {
  margin-top:0px;
  margin-bottom:0px;
  font-family:verdana,helvetica,sans-serif;
  font-size:11px;
  line-height:15px;
  color:#4b4b4d;
  font-weight:bold;
}
h4 {
background-image: url(images/hofkens_logo_xs.gif);
background-repeat:no-repeat;
margin-right: 3px;
}

p, ol, ul {
  margin-top:0px;
  margin-bottom:0px;
  padding-bottom:8px;
}
p + ul, p + ol {
  margin-top: -8px;
}
ol {
  padding-left:20px;
  margin-left:5px;
}
ul {
  list-style:disc;
  padding-left:20px;
  margin-left:0px;
}
a:link, a:visited {
  color:#4b4b4d; /* same as body text */
  text-decoration:underline;
}

a h1,
h1 a, 	 
a h2,	 
h2 a,	 
a h3,	 
h3 a {	 
   text-decoration:none;	 
 }

a:link:hover, a:visited:hover {
  color: black;
}
a img {
  border:none;
}
a img.anchor {
  float:right;
  padding-top: 11px;
}

a.bullet, a.bullet_open, a:visited.bullet, a:visited.bullet_open {
  color:#4b4b4d;
  border-bottom:1px solid #c8c8c8;
  text-decoration:none;
  padding: 2px 0px 2px 11px;
  background-image: url(images/list.gif);
  background-repeat:no-repeat;
  background-position:0px 6px;
  line-height:18px;
}

a.bullet_open, a:visited.bullet_open {
  background-image: url(images/list.gif);
}



a:hover.bullet {
  background-color: #F5F5F7;
  background-image: url(images/list.gif);
  color: black;
}

a:hover.bullet_open {
  background-image: url(images/list.gif);
}

.box + .list {
  margin-top:4px;
}
.list {
  padding-bottom:8px;
}
.plain a, a.plain {
  text-decoration: none ! important;
}
.list a.bullet, .list a:visited.bullet  {
  display:block;
  padding-bottom:0px;
  line-height:15px !important;
  background-position:0px 7px;
}
.ilist a.bullet, .ilist a:visited.bullet {
  border:none ! important;
  line-height:15px !important;
}
.ilist a:hover.bullet {
  background-color:transparent;
}

/* sub navigation module specs */
div.mod div.subnav {
  background-color: #4898C2 ! important;
}
div.mod div.subnavbot {
        background-image: url(images/subnav_bot.gif);
  margin-top:-2px; /* compensate for a.subnav bottom margin */
}


.block {
  display:block;
}
a.block {
  text-decoration:none ! important;
}

.box {
  width:100%;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  background-color: #f2f3f5;
  padding: 2px 0px;
  clear:both;
}

form {
  margin:0px;
  padding:0px;
}
.centered {
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
.small {
  font-size:9px;
        line-height:12px;
}
.date {
  font-size:10px;
  color:#2e7ba6;
}
.error {
  background-color:#fc9;
  border:1px solid orange;
  padding:2px;
}

hr {
  height:1px;
  background-color:#c8c8c8;
  color:#c8c8c8;
  border:none;
  padding:0px;
  margin:0px;
}
.red, a.red {/* red text */
  color:#c00 !important;
}



form fieldset{
	border-width:1px;
	border-style:solid;
	border-color:#333333;
/*	background-color:#FFFFCC; */
	background-color:#FFFFFF;
	margin:20px 0px 20px 0px;
	width:500px;
	position:relative;
	display:block;
	padding: 0 10px 10px 10px;
	
}

form fieldset legend{
	font-weight:bold;		
	background-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	border-color:#333333;
	padding:2px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -12px;
	
}
	 
form fieldset legend img{
	padding:0px 5px 0px 5px;	
}

label{
	display:block;
	float:left;
	width:100px;
	text-align:right;
	margin:0px 5px 0px 0px;
}

/* specific styles */
#page {
  text-align:left;
  width: 704px;
  background-color:#FFFFFF;
  margin:0px auto;
  margin-left: 0px;
  position: relative;
}

#header {
	margin-top: 10px;
  position:relative;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
/*  border-bottom: 1px solid #000000; */
/*  background-color:white;	*/
  width:100%;
  width:704px;
  height:84px;
  overflow:hidden;
}


/* content block */
#content {
  clear:both;
  width: 704px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin : -25px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #FFFFFF;
/*  background:url(images/content_bg.gif) #d8e5eb; 
  background-repeat:repeat-x; */
}

#endcontent {
  background: url(images/background_bottom_hofkens.gif) #ffffff;
}

#secondaryContent {
	position: absolute;
	left: 3px;
	top: 122px;
	width:205px;
	height: 100%;
	margin : 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url(images/png/wolkentotaal_r3_c1.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#mainContent {
	position: relative;
	margin : 25px 0px 0px 215px;
	padding:0px 35px 0px 0px;
	width:450px;
	background-image: url(images/background_right.gif);
	background-position: top right;
	background-repeat:no-repeat;
	height: 100%;
}


#footer {
	clear:both;
	width:100%;
	height:32px;
/*	background: #fff url(images/footer.gif); */
	overflow:hidden;
	color:#333333;
	text-align:center;
}

#footer div {
  margin-top:10px;
}
#footer div a {
  color:#333333;
  text-decoration:none;
}

#footer div a:hover {
  color:#666666;
}

iframe {
  background-color:white;
}

/* NOTE: a non-floating element at the bottom of div #content is needed */
div.break {
  width:100%;
  height:1px;
  clear:both;
  overflow:hidden;
}
div.spacer {
  width:100%;
}



table{
       padding:0px;
       margin:0px;
}


/* =tab navigation */
#navmain {
  position: relative;
  width: 704px;
  height: 37px;
  margin:  0 0 0 0;
  padding: 0;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  background: url(images/navbar_hofkens.gif) no-repeat;
}        

#nav {
  margin: 0 0 0 0px;
  padding: 0;
  list-style: none;
}

#generic {
  position: absolute;
  top: 4px;
  padding: 0;
  list-style: none;
  position: absolute;
  right: 5px;
}

#navmain li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
    margin-top: 1px;
}
#navmain li li {margin:0}

#navmain a {display: block;}

#navmain li li a {
/*  padding: 0px 8px; */
  text-decoration: none;
  text-indent: 5px;
	
  color: #333333;
}

#navmain a span {
  display: none;
}

#nav li ul {
  position: absolute;
  left: 25px;
  top: 5px;
  padding: 0;
  margin: 0;
  display: none;
  z-index: 11;
  height: 25px;
  width: 704px;
}

#navmain li.active ul {
  display: block;z-index:2;
}
#navmain li.hide ul {
  display: none;
}
#navmain li.hover ul {
  display: block;z-index:100;
}
#navmain li ul a {
/*  color: #333333; */
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	width:95px; 
	height:25px;
  background: url(images/background_button.gif);	
}
#navmain li ul a:hover {
/*  text-decoration: underline; */
  color:#CC0000;
}
#navmain li ul a.active {
  font-weight: bold;
}




        


/* =bottom navigation */
#bottom-nav {
  width:776px;
  background: #fff url(images/bottomnav/bottomnav.gif) no-repeat;
  padding: 14px 0 5px 0;
  text-align: center;
}
#bottom-nav a {
  text-decoration: none;
  color:#330;
  padding:0;
}

#bottom-nav li a {
  font-weight: bold
}
#bottom-nav li li a {
  color: #4b4b4b;
  font-weight: normal;
}
#bottom-nav li li a:hover {
  color: black;
}
#bottom-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#bottom-nav li li {
  display: inline;
}
#bottom-nav li ul {
  display: inline;
}
/* Phone fun stuff */
td.preview a.preview img.preview {
    display: none;
}
td.preview a.preview {
    display: block;
    width: 13px;
    height: 11px;
    background-image: url(images/icn-snd13x11.gif);
}
td.preview a.previewbsList {
    display: inline ! important;
    background: none ! important;
}

/*=alignment classes */
.alignright {text-align:right !important;}
.alignbottom {vertical-align:bottom !important;}
.alignmiddle {vertical-align:middle !important;}
.floatleft {float:left;display:inline}
.floatright {float:right;display:inline}

.imgleft {
  float:left;
  margin: 0 5px 5px 0;
}
.imgright {
  float:right;
  margin: 0 0 5px 5px;
}
.box .imgright {
  margin: 0 2px 5px 5px;
}



/* ------ roundbox: een grijze box met afgeronde hoeken ----- */
.roundbox {
  width:548px;
  height:auto;

}

.roundbox .top {
  background-image: url('images/bg_roundbox_top.gif');
  height:10px;
  width:540px;
  overflow:hidden;
}

.roundbox .middle {
  border-left:solid 1px #cecece;
  border-right:solid 1px #cecece;
  background-color:#f2f3f5;
  padding-left:10px;
  padding-top:0px;
  padding-bottom:0px;        
}

.roundbox .middlered {
  border-left:solid 1px #ff0033;
  border-right:solid 1px #ff0033;
  background-color:#f2f3f5;
  padding-left:10px;
  padding-top:0px;
  padding-bottom:0px;        
}


*html .roundbox .middle {
  width:520px;
  overflow:hidden;  
}

.roundbox .bottom {
  background-image: url('images/bg_roundbox_bottom.gif');
  width:540px;
  height:10px;
}

#container {
	margin:0px auto;
	padding:0px;
	position:relative;
	text-align:left;
	width:706px;
/*	border-left-color: #666666;
	border-right-color: #666666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid; */
}



#jobContent {
//	float:right;
//	margin:0px;
//	padding:0px 6px 0px 0px;
//	width:460px;
//	height: auto;
}
