/*
***********************************************************
Title:     Main
Author:    Martijn Wijmer - Netcreators.com
***********************************************************
*/

/* Global reset ////////////////////////////////////////////////////////////////////////////////*/

*	    { 	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

p {margin-bottom: 1em;}
em, i {font-style: italic;}
strong, b {font-weight: bold;}
table {border-collapse: collapse; border-spacing: 0;}
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
caption, th, td {font-weight:normal; text-align:left;}
ol, ul {list-style:none;}

/* Layout 3 cols ///////////////////////////////////////////////////////////////*/
#container {
	margin: auto;
	width: 920px;
	position: relative;	
}

#main, #left, #center, #right, #footer, #footer-tags {
	float: left;
	display: inline; /* workaround for IE6*/
}

#main {
	width: 920px;
	min-height: 450px;
	height: auto !important;
	background: url(../img/bg-academie.gif) no-repeat top right;
}

#container-content {
	float: left;
	height: auto;
	width: 920px;
	background: url(../img/bg-page.gif) repeat-y;
}

#header {
	height: 224px;
}

#header #logo {
	background: url(../img/cnvo-academie-logo.gif) no-repeat top left;
	width: 379px;
	height: 108px;
}

#header #logo h1 {
	background: none;
}

#header #logo a {
	display: block;
	height: 108px;
	width: 379px;
}

#header span, .hide {
	display: none;
}

#print-logo, #print-footer {display:none;}

#center ol, #center ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 20px;
}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left {
	clear: both;
	width: 146px;
	padding-right: 10px;
	min-height: 200px;
}

#left h3 {
	display: block;
	background: #f9ac2c;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

#left li {
	border-bottom: 1px solid #B6B6B6;
}

#left a, #no_home a {
	padding: 0pt;
	line-height: 20px;
}

#left .active {
	background: #D8CBE5;
	color: #A52AA7;
}

/* Center ///////////////////////////////////////////////////////////////////////*/
#center {
	width: 522px;
	padding: 0px 10px;
}

.middenmenu {
	padding-bottom: 10px;
}

.middenmenu-header {
	color: #990098;
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0px;
	text-transform: uppercase;
}

#center .middenmenu li {
	border-bottom: 1px solid #B6B6B6;
}

#center .middenmenu li a {
	color: #004892;
	display: block;
	padding: 2px 5px;
	text-decoration: none;
	line-height: 20px;
}

#center .middenmenu li a:hover {
	background: #F3F2FA none repeat scroll 0%;
}

.iconbar {
	position: relative;
	padding: 5px 0px;
	left: 290px;
}

.iconbar a:hover {
	text-decoration: none;
}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right {
	width: 202px;
	padding: 0px 10px;
	min-height: 200px;
}

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer {
	height: 100%;
	margin-top: 10px;
	width: 100%;
	color: #aaa9b1;
	font-size: 11px;
	background: url(../img/footer-bg.gif) repeat-x;
	line-height: 23px;
	text-align: center;
}

/* Sitemap ////////////////////////////////////////////////////////////////////////*/
.csc-sitemap li a {
	font-weight: bold;
}

.csc-sitemap li li a {
	font-weight: normal;
}

.csc-sitemap ul ul {
	padding-left: 30px;
}

.csc-sitemap li li li a {
	background: url(../img/small-arrow.gif) no-repeat 0px;
	padding-left: 10px;
}