/*
Stylesheet Multimedialab.org
Kaptan Online - www.kaptanonline.com
Author: Sem Tukenmez, sem@kaptanonline.com
*/

* {
	margin: 0px;
	padding: 0px;
	}


html {}

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	text-align: center;
	}

.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#header {
	position: relative;
	width: 100%;
	height: 196px;
	background: url(images/bg_header.jpg) repeat-x #c707a8;
	}

#headercontent {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 860px;
	height: 150px;
	color: #ffffff;
	background: url(images/bg_headercontent.jpg) no-repeat #cd06c1;
	}

#headertext {
	padding: 35px;
	}

#headertabsbg {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 100%;
	height: 46px;
	background: url(images/bg_headertabsbg.jpg) no-repeat #cd06c1;
	}

#headertabscontent {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 860px;
	height: 46px;
	background: transparent;
	}

#container {
	position: relative;
	margin: 0px auto;
	width: 860px;
	text-align: left;
	background: transparent;
	}

#mainwrapper {
	position: relative;
	width: 100%;
	margin: 0px;
	background: transparent;
	}

#navigation {
	position: relative;
	width: 100%;
	height: 20px;
	margin: 0px;
	background: transparent;
	}

#leftcolumn {
	position: relative;
	float: left;
	width: 650px;
	margin: 0px 18px 0px 13px;
	padding: 0px;
	background: transparent;
	border-bottom: 2px dotted #989898;
	}

#rightcolumn {
	position: relative;
	float: left;
	width: 154px;
	margin: 0px 15px 0px 10px;
	padding: 0px;
	background: transparent;
	border-bottom: 2px dotted #989898;
	}

#footer {
	position: relative;
	width: 100%;
	height: 12px;
	line-height: 12px;
	margin-left: 13px;
	padding-top: 2px;
	font-size: 10px;
	color: #989898;
	background: transparent;
	}


/* TABS MENU */

#nav {
	margin: 0;
	padding: 0;
	height: 46px;
	list-style-type: none;
	display: inline;
	}

#nav li {
	margin: 0; 
	padding: 0;
        list-style-type: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 46px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:46px; /* for IE5/Win only */
	}
	
#nav a:hover {
	background-position: 0 -46px;
	}

#nav a:active, #nav a.current {
	background-position: 0 -92px;
	}
	
#nav a:focus {
	outline: none;
	}
	

#item1 a {
	width: 170px;
	background: url(images/menu/multimedialab.jpg) top left no-repeat;
	}

#item2 a {
	width: 135px;
	background: url(images/menu/agenda.jpg) no-repeat #ffffff;
	}

#item3 a {
	width: 115px;
	background: url(images/menu/tips.jpg) no-repeat #ffffff;
	}

#item4 a {
	width: 145px;
	background: url(images/menu/nieuwsbrief.jpg) no-repeat #ffffff;
	}

#item5 a {
	width: 115px;
	background: url(images/menu/mk24.jpg) no-repeat #ffffff;
	}

#item6 a {
	width: 180px;
	background: url(images/menu/creatievebanen.jpg) no-repeat #ffffff;
	}


/* --- TEKSTSTIJLEN --- */

li {
	list-style-position: inside;
	}

p {
	padding-top: 5px;
	padding-bottom: 5px;
	}

h1 {
	font-family: Georgia;
	font-size: 24px;
	font-style: italic;
	line-height: 24px;
	color: #000000;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: lighter;
	margin: 0px;
	background-color: transparent;
	}

h2 {
	font-family: Georgia;
	font-size: 19px;
	font-weight: lighter;
	font-style: italic;
	color: #000000;
	background-color: transparent;
	padding: 10px 0px 0px 0px;
	line-height: 19px;
	margin: 1px;
	text-align: left;
	}

#homeitem h2 {
	font-family: Georgia;
	font-size: 19px;
	font-weight: lighter;
	font-style: italic;
	color: #000000;
	background-color: transparent;
	padding: 0px 0px 4px 0px;
	line-height: 19px;
	margin: 1px;
	text-align: left;
	}

h3 {
	font-family: Georgia;
	font-size: 17px;
	font-weight: lighter;
	font-style: normal;
	color: #000000;
	background-color: transparent;
	padding: 8px 0px 0px 0px;
	line-height: 16px;
	margin: 1px;
	text-align: left;
	}

#rightcolumn li {
	list-style-type: circle;
	margin: 1px 0px 1px 0px;
	}

#rightcolumn li.current {
	list-style-type: disc;
	margin: 1px 0px 1px 0px;
	}


#rightcolumn a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding: 1px 2px 1px 2px;

	}

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

#rightcolumn a:hover {
	text-decoration: none;
	color: #cd06c1;
	}

#rightcolumn a.active {
	text-decoration: none;
	color: #ffffff;
	background: #cd06c1;
	}
	
#homeitem {
	margin-top: 12px;
	padding-bottom: 12px;
	min-height: 140px;
	overflow: hidden;
	border-bottom: 2px dotted #989898;
	}

#headeritemsimage {
	float: left;
	padding-right: 20px;
	padding-bottom: 12px;
	}

#cursusitem {
	margin-top: 12px;
	padding-bottom: 12px;
/*	height: 140px; */
/*	overflow: hidden; */
	border-bottom: 2px dotted #989898;
	}

#cursusimage {
	float: left;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	}

#stippellijn {
	padding-top: 8px;
	border-bottom: 2px dotted #989898;
	height: 2px;
	width: 100%;
	}

#docentfoto {
	clear:both;
	float: left;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 20px;
	}

#cursusgegevens {
	clear:both;
	width: 100%;
	padding-left: 20px;
	height: 130px;
	background: url(images/cursusgegevens_bg.gif) no-repeat #ffffff;
	table-layout: fixed;
	}

#cursusgegevens td {
	height: 14px;
	font-weight: bold;
	}

#divider {
	clear:both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	color: #ffffff;
	width: 650px;
	}

#inschrijfknop {
	width: 158px;
	cursor:pointer;
	height: 40px;
	border: 0;
	padding: 0;
	margin: 0;
	background: url(images/inschrijfknoppen.gif) 0 0 no-repeat;
	}

#inschrijfknop:hover {
	width: 158px;
	height: 40px;
	border: 0;
	padding: 0;
	margin: 0;
	background: url(images/inschrijfknoppen.gif) 0 -40px no-repeat;
	}
	
input.text, textarea {
	background: url(images/bg_input.gif) top left no-repeat;
	}

#inschrijfformulier input {
	border: 1px solid #999999;
	}

.fValidator-msg {
	font-weight: bold;
	font-size: 9px;
	color: #c00;
	}

.vacatures {
	list-style-type: none;
	}
	
h4,h4:link,h4:visited {
	font-family: Georgia;
	font-size: 17px;
	font-weight: lighter;
	font-style: italic;
	color: #000000;
	background-color: transparent;
	padding: 10px 0px 0px 0px;
	line-height: 19px;
	margin: 1px;
	text-align: left;
	}

h4:hover {
	color: #cd06c1;
	}

a img {
	text-decoration: none;
	border: 0;
	}
	
#contentmenu ul li {
	float: left;
	list-style-type: none;
	font-weight: bold;
	font-size: 110%;
	padding-right: 6px;
}

#contentmenu ul li a:link, #contentmenu ul li a:visited {
	color: #000000;
}

#contentmenu ul li a:hover {
	color: #cd06c1;
	}

#contentmenu ul li a.active {
	color: #cd06c1;
	text-decoration: none;
	}
	
/* sitemap */
.rcSitemap {
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	}

.rcSitemapNested {
	margin-left: 20px;
	margin-bottom: 10px;
	}

.socialmedia {
	position: relative;
	float: right;
	}
	
