/*
Autisme Centraal Screen Stylesheet
copyright (c) 2005, Autisme Centraal (info@autismecentraal.com)
Creative Commons-Licensed
*/

body {
  background: url(../images/bg_top.jpg);
  background-position: top center;
  background-repeat: repeat-x;
  color: #000000;
  font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

#pics
{
	float: left;
	width: 220px;
	height: 190px;
	background-color: #DCDCDC;
	text-align: center;
	padding: 4px 0 4px 0;
	margin-top: 10px;
	margin-bottom: 30px;
}

#blok_links
{
	float: right;
	width: 250px;
	text-align: justify;
}

p, li, td, th, caption {
  font-size: small;
}



blockquote, pre {
	padding: 0 40px;
}

blockquote {
	background: url(../images/quote.gif) 10px 0.75em no-repeat;
	margin: 0;
}

pre, code {
	font-family: monospace;
}

pre {
	line-height: 1.5em;
}

pre strong {
	font-weight: bold;
}

form {
	margin:0;
	padding:0;
}


img {
	border: 0;
}

acronym {
	border-bottom: 1px dotted black;
}

form {
	margin:0;
	padding:0;
}

h1, h2, h3, h4 {

	font-family: 'Century Gothic', 'Lucida Grande', 'Trebuchet MS', Verdana, Sans-Serif;
	letter-spacing: -1px;
	font-weight: bold;
	width: 100%;
	color: #E77F0E;
	text-transform: lowercase, capitalize;


	}

.invisible {
	display: none;
}

#rightcolumn {
	width:470px;
	border-right: 1px solid #eee;
	padding-right: 10px;
}

#content p {
	line-height: 1.6em;
	margin-top: 0;
	margin-bottom: 2em;
	padding: 2px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-bottom: 5px;
}

#content a:link, #content a:visited {
	text-decoration: none;
	border-bottom: 1px dotted blue;
}

#content a:visited {
	color: purple;
}

#content a:hover, #content a:active, #content a:focus {
	background: url(../images/nav_hover.jpg);
	border-bottom: 1px solid blue;
}

.auraltext {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}


/* Add an external-link icon to absolute links */

#content a[href^="http:"] {
	background: url("../images/external.gif") right center no-repeat;
	padding-right: 14px;
}

#content a[href^="http:"]:hover {
	background: url("../images/external.gif") right center no-repeat;
	padding-right: 14px;
}

#content a[href$=".pdf"] {
	background: url("../images/pdf.gif") right center no-repeat;
	padding-right: 14px;
}

#content a[href$=".pdf"]:hover {
	background: url("../images/pdf.gif") right center no-repeat;
	padding-right: 14px;
}

#content a[href$=".doc"] {
	background: url("../images/word.gif") right center no-repeat;
	padding-right: 15px;
}

#content a[href$=".doc"]:hover {
	background: url("../images/word.gif") right center no-repeat;
	padding-right: 15px;
}

#content a[href^="http://www.edno.be"] {
	background-image: none;
	padding-right: 0;
}

#content a[href^="http://www.edno.be"]:hover {
	background-image: none;
	padding-right: 0;
}

.alignright {
	text-align: right;
}


.printOnly {
	display: none;
}


#overall {
	width: 800px;
	margin: 0 auto;
	background: url(../images/bg_content.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#overall_splash {
	width: 800px;
	margin: 0 auto;
	background: url(../images/bg_content_splash.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#container {
	padding: 20px 70px 70px 70px;
	float: left;
	background:transparant;
}

#header {
	padding: 50px;
	margin: 0px;
	height: 50px;
	background:transparant;
}

#header h1 span {
	display: none;
}

#mainnav {
	padding: 0;
	margin: 0 0 10px 10px;
	float: right;
}

#mainnav h2 {
	display: none;
}

#lang_active {
	font-weight: bold;
}

#navigation, #aids {
	clear: both;
	width: 160px;
	border-right: 1px solid #FFFFFF;
	padding: 0;
	margin-bottom: 1em;
	color: #333;
	overflow: hidden;
}

#navigation ul, #aids ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navigation li, #aids li {
	margin: 0;
	border-bottom: 1px solid #eee;
}

#navigation li a, #aids li a {
	display: block;
	padding: 5px;
	background: url(../images/nav.jpg);
	color: #799e04;
	text-decoration: none;
	font-size: small;
}

#navigation li a:hover, #navigation li a:active, #navigation li a:focus, #aids li a:hover, #aids li a:active, #aids li a:focus {
	background: url(../images/nav_hover.jpg);
	color: #000;
}

#navigation li li {
	border-bottom: none;
	padding-left: 10px;	
}

#navigation li li a {
	font-size: x-small;
}

#lang {
	margin: 0 0 1em 0;
	padding: 0;
}

#lang ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#lang li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	border-right: 1px solid #eee;
}

#lang a {
	text-align: center;
	background: url(../images/nav.jpg);
	color: #799e04;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 2px 0;
	font-size: small;
	width: 39px;
}

#lang a:hover, #lang a:active, #lang a:focus {
	background: url(../images/nav_hover.jpg);
	color: #000;
}

#lang a.active:link, #lang a.active:visited {
	position: relative;
	z-index: 102;
	background: #BBBBBB;
	font-weight: bold;
}



#content  {
}



#footer {
	clear: both;
	background: url(../images/bg_bottom.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 60px;
	padding: 100px 70px 40px 70px;
}

#footer p, #footer ul {
	font-size: x-small;
	padding:10px;
	margin:0;
	text-align:right;
}

#footer ul li {
	display:inline;
}

#footer a {
	padding: 5px 5px 0 5px;
	text-decoration: none;
	border-bottom: 5px solid #EEEEEE;
	color: #5C8A32;
}

#overall_splash #container {
	width:660px;
}

#overall_splash ul {
	text-align:center;
	margin:0px;
	padding:0px;
}

#overall_splash ul li {
	display:inline;
	text-align:center;
}

#overall_splash a, #overall_splash a:link, #overall_splash a:hover, #overall_splash a:active, #overall_splash a:focus, #overall_splash a:visited  {
	padding: 5px 5px 0 5px;
	text-decoration: none;
	border-bottom: 5px solid #EEEEEE;
	color: #5C8A32;
	font-size:medium;
	font-weight: bold;
	background: url("../images/splash_bg.gif");
	padding: 15px;
	width: 200px;
	opacity: .75;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
}

#overall_splash a:hover, #overall_splash a:active, #overall_splash a:focus  {
	border-bottom: 5px solid #E77F0E;
	color: #E77F0E;
}

#footer a:hover {
	color: #292929;
	border-bottom: 5px solid #5C8A32;
}

.img-shadow {

  float:left;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;

  }
  
.img-shadow2 {
  float:bottom;
  font-size: 10px;
  text-align: center;
  text-transform: lowercase;
  }


.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  WIDTH: 120px;

  }

#gal img
{

        border-width: 3px;
	border-color: #DCDCDC;
	border-style: solid; 
	margin: 4px;
	width: 100px;
	height: 80px;

}

#gal2 img
{

        border-width: 3px;
	border-color: #DCDCDC;
	border-style: solid; 
	margin: 4px;
	width: 90px;
	height: 70px;

}

#gal img:hover
{
	border-width: 3px;
	border-color: white;
	border-style: solid; 
	margin: 4px;
}

#gal_pic
{
	text-align: center;
}

#gal_pic p
{
	background-color: #DCDCDC;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	color: #575757;
}

#gal_pic a
{
	color: #575757;
	text-decoration: none;
}

#gal_pic a:hover
{
	color: #225D9B;
	text-decoration: none;
}

#gal_pic img
{
	
	max-width: 570px;
}
#footer .ignore a {
	border:none;
}

