/* deze CSS is nog niet definitief - gelieve deze dus nog niet over te nemen (wacht tot er templates zijn) */
	/* reset */
html,body,div,ul,li,h1,h2,h3,h4,h5,h6,form,textarea,input,p {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

/* position + basic fonts & colors */
body {
	min-width: 760px;
	max-width: 100%;
	margin: 1px 0 0;
	padding: 0 0 5px;
	color: #000;
	background: #FFF;
	font: small Arial, Helvetica, sans-serif;
}

#wrapper {
	max-width: 1280px;
	min-width: 760px;
	font-size: 0.92em;
}

#header,#footer,#header input {
	font-size: x-small;
}

#contentwrapper {
	margin: 1px 8px 0 20px;
}

#content {
	float: left;
	margin-top: 1px;
	padding: 0;
	padding-bottom: 100px;
	width: 100%;
}

#content {
	position: relative;
}  /* dw positioning bugfix */ /* header */
#header {
	position: relative;
}

#header {
	height: 94px;
	border-bottom: 1px solid #72AABE;
	color: #54B1B8;
	overflow: hidden; /*horizontal scroll in MOZ*/
}

/* add -mic to bgheader to see new header */
.intranet #header {
	background-image: none;
	/*url(/images/kul/bgheaderintranet.jpg);*/
}

#taskbar {
	border-bottom: 1px solid #72AABE;
	padding: 4px 4px 4px 3px;
	text-align: right;
	color: inherit;
	background: #FFF;
}

#taskbar li {
	background: #FFF;
	display: inline;
	padding: 0 7px 0 5px;
}

#taskbar li.langselect {
	padding-right: 0;
}

#taskbar a {
	line-height: 1.6em;
	padding: 2px 0 2px 12px;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}

#taskbar a:hover,#taskbar a.langActive:hover {
	color: #EE8F03
}

#taskbar li.homeintranet {
	float: left;
	width: 11em;
	text-align: left;
	background: #FFF
}

#taskbar li.home {
	float: left;
	clear: left;
	text-align: left;
	background: #FFF
}

#taskbar li.home a {
	background: #FFF url(/images/kul/icon_home.gif) no-repeat 0 50%;
}

#taskbar li.whoiswho a {
	padding-left: 20px;
	background: #FFF url(/images/kul/icon_whoiswho.gif) no-repeat 0 40%;
}

#taskbar li.organigram a {
	padding-left: 20px;
	background: #FFF url(/images/kul/icon_organigram.gif) no-repeat 0 40%;
}

#taskbar li.contact a {
	padding-left: 15px;
	background: #FFF url(/images/kul/icon_mail.gif) no-repeat 0 50%;
}

/*#taskbar li.intranet a,#taskbar li.homeintranet a {
	background: #FFF url(/images/kul/icon_intranet.gif) no-repeat 0 50%;
}*/
#taskbar li a.lang {
	padding: 0 4px;
	line-height: 1.5em
}

#taskbar li a.langActive {
	padding: 0 4px;
	color: #fff;
	background: #FFF url(/images/kul/langactive.gif) no-repeat left bottom;
	line-height: 1.2em
}

#header img#logo {
	float: left;
	margin: 8px;
	border: none;
	background: transparent;
}

#header form {
	float: right;
	margin: 8px;
	width: 16em;
	text-align: right;
}

#header form input {
	float: left;
	margin: 0;
	padding: 0 3px;
	width: 75%;
}

#header #words {
	border: 1px inset #72AABE;
	background: #fff;
	color: #333;
}

#header #words :focus {
	background: #fff;
}

#header input.magnifier {
	float: left;
	width: 16px;
	border: none;
}

/* mainnav */
#mainnav {
	padding: 3px 0 2px 5px;
	clear: both;
	border-bottom: 1px solid #72AABE;
	color: #54B1B8;
	background: #ECEFF0 url(/images/kul/bgmainnav.gif) repeat-x left top;
}

#mainnav li {
	font-size: 100%;
}

#mainnav li {
	display: inline;
	border-right: 1px solid #72AABE;
}

#mainnav li+li {
	margin-left: -3px; /* Gecko whitespacefix*/
}

#mainnav li a {
	padding: 0 4px;
	white-space: nowrap;
	color: #333;
	text-decoration: none;
}

#mainnav a:hover {
	color: #EE8F03
}

#footer {
	clear: both;
	margin: 0;
	padding-bottom: 5px;
	border-top: 1px solid #72AABE;
	border-bottom: 1px solid #72AABE;
	background: #E8F5F6;
}

#footer p {
	text-align: center;
}

#footer p.container {
	position: relative;
	margin: 0;
	padding: 5px 0 0 0;
	height: 0px;
	line-height: 0px;
	text-align: left;
	font-size: 0px;
}  /* dw positioningbug (relative position on #footer) workaround */
#footer #sedes {
	position: absolute;
	left: 0;
	top: 0;
	margin: -98px 0 0 50px;
	width: 53px;
	height: 87px;
	border: none;
	display: inline;
}

#footer a {
	color: #00407A;
}

/* accessibility features */
#header #access {
	position: absolute;
	z-index: 100;
	left: 6em;
	padding: 4px 0.5em 0;
	margin: 0;
	width: 10em;
}

.intranet #header #access {
	left: 16.5em;
}

#header #access li {
	float: left;
	padding: 0;
	line-height: 1.5em;
}

#header #access a {
	float: left;
	display: block;
	text-indent: -9999px;
	color: #999;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}

#header #access a:focus {
	text-indent: 0px;
	color: #EE8F03
}

#header #access a:hover {
	color: #EE8F03
}

#header h2.access,#header form label,#mainnav h2.access,#left h2.access
	{
	position: absolute;
	left: -9999px;
	width: 300px
}

#header #access a {
	color: #999;
	margin: 0;
	padding: 0
}

/*IE Mac basic fix*/ /*\*/ /*/
* {float:none;}
/**/ /* content */
#content h1 {
	line-height: 1.2em;
	font-weight: normal;
	font-size: 2em;
	color: #a60046;
	margin-bottom: 0.6em;
}

#content h2 {
	margin: 1em 0 0.5em 0;
	line-height: 1.2;
	font-weight: normal;
	font-size: 1.5em;
}

#content .twocol h2 {
	margin-top: 0.5em;
}

#content h2,#content h2 a:link,#content h2 a:visited,#content h2 a:hover
	{
	color: #45a2b5;
}

#content h3 {
	margin: 0.9em 0 0.7em;
	line-height: 1.2;
	font-size: 1.3em;
	color: #075a90;
	font-weight: bold;
}

#content h4 {
	margin: 0.9em 0 0.7em;
	line-height: 1.2;
	font-size: 1.3em;
	color: #075a90;
	border-bottom: 1px dotted #bbbbbb;
	font-weight: bold;
}

#content h5 {
	margin: 0.5em 0;
	line-height: 1.2;
	color: #00407a;
	font-size: 1.1em;
	margin-top: 1em;
	margin-bottom: 5px;
	font-weight: bold;
}

#content h6 {
	margin: 0.5em 0;
	line-height: 1.2;
	font-weight: bold;
	color: #000;
	font-size: 1.1em;
	margin-top: 1em;
	margin-bottom: 3px;
}

#content .ondertitel {
	color: #247298;
	font-size: 1.1em;
	margin-top: -1em;
	margin-bottom: 1.3em;
	font-weight: bold;
}

#content td {
	margin-bottom: 0.85em;
}

a:link {
	color: #1472a0;
	text-decoration: none;
}

a:visited {
	color: #1472a0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*
img {display:block;border:1px solid #000;padding:0;}
*/
img.left {
	float: left;
	margin: 0 8px 0 0;
	border: 1px solid #000;
	padding: 0;
}

img.right {
	float: right;
	margin: 0 0 0 8px;
	border: 1px solid #000;
	padding: 0;
}

.noborder {
	border: none;
}

/* ul, dl */
#content ul {
	margin: 1em 0 1em 15px;
}

#content ul ul {
	margin: 0
}

#content ul li {
	margin-top: 10px;
	padding-left: 20px;
	background: url(/images/kul/icon_arrow.gif) no-repeat;
	margin-bottom: 10px;
}

#content ul li ul li {
	background: url(/images/kul/icon_bullet-leveltwo.gif) 0 0.15em no-repeat
		;
	margin-top: 3px;
}

#content ul li ul li ul li {
	background: url(/images/kul/icon_bullet-levelthree.gif) 0 0.15em
		no-repeat;
	margin-top: 3px;
}

#content ol li {
	margin-bottom: 2px;
}

#content dl {
	margin: 1em 0;
}

#content dd {
	padding: 0;
	margin: 0 0 1em;
}

#content dt {
	font-weight: bold;
	margin-bottom: 3px;
}

.category {
	color: #40668c;
	font-size: large;
	font-variant: small-caps;
	font-weight: bold;
	text-align: left;
	margin-top: 3em;
	margin-bottom: 1em;
	padding: 5px;
}

.subtitle {
	line-height: 1.2em;
	font-weight: normal;
	font-size: 1.5em;
	color: #40668C;
	margin-bottom: 0.6em;
}

.highlight {
	color: #ee8f03;
}

/*form*/
form {
	width: 100%;
	margin: 1em 0;
}

fieldset {
	padding: 5px;
	margin: 0em 0;
	border: 1px solid #BED7DF;
	border-width: 1px;
}

legend {
	padding: 0 0.4em;
	color: #40668C;
	border: 0;
	font-size: 1.2em;
}

form p {
	clear: left;
	margin-bottom: 1em;
	line-height: 1.2em
}

form input[type=text],input[type=password] {
	border: 1px solid #BED7DF;
	height: 1.5em;
}

textarea {
	border: 1px solid #aaaaaa;
	width: 69%;
	margin-bottom: 4px;
}

form textarea {
	clear: left;
	width: 99%;
}

form input[type=text]:focus,input[type=password]:focus,textarea:focus {
	border: 1px solid #72aabe;
	background: #f6f6f6;
}

form input.button {
	border: 1px solid #AAB8DC;
	background: #f6f6f6;
}

form input.button:hover,input.button:focus {
	border: 1px solid #EE8F03;
	background: #FFF;
	cursor: pointer
}

/* cols */
.colcontainer {
	clear: both;
}

.twocol {
	width: 47%;
	float: left;
	position: relative;
}  /*icm:padding verwijderd want anders onregelmatige kantlijn */
.twocol+.twocol {
	float: right;
}

.threecol {
	width: 31%;
	float: left;
	position: relative;
}  /*icm:idem*/ /* attentionboxes */
.attentionbox1 {
	width: 85%;
	margin: 0 auto;
	background: transparent url(/images/kul/attnbox1.gif) no-repeat left
		bottom;
	margin-bottom: 1em;
}

#content .attentionbox1 h6 {
	margin: 0 !important;
	padding: 7px 7px 7px 12px;
	border-left: 3px solid #CBEEEE;
	background: transparent url(/images/kul/attnbox1.gif) no-repeat right
		top;
	color: #72aabe;
	font-size: 1.2em;
}

.attentionbox1 p,.attentionbox1 ul {
	border-right: 3px solid #CBEEEE;
	padding: 0 12px 10px;
	margin: 0 !important;
}

.attentionbox1 p,.attentionbox1 li {
	clear: both;
	margin: 0 !important;
}

.attentionbox2 {
	width: 85%;
	margin: 0 auto;
	background: transparent url(/images/kul/attnbox2.gif) no-repeat left
		bottom;
	margin-bottom: 1em;
}

#content .attentionbox2 h6 {
	margin: 0 !important;
	padding: 7px 7px 7px 12px;
	border-left: 3px solid #ccc7dd;
	background: transparent url(/images/kul/attnbox2.gif) no-repeat right
		top;
	color: #ABA7B9;
	font-size: 1.2em;
}

.attentionbox2 p,.attentionbox2 ul {
	border-right: 3px solid #ccc7dd;
	padding: 0 12px 10px;
	margin: 0 !important;
}

.attentionbox2 p,.attentionbox2 li {
	clear: both;
	margin: 0 !important;
}

.attentionbox3 {
	width: 85%;
	margin: 0 auto;
	background: transparent url(/images/kul/attnbox3.gif) no-repeat left
		bottom;
	margin-bottom: 1em;
}

#content .attentionbox3 h6 {
	margin: 0 !important;
	padding: 7px 7px 7px 12px;
	border-left: 3px solid #add285;
	background: transparent url(/images/kul/attnbox3.gif) no-repeat right
		top;
	color: #add285;
	font-size: 1.2em;
}

.attentionbox3 p,.attentionbox3 ul {
	border-right: 3px solid #add285;
	padding: 0 12px 10px;
	margin: 0 !important;
}

.attentionbox3 p,.attentionbox3 li {
	clear: both;
	margin: 0 !important;
}

.attnboxfilled1 {
	width: 85%;
	margin: 0 auto;
	background: #fff url(/images/kul/attnboxfill1.gif) no-repeat left bottom
		;
	margin-bottom: 1em;
}

#content .attnboxfilled1 h6 {
	margin: 0 !important;
	padding: 7px 7px 7px 12px;
	border-left: 3px solid #CBEEEE;
	background: #fff url(/images/kul/attnboxfill1.gif) no-repeat right top;
	color: #72aabe;
	font-size: 1.2em;
}

.attnboxfilled1 p,.attnboxfilled1 ul {
	border-right: 3px solid #CBEEEE;
	padding: 0 12px 10px;
	margin: 0 !important;
}

.attnboxfilled1 p,.attnboxfilled1 li {
	clear: both;
	margin: 0 !important;
}

.attnboxfilled2 {
	width: 85%;
	margin: 0 auto;
	background: #fff url(/images/kul/attnboxfill2.gif) no-repeat left bottom
		;
	margin-bottom: 1em;
}

#content .attnboxfilled2 h6 {
	margin: 0 !important;
	padding: 7px 7px 7px 12px;
	border-left: 3px solid #ccc7dd;
	background: #fff url(/images/kul/attnboxfill2.gif) no-repeat right top;
	color: #ABA7B9;
	font-size: 1.2em;
}

.attnboxfilled2 p,.attnboxfilled2 ul {
	border-right: 3px solid #ccc7dd;
	padding: 0 12px 10px;
	margin: 0 !important;
}

.attnboxfilled2 p,.attnboxfilled2 li {
	clear: both;
	margin: 0 !important;
}

.attnboxfilled3 {
	width: 85%;
	margin: 0 auto;
	background: #fff url(/images/kul/attnboxfill3.gif) no-repeat left bottom
		;
	margin-bottom: 1em;
}

#content .attnboxfilled3 h6 {
	margin: 0 !important;
	padding: 7px 7px 7px 12px;
	border-left: 3px solid #add285;
	background: #fff url(/images/kul/attnboxfill3.gif) no-repeat right top;
	color: #add285;
	font-size: 1.2em;
}

.attnboxfilled3 p,.attnboxfilled3 ul {
	border-right: 3px solid #add285;
	padding: 0 12px 10px;
	margin: 0 !important;
}

.attnboxfilled3 p,.attnboxfilled3 li {
	clear: both;
	margin: 0 !important;
}

/* para with read more link */
p.more {
	padding-left: 1em;
}

p.more a:link,#nieuws p.more a:visited {
	font-weight: bold;
}

/*back to top link*/
p.backtotop {
	padding: .5em 0
}

p.backtotop a:link,p.backtotop a:visited {
	padding-left: 15px;
	background: #FFF url(/images/kul/icon_top.gif) no-repeat 0 50%;
	color: #EE8F03;
	font-weight: bold;
}

/* autoclear */
.floatcontainer:after,.colcontainer:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.floatcontainer,.colcontainer {
	position: relative;
}  /*dw fix / nog dw bugs bij floating img buiten p of li*/
.colcontainer li {
	margin: 0;
	padding: 0;
}

/*.colcontainer ul {display:block;}*/ /* insprong -- icm */
	/*.insprong p, p.insprong {padding-left: 22px;}
.insprong2 p, p.insprong2 {padding-left: 44px;}
.insprong3 p, p.insprong3 {padding-left: 66px;}*/
#content .indent {
	margin-left: 22px;
}

#content .indent2 {
	margin-left: 44px;
}

#content .indent3 {
	margin-left: 66px;
}

/* kleuren voor tabelheader en tabelrij -- icm */
#content tr.alttablecolor,#content td.alttablecolor {
	background: #E8F5F6;
}

#content th,#content th a:link,#content th a:visited {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #54B1B8;
	text-align: left;
	padding: 4px;
}

#content th.alttablecolor {
	background: #abd6d6;
}

/* elementen centreren -- icm*/
#content .center {
	margin-left: auto;
	margin-right: auto;
}

/* plaatsing en no-border voor top.gif -- icm*/
#content .top {
	margin: auto;
	border: none;
}

/* lijstjes binnen tabellen: geen extra marges -- icm*/
#content td ul,#content td ol,#content td dl {
	margin: 0;
}

#content td p {
	line-height: 1.5em;
}

table * {
	vertical-align: top;
}

table {
	margin: 0.1em 0;
}

/* kaderke */
hr {
	border: 0;
	width: 100%;
	color: #BED7DF;
	background-color: #BED7DF;
	height: 1px;
}

blockquote {
	display: list-item;
	color: #075a90;
	margin: 25px 150px 25px 150px;
	padding-right: 25px;
	/*list-style-image: url(../_i/icons/quotes1.png);
	background: url(../_i/icons/quotes2.png);*/
	background-position: bottom right;
	background-repeat: no-repeat;
}

TABLE,TH,TD {
	font-size: 12px;
}

.titel {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	color: #999;
	background-color: transparent;
}

.titelklein {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #999;
	background-color: transparent;
}

#mosaic li {
	margin-left: 2em;
}

#mosaic p {
	line-height: 1.4em;
	margin-top: 1em;
	margin-bottom: 1em;
}

#mosaic td {
	line-height: 1.4em
}

.newsTitle {
	font-size: 14px;
	line-height: 1.2;
	color: #075a90;
	font-weight: bold;
	font-variant: small-caps;
}

.seminarGroups {
	font-size: 1.5em;
	line-height: 1.2;
	color: #075a90;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 1em;
	margin-bottom: 0.3em;
}

.style3 {
	color: #075a90
}

.mastertitel {
	color: blue;
	font-weight: bold;
}

.masteroptie {
	font-weight: bold;
}

.mastertopic {
	color: gray;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 1em;
	margin-bottom: 0.3em;
	font-size: larger;
	line-height: 2;
}

p.master {
	margin-left: 3%;
	margin-right: 3%
}

.masterthesisvoorstel {
	color: gray;
	font-weight: bold;
	font-variant: small-caps;
	margin-left: 5%;
	margin-top: 5mm;
	margin-right: 5%;
	text-align: center;
	vertical-align: text-bottom;
	font-size: larger;
	line-height: 1.2
}

.ERROR,.TODAY {
	color: red;
	font-weight: bold;
}

.TOMORROW {
	color: blue;
	font-style: italic;
}

/* Medical Imaging Research Center */
#MIRC .moreSpace {
	text-align: justify;
	padding-left: 20px;
	line-height: 1.5;
}

#MIRC {
	font-size: 120%;
}

#MIRC .category {
	color: #40668c;
	font-size: 140%;
	font-variant: small-caps;
	font-weight: bold;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 0.5em;
	padding: 5px;
}

#MIRC IMG {
	border-width: 0;
}

/* Medical Image Computing */
#MIC .moreSpace {
	text-align: justify;
	padding-left: 20px;
	line-height: 1.5;
}

#MIC {
	font-size: 120%;
}

#MIC .category {
	color: #40668c;
	font-size: 140%;
	font-variant: small-caps;
	font-weight: bold;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding: 5px;
}

#MIC IMG {
	border-width: 0;
}

/* Using columns - floats */
.column1 {
	width: 47%;
	float: left;
	position: relative;
}  /*icm:padding verwijderd want anders onregelmatige kantlijn */
.column1Small {
	width: 30%;
	float: left;
	position: relative;
}  /*icm:padding verwijderd want anders onregelmatige kantlijn */
.column1Large {
	max-width: 65%;
	float: left;
	position: relative;
}  /*icm:padding verwijderd want anders onregelmatige kantlijn */
.column2 {
	float: right;
	width: 47%;
}

.column2Small {
	float: right;
	width: 30%;
}

.column2Large {
	float: right;
	max-width: 65%;
}

.columnContainer {
	overflow: auto;
	width: 100%
}

#MIRC ul {
	margin: 10em 0 1em 15px;
	padding-top: 0.5em; /* margin: top, right, bottom, left */
}

#MIRC ul ul {
	margin: 0
}

#MIRC ul li {
	margin-top: 10px;
	margin-left: 25px;
	padding-left: 20px;
	background: url(/images/kul/icon_arrow.gif) no-repeat;
	margin-bottom: 10px;
}

#MIRC ul li ul li {
	background: url(/images/kul/icon_bullet-leveltwo.gif) 0 0.15em no-repeat
		;
	margin-top: 3px;
}

#MIRC ul li ul li ul li {
	background: url(/images/kul/icon_bullet-levelthree.gif) 0 0.15em
		no-repeat;
	margin-top: 3px;
}

#MIRC ol li {
	margin-bottom: 2px;
}

#MIRC .vspace {
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding: 5px;
}

#MIRC .check {
	background-color: yellow;
}

#MIRC img.right {
	float: right;
	position: relative;
	/* padding: top, right, bottom, left */
	padding: 0px 0px 0px 25px;
	/* This pushes the text away from the image */
}

#MIRC img.left {
	float: left;
	position: relative;
	/* padding: top, right, bottom, left */
	padding: 0px 25px 10px 0px;
	/* This pushes the text away from the image */
}

#MIRC .textwrap { /* margin: top, right, bottom, left */
	margin: 0px 10px 0px 0px;
	width: auto;
	/* Adjust the width of the brown background behind the left hand side dog links */
	line-height: 150%;
	text-align: justify;
	/* margin: top, right, bottom, left */
}

#MIRC TD,#MIRC TD P {
	font-size: 120%;
	line-height: 1.5em;
}

#MIC ul {
	margin: 10em 0 1em 15px;
	padding-top: 0.5em; /* margin: top, right, bottom, left */
}

#MIC ul ul {
	margin: 0
}

#MIC ul li {
	margin-top: 0;
	margin-left: 25px;
	padding-left: 20px;
	background: url(/images/kul/icon_arrow.gif) no-repeat;
	margin-bottom: 10px;
}

#MIC ul li ul li {
	background: url(/images/kul/icon_bullet-leveltwo.gif) 0 0.15em no-repeat
		;
	margin-top: 3px;
}

#MIC ul li ul li ul li {
	background: url(/images/kul/icon_bullet-levelthree.gif) 0 0.15em
		no-repeat;
	margin-top: 3px;
}

#MIC ol li {
	margin-bottom: 2px;
}

#MIC .vspace {
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding: 5px;
	text-align: justify;
}

#MIRC .check {
	background-color: yellow;
}

#MIRC img.right {
	float: right;
	position: relative;
	/* padding: top, right, bottom, left */
	padding: 0px 0px 0px 25px;
	/* This pushes the text away from the image */
}

#MIC img.left {
	float: left;
	position: relative;
	/* padding: top, right, bottom, left */
	padding: 0px 25px 10px 0px;
	/* This pushes the text away from the image */
}

#MIC .textwrap { /* margin: top, right, bottom, left */
	margin: 0px 10px 0px 0px;
	width: auto;
	/* Adjust the width of the brown background behind the left hand side dog links */
	line-height: 150%;
	text-align: justify;
	/* margin: top, right, bottom, left */
}

#MIC TD,#MIC TD P {
	font-size: 120%;
	line-height: 1.5em;
}

fieldset.newsBanner {
	height: 85;
}

.sponsors {
	font-size: 150%;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 2;
}

.proposals h1 { /* padding: top, right, bottom, left */
	padding: 0px 10px 0px 0px;
	margin-bottom: 0px;
}

#content.proposal ul li {
	margin-top: 10px;
	padding-left: 20px;
	background: url(/images/kul/icon_arrow.gif) repeat !important;
	margin-bottom: 10px;
}

.proposals .option {
	color: #40668c;
	font-size: 150%;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 2;
}

.proposals .topicText,.proposals .promotoren {
	font-size: 120%;
	text-align: justify;
	padding-left: 20px;
	line-height: 1.5;
	border-width: 2;
	border-color: black;
}

.proposals .topicText p {
	clear: none;
}

.proposals .image {
	text-align: center;
	/*	float: right;*/ /*position: relative;*/
	/* padding: top, right, bottom, left */
	padding: 10px 10px 10px 10px;
	*/
	/* This pushes the text away from the image */
}

.proposals .image.left {
	float: left;
	position: relative;
	/* padding: top, right, bottom, left */
	padding: 0px 25px 10px 0px;
	/* This pushes the text away from the image */
}

.proposals .image.right {
	float: right;
	position: relative;
	/* padding: top, right, bottom, left */
	padding: 0px 0px 0px 25px;
	/* This pushes the text away from the image */
}

.proposals .image .caption {
	color: #40668c;
	/* padding: top, right, bottom, left */
	padding: 15px 0px 10px 0px;
	margin-bottom: 0px;
	*/
	/* This pushes the text away from the image */
}

.proposals .topic {
	color: #72AABE;
	font-size: 150%;
	font-variant: small-caps;
	font-weight: bold;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 10px;
	/* padding: top, right, bottom, left */
	padding: 0px 10px 0px 0px;
}

#containernavigationTree a {
	color: #72AABE;
}

#fixeddiv {
	position: absolute;
	width: 200px;
	height: 50px;
	right: 10px;
	top: 10px;
	padding: 16px;
	background: #FFFFFF;
	border: 2px solid #2266AA "
}

.darkblue {
	color: darkblue;
}

.categoryColor {
	color: #45a2b5;
	font-weight: bold;
}

.categoryMoreSpace {
	line-height: 3;
}

#MIRC .tableLeft {
	width: 95%;
	border: 1px solid #92CADE;
	padding: 0px 0px 40px 40px;
	/* margin: top, right, bottom, left */
}

#MIC .tableLeft {
	width: 95%;
	border: 1px solid #92CADE;
	margin: 0px 0px 40px 40px;
	/* margin: top, right, bottom, left */
}

#content .infoEditField {
	color: #666699;
	text-align: left;
	border: 1px solid #92CADE;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 20px 40px;
}

#content .infoFooter {
	color: #666699;
	text-align: center;
	border: 1px solid #92CADE;
	padding: 10px 0px 10px 0px;
	margin: 20px 0px 0px 0px;
}

#content .infoEditField a {
	color: #ffaa66;
}

#content .infoField {
	border: 1px solid #92CADE;
	padding: 10px 0px 20px 40px;
	margin: 0px 0px 20px 0px;
	color: #666699;
	text-align: left;
}

#content .infoField a {
	color: #ffaa66;
}

#content .neededField {
	color: #ff0000;
}

#content .wantToApply {
	text-align: center;
	color: #ffffff;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 120%;
	background: #40668c;
	padding: 10px;
	line-height: 1.5;
	margin: 20px 0px 20px 0px;
}

#content .vacanciesOverview td {
	font-size: 200%;
	line-height: 1.5;
}

#content .attachmentsInfo {
	text-align: center;
	font-variant: small-caps;
	font-size: 120%;
	padding: 10px;
	line-height: 1.5;
	border-top: 1px solid #40668c;
	border-bottom: 1px solid #40668c;
}

#content .applicantInfo {
	text-align: center;
	font-variant: small-caps;
	font-size: 120%;
	padding: 10px;
	line-height: 1.5;
	border: 1px solid #40668c;
}

#content .applicantReviewer {
	text-align: center;
	color: #ffffff;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 120%;
	background: #40668c;
	padding: 10px;
	line-height: 1.5;
}

#content .fieldName {
	text-align: right;
	font-style: italic;
}

#content .notFinished {
	background: #E5C4C2;
}

#content .wantToApply * {
	color: #ffff99;
}

#content .wantToApplyInfo {
	border-bottom: 1px solid #40668c;
}

#content .clickButtonImage {
	padding-bottom: 10px;
}

#content .clickButtonLeft {
	padding-top: 10px;
	text-align: left;
}

#content .clickButtonRight {
	padding-top: 10px;
	text-align: right;
}

#content .clickButtonCenter {
	padding-top: 10px;
	text-align: center;
}

#content .clickButtonText {
	font-size: 80%;
	font-variant: small-caps;
}

#content .communicationSubject {
	font-variant: small-caps;
	color: #40668c;
	padding-bottom: 10px;
	font-variant: small-caps;
}

#content .communicationOpening {
	padding-bottom: 10px;
}

#content .communicationMessage {
	text-align: justify;
	padding-bottom: 10px;
}

#content .communicationOpening {
	padding-bottom: 10px;
}

#content .communicationClosing {
	padding-bottom: 10px;
}

#content .communicationSignature {
	font-size: 80%;
}

#content .feedbackMessage td {
	vertical-align: middle;
}

/* Forensic Biometric Authentication */
#FBA .moreSpace {
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.5;
}

#FBA {
	font-size: 120%;
}

#FBA .category {
	color: #40668c;
	font-size: 140%;
	font-variant: small-caps;
	font-weight: bold;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 0.5em;
	padding: 5px;
}

.style1 {
	display: none;
}

#FBA IMG {
	border-width: 0;
}

#FBA ul {
	margin: 10em 0 1em 15px;
	padding-top: 0.5em; /* margin: top, right, bottom, left */
}

#FBA ul ul {
	margin: 0
}

#FBA .vspace {
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding: 5px;
}

.wikititle {
	font-size: 1.6em;
	color: #45a2b5;
	line-height: 1em;
}

.wikititlesmall {
	font-size: 0.8em;
	font-weight: bold;
	color: gray;
}

.wikisubtitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #075a90;
	line-height: 1em;
}

.wikisubtitlesmall {
	font-size: 0.6em;
	font-weight: bold;
	color: gray;
}