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

/* 
BLAUW 50%	: #7DA7D9
BLAUW 75%	: #3B89C9
BLAUW		: #0072BC


*/

@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: #3B89C9;
	border-bottom: 1px solid #FFFFFF;
}
#topbar01
{
	width: 100%;
	height: 24px;
	background: #0072BC;
}


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



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


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






.datumrood {
	color: #ED1C24;
	display: block;
}

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

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




#btmbar03
{
	width: 100%;
	height: 62px;
	background: #7DA7D9;
}

#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_blauw.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_blauw.gif") 0px 0px;
	z-index: 1;
}

.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	background: #3B89C9;
}
.nav li li {
	background: #0072BC;
}
.nav li li li {
	background: #0072BC;
}