body{
	font:12px/18px Arial,Verdana,sans-serif;
	text-align:center;
}

#container{
	text-align:left;
	width:960px;
	margin:0 auto;
}

#header{
	height:140px;
	margin-bottom: 10px;
	overflow: hidden;
}

#languages{
	width:100px;
	height:20px;
	padding-bottom:10px;
}

#languages li{
	float:left;
	padding-right:5px;
	border-left:1px solid #000;
}
#languages a{
	display:block;
	padding-left:5px;
	text-decoration:none;
	color:#000;
}
#languages li.first{
	border-left:0px;
}
#languages a:hover{
	text-decoration:underline;
	color:#555555;
}

#sidebar{
	float:left;
	width:160px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#content{
	float:right;
	width:790px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#footer{
	text-align:center;
	margin:0 auto;
	width:960px;
	min-height:50px;
	padding-top: 5px;
	clear:both;
	border-top: 1px solid #eee;
}

/* ELEMENTS
-----------*/
/* HEADER */
#header li{
	float: left;
}
#header a{
	display:block;
	margin-right: 10px; 
	width: 151px;
	height: 140px;
	background-color: #fff;
	color: #fff;
}
	#header #item_1586 a{
		width: 120px;
		background-image: url(../../layout/www.v-zit.be/v-zitwit.jpg);
		background-position: bottom center;
		background-repeat: no-repeat;
	}
	#header #item_1586 a:hover, #header #item_1586.active a{
		background-image: url(../../layout/www.v-zit.be/v-zitlogo.jpg);
	}
	#header #item_1587 a{
		background-image: url(../../layout/www.v-zit.be/ttwit.jpg);
		background-position: bottom center;
		background-repeat: no-repeat;
	}
	#header #item_1587 a:hover, #header #item_1587.active a{
		background-image: url(../../layout/www.v-zit.be/ttfull.jpg);
	}
	#header #item_1588 a{
		background-image: url(../../layout/www.v-zit.be/flwit.jpg);
		background-position: bottom center;
		background-repeat: no-repeat;
	}
	#header #item_1588 a:hover, #header #item_1588.active a{
		background-image: url(../../layout/www.v-zit.be/flfull.jpg);
	}
	#header #item_1589 a{
		background-image: url(../../layout/www.v-zit.be/fwwit.jpg);
		background-position: bottom center;
		background-repeat: no-repeat;
	}
	#header #item_1589 a:hover, #header #item_1589.active a{
		background-image: url(../../layout/www.v-zit.be/fwfull.jpg);
	}
	#header #item_1590 a{
		background-image: url(../../layout/www.v-zit.be/mwit.jpg);
		background-position: bottom center;
		background-repeat: no-repeat;
	}
	#header #item_1590 a:hover, #header #item_1590.active a{
		background-image: url(../../layout/www.v-zit.be/mfull.jpg);
	}
	#header #item_1591 a{
		background-image: url(../../layout/www.v-zit.be/chwit.jpg);
		background-position: bottom center;
		background-repeat: no-repeat;
	}
	#header #item_1591 a:hover, #header #item_1591.active a{
		background-image: url(../../layout/www.v-zit.be/chfull.jpg);
	}
	
/* SIDEBAR */
#sidebar ul{
	width: 110px;
	padding-left:10px;
}
#sidebar li{
	padding-bottom:10px;
}
#sidebar a{
	color: #666;
	text-decoration: none;
	font-weight: bold;
        text-transform: uppercase;
}
#sidebar a:hover, #sidebar li.active a, #sidebar li.activeparent a{
	color: #000;
}
#sidebar ul li ul li a{
	color: #B60D35;
}
#sidebar ul li ul li a:hover,#sidebar ul li ul li.active a{
	color: #9AAC3C;
}
/* CONTENT */
#content h1,h2,h3,h4,h5,h6{
	margin:0 0 10px;
	color: #B60D35;
}
#content h1{
	font-size: 18px;
	color: #333;
}
#content h2{
	font-size: 16px;
}
#content h3{
	font-size: 14px;
}
#content h4{
	font-size: 13px;
}
#content p,#content ul,#content ol{
	margin:0 0 10px;
	color: #333;
}
#content a {
	color: #9AAC3C;
}
#content a:hover {
	color: #B60D35;
}
#content ul,#content ol{
	margin:0 0 10px;
	padding-left:30px;
	list-style:disc;
}
#content ol{
	list-style:decimal;
}

#content table {
	border: 1px solid #666;
	border-collapse: collapse;
}
#content td {
	padding: 5px;
	border: 1px solid #999;
}

#container #content table.noborder{
    border:1px solid #fff;
}

#container #content table.noborder td {
	padding: 5px;
	 border:1px solid #fff;
}
/* FOOTER */
#footer p {
	font-size: 10px;
	color: #666;
}
#footer a {
	color: #666;
}

/* PHOTOGALLERY
---------------*/
#content .module_photo ul{
	margin:0;
	padding:0;
	list-style:none;
}

#module_photogallery{
	list-style:none;
	padding:0;
}
#module_photogallery ul{
	padding-top: 10px;
}
#module_photogallery li{
	float:left;
	margin:0 15px 30px;
	height:114px;
	width:114px;
	text-align:center;
	overflow:hidden;
}
#module_photogallery li a img{
	height:110px;
	width:110px;
	border:2px solid #fff;
}
#module_photogallery li a:hover img{
	border:2px solid #ccc;
}

