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

/* ############## GENERAL ################# */

body {
	background: #fff url(../images/bg_gradient.jpg) repeat-x;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #2e3192;
}

#wrapper {
	width: 934px;
	margin: 0 auto;
	background: #fff url(../images/content_bg.jpg) repeat-y;
}

h2 {
	color: #2e3192;
	font-size: 16px;
	margin: 0;
	padding: 0;
	width: 641px;
	border-bottom: 1px solid #2e3192;
}

p {
	margin: 15px 0 0 0;
	padding: 0;
}

a {
	color: #ed1c24;
}

a img {
	border: none;
}

/* ################ HEADER ################## */

#header {
	width: 934px;
	height: 193px;
	background: url(../images/header_bg2.jpg) no-repeat;
	position: relative;
}

#header #logo {
	position: absolute;
	top: 50px;
	left: 10px;
}

#header h1 {
	width: 351px;
	height: 115px;
	background: transparent url(../images/Logo_Leenknegt.gif) no-repeat;
	text-indent: -9999px;
}

#header #flashHeader {
	position: absolute;
	top: 5px;
	left: 382px;
}

/* ################ MENU ################## */

#menu {
	width:932px;
	height:32px;
	position:relative;
	z-index:100;
}

/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
	padding:0;
	margin:0 0 0 2px;
	list-style-type:none;
}
#menu ul ul {
	width:155px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li {
	float:left;
	width:155px;
	position:relative;
}

/* style the links for the top level */
#menu a, #menu a:visited {
	display:block;
	font-size:14px;
	font-weight: bold;
	text-decoration:none;
	color:#fff;
	width:144px;
	height:30px;
	border:1px solid #000;
	border-width:0 1px 1px 0;
	background:#ed1c24;
	padding-left:10px;
	line-height:29px;
}

#menu a.active {
	color: #2e3192;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0;
	width:155px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

/* style the second level links */
#menu ul ul a, #menu ul ul a:visited {
	background:#2e3192;
	color:#fff;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:134px;
	border-width:0 1px 1px 1px;
	font-size: 11px;
	font-weight: normal;
	margin-left: -3px;
}

/* style the top level hover */
#menu a:hover, #menu ul ul a:hover {
	color:#ed1c24;
	background:#2e3192;
}
#menu :hover > a, #menu ul ul :hover > a {
	color:#ed1c24;
	background:#2e3192;
}
/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul, #menu ul a:hover ul, #menu ul li.over ul {
	visibility:visible;
}

/* ############### CONTENT ################# */

#content {
	padding: 25px 1px 0 1px;
}

/* --------- CONTENT LEFT ---------- */

#content #content_left {
	float: left;
	width: 190px;
	background-color: #2e3192;
	color: #fff;
	padding: 10px 10px 20px 0;
}

#content #content_left h3 {
	color: #fff;
	font-size: 14px;
	float: left;
	padding: 0;
	margin: 0 0 0 10px;
}

#content #content_left #subnav {
	margin: 0;
	padding: 10px 0 0 35px;
}

#content #content_left #subnav a {
	color: #fff;
}

#content #content_left #subnav a:hover {
	color: #ed1c24;
}

/* --------- CONTENT MIDDLE ---------- */

#content #content_middle {
	float: left;
	width: 641px;
	padding: 0 20px 25px 20px;
}

#content #content_middle #contactForm {
	margin: 20px 10px 10px 0;
}

#content #content_middle .job {
	border: 1px dotted #2e3192;
	margin: 5px 0 5px 0;
	padding: 5px 10px 10px 10px;
}

#content #content_middle .newsTable {
	border: none;
	padding: 0;
	margin: 0;
	width: 890px;
	margin-top: 20px;
}

#content #content_middle .newsHeader {
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #2e3192;
}

/* --------- CONTENT RIGHT ---------- */

#content #content_right {
	float: left;
	background-color: #2e3192;
	width: 240px;
	padding: 20px 10px 20px 0;
	color: #fff;
}

#content #content_right h3 {
	color: #fff;
	font-size: 14px;
	float: right;
	padding: 0;
	margin: 0 0 10px 0;
}

#content #content_right ul {
	margin: 10px 0 0 25px;
	padding: 0;
}

#content #content_right ul li {
	margin: 20px 0 0 0;
	padding: 0;
}



/* ############### FOOTER ################# */

#footer {
	width: 924px;
	height: 27px;
	background: url(../images/footer_bg.jpg) no-repeat;
	color: #fff;
	padding: 10px 0 0 10px;
}

#footer a {
	color: #fff;
}


