* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #ccc url("../img/bg_index.gif") repeat-y bottom left;
}

body.pages {
	background: #ccc url("../img/bg_funct.gif") repeat-y bottom left;
}

body.news {
	background: #999 url("../img/bg_news.gif") repeat-y bottom left;
}

body.extensions {
	background: #f90 url("../img/bg_extension.gif") repeat-y bottom left;
}

body.ronny_heiremans {
	background: #000 url("../img/bg_ronny_heiremans.gif") repeat-y bottom left;
}

body.katleen_vermeir {
	background: #fff url("../img/bg_katleen_vermeir.gif") repeat-y bottom left;
}

#container {
	width: 1008px;
}

a {
	color: #000;
	text-decoration: underline;
}

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

/********************************************* content */
#left {
	width: 250px;
	float: left;
}

a#home{
	background-image: url("../img/logo.gif");
	background-repeat: no-repeat;
	display: block;
	width: 250px;
	height: 90px;
}

a:hover#home{
	background-image: url("../img/logo_over.gif");
}

.hide{
	display: none;
}

#slogan {
	height: 120px;
}

#slogan p {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	padding-top: 50px;
	padding-right: 20px;
}

#banner {
	width: 250px;
	height: 75px;
}

#banner a{
	background-repeat: no-repeat;
	display: block;
	width: 250px;
	height: 75px;
}

#left #banner a{
	background-image: url("../img/banner_over.gif");
}

#right #banner a{
	background-image: url("../img/banner.gif");
}

#left  #banner a:hover{
	background-image: url("../img/banner.gif");
}

#right  #banner a:hover{
	background-image: url("../img/banner_over.gif");
}

#banner p {
	padding-top: 1em;
}

#nav {
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	text-align: right;
}

#nav ul {
	list-style-type: none;
}

#nav li a {
	padding: 2px 20px 2px 0;
	text-decoration: none;
	display: block;
	background: #fff;
	color: #acacac;
}

#nav li a:hover,#nav li a.selected {
	display: block;
	background: #f90;
	color: #000;
}

#center {
	width: 450px;
	float: left;
}

#center p{
	margin: 1em 0;
	padding: 0 20px;
	font-family: Verdana, Arial, sans-serif;
}

#center p.intro{
	margin: 3em 0 1em 0;
	padding: 0 20px;
	font-weight: bold;
}



.statistics #center {
	width: 700px;
	background: #fff; 
}

#functContent {
	padding: 0 20px;
	margin-top: 50px;
}

#functContent p {
	margin-bottom: 1em;
	line-height: 1.4em;
}

#siteData {
	position: absolute;
	top: 9px;
	left: 260px;
	font-size: 10px;
	color: #fff;
	width: 450px;
}

#siteData2 {
	position: absolute;
	top: 9px;
	left: 10px;
	font-size: 10px;
	color: #fff;
}

#functNav {
	height: 90px;
	background: #999;
	text-align: right;
	padding-right: 10px;
}

.extensions #functNav{
	margin-bottom: 46px;
	background: #999;
}

.news #functNav {
	background: #f90;
}

#functNav ul {
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	padding-top: 77px;
}

#functNav li {
	display: inline;
	padding-left: 0.4em;
	
}

#functNav li.floatLeft {
	float: left !important;
	text-align: left !important;
	margin-left: 3px;
	text-transform: uppercase;
}

#functNav li a {
	color: #000;
	text-decoration: none;
}

#functNav li a:hover,#functNav li a.selected {
	color: #fff;
	text-decoration: none;
}

#thumbs {
	padding-top: 50px;
	background: #999;
	width: 100%;
}

#thumbs.personalPageCenter{
	padding-top: 0px;
}


#thumbs div.thumb{
	float: left;
	overflow: hidden;
}

#thumbs a{
	text-decoration: none;
}

#thumbs div.number{
	background: #f90;
	color: #000;
	font-size: 50px;
	position: relative;
	cursor: pointer;
}

#contentNews {
	margin-top: 50px;
	padding: 0 20px;
}

#contentNews p {
	font-family: Georgia, serif;
	font-style: italic;
	margin-bottom: 1em;
	line-height: 18px;
}

#contentNews h1 {
	font-family: Georgia, serif;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#right {
	width: 250px;
	float: left;
}

#right .alignRight {
	float: right;
}

.newsItem {
	font-family: Georgia, serif;
	width: 200px;
	padding: 40px 0 20px 50px;
}

.newsItem p {
	width: 150px;
}

.newsItem h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0.5em 0 0.5em 0;
}

.newsItem .selected a, .newsItemPersonal .selected a {
	text-decoration: none;
}

.newsItem a, .newsItemPersonal a {
	text-decoration: underline;
}

.newsItem a.selected, .newsItemPersonal a.selected {
	text-decoration: none;
}

.newsItem a:hover, .newsItemPersonal a:hover {
	text-decoration: none;
}

.newsItem .selected a img, .newsItemPersonal .selected a img {
	display: none;
}

#thumbExtension a {
	display: block;
	margin: 20px;
	background: #ccc;
	font-size: 100px;
	padding: 10px;
	text-decoration: none;
}

#thumbExtension a:hover {
	background: #999;
}

#extensionRight {
	width: 450px;
	float: left;
	background: #fff;
	font-family: Verdana, Arial, sans-serif;
}

#extensionRight h1,#extensionLeft h1 {
	margin-top: 72px;
	margin-bottom: 50px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
}

#extensionLeft h1 a,#extensionLinks a {
	text-decoration: none;
	font-size: 14px;
}

#extensionLeft h1 a:hover,#extensionLinks a:hover {
	text-decoration: underline;
	color: #fff;
}

#extensionLinks a.selected {
	color: #fff;
}

#extensionRight p {
	padding-left: 20px;
	margin-bottom: 1em;
	line-height: 15px;
}

#extensionLeft {
	width: 450px;
	float: left;
	background: #999;
}

#extensionRight p.details {
	font-size: 10px;
	font-weight: bold;
	padding-top: 1em;
	line-height: normal;
}

.credits {
	font-size: 10px;
	background: #ccc;
	padding-top: 1em;
	padding-left: 20px;
}

#extensionLinks {
	font-weight: bold;
	margin-top: -2em;
	margin-bottom: 1em;
	padding-left: 20px;
	padding-right: 20px;
}

#selectedImage{
	display: block;
}

#extensionThumbs {
	width: 100%;
	/*background: #ccc;*/
}

#extensionThumbs a{
	display: block;
	float: left;
	text-decoration: none;
}

/*************************************** bio classes */
.bioNames {
	font-weight: bold;
	padding-bottom: 2em;
}

.bioNameSingle a {
	padding-top: 1em;
	font-weight: bold;
	text-decoration: none;
}

.top a {
	text-align: left;
	color: #ccc;
	display: block;
	font-size: 16px;
	text-decoration: none;
}

/*************************************** texts classes */
.text{
	margin-bottom: 1em;
}

.textsTitle {
	font-weight: bold;
	padding-bottom: 2em;
}

.textsTitleSingle {
	margin: 0 !important;
	padding: 0 !important;
	font-weight: bold;
	font-size: 16px;
}

.textsDate {
	font-weight: bold;
	font-size: 12px;
	margin: 0 !important;
	padding: 0 !important;
}

.textsAuthor {
	margin: 0;
	padding: 0;
}

iframe.stats{
	border: 0;
}


/*********************************** personal pages */
	
#personalPageTitle{
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;	
	padding: 20px 0 0 20px;
	margin: 0;
	}

#personalPageTitle a{
	text-decoration: none;
	}

#personalPageTitle a:hover{
	text-decoration: underline;
	}

.ronny_heiremans #personalPageTitle a{
	color: white;
	}
		
#personalPageNav{
	list-style-type: none;
	font-size: 14px;
	font-family: Arial, Verdana, sans-serif;
	padding: 10px 0 0 20px;
	text-transform: lowercase;
	}

#personalPageNav a{
	color: #999;
	text-decoration: none;
	}

#personalPageNav a:hover{
	color: #000;
	text-decoration: none;
	}

.ronny_heiremans #personalPageNav a{
	color: #ccc;
	}

.ronny_heiremans #personalPageNav a:hover{
	color: #fff;
	}


.newsItemPersonal{
	padding: 20px 50px 0 40px;
	text-align: right;	
	font-size: 11px;
		
	}

.newsItemPersonal h1{
	font-size: 14px;
	}

.ronny_heiremans .newsItemPersonal a{
	color: white;
	}



.katleen{
	padding-left: 20px;
	}	

#personalPageWorks ul{
	text-align: right;
	padding: 20px 30px 0 0;
	list-style-type: none; 
	}

#personalPageWorks a{
	text-decoration: none;
	}

#personalPageWorks a:hover{
	text-decoration: underline;
	}

.ronny_heiremans #personalPageWorks a{
	color: #ddd;
	}
	
.personalPageExtensionIntro{
	padding: 0 0 0 20px;
	font-family: Verdana, Aria, sans-serif;
	}

.personalPageExtensionIntro h1{
	font-size: 14px;
	margin:2em 0 3.5em 0;
	width: 200px;
	}

.personalPageExtensionIntro p{
	font-weight: bold;
	font-size: 10px;
	margin: 0 0 1em 0;
	width: 200px;
	}

.ronny_heiremans .personalPageExtensionIntro{
	color: #ddd;
	}
.ronny_heiremans #center{
	color: #ccc;
	}
.ronny_heiremans #center a{
	color: #fff;
}

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

.imgs {
	padding-bottom: 5px;
	padding-right: 5px;
}

/******************************** QT fixes */
/* hides the second object from all versions of IE */
* html object.mov {
    display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
    display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
    display/**/: none;
}
