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

/* a:visited  { color:#FFFFFF; text-decoration:none; border-bottom:1pt dotted #FFFFFF; } */
/* a:link     { color:#FFFFFF; text-decoration:none; border-bottom:1pt dotted #FFFFFF; } */

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

/* The appearance of the site body */
.site_body { 
	height:100%;
	margin:0px;
	background-color:#7d7d7d; 
	color:#000000; 
	font-size:15px; 
	font-family: Arial, Helvetica, sans-serif; 
	overflow:hidden;
}

/* The appearance of the content iframe */
/* Here it can be choosen if the frameset has scrollbars, or the iframe.
 * 
 * Situation 1: Scrollbars in the iframe:
 *   - content_frame needs either a height or a bottom spec.
 *   - content_frame may NOT contain overflow:hidden (overflow-x:hidden is allowed though)
 *   - <body> tag in content.php may NOT contain "scroll=no"
 *
 * Situation 2: Scrollbars in the complete site (e.g. like CashToday)
 *   - content_frame may NOT have a height or a bottom spec.
 *   - content_frame contains overflow:hidden
 *   - <body> tag in content.php contains "scroll=no"
 *
 * DO NEVER SPECIFY height FOR content_body
 *
 */
 
.content_frame 
{ 
	position: absolute; 
	left: 192px;  
	top: 119px; 
	right: 0px;
	bottom: 0px;
	visibility:hidden; 
	overflow-x:hidden;
	z-index: 15;
}

.content_body  
{ 
	margin:0; 
	padding:16px; 
	left:0px;
	background-color:#dddddd;
    font-size:15px; 
	font-family: Arial, Helvetica, sans-serif; 
	overflow-x:hidden;
}

#uwlogo  {
  visibility: visible; 
  position: absolute; 
  z-index: 10; 
  top: 18px; 
  left: 20px;
}

#compagnyname {
  visibility: visible; 
  position: absolute; 
  z-index: 10; 
  top: 18px; 
  left: 200px;
}

#nl { 
  visibility: visible; 
  position:absolute; 
  right:75px; 
  top:5px;
}

#en { 
  visibility: visible; 
  position:absolute; 
  right:40px; 
  top:5px;
}

#du { 
  visibility: visible; 
  position:absolute; 
  right:5px; 
  top:5px;
}

.hor	 { 
  visibility: visible; 
  position: absolute; 
  z-index: 10; 
  top: 100px; 
  left: 202px; 
  right: 0px; 
  height: 30px; 
  width: 100%;
  background-color:#dddddd;  
  border-top: 2px solid #FF0000;  
}

.vert	 { 
  visibility: visible; 
  position: absolute; 
  z-index: 10; 
  top: 129px; 
  left: 173px;  
  bottom: 0px; 
/*  width: 100%; */
  right: 0px;
  background-color:#dddddd;  
  border-left: 2px solid #FF0000; 
/*  _height: 100%; */
}

a          { color:#000000; text-decoration: underline; }
a:visited  { color:#000000; text-decoration: underline; }

p,body,td  { color:#000000; font-size:15px;  font-family: Arial, Helvetica, sans-serif;}
h1         { color:#000000; font-weight: bold; font-size:18px; }
h2         { font-weight: bold; font-size:13px; }
h3         { font-weight: bold; font-size:12px; }
h4         { font-weight: bold; font-size:12px; }
.error           { color:red; }

.email_response_form    { margin:0px; margin-left:20%; width:60%; background-color:#7d7d7d;  padding-left:0px; border: 1px solid #333333; }
.email_response_form td { padding:2px; padding-right:4px; padding-left:4px; margin:0px; font-size:15px; }
.email_response_form th { text-align:center; padding:0px; margin:0px; padding:3px; font-size:15px; color:#FFFFFF; background-color:#FFFFFF;  }
.email_response_input    { color: #000000; width:100%; font-size:15px; border: 1px solid #333333; }
.email_response_form input    { font-size:15px; border: 1px solid #333333; }
.email_response_form textarea { font-size:15px; width:100%; border: 1px solid #333333; }
.email_response_button  {
   font-size:11px;
   color: #FFFFFF;
   background-color: #FFFFFF;
   border: 1px solid #FFFFFF;
   cursor: pointer;
   width: 130px;
}


.portfolio            { border: 1px solid #FFFFFF; margin:10px; width:280px; height:100px; margin:8px; float:left; }
.portfolio th         { text-align:center; font-size:12px; background-color:#7d7d7d;  border: 1px solid #FFFFFF; }
.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%; }

