/* 
Gymnasion
=============================================================================================
URL:				http://www.gymnasion.nl/
Auteur: 			Stefan Efde [http://www.addnoise.nl]
=============================================================================================
*/

/* 
GROEN 50%	: #CCE7CA
GROEN 75%	: #9DD29C
GROEN		: #6AC071


*/

@import url(/addsite/css/iconen.css);

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	-webkit-text-size-adjust: none;
}


#bovenstuk
{
	width: 100%;
	height: 68px;
	background: #9DD29C;
	border-bottom: 1px solid #FFFFFF;
}
#topbar01
{
	width: 100%;
	height: 24px;
	background: #6AC071;
}



#bar {
	float: left;
	width: 540px;
	height: 23px;
	border-right: 1px solid #FFF;
	background: #6AC071;
}




#logo a {
	position: absolute;
	top: 43px;
	left: 0px;
	display: block;
	width: 212px;
	height: 75px;
	background: no-repeat url("../images/logo_gymnasion_groen.gif");
	cursor: pointer;

}


#middenstuk
{
	width: 100%;
	min-height: 300px;
	background-color: #CCE7CA;
}




.specialbox {
	float: left;
	width: 280px;
	min-height: 235px;
	background: no-repeat url("../images/postit_groen.gif") top left;
	padding: 65px 0px 0px 55px;
	margin-top: 5px;
}

/* Fix voor IE 6*/
* html .specialbox
{
	height: 235px;	
}	

.specialbox2 {
	position: absolute;
	width: 260px;
	padding: 0px 0px 0px 0px;
	top: 320px;
	right: 160px;
}

/* Fix voor IE 7*/
*:first-child+html .specialbox2
{
	position: relative;
	top: 0px;
	right: -40px;	
}	
	
/* Fix voor IE 6*/
* html .specialbox2
{
	position: relative;
	top: 0px;
	right: -40px;	
}	

.clearer {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.specialfoto{
	width: 95px;
	float: left;
}

.specialfoto img{
	float: left;
	border: 0px;
	padding: 7px 0px 0px 0px;
}

.specialtext{
	float: right;
	width: 155px;
}

.specialtext h1{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

	
#btmbar01
{
	width: 100%;
	height: 78px;
	background: #FFFFFF;
}
#tekst_onder {
	width: 950px;
	height: 78px;
	margin: 0 auto;
	background: #FFFFFF no-repeat url("../images/tekst_onder_groen.gif") 350px 0px;
}

#btmbar02
{
	width: 100%;
	height: 23px;
	background: #6AC071;
	border-bottom: 1px solid #FFFFFF;
}


	


#btmbar03
{
	width: 100%;
	height: 62px;
	background: #9DD29C;
}

#onderstuk
{
	width: 100%;
	height: 36px;
	background-color: #FFFFFF;
}



a.pijltje_links:link, a.pijltje_links:visited, a.pijltje_links:hover {
	top: 150px;
	left: -30px;
	position: absolute;
	width: 18px;
	height: 33px;
	background: no-repeat url("../images/links_groen.gif") 0px 0px;
	z-index: 1;
}
a.pijltje_rechts:link, a.pijltje_rechts:visited, a.pijltje_rechts:hover {
	float: left;
	margin-left: 30px;
	width: 18px;
	height: 33px;
	background: no-repeat url("../images/rechts_groen.gif") 0px 0px;
	z-index: 1;
}

.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	background: #9DD29C;
}
.nav li li {
	background: #6AC071;
}
.nav li li li {
	background: #6AC071;
}