img, div { behavior: url(iepngfix.htc); }

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px 0px 0px 0px;
	background-image:url(images/main_bg.gif);
	background-repeat:repeat-y;
	background-position:center top;
	background-color:#039;
}

A:visited  {color: #2758BA; text-decoration:underline; }
A:link  {color: #2758BA; text-decoration:underline;}
A:active  {color: #2758BA; text-decoration:underline;}
A:hover   {cursor:pointer; color: #039; text-decoration:underline;}

h1 {
	margin:0px 0px 10px 0px;
	color:#039;
	font-size:30px; 
	font-weight:normal; 
	padding-bottom:10px;
	text-shadow: 1px 1px 1px #ddd;
}

h2 {
	margin:25px 0px 5px 0px;
	font-size:12pt;
	color:#333; 
	padding:0;
	text-shadow: 1px 1px 1px #ddd;
}

h3 {
	margin-top:8px;
	margin-bottom:10px;
	font-size:12pt;
	color:#039;
}

h4 {
	margin-top:8px;
	margin-bottom:10px;
	font-size:12pt;
	color:#f60;
}

h5 {
	margin:25px 0px 5px 0px;
	font-size:12pt;
	color:#333; 
	padding:0;
	text-shadow: 1px 1px 1px #ddd;
}

h6 {
	margin:18px 0px 5px 0px;
	font-size:14px;
	color:#039;
}

p { color:#333; margin:0; padding:0; font-size:12px; line-height:18px;}

.wrap{
	width:780px;
	margin:0 auto;
}


.top{
	background-color: #039; 
	color: #000;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	height: 30px;
	width: 780px;
}

.topmenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px; 
	color:#fff;
	text-align:right;
	padding-top:8px;
	padding-right:10px;
}

.topmenu ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
}

.topmenu li{
	list-style:none;
	margin-left:0px;
}

.topmenu A:visited  {color: #fff; text-decoration: none}
.topmenu A:link  {color: #fff; text-decoration: none}
.topmenu A:active  {color: #fff; text-decoration: none}
.topmenu A:hover   {cursor:pointer; color: #039; background-color:#fff; text-decoration: none;}

.linkerkolom {
	background-color:#fff; 
	float:left;
	width: 196px;
}

.rechterkolom {
	background-color:#fff;
	float:left;
	width: 570px;
	margin-left:10px;
}

.block {
	background-image:url(images/shadow_left_bottomcorner.gif); 
	background-repeat:no-repeat; 
	background-position:bottom left;
	color: #000;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	margin-top:3px;
	padding:10px 10px 10px 13px;
}

.block A:visited  {color: #FF6600; text-decoration: none; font-size:9px;}
.block A:link  {color: #FF6600; text-decoration: none; font-size:9px;}
.block A:active  {color: #FF6600; text-decoration: none; font-size:9px;}
.block A:hover   {cursor:pointer; color: #fff; background-color:#FF6600; text-decoration: none; font-size:9px;}

.logo {
	height: 122px;
	width: 196px;
}

.banner {
	border:1px solid #039;
	color: #000; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	height: 120px;
	width: 570px;
}

.clearer{
	clear:both;
	font-size:1px;
	height:0px;
	width:1px;
	overflow:hidden;	
}

#menu{
	width:195px; 
	margin-top:10px;	
	border: 1px solid #E9E9E9;
	padding: 0px;
font: bold 11px Arial, Verdana, sans-serif;	background-color: #036;
	background-image:url(images/uni_menu_bg.gif);
	background-repeat:repeat-y;
	background-position:left;

	
/*	background-image:url(images/bg_menu.gif);
	background-repeat:no-repeat;
	background-position:right;
	filter:alpha(opacity=20); 
	-moz-opacity: .2; 
	opacity: .2;
	-khtml-opacity: .2;	
*/
}


#menu ul{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;	
}

#menu li{

	border-bottom: 1px solid #fff;
	margin:0px 0px 0px 0px;
}

#menu A {
	display: block;
	padding: 4px 4px 4px 8px;
	border-left: 10px solid #036;
	background-color: #039;
	color:#fff;
	text-decoration: none;
	width:173px;
	filter:alpha(opacity=75); 
	-moz-opacity: .75; 
	opacity: .75;
	-khtml-opacity: .75;

}
	
#menu A:hover{
	border-left: 10px solid #FF7C25;
	background-color:#ff6600;
	color:#fff;
	filter:alpha(opacity=75); 
	-moz-opacity: .75; 
	opacity: .75;
	-khtml-opacity: .75;	
	
}

#menu  a.current{
	border-left: 10px solid #FF7C25;
	background-color:#ff6600;
	color:#fff;
	filter:alpha(opacity=75); 
	-moz-opacity: .75; 
	opacity: .75;
	-khtml-opacity: .75;	
	
}

.content {
	background-color:#fff;
	border:1px solid #039;
	color: #000; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;  
	padding:8px 8px 8px 8px;
	margin:3px 0px 0px 0px;
	height:auto;
}

.content ul {margin-top:10px; margin-bottom:0px; line-height:18px;}

.content ul li {list-style-type:square;}

.contentbox {
	height:80px;
	margin-top:8px;
	padding:5px 5px 5px 5px;
	background-color:#fff;
	border:1px solid #ABBFFE;
}

.contentboxMouseOver {
	height:80px;
	margin-top:8px;
	padding:5px 5px 5px 5px;
	background-color:#fff;
	border:1px solid #ff6600;
	cursor:pointer;
}

.contentbox2 {
	height:60px;
	margin-top:8px;
	padding:5px 5px 5px 5px;
	background-color:#fff;
	border:1px solid #039;
}

.contentboxMouseOver2 {
	height:60px;
	margin-top:8px;
	padding:5px 5px 5px 5px;
	background-color:#fff;
	border:1px solid #ff6600;
	cursor:pointer;
}


.submenu {
	background-color:#039;
	border:1px solid #039;
	color: #fff; 
	font-family:Arial, Helvetica, sans-serif;
	text-align:center; 
	font-size: 9pt;
	font-weight:bold;  
	padding:3px 0px 3px 0px;
	margin:11px 0px 0px 0px;
}

.submenu ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
}

.submenu li{
	list-style:none;
	margin:0px 0px 0px 0px;
	display:inline;
	padding:0px 17px 0px 17px;
}

.submenu A:visited  {color: #fff; text-decoration: none}
.submenu A:link  {color: #fff; text-decoration: none}
.submenu A:active  {color: #fff; text-decoration: none}
.submenu A:hover   {cursor:pointer; color: #ff9955; text-decoration: none;}


.btnSubmit{
	font-size:11px;
	font-weight:bold;
	color:#fff;
	background-color:#039;	
	border:1px solid #e9e9e9;
	cursor:pointer;
	/*1px solid #92b0dd;*/
}


.footer {
	float:left;
	width:765px;
	height: 35px;
	line-height:35px;
	font-size:10px;
	border-top:1px solid #ccc;
	/*background-color:#039; */
	margin:0px 4px 0px 10px; 
	color:#fff; 
	/*padding:0px 0px 0px 5px;*/
}

.footer span a{
	color: #2758BA;
	text-decoration: none;
}

.footer span a:hover{
	text-decoration:underline;
}

.homeboxwrap{
	margin:80px 0px 50px 35px;
}

.homeboxshadow{
	width:470px;
	background-color:#e9e9e9;
}

.homebox{
	background-color:#fff;
	width:470px;
	height:200px;
	position:relative;
	left:-5px;
	top:-3px;
	border:1px solid #039;
}

.homeboxcontent{
	background-color:#fff;
	position:absolute;
	width:440px;
	height:180px;
	padding:20px 0px 0px 30px;
	filter:alpha(opacity=0); 
	-moz-opacity: .0; 
	opacity: .0;
	-khtml-opacity: .0;	

}

.homeboxbuttonshadow{
	position:absolute;
	bottom:0px;
	width:200px;
	background-color:#e9e9e9;
}

.homeboxbuttonshadow a{
background-color:#FF0000;
}

.homeboxbutton{
	background-color:#fff;
	color:#039;
	position:relative;
	left:-5px;
	top:-3px;
	width:200px;
	height:20px;
	text-align:center;
	border:1px solid #039;
}

.topmain{
	background-image:url(images/main_bg_top.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:20px;
	width:800;
}

.merkblok{
	height:20px;
	font-size:10px; 
	text-align:left;
	padding:3px 3px 0px 10px;
}

.merkblok img{ 
	width: 40px;
}

.merklijn{
	border-right:1px solid #E9E9E9;
}

/*testmenu*/

#ddcolortabs{
font: bold 11px Arial, Verdana, sans-serif;
width: 568px;
margin-top:11px;
padding: 0;
background:transparant;
voice-family: "\"}\"";
voice-family: inherit;
}

#ddcolortabs ul{
margin:0;
padding:0;
list-style:none;
}

#ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
}


#ddcolortabs a{
float:left;
color: white;
background: #2758ba url(images/color_tabs_left.gif) no-repeat left top;
margin:0 1px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#ddcolortabs a span{
float:left;
display:block;
background: transparent url(images/color_tabs_right.gif) no-repeat right top;
padding:4px 9px 2px 6px;
}

#ddcolortabs a span{
float:none;
}


#ddcolortabs a:hover{
background-color: #426fca;
}

#ddcolortabs a:hover span{
background-color: #426fca;
}

#ddcolortabs .current a, #ddcolortabs .current a:hover, #ddcolortabs .current a:hover span, #ddcolortabs .current span{ /*currently selected tab*/
background-color: #039;
}

#ddcolortabsline{
clear: both;
height:5px;
background-color:#039;
}

#block{
background-color:#fff6ed; border:1px solid #fc9; padding:5px; margin-top: 10px;
}

#block ul{list-style-type:square;  padding-left:30px;}

#block li{padding-bottom:5px;}

#block.blue{background-color:#f3f7ff; border:1px solid #c6d3e8;}

.func {font-size: 12px; color: #232323; font-weight: bold; width:550px;}
	
	.func tr { background-color: #fff;}
	
	.func td { padding-left:5px; height:22px;}
	
	.func .dot {font-size:18px; line-height:15px; text-align:center; color: #232323;}

	.func .row1{ background-color: #b9caed;}



.rh_block {
	width:550px; height:139px; margin: 17px 0 17px 0;
}

.webshop_image_wrap { width:220px; float:left;}

.webshop_content_wrap { width:330px; float:left;}

.webshop_content { width:330px; height:115px; }
	.webshop_content h2 { margin-top:0; padding-left:5px;}
	.webshop_content h2 a { color: #333; text-decoration:none;}
	.webshop_content p { padding-left:5px;}

.webshop_button {
	float:right; 
	background-color:#003399; 
	width:120px; 
	height:25px; 
	color:#fff;
	text-align:center;
	
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px; 
		
	-webkit-box-shadow: 2px 2px 2px 0 #ccc;
	-moz-box-shadow: 2px 2px 2px 0 #ccc;
	box-shadow: 2px 2px 2px 0 #ccc;

	background:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(10%, #039),
		color-stop(1, #2758BA)
	);
	background:-moz-linear-gradient(
		center bottom,
		#039 10%,
		#2758BA 100%
	);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.50);
	font-weight:bold;
	font-size:12px;
}

/*#webshop_button #glare {
	position:relative; 
	top:-5px;
	right: 3px;
	padding:0; 
	background-color:#fff; 
	width:126px; 
	height:13px; 
	color:#fff;
	text-align:center;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
	background:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(20%, #fff),
		color-stop(2, #2758BA)
	);
	opacity: 0.2;
}*/

.webshop_button a{ 
	color:#fff;
	text-decoration:none;
	position:relative;
	width: 120px;
	height: 25px;
	line-height: 25px;
	display: block;
}

.webshop_button:hover {
	background-color:#2758BA; 
	cursor:pointer;
	background:-webkit-gradient(linear, left bottom, left top, color-stop(10%, #2758BA), color-stop(1, #039));
	background:-moz-linear-gradient(center bottom, #2758BA 10%, #039 100%);
	background:linear-gradient(center bottom, #2758BA 10%, #039 100%);
}

.webshop_button:active{
	width:118px;
	height:23px;
	background-color:#039;
	background:-webkit-gradient(linear, left bottom, left top, color-stop(10%, #039), color-stop(1, #036));
	background:-moz-linear-gradient(center bottom, #039 10%, #036 100%);
	box-shadow: -1px -1px 1px 0 #999;
	-webkit-box-shadow: -1px -1px 1px 0 #999;
	-moz-box-shadow: -1px -1px 1px 0 #999;
	position:relative; 
	top:1px;
	right:1px;
	border: 1px solid #006;
}

input.webshop_c {
	width:260px;
	background-color:#f60;
	color:#fff;
	font-size: 12px;
	letter-spacing:1pt;
	font-weight:bold;
	outline: none;
	border: 1px solid #FF6600;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor : pointer;
	padding:3px 20px 3px 20px;
	margin: 20px 0 20px;
	
	background:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(10%, #f60),
		color-stop(0.5, #F27F16)
	);

	background:-moz-linear-gradient(
		center bottom,
		#f60 10%,
		#F27F16 50%
	);
	
	box-shadow: 2px 2px 2px 0 #ccc;
	-webkit-box-shadow: 2px 2px 2px 0 #ccc;
	-moz-box-shadow: 2px 2px 2px 0 #ccc;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.20);
}

input.webshop_c:hover {  
	background-color:#f70;

	background:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(10%, #F27F16),
		color-stop(0.5, #f60)
	);

	background:-moz-linear-gradient(
		center bottom,
		#F27F16 10%,
		#f60 50%
	);

}

input.webshop_c:active {  
	background-color:#f60;
	border: 1px solid #8B4601;

	background:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(10%, #f60),
		color-stop(0.5, #f60)
	);

	background:-moz-linear-gradient(
		center bottom,
		#f60 10%,
		#f60 50%
	);
	
	box-shadow: -1px -1px 1px 0 #999;
	-webkit-box-shadow: -1px -1px 1px 0 #999;
	-moz-box-shadow: -1px -1px 1px 0 #999;
	position:relative; 
	top:1px;
	right:1px;
	border: 1px solid #8B4601;

}


.webshop_line { 
	border:0; 
	width:95%; 
	color:#d9d9d9; 
	background-color:#d9d9d9; 
	height:1px;
}

.webshop_list { list-style-image:url(images/vink.gif);}

.webshop_list li {padding-bottom:8px;}
	
.rh_border {
	width:200px; 
	height: 120px; 
	padding:10px; 
	background-image:url(images/rohecom_border.png); 
	background-repeat:no-repeat; 
	background-position:top left;
}

#rh_block h5 a{
	text-decoration:none;
	color:#333;
}

/* tagcloud  */

#tags { float: left; display: block; padding: 0; margin: 15px 0 0 0; border-top: 1px solid #ccc;}

#tags ul { display: inline-block; text-align:center; list-style-type:none; padding:0; margin: 5px;}

#tags ul li { display: inline; }

#tags ul li a { display: block; float: left; height: 25px; padding: 0 10px 0 10px; line-height: 25px; color: #888; text-decoration:none;}

#tags ul li a:hover { background-color: #eee; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #2758BA; } 

#tags ul li.tagSize1 a { font-size: 2.0em; }

#tags ul li.tagSize1 a:hover, #tags ul li.tagSize2 a:hover, #tags ul li.tagSize3 a:hover {
	color:#F60;
}

#tags ul li.tagSize2 a { font-size: 1.8em; }

#tags ul li.tagSize3 a { font-size: 1.6em; }

#tags ul li.tagSize4 a { font-size: 1.4em; }

#tags ul li.tagSize5 a { font-size: 1.2em; }

#tags ul li.tagSize6 a { font-size: 1.1em; }

#tags ul li span { display: block; overflow: hidden; position: absolute; } 



/* Stijlen voor CF Window ( voorbeeld: /univergelijk.cfm [ UniShop brochure link ] ) BEGIN */

/* Achtergrond kleur */
.x-window-body {
	background: #fff;
	padding: 15px;
}

/* Lijst kleur */
/*
x-window-tl {
	background-color: #039;	
}

.x-window-ml, .x-window-mr, .x-window-header, .x-window-tl, .x-window-tr, .x-window-bl, .x-window-br, .x-window-bc  {
	background-image: none;
	background-color: #e3e3e3;
	
}

.x-window-header  {
	color: #000 !important;
}
*/

/* Centreren van de window */

.x-shadow {
	left: 50% !important;
	margin-left: -270px;	
	top: 50% !important;
	margin-top: -145px;

}

#cf_window1 {
	left: 50% !important;
	margin-left: -275px;
	top: 50% !important;
	margin-top: -150px;
}

/* Knop stijl */
input#submitIDownloadForm {
	border-radius: 4px;	
	padding: 4px 8px !important;
	border: none !important;
}

input#submitIDownloadForm:hover {
	background-color: #f60 !important;	
}

/* Stijlen voor CF Window ( voorbeeld: /univergelijk.cfm [ UniShop brochure link ] ) EINDE */


table.systeemeisen {
	font-size: 11px;
	margin: 0 0 25px 0;
	padding: 0;
	width: 100%;
	line-height: 16px;
	color: #212121;
}

table.systeemeisen tr td {
	padding: 5px;
	vertical-align: top;
}


table.systeemeisen tr.systeemeisenTitel {
	background-color: #f60; color: #fff;
}

table.systeemeisen tr.systeemeisenTitel h3 {
	padding:0;
	margin:0;
	color: #fff;
	font-size: 13px;
}

table.systeemeisen tr td h4 {
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #444;
}

table.systeemeisen tr {
	background-color: #f2f2f2;	
}

table.systeemeisen tr.systeemeisenSub {
	background: none;	
}	

table.systeemeisen tr.systeemeisenSub td {
	padding: 3px 5px;	
}
