/*  Blanco container */   

.blanco {
	width: 100%; 
}
.blanco_header .head {font-size:14px; font-weight:bold; color:#00a6e5;}

/*  Border container */   
.border {
	width: 100%;
}

.border .content {
background-image:url(generic/inbedrijf_container_content.gif);
background-repeat:no-repeat;
height:165px;
vertical-align:top;
padding-left:10px;
padding-top:10px;
}

.border_header {  
background-repeat:repeat-x;  
height:29px
}
.border_header .head {font-size:14px; font-weight:bold; color:white;}

.border_header_bg{
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:14px; /* default, width of left corner */
 margin-bottom:0px; /* spacing under border_header_bg*/
}

.border_header_bg .border_header_content,
.border_header_bg .t,
.border_header_bg .b,
.border_header_bg .b div {
 background:transparent url(generic/dialog2-blue-800x1600.png) no-repeat top right;
 _background-image:url(generic/dialog2-blue.gif);
}

.border_header_bg .border_header_content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:8px 14px 0px 0px;
}

.border_header_bg .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:14px; /* top slice width */
 margin-left:-14px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.border_header_bg .b {
 /* bottom */
 position:relative;
 width:100%;
}

.border_header_bg .b,
.border_header_bg .b div {
 height:14px; /* height of bottom cap/shade */
 font-size:1px;
}

.border_header_bg .b {
 background-position:bottom right;
}

.border_header_bg .b div {
 position:relative;
 width:14px; /* bottom corner width */
 margin-left:-14px;
 background-position:bottom left;
}

.border_header_bg .hd,
.border_header_bg .bd,
.border_header_bg .ft {
 position:relative;
}

.border_header_bg .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}































































