* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #dee7ef;
	font-family: Calibri, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #002b54;
	margin: 0 auto;
	text-align: center;
	height: 100%;
}

li {
	color: #ed1b24;
}

a {
	outline: none;
}

a:link,
a:active,
a:visited {
	color: #38678e;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #ed1c24;
	font-weight: normal;
	text-decoration: underline;
}

img {
	border: 0;
}

.clear,
.clearer {
	clear: both;
}
.error {
	color: #c00;
	margin-left: 20px;
}
img.imgLeft {
	float: left;
	padding: 0 15px 15px 0;
}
img.imgRight {
	float: right;
	padding: 0 0 15px 15px;
}


#wrapper {
	background: #fff;
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

/**** HEADERS *****/
h2 {
	font-weight: bold;
	padding: 10px 0 0 15px;
	font-size: 16px;
}
h3 {
	font-weight: bold;
	padding: 10px 0 0 15px;
	font-size: 14px;
}
h4 {
	font-weight: bold;
	padding: 10px 0 0 15px;
	font-size: 12px;
}



/**** SEARCH BLOCK *****/
#searchBlock {
	margin: 4px 5px 0 0;
	float: right;
}
#searchBlock fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
#searchBlock #searchField,
#searchBlock #searchSubmit {
	font-family: Calibri, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	border: 1px solid #002b54;
	background: #fff;
	padding: 2px;
	width: 140px;
	display: inline;
}
#searchBlock #searchSubmit {
	background: #002b54;
	border: 0;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	width: 24px;
}


/**** TOP *****/
#top {
	width: 960px;
	height: 226px;
	background: url('../images/header_img.jpg');
}

#top_bedrijvencentra {
	width: 960px;
	height: 226px;
	background: url('../images/header2_img.jpg');
}

#top-menu {
	width: 960px;
	height: 153px;
	background: url('../images/bg_top.png') no-repeat;
}

#top-menu ul {
	float: right;
	margin: 8px 0 0 0;
}

#top-menu li {
	display: inline;
	margin-right: 31px;
	text-transform: uppercase;
	background: transparent url('../images/list_item_disc_red.png') 0 50% no-repeat;
	padding-left: 15px;
}

#top-menu li a {
	color: #FFF;
	text-decoration: underline;
	font-size: 11px;
}

#top-menu li a:hover{
	color: #ed1b24;
}

#logo {
	margin-left: 16px;
	padding-top: 65px;
}
#logo a {
	display: block;
	background: url('../images/logo.png') 0 0 no-repeat;
	width: 241px;
	height: 88px;
}

/**** MENU *****/

#menu {
	float: left;
	padding: 9px 0 0 16px;
	width: 230px;
}
#menu ul {
	padding-bottom: 40px;
}
#menu li {
	list-style-position: inside;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menu li.sub {
	background: transparent url('../images/list_item_menu.png') 2px 12px no-repeat;
}
#menu li.home {
	background: none;
}
#menu li.selected {
	background: transparent url('../images/list_item_menu_selected.png') 0 15px no-repeat;
}
#menu li a {
	display: block;
	color: #002855;
	font-size: 14px;
	line-height: 28px;
	text-decoration: none;
	padding-left: 15px;
	border-bottom: 1px dotted #c7d1df;
}
#menu li.home a {
	font-weight: bold;
}
#menu li a:hover{
	color: #ed1b24;
}
#menu img{
	margin: 0 0 14px 0; 
}
#menu li.banner {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
	border-bottom: 0px;
	color: #002b54;
}

/**** SUBMENU *****/
#menu ul ul,
#menu ul ul ul {
	padding: 0;
}

#menu ul ul li {
	background: none;
}
#menu ul ul li.sub {
	background: transparent url('../images/list_item_submenu.png') 16px 12px no-repeat;
}
#menu ul ul li.selected {
	background: transparent url('../images/list_item_submenu_selected.png') 14px 14px no-repeat;
}
#menu ul ul li a {
	font-size: 12px;
	color: #41678d;
	padding-left: 27px;
}
#menu ul ul ul li {
	background: none;
}
#menu ul ul ul li a {
	font-size: 11px;
	color: #8fa3bf;
	padding-left: 35px;
}


#newsList li.brainport {
    background-image:url("/images/list_item_disc_red.png");
}

#newsList li.other {
    background-image:url("/images/list_item_disc_lightblue.png");
}




/**** CONTENT *****/
#content {
	float: left;
	position: relative;
	margin: 12px 0 15px 52px;
	padding: 0;
	width: 649px;
	color: #002b54;
}

#content h2 {
	font-weight: normal;
	font-size: 16px;
	background: transparent url('../images/list_item_disc_red.png') 0 16px no-repeat;
	padding-left: 15px;
	clear: both;
}

#content h2.headers {
	width: 649px;
	background: none;
	border-top: 1px solid #c7d1df;
	border-bottom: 1px solid #c7d1df;
	padding: 6px 0 1px 0;
	margin: 0 0 15px 0;
	font-weight: bold;
	font-size: 14px;
	clear: both;
}

#content p {
	padding: 10px 0 15px 15px;
	width: 445px;
	line-height: 18px;
}

#content p.italic {
	font-style: italic;
}

#content ul {
	width: 445px;
	padding: 10px 0 10px 15px;
}
 
#content ul li.link_bold {
	list-style-position: outside;
	list-style-type:none;
	background: transparent url('../images/list_item_disc_blue.png') 0 50% no-repeat;
	padding-left: 15px;
	color: #37668d;
	font-size: 12px;
}

#content ul li {
	list-style-position: outside;
	list-style-type:none;
	background: transparent url('../images/list_item_disc_blue.png') 0 5px no-repeat;
	padding-left: 15px;
	line-height: 18px;
	color: #002b54;
}

#content ul li.link_bold {
	list-style-position: outside;
	list-style-type:none;
	background: transparent url('../images/list_item_disc_blue.png') 0 5px no-repeat;
	padding-left: 15px;
	color: #37668d;
}

#content ul li.link_bold a,
#content ul li.link_bold a{
	color: #37668d;
	font-weight: bold;
	text-decoration: underline;
}

#menu li.evenementen a:hover,
#bottom ul li a:hover,
#content ul li.link_bold a:hover{
	color: #ed1b24;
}

#content .column_left {
	float: left;
	margin: 0;
}

#content .column_right {
	float: left;
	width: 180px;
	margin: 0;
	text-align: right;
}

#content .column_right ul {
	margin: 0 0 0 18px;
	text-align: left;
	width: 190px;
}

#content .column_right img {
	margin: 0 0 5px 0;
}

#content .column_right ul li {
	list-style-position: outside;
	list-style-type:none;
	background: transparent url('../images/list_item_disc_lightblue.png') 0 5px no-repeat;
	padding-left: 15px;
	padding-bottom: 10px;
}

#content table.companyInfo {
	padding: 10px 0 10px 15px;
}
#content table.companyInfo td span {
	font-weight: bold;
}


/**** HOMEPAGE *****/
#content div.homepage h2 {
	margin-top: 10px;
}
#content div.homepage h2.headers {
	margin-top: 0;
}
#content div.homeSpotlight,
#content div.homeNewsItem {
	width: 440px;
	float: left;
	padding-bottom: 20px;
}
#content div.homeSpotlight {
	width: 452px;
}
#content div.homeSpotlight p,
#content div.homeNewsItem p {
	width: 420px;
}
#content div.homeSpotlight p.italic {
	padding: 5px 0 0 15px;
	font-family: Georgia;
	font-style: italic;
	color: #999;
}
#content p.quote {
	padding: 5px 0 10px 15px;
	font-family: Georgia;
	font-style: italic;
	color: #999;
	font-size: 12px;
}

#content div.eventList {
	width: 190px;
	float: right;
}
#content div.eventList ul {
	width: 190px;
	padding: 10px 0;
}
#content div.eventList ul li {
	margin-bottom: 5px;
}

#content div.eventList ul li div.eventMeta {
	font-size: 11px;
	color: #999;
	font-style: italic;
}

#content ul.meta li {
	background-image:none;
	list-style-type: square;
	padding: 0;
	margin: 0;
	color: #999;
	margin-left: 20px;
}

/**** SPOTLIGHTS *****/
#content div.oneColumn p,
#content div.oneColumn ul {
	width: 620px;
}


/**** EMPLOYEES *****/
#content div.employeeCat h2 {
	background: transparent url('../images/list_item_disc_red.png') 0 16px no-repeat;
	margin-bottom: 10px;
}

div.employeeName {
	border-bottom: 1px solid #eee;
	padding: 3px 0;
}
div.employeeName a {
	text-decoration: none;
}
div.employeeInfo {
	padding: 10px;
	background: #f9f9f9;
	margin-bottom: 10px;
}
div.employeeInfo img {
	float: left;
	margin: 0 30px 0 0;
}


/**** BOTTOM *****/
#bottom {
	width: 960px;
	height: 248px;
	background: url('../images/bg_bottom.jpg') no-repeat;
	text-align: left;
	margin: 0 auto;
	font-family: Calibri, Tahoma, Helvetica, sans-serif;
	color: #FFF;
}

.brainport_logo {
	float: left;
	margin: 200px 238px 0 16px;
}

#bottom ul {
	float: left;
	margin: 105px 0 0 0;
	width: 215px;
}

#bottom ul li {
	list-style-position: inside;
	list-style-type: disc;
	color: #FFF;
	font-size: 11px;
	line-height: 18px;
}

#bottom ul li.bottom_header {
	list-style-position: outside;
	list-style-type: none;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#bottom ul li a{
	color: #FFF;
	text-transform: none;
}


/********** SEARCH RESULTS **********/
div.searchResult p {
	word-wrap: break-word;
}


/********** NEWS **********/
#content p.newsDate {
	padding: 0 0 0 15px;
	color: #999;
}
#content p.backToOverview {
	border-top: 1px solid #ccc;
	padding: 6px 0 0 0;
	margin: 10px 0 0 15px;
}



/********** CONTENT FORMS **********/
input,
select,
textarea {
	display: block;
	font-family: Calibri, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #002b54;
	border: 1px solid #dee7ef;
	border-color: #8fa3bf #dee7ef #dee7ef  #8fa3bf;
	width: 420px;
	padding: 2px 1px;
	margin-bottom: 3px;
}
label {
	float: left;
	width: 150px;
	padding: 3px 0;
}
input.radio,
input.checkbox {
	border: 0;
	width: 16px;
	display: inline;
	float: left;
}
fieldset {
	padding: 10px 20px;
	border: 1px solid #dee7ef;
	margin-bottom: 20px;
}
legend {
	font-weight: bold;
	padding: 0 5px;
	color: #8fa3bf;
}
#contactForm p {
	padding: 10px 0;
	width: 100%;
}
#usageForm input.radio,
#usageForm label,
#accommodationForm input,
#accommodationForm label {
	float: none;
	padding: 0;
}
#usageForm input.other {
	float: none;
	margin-top: 3px;
}
#contactSubmit {
	float: none;
	padding: 0;
	display: inline;
}


#accommodationForm div,
#usageForm div {
	margin-bottom: 3px;
}
#contactForm fieldset input#contactControl { width: 60px; margin-bottom: 15px; }
#contactForm fieldset input.frmTextZip { width: 60px; display: inline; }
#contactForm fieldset input.frmTextCity { width: 351px; display: inline; }
#contactForm fieldset input.frmButton {
	font-family: Calibri, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	width: 100px;
	background-color: #dee7ef;
	font-weight: bold;
	border: 1px solid #8fa3bf;
	color: #002b54;
	padding: 2px;
	cursor: pointer;
}

#content div.labels {
    display:block;
    clear:both;
    text-align:right;
    position: relative;
    bottom:34px;
    color:#8e8e8e;
}

#content div.labels label {
    float:none;
    display:inline;
    padding:0 0 0 30px;
}

#content div.labels label.brainport {
    background:transparent url("/images/list_item_disc_red.png") 20px 60% no-repeat;
}

#content div.labels label.other {
    background:transparent url("/images/list_item_disc_lightblue.png") 20px 60% no-repeat;
}