body{
	font:12px/18px Arial,Verdana,sans-serif;
	text-align:center;
	background-image: url(../../layout/www.audium.be/body_BG.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

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

#header{
	height:184px;
	margin-top: 20px;
	background-image: url(../../layout/www.audium.be/header_BG.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#sidebar{
	float:left;
	width:180px;
	text-align: right;
}

#content{
	float:right;
	width:700px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	padding: 20px 40px 10px 40px;;
}

#footer{
	width:960px;
	padding-top: 80px;
	margin:0 auto;
	min-height:30px;
	height: auto !important;
	height:30px;
	clear:both;
	font-size: 10px;
	text-align:center;
	background-image: url(../../layout/www.audium.be/footer_BG.gif);
	background-position: top center;
	background-repeat: no-repeat; 
}

/* HEADER
---------*/
#header a{
	display: block;
	width: 180px;
	height: 180px;
}

/* SIDEBAR
----------*/

#sidebar ul{
	padding-top: 20px;
}
#sidebar ul li{
	display: block;
	height: 24px;
	margin-bottom: 10px;
}
#sidebar ul li a{
	display: block;
	height: 24px;
	padding: 0 6px 0 0;
	color: #d2bbd7;
	font-weight: bold;
	border-right: 4px solid #fff;
	text-decoration:none;
}
#sidebar ul li a:hover, #sidebar ul li.active a{
	display: block;
	height: 24px;
	padding: 0 6px 0 0;
	color: #860066;
	border-right: 4px solid #f8cf15;
}


/* CONTENT
----------*/

#content p,#content ul,#content ol{
	margin:0 0 10px;
	color: #666;
}
#content ul,#content ol{
	margin:0 0 10px;
	padding-left:35px;
	list-style:disc;
}
#content ol{
	list-style:decimal;
}
#content a{
	color: #860066;
}
#content h1,h2,h3,h4,h5,h6{
	margin:0 0 10px;
	color: #d2bbd7;
}
#content h1{
	color: #860066;
	font-size: 16px;
}
#content h2{
	font-size: 14px;
}
#content h3{
	font-size: 13px;
}

#content table.staffels {
	border: 1px solid #860066;
	border-collapse: collapse;
	color: #666;
}
#content table.staffels td{
	border-right: 1px solid #860066;
}
#content table.staffels td.border_bottom{
	border-bottom: 1px solid #860066;
}
#content table.staffels h2, #content table.staffels h3 {
	color: #860066;
	padding: 3px;
	margin: 0;
}
#content table.staffels td.background_color{
	background-color: #D7C7E1;
}

/* CONTENT
----------*/

#footer p{
	color: #666;
}
#footer p a{
	color: #860066;;
}
#footer p a:hover{
	color: #d2bbd7;
}

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

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