@charset "utf-8";
/* CSS Document */

body { margin:0; background:#191919; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#e9e9e9;}

h1 { margin:0; padding:0; font-size:40px; color:#fff; line-height:normal; }
	h1 a { text-decoration:none; }
	h1 a:hover { text-decoration:underline; }
h2 { margin:0; padding:0; font-size:32px; color:#fff; line-height:normal; }
	h2 a { text-decoration:none; }
	h2 a:hover { color:#fff }

a { color:#f00;}
a:hover { text-decoration:none;}

a img { border:0; }
img.left { float:left; margin:0 5px 5px 0; }
img.right { float:right; margin:0 0 5px 5px; }


/* ID's */
#bg { background:#262626 url(/bork/img/layout/bg.gif) 0 0 repeat-x; width:100%;  }

#container { width:904px; margin:auto; position:relative;}
	#header { position:relative; height:67px; margin:0 10px; }
		#logo { position:absolute; right:0; top:10px; }
	
		#header ul { position:absolute; margin:0; padding:0; list-style:none; bottom:10px; }
		#header ul li { float:left; display:block; }
		#header ul li a { float:left; color:#c7c7c7; text-decoration:none; padding:0 10px;  }
		#header ul li a.active,
		#header ul li a:hover { color:#f00; }
		
	#head { position:relative; margin:0 10px; height:153px; overflow:hidden; }
		#slogan { position:absolute; right:0; top:0;}

	#menuholder { position:relative; padding:0 10px; height:98px;}
		#menu { margin:0; padding:0; list-style:none; position:relative }
		#menu li { float:left; display:block; background:url(/bork/img/layout/border_menu.gif) 0 0 repeat-y; padding-left:2px;height:51px; }
		#menu li a.first { width:220px; }
		#menu li a { float:left; color:#fff; text-decoration:none; background:url(/bork/img/layout/bg_menu.gif) 0 0 repeat-x;
							height:51px; line-height:51px; width:218px; text-align:center; font-weight:bold; font-size:20px;  }
		#menu li a:hover { background:url(/bork/img/layout/bg_menu.gif) 0 -51px repeat-x;  }
		#menu li a.active { background:url(/bork/img/layout/bg_menu_active.gif) 0 0 no-repeat; height:62px; overflow:hidden;  }
		#menu li a.active:hover { background:url(/bork/img/layout/bg_menu_active.gif) 0 0 no-repeat; height:62px; overflow:hidden;  }
		
		#submenu { position:absolute; bottom:0; left:0; height:25px; display:block; z-index:0;
					background:url(/bork/img/layout/bg_submenu.gif) 0 0 no-repeat; width:884px; padding:11px 10px; }
		#submenu ul { margin:0; padding:0; list-style:none; }
		#submenu ul li { float:left; display:block; }
		#submenu ul li a { float:left; color:#c7c7c7; text-decoration:none; padding:0 10px;  }
		#submenu ul li a.active,
		#submenu ul li a:hover { color:#f00; }
	
	
	#content { position:relative; margin:0 20px; padding-bottom:20px; line-height:20px;}
		.column { width:410px; float:left; margin-right:20px; }
		
		.secondcol ul { margin:0; padding:0; list-style:none; }
		.secondcol ul li { background:url(/bork/img/layout/bg_li.gif) 0 8px no-repeat; padding-left:20px;
							font-size:30px; color:#ff0000; line-height:normal; font-weight:bold; letter-spacing:-2px; }
		.secondcol ul li a { text-decoration:none; }
		.secondcol ul.ima-block-edit li { padding-left:0;  letter-spacing:normal; }

#footer { width:864px; margin:auto; position:relative; padding:12px 0; font-size:11px; }
	#footer a { color:#e9e9e9; }

/* Classes */
.clear { clear:both; }
.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
} 

.contact { background:#dedede; padding:20px; color:#000; margin:10px 0;}
	.contact h1 { color:#525252; font-size:26px; }

input.input_veld { height:16px; padding:4px; width:248px; background:#ebebeb url(/bork/img/layout/bg_input.gif) 0 0 repeat-x;
					border:1px solid #a5a5a5;}
textarea.input_veld { height:82px; padding:4px; width:248px; background:#ebebeb url(/bork/img/layout/bg_area.gif) 0 0 repeat-x;
					border:1px solid #a5a5a5;}
input.submit_field { height:22px; width:80px; background:#323232 url(/bork/img/layout/bg_submit.gif) 0 0 repeat-x;
					border:1px solid #a5a5a5; color:#fff; font-size:11px; font-weight:bold;}
textarea.input_error,
input.input_error { border-color:#f00; }
