@CHARSET "UTF-8";
/*
p {
	clear: both;
}
*/
/* pseudo object floatfixer */
.content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.content h2 {
	clear: both;
}

/**
 * FCE 2 columns 46% - 46%
 * @use studentenportal, medewerkersportal
 */
.c2-46-46 {
	width: 100%;
	/*overflow: auto;*/
}

.content ul {
	/* border-top:1px solid #E5E5E5;*/
	list-style: none outside none;
	padding: 0;
	margin-left: 0;
}

#contentTextWide ul li,
#contentText ul li,
#contentRight ul li {
	border-bottom:1px solid #E5E5E5;
	background: url(../images/dartRight.gif) no-repeat 10px 3px;
	padding-left: 26px;
	line-height: 20px;
	color: #000;
}

#contentTextWide ol li,
#contentText ol li,
#contentRight ol li {
	border-bottom:1px solid #E5E5E5;
	margin-left: 20px;
	line-height: 20px;
	color: #000;
}

#contentTextWide ul.breadcrumb,
#contentText ul.breadcrumb {
	background: none;
	border: 0;
	margin: 0 0 15px;
	display: block;
	float: none;
}

#contentTextWide .breadcrumb li,
#contentText .breadcrumb li {
	display: block;
	display: inline;
	background: none;
	border: 0;
	color:#000000;
	padding: 0;
	border:none;
	line-height:20px;
	padding-left:0;
}

#contentTextWide li a,
#contentText li a,
#contentRight li a {
	text-decoration: none;
	text-decoration:underline;
}

.breadcrumb li a {
	text-decoration: underline;
}

.breadcrumb li .bullet {
	margin: 0 0 0 4px;
	color: #00A6D6;
}

.content li a:hover {
	color: #009eb5;
	text-decoration: underline;
}

/**
 * FCE linkBlock 
 * @use studentenportal, medewerkersportal
 */
.linkBlock {
	display: block;
	height: 150px;
	margin-bottom: 20px;
	width: 24.99%;
	float: left;
}

.linkBlock h3 {
	margin-bottom: 0.5em;
}

.linkBlock ul {
	margin: 0 0 8px 0;
	padding: 0;
	list-style: none;
}

.linkBlock ul li {
	background:transparent url(/fileadmin/Default/Templates/images/linkBlock_bg.gif) no-repeat scroll left center;
	padding:2px 10px 2px 18px;
	height: 14px;
}

.linkBlock a {
	text-decoration: none;
}

.linkBlock .dartRight {
	text-decoration: underline;
}

.linkBlock a:hover {
	text-decoration: underline;
	color: #009eb5;
}

/**
 * FCE itemBlock 
 * @use general
 */
.itemBlock {
	padding-bottom: 30px;
}

.itemBlock.borderless {
	padding-bottom: 20px;
}

.faculteit .itemBlock,
.faculteit .itemBlock.borderless {
	padding-bottom: 0;
}

.headerBlock {
	/*width:224px;*/
	background: url(../images/header.gif) no-repeat right top;
	/*height: 40px;*/
	height: 35px;
	padding-top: 0px;
	border-left: 1px solid #e5e5e5;
	padding-bottom: 5px;
	clear:both;
}

.headerBlock.small {
	height: 17px;
}

.headerBlock h1 {
	padding:7px 14px 10px 7px;
	margin: 0;
	display: inline;
	/*font-size: 1.4em;*/
	font-size: 17px;
	line-height: 2em;
	background: url(../images/header_h4.gif) no-repeat right top;
	color: #00A6D6;
}

.headerBlock h3,
.headerBlock h3 a,
.headerBlock h3 a:hover {
	color: #000000;
}

.headerBlock h4 {
	padding:7px 14px 10px 7px;
	margin: 0;
	display: inline;
	font-size: 1.4em;
	height: 40px;
	line-height: 2em;
	background: url(../images/header_h4.gif) no-repeat right top;
}

.itemBlock .content {
	width: auto;

/* tuhome wegwijs */
/*	overflow: visible;
	overflow: hidden;
*/
	overflow: visible;

	padding: 0 10px 10px;
	border-color: #e5e5e5;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	height: 1%;
	position: relative;
}

.itemBlock.borderless .content {
	border: none;
	padding: 0;
}

.itemBlock .footer {
	width: 100%;
	overflow: auto;
}

.itemBlock .footer a {
	background: url(../images/dartRight.gif) no-repeat left center;
	line-height: 20px;
	padding-left: 18px;
	margin: 10px 10px 0 10px;
	color: #000;
}

.itemBlock .footer a:hover {
	color: #009eb5;
}

/**
 * FCE nieuws & agenda 
 * @use general
 */
.switchbox {
	border: 1px solid #e5e5e5;
	line-height: 1.3em;
}

.xmlimport.switchbox {
	margin-bottom:30px;
}

.switchbox a {
	text-decoration: none; 
}

.switchbox .dartRight {
	text-decoration: underline; 
}

a.rss {
	text-decoration: none;
}

.switchbox a:hover {
	text-decoration: underline;
	color: #009eb5;
}

.uitgelicht {
	clear: both;
	display: block;
	padding: 10px 10px 7px 10px;
	border-bottom: 1px solid #e5e5e5;
}

.uitgelicht p {
	margin-bottom: 0;
}

.block {
	display: none;
}

.block.activeblock {
	display: block;
	height: 7em;
	overflow: hidden;
}

.item {
	clear: both;
	display: block;
	padding: 4px 10px 4px 10px;
	border-bottom: 1px solid #e5e5e5;
	height: 4em;
	overflow: hidden;
}

.active {
	color: #009eb5;
	background: url(../images/diagonalen.gif) repeat left top;
}

.active a {
	color: #009eb5; 
}

.agenda img,
.nieuws img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #009eb5;
}

.dateMonth {
	width: 22px;
	margin-right: 10px;
	margin-left: 0px;
	display: block;
	float: left;
}

.agenda .date {
	font-size: 15px;
	font-weight: bold;
	margin: auto;
	line-height: 15px;
	width: 22px;
	text-align: center;
}

.agenda .month {
	display: block;
	font-size: 11px;
	line-height: 15px;
	width: 22px;
	text-align: center;
}

.more {
	line-height: 25px;
	padding: 3px 5px 2px 12px;
	display: block;
	height: 23px;
	overflow: hidden;
	background: url(../images/more_bg.gif) repeat-x left top;
}

.more a span {
	visibility: hidden;

	/* text-decoration: none;*/
}

.more .rss {
	background: url(../images/rss.gif) no-repeat left top;
	margin-top: 3px;
	padding-bottom: 3px;
}

.more a.rss:hover {
	text-decoration: none;
}

/**
 * FCE faculteit
 * @use studentenportal, medewerkersportal
 */
.faculteit {
	border: 1px solid #e5e5e5;
	width: 704px;
	overflow: visible;
}

.faculteit .switchbox {
	/*border-right: 0;*/
}

.faculteit .itemBlock {
	/*border-left: 1px solid #e5e5e5;*/
}

.faculteit .menu {
	float: left;
	padding:10px 0 0 10px;
	width: 170px;
	/* border-right: 1px solid #e5e5e5;*/
}

.faculteit .menu h3 {
	margin-bottom: 0;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
}

.faculteit .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.faculteit .menu li a {
	background: url(../images/dartRight.gif) no-repeat left center;
	padding-left: 18px;
	line-height: 20px;
	color: #000;
}

.faculteit .menu li a:hover {
	color: #009eb5;
	text-decoration: underline;
}

.faculteit .nieuws {
	width: 523px;
	border-width: 0 0 0 1px !important;
	float: right;
}

.faculteit .nieuws .item {
	height: 1.2em;
}

/**
 * FCE teaser
 * @use general
 */
.itemBlock.teaser {
	width: 225px;
}

/**
 * FCE banner
 * @use general
 */
.itemBlock.banner {
	width: 225px;
}

/**
 * FCE quote
 * @use general
 */
.itemBlock.quote .content {
	border-bottom-width: 0;
}

.itemBlock.quote .content h5 {
	margin: 20px 0 0 20px;
	font-size: 1.7em;
	font-weight: normal;
}

.itemBlock.quote img {
	border: 1px solid #009EB5;
	float: right;
}

.itemBlock.quote .footer {
	background: url(../images/footer_opinie_breed.gif) no-repeat left top;
}

.itemBlock.quote .footer a {
	margin-top: 15px;
	float: left;
	/* text-decoration: none; */
}

.itemBlock.quote .footer a:hover {
	text-decoration: underline;
}

.itemBlock.quote .footer p {
	font-weight: bold;
	color: #00a6d6;
	float: right;
	margin: 19px 50px 0px 0px;
}

/**
 * FCE rector
 * @use general
 */
 .itemBlock.rector .headerBlock {
 	border-left-width: 0;
 	border-right: 1px solid #e5e5e5;
 	padding-left: 109px;
	background: url(../images/header_h4_reverse.gif) no-repeat left top;
 }
 
.itemBlock.rector .headerBlock h4 {
	padding: 7px 7px 7px 14px;
	margin-top: -7px;
	background: none;
}

.itemBlock.rector .content {
	overflow: visible;
	height: 62px;
	padding-left: 123px;
	padding-top: 10px;
	line-height: 17px;
}

.itemBlock.rector .content img {
	position: absolute;
	left:0;
	margin-top: -26px;
	margin-right: 14px;
}

.itemBlock.rector .content h4 {
	color: #11acd9;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 3px;
	/* font-family: "Arial", sans-serif !important;*/
}

.itemBlock.rector .footer a {
	margin-top: 15px;
	float: left;
	/* text-decoration: none; */
}

.itemBlock.rector .footer a:hover {
	text-decoration: underline;
}

.itemBlock.rector .footer a.right {
	float: right;
}

/**
 * FCE question
 * @use general
 */
.itemBlock.question .content h5 {
	margin: 20px 0 10px 20px;
	font-size: 1.7em;
	font-weight: normal;
}

.itemBlock.question .content p {
	color: #11ACD9;
	line-height: 1.4em;
	margin-bottom: 0.3em;
}

.itemBlock.question .content a {
	/* text-decoration: none;*/
	margin-bottom: 1.5em;
}

.itemBlock.question .content .answer a {
	background: url(../images/dartRight.gif) no-repeat left center;
	padding-left: 18px;	
}

.itemBlock.question .content .answer a:hover {
	color: #009eb5;
}

.itemBlock.question .content a:hover {
	text-decoration: underline;
	color: #009eb5;
}

.itemBlock.question .answer {
	margin-left: 20px;
}

.itemBlock.question .answer h3 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.4em;
}

.itemBlock.question .footer a {
	margin-top: 15px;
	float: left;
	/* text-decoration: none;*/
}

.itemBlock.question .footer a:hover {
	text-decoration: underline;
	color: #009eb5;
}

.itemBlock.question .footer a.right {
	float: right;
}

.itemBlock.question .toggle span {
	display: none;
}

.itemBlock.question .toggle span.active {
	display: inline;
	background: none;
	color: #000;
}

.itemBlock.question .toggle:hover span.active {
	text-decoration: underline;
	color: #009eb5;
}

/**
 * FCE artikel
 * @use homepage
 */
.artikel {
	width: 438px;
	overflow: visible;
	line-height: 1.4em;
	margin-bottom: 5px;
	clear:both;
}
.artikel img {
	margin-bottom: 30px;
	border: 1px solid #000000;
}

.artikelText h3 {
	color: #00a6d6;
	margin-bottom: 0.5em;
}

.artikelText {
	width: 230px;
	position: relative;
	top: 0px;
	left: 0px;
	height: 9em;
	float:right;
}

.artikelText p {
	margin-bottom: 5px;
}

.artikelText a {

	position: absolute;
	bottom: 0px;

	display: block;
	margin-bottom: 5px;
	background: url(../images/dartRight.gif) no-repeat left center;
	padding-left: 18px;
	line-height: 1em;
	color: #000;
	/* text-decoration: none;*/
}

.artikelText a:hover {
	text-decoration: underline;
	color: #009eb5;
}

/**
 * FCE building
 * @use general
 */
 .building .content div {
 	float:left;
 	margin-right: 10px;
 }
 
 .building a {
 	text-decoration: underline;
 }
 
.building img {
	float: right;
	border: 1px solid #009EB5;
}

.textHeader {
	background: url('../images/bg_banner.gif') no-repeat;
	padding: 10px 0 0 10px;
	margin: 10px 0 5px;
}

.textHeader h1,
.textHeader h2,
.textHeader h3,
.textHeader h4,
.textHeader h5 {
	margin: 0;
	border: 1px solid #009EB5;
	background: #fff;
}

.textHeader h1 {
	font-size: 24px;
	font-weight:bold;
}

.textHeader a {
	display:block;
	font-weight:normal;
	padding:9px 20px 11px;
	text-decoration:none;
}

a:hover {
	color: #009eb5;
}

.imagebox {
	float:left;
	margin: 7px 15px 15px 0;
}

.imagebox.single {
	margin: 0;
	float: none;
}

.imagebox.small {
	margin: 0;
	margin: 7px 10px 12px 0;
}

.nieuwsItem .hasimage {
	width: 370px;
}

img.icon {
	float:left;
	margin: 13px 10px 0 0;
	width: 14px;
	height: 14px;
}

.icon.rss {
	background: url('tt_news_FILES/rss.gif') no-repeat;
}

.clearboth {
	clear: both;
	line-height: 0;
	font-size: 0;
}

.relative {
	position: relative;
}

.nieuwsItem {
	clear: both;
}


.pageTitle {
	font-size:14px;
	margin-top:20px;
}

.pageSubtitle {
	margin-bottom:20px;
}

#lastEditGewijzigd,
#lastEditAuteur {
	color:		#8D8D8D;
	font-style:	italic;
	margin:		0;
	padding:	0;
	text-align:	right;
}

.blue {
	color: #00A6D6;	
}

