/* Stylesheet for general CMSv2 site... */

/* For W3C browsers: make sure the entire window is filled. */
html {
  margin:0px;
  padding:0px;
  height:100%;
  width:100%;
  overflow:auto;
}

body {
  height:100%;
  width:90%;
  margin:0px;
  padding:0px;
  color:#000000;
  font-family: Tahoma,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size:12px; 
  background-color:#CCCCCC;
}


/* From here: normal style definitions */

a          { color:navy;}
a:visited  { color:navy;}

p { 
  font-size:12px; 
  font-family: Tahoma,Helvetica,Geneva,Swiss,SunSans-Regular;
}

h1 { 
  font-size:20px;
  font-family: Tahoma,Helvetica,Geneva,Swiss,SunSans-Regular;
  margin-left: 20px;
}

h2         { font-weight: bold; font-size:13px; margin-bottom:0px;}
h3         { font-weight: bold; font-size:12px; }
h4         { font-weight: bold; font-size:12px; }
.error     { color:red; }
.column_separator{ border-right: 1px dashed #CCCCCC;}
.alt       { background-color:#BBEE22;}
.var       { background-color:#CCFF33;}
.inv       { background-color:#CCFF33;}
.capt      { background-color:#CCFF33;}

ol, ul, ul p {
  font-size:12px;
  /* list-style-image:url(/p-httpd/_cache/_style/images/bullet.gif); */
  margin:0px;
  margin-bottom:10px;
  padding:10px;
  padding-top:5px;
  padding-bottom:5px;
}
li {

  font-size:12px;
  margin-left:15px;
}

/* From here: positioning all the divs */
/* NOTE: Content divs (like content, columns) may not have top or bottom paddings or margins!!! */

#center { 
  height:100%; 
  width:900px; 
}

#canvas { 
  width:900px; 
  float:left; 
  background-color:#FFFFFF;
}

.space { 
  height:1px;
  background-color:#FFFFFF;
}

#bg {
  width:900px; 
  height:155px;
  background-image:url(/p-httpd/images/upload_phppJqbmf.jpg);
  background-repeat: no-repeat;
  
}

.logo { 
  width: 150px;
  float:left;
  margin-left: 12px;
  _margin-left: 2px;
  margin-top: 10px;
}

#uwlogo {
  
  z-index:10;
  display:inline;
  
 }

#hdr_text {
  padding:10px;
  width:400px;
  margin:0px;
  margin-left: 90px;
  margin-top:  5px;
  padding-bottom:10px; 
  border:solid 1px #000000;
  text-align:center; 
  background-color:#99CCFF;
  color:#000000;
  font-size:26px; 
  font-weight:bold;
  font-family: Tahoma,Helvetica,Geneva,Swiss,SunSans-Regular;
  display:inline;
  float:left;
}

#laptop {
  z-index:0;
  display:inline;
  float:right;
  height:155px;
}

#menu_bg {
  padding:0px;
  margin:0px;
  height:16px;
}

#menu {   /* Level 1 menu */
	list-style:none;
	margin:0px;
	margin-left:8px;
	margin-top:8px;
	padding:0px;
}
#menu li {
  position:relative;
  float:left;
  margin:0px;
  margin-left:0px;
  margin-right:2px;
  padding:0px;
  padding-bottom:2px;
  font-family: Tahoma,Helvetica,Geneva,Swiss,SunSans-Regular;
  text-align:center;
  text-decoration:none;
  font-weight:normal;
  font-size:11px;
  background-color:#99CCFF;
  width: 115px;
  border: 1px solid #000000;
  background-repeat: no-repeat;
  background-position: right 5px;
}
#menu li a, #menu li a:link, #menu li a:active, #menu li a:visited {
  display:block;
  margin:0px;
  padding:2px;
  padding-left:5px;
  padding-right:5px;
  text-decoration:none;
  color:#000000;
}
#menu li.selected a, #menu li:hover a, #menu li a:hover {
  color:#000000;
}
#menu ul {            /*level 2 menu */
  z-index:10;
  position:absolute;
  list-style:none;
  display:none;       /* Hide submenu's to start with */
  padding:0px;
  margin:0px;
  margin-top:3px;
  list-style-position: outside;
  left:-1px;          /* Waarom ???? Anders lijnt het niet met level 1 */
}
#menu ul li {
  width: 115px;
  float:none;
  margin:0px;  
  filter:alpha(opacity=80);
  opacity: 0.8;
  padding:0px;
  margin-top:-1px;
}
#menu ul a {
  border-bottom:0px;
  margin:0px;
  padding-top:0px;
  padding-bottom:0px;
  white-space:nowrap;
  font-size:11px;
  text-decoration:none;
  text-align:left;
  color:#000000;
}
#menu ul a:hover, #menu ul li:hover a {
  color:#000000;
}

#site { width:900px; height:100%;}

#content { 
  height:80%; 
  margin:0px; 
  padding:0px;
  padding-left:10px;
  margin-top:20px;
  width:880px;
  float:left; 
  border-right:1px solid #FFFFFF;
  background-color:#FFFFFF;
}

#rightcol { 
  height:100%; 
  width:0px; 
  float:left; 
}

/* ------------------------- navpath / breadcrumbs ------------------------- */
.module:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* float clearing for IE6 */
* html .module {
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
* + html .module { min-height: 1%; }
.navpathHolder { margin:0 0 20px 0; }

.navpath {
  width: 100%;
  height: 15px;
  margin: 0px;
  padding: 0px;
  padding-bottom:6px;
  float: left;
  display: block;
  overflow: hidden;
  background-image:url(images/navpath_grad.gif);
  background-position:top left;
  background-repeat:repeat-x;
  border-bottom:1px solid #CCCCCC;
}
.navpath ul {
  margin: 0;
  padding: 0;
  padding-left:5px;
  height: 21px;
  display: block;
}
.navpath ul li {
  display: block;
  float: left;
  position: relative;
  height: 21px;
  overflow: hidden;
  line-height: 21px;
  margin: 0px 6px 0px 0;
  padding: 0px 10px 0px 0;
  font-size: .9167em;
  background: url(images/navpath_arrow.png) no-repeat 100% 0;
}
.navpath ul li div.chevronOverlay {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.navpath ul li span {
  display: block;
  overflow: hidden;
}
.navpath ul li a {
  display: block;
  position: relative;
  height: 21px;
  line-height: 21px;
  overflow: hidden;
  float: left;
}
.navpath ul li.first a {
  height: 16px !important;
  text-indent:-1000em;
  width:16px;
  padding: 0;
  margin-top: 2px;
  overflow: hidden;
  background:url(/p-httpd/_cms/toolbox/jquery/breadcrumb/Images/IconHome.gif) no-repeat 0 0;
}
.navpath ul li.first a:hover {
  background-position: 0 -16px;
}
.navpath ul li.last {
  background: none;
  margin-right: 0;
  padding-right: 0;
}
.chevronOverlay {
  display: none;
  background: url(images/navpath_arrow_overlay.png) no-repeat 100% 0;
  width: 20px;
  height: 20px;
}

/* Hierna bestaande code */

.search_input  { }
.search_button { 
  height:20px; 
  font-weight:bold; 
  font-size:11px; 
  background-color:#FFFFFF;
}

.search_amount,
.search_none   { 
  width:100%; 
  background-color:#AABBDD; 
  padding-right:5px;
}

a.search_title,
a:visited.search_title { 
  font-size:15px; 
  color:#3366AA; 
  font-weight:bold; 
  text-decoration:underline;
}

.email_response_form { 
  margin:0px; 
  margin-left:20%; 
  width:60%; 
  background-color:#CCE0FF; 
  padding-left:0px; 
  border: 1px solid #333333; 
}

.email_response_form td { 
  padding:2px; 
  padding-right:4px; 
  padding-left:4px; 
  margin:0px; 
  font-size:11px;
  color:#000000;
}

.email_response_form th { 
  text-align:center; 
  padding:0px; 
  margin:0px; 
  padding:3px; 
  font-size:12px; 
  color:#FFFFFF; 
  background-color:#99CCFF; 
}

.email_response_input { 
  color: #000000; 
  width:100%; 
  font-size:11px; 
  border: 1px solid #333333; 
}

.email_response_form input { 
  font-size:11px; 
  border: 1px solid #333333; 
}

.email_response_form textarea { 
  font-size:11px; 
  width:100%; 
  border: 1px solid #333333; 
}

.email_response_button {
   font-size:11px;
   color:#000000;
   background-color:#99CCFF;
   border: 1px solid #99CCFF;
   cursor: pointer;
   width: 130px;
}


.portfolio            { border: 1px solid #000000; margin:10px; width:280px; height:100px; margin:8px; float:left; }
.portfolio th         { text-align:center; font-size:12px; background-color:#99CCFF; border: 1px solid #000000; }
.portfolio th a       { text-align:center; font-size:12px; color:#000000; font-weight:bold;}
.portfolio td         { font-size:11px; padding:5px; }
.portfolio_more       { background-color:#EEEEEE; padding:4px; font-size: 11px; font-weight: normal; font-style:italic; }
.portfolio_body       { width:80%; }
