body {
	margin:0;
	padding:0;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#FAFAFB url(../images/body_bg.png) bottom repeat-x;
	overflow-x:hidden;
}


#flash{
	position:absolute;
	top:0;
	left:0;
	z-index:-1000;
	background:url(../images/wrapper_bg.png) center top no-repeat;
	width:100%;
	text-align:center;
}


#wrapper {
	margin:0 auto;
	padding-top:0px;
	width:990px;
	text-align:justify;
}

#logo a {
	outline:none;
}

#left, #center, #right {
	float:left;
	margin-left:14px;
}

#left, #right {
	width:185px;
	margin-top:45px;
}

#right {
	margin-top:10px;
}

#center {
	width:560px;
	padding-bottom:15px;
	background:url(../images/center_bg.png) center bottom no-repeat !important;
	background:url(../images/center_bg.gif) center bottom no-repeat;
	background-color:transparent;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link, a:visited {
	text-decoration:none;
	color:#006699;
}

a:hover {
	color:#006699 !important;
}

a img {
	border:none;
}

#menu {
	border: 1px solid #C2CBD6;
	border-bottom:none;
	list-style-type:none;
	margin:0 0 30px;
	padding:0;
}

#menu a:link, #menu a:visited, #projects ul a:link, #projects ul a:visited {
	color:#133952;
	display:block;
	outline:none;
}

#menu li {
	border-bottom: 1px solid #C2CBD6;
	background:url(../images/menuLink_bg.png) top repeat-x;
	font-weight:bold;
	font-size:13px;
	color:#444F60;
	margin:0;
	padding:0;
}

#menu li.heading {
	text-transform:uppercase;
	color:#FFF;
	background:url(../images/menuHeading_bg.png) top repeat-x;
}

.heading span, #menu a {
	padding:4px 10px 3px;
	display:block;
}


.submenu {
	margin:0;
	padding:5px 0 10px 10px;
	background:#FFF url(../images/subMenu_bg.png) bottom repeat-x;
	list-style-type:none;
}

#menu .submenu a {
	padding:0;
}

#menu .submenu li {
	background:url(../images/square.png) left 5px no-repeat;
	font-size:11px;
	text-transform:none;
	border-bottom:none;
	text-align:left;
	padding:0;
	padding-left:10px;
	margin:5px 0 0;
	font-weight:normal;
}

iframe {
	/*background:url(../images/iframe_bg.png) center 5px repeat-y;*/
}

#projects, #eudesk, #scholars {
	background:url(../images/right_bg.png) right bottom no-repeat;
	margin-bottom:15px;
	text-align:left;
}

#developed {
	position:fixed !important;position:absolute;right:10px;bottom:10px;
}

#search{
	margin-bottom:15px;
}

#search input {
	border:1px solid #ccc;
	font-size:11px;
	padding:2px;
}

#search input.send-btn {
	background:none;
	padding:0;
	margin:-3px 0 0 5px;
	border-width:0;
	vertical-align:middle;
}

h1 {
	text-align:right;
	color:#FFF;
	background: #F00;
	font-size:13px;
	margin:0 2px 0 0;
	border:1px solid;
	padding:4px 10px;
}

#projects h1 {
	border-color:#B42232;
	background:url(../images/projects_bg.png) repeat-x;
}

#eudesk h1 {
	border-color:#057080;
	background:url(../images/eudesk_bg.png) repeat-x;
}

#scholars h1 {
	border-color:#488650;
	background:url(../images/scholars_bg.png) repeat-x;
}

#scholars a:link, #scholars a:visited {
	color:#133B52;
}

.rightInner {
	margin:0 2px 2px 0;
	border:1px solid #CCC;
	border-top-width:0;
	padding:5px 0 0 10px;
}

#projects .rightInner {
	padding-left:0;
}

#projects ul {
	margin:0;
	padding:5px 0 10px 10px;
	list-style-type:none;
}

#projects li {
	margin:5px 0 0;
	background:url(../images/square.png) left 5px no-repeat;
	padding:0;
	padding-left:10px;
}

.box_datum {
	margin:5px 0 0;
	color:#999999;
}

.box_datum img {
	vertical-align:middle;
	margin-top:-3px;
	margin-right:5px;
}

.box_tekst {
	margin:0 0 8px;
}

.box_more {
	margin:0;
	text-align:right;
	font-size:10px;
	text-transform:lowercase;
}

.box_more a:link, .box_more a:visited {
	color:#133952;
	display:inline-block;
	border:solid #C3CCD6;
	border-width:1px 0 0 1px;
	padding:2px 5px;
}

#footer {
	color:#FFF;
	text-align:center;
	margin:10px 0 10px;
}

#footer a:link, #footer a:visited {
	color:#FFF;
	font-weight:bold;
	font-size:12px;
}


