/* CSS voor Imagebox */
#intro_tekst h1{
	font-size:1.5em;
	font-weight:bold;
	line-height:1.2;
	margin-bottom:0.2em;
	margin-top:0;
	margin-left:0px;
}

.tabs { float:left; }
.tabs .content { 
	overflow:visible;
	padding:0;
	margin-left:302px;	
}

.tabs .content h3, .tabs .content li,
.tabs .content a, .tabs .content p { color:#fff; }

.tabs ul.tablist {
        list-style:none;
	margin:0;
        padding:10px 10px 0;
	top: 291px;
	left: 744px;
	position: relative;
	z-index: 3;
}

.tabs ul.tablist li {
        background:#CC003D;
        float:left;
        list-style:none;
        margin-left:5px;
        padding:0;
}

.tabs ul.tablist a {
        background:#CC003D;
        color:#fff;
        font-weight:bold;
        display:block;
        float:left;
        padding:4px 8px;
        text-decoration:none;
/*      background:url("slidingdoors/right.gif") no-repeat right top;*/
}

/* Commented Backslash Hack
      hides rule from IE5-Mac \*/
      .tabs a {float:none;}
/* End IE5-Mac hack */

/*.tabs a:hover { color:#164273; }*/
.tabs ul.tablist .current {
        background:#FFF;
        color:#164273;
}
.tabs ul.tablist .current a {
	background:#FFF;
        color:#164273;
        padding-bottom:5px;
}
.tabs .content #tab1 { background-image: url(../images/visual_1.jpg);}
.tabs .content #tab2 { background-image: url(../images/visual_2.jpg);}
.tabs .content #tab3 { background-image: url(../images/visual_3.jpg);}
.tabs .content #tab4 { background-image: url(../images/visual_4.jpg);}

.tabbody {
	height:324px;
	width:588px;
	margin-top:-29px;
	position: absolute;
	}

.js .tabs .current-info,
.js .tabs .accessibletabsanchor{
        position:absolute;
        left:-999em;
        }
.js .tabs .content{}
.js .tabs {
	height:324px;
	width:588px;
	position:relative;
        }

h1 { margin:1em; }
.tabs { padding:0; }
.tabbodytext * { color:#FFF; }
.tabbodytext {
	margin-right:20px;
	width:255px;
	top: 48px;
	left: 316px;
	position: absolute;
	z-index: 2;
	}
	
.tabbodytext ul { list-style:none; }	
.tabbodytext ul li { background: url(skin/arrow-white.gif) no-repeat scroll left 6px; width:240px;}
.tabbodytext ul li a { color:#fff; font-weight:bold; padding-left:11px; text-decoration:underline; }
.tabbodytext ul li a:hover { color:#fff; text-decoration:none; }

.transparency {
	background:url(skin/bg-tabs.png);
	/*
	background-color:#333333;	
	opacity:0.5;
	filter:alpha(opacity=50);
	*/
	width: 283px;
	height: 324px;
	position: absolute;
	top: 0px;
	left: 305px;
	z-index:1;
	}