/* 
Yes2web Standaard CSS - V 20070801 
Site.css Bevat alle elementen voor de opmaak van de website, exclusief de opmaak die door TinyMCE gebruikt kan worden.
*/

/*
Projectnaam/algemene info
@author: Iede Koffeman
@version: 20070927-##
*/
body, #publerBody {
	text-align: center; /* Center the contents for IE */
	background: url(../../images/huiswerkklas/background/gradient.gif) top left repeat-x;
}
/*body.home {background: none;}*/

#container, #head-container {
	position:relative;
	width:907px;		/* Page width */
	margin:0 auto; 	/* First one for top spacing, second one for center alignment */
	text-align: left;	/* IE undo center alignment */
	padding: 0;
}
#header {
	height: 116px;
	width: 100%;
	border-bottom: 2px solid #00ae4d;
	text-indent: -5000px;
	background-color: #FFF;
}
/*.home #header {
	margin: 0 auto;
	width:897px;
	height: 252px;
	background: url(../../images/huiswerkklas/background/header.jpg) bottom right no-repeat;
	border: none;
}*/
#header img {
	position: absolute;
	top: 0;
	left: 0;
}
#header ul {
	display: block;
	height: 80px; 
	width: 800px;
	position: absolute;
	top:0;
	left: 183px;
	list-style: none;
}
#header ul li {
	float: left;
	padding-left: 8px;
}
#header ul li a {
	display: block;
	height: 80px; 
	width: 220px;
	background-repeat: no-repeat;
	background-position: top right;
}
/*.home #header ul li a {height: 60px;}*/
#header li.nav-school a{ background-image: url(../../images/huiswerkklas/background/school.gif);}
#header li.nav-student a{ background-image: url(../../images/huiswerkklas/background/student.gif);}
#header li.nav-over-ons a{ background-image: url(../../images/huiswerkklas/background/over-ons.gif);}
#header li a:hover, .school #header  li.nav-school a, .student #header  li.nav-student a, .over-ons #header  li.nav-over-ons a{background-position: top left;}
#header ul:hover li a, #header ul.hover li a {background-position: top right !important;}
#header ul li a:hover {background-position: top left !important;}
#main {
	background-color: #fff;
}
#wrapper{
	float:left;
	width:100%;
	background-color: #fff;
} /* workaround */
#contents{
	margin: 0 230px 0 220px;	/*Geef de margins zo breed als de columns */
	padding: 18px 57px 0 0;
}
/*.home #contents {
	width: 677px;
	margin: 0 0px 0 220px;	/*Geef de margins zo breed als de columns * /
	padding: 18px 0px 0 0;
}
.home #contents img {
	padding-bottom: 10px;
	float: left;
}*/
#sub-navigation {
	float:left;
	width:190px;				/* De breedte + padding + border + margin moet even breed zijn als de margins van de contents */
	margin-left: -897px; 	/* Zo breed als de container */
}  
#search label {
	width: auto;
}
#search input {
	margin: 18px 0 5px 0;
	border: 1px solid #AAA;	
	width: 116px;
	padding: 4px 2px;
	font-size: 14px;
	height: 15px;
}
#search .submit {
	margin: 19px 0 0 10px;
	width: 40px;
	height: 24px;
	border: none;
	cursor: pointer;
	background: url(../../images/huiswerkklas/icons/search.gif) center no-repeat;
	text-indent: -9000px;
}
#sub-navigation ul{
	clear: left;
	width: 190px;
	margin: 0;
	list-style: none;
	padding-top: 4px;
}
#sub-navigation  li {
	margin-bottom: 4px; 
}
#sub-navigation  li a{
	padding: 8px;
	display: block;
	width: 177px;
	height: 17px;
	background-image: url(../../images/huiswerkklas/background/button.gif);
	background-repeat: no-repeat;
	background-position: top right;
	font-weight: bold;
	color: #636363;
	text-decoration: none;
}
#sub-navigation  li a:hover, #sub-navigation li.selected a {
	background-position: top left;
	color: #FFF;
}
#sub-navigation ul, #right-column {
	border-top: 1px solid #cfc9d3;
	border-bottom: 1px solid #cfc9d3;
}
#right-column{
	float:left;
	width:220px;
	margin: 10px 10px 0 -230px;
} /* Evenveel naar links floaten als de breedte */
#right-column img {
	margin-top: 5px;
}
#right-column a {
	margin: 4px 0 4px 0;
	list-style: none;
	display: block;
	height:88px;
	width: 180px;
	padding: 40px 0 0 40px;
	background: url(../../images/huiswerkklas/background/school-banner.gif) top right no-repeat;
	font-size: 18px;
	font-style: italic;
	text-decoration: none;
	color: #FFF;
}
#footer {
	clear:left;
	width:100%;
	margin: 0 auto;
	padding-top: 10px;
}
/*.home #footer {border-top: 2px solid #ec4823; height: 200px; background: url(../../images/huiswerkklas/background/gradient-home.gif) top left repeat-x;}*/
