@charset "UTF-8";
/* 

***********************************************************
	
	CSS-file by:
   
	Didjee, grafische vormgeving / multimedia, Delft
	Wateringsevest 38, 2611 AW Delft
	http://www.didjee.nl
	
	            
***********************************************************

*/

@import url('reset.css');
@import url('nav_acaleph.css');
@import url('forms_acaleph.css');
@import url('products_acaleph.css');
@import url('login_acaleph.css');
@import url('bestellen_acaleph.css');
@import url('learning_acaleph.css');

body {
	background: url(/images/bg_main.gif) repeat-x fixed #59176A;
	margin-bottom: 20px;
}

.clearfloat {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin-top: -1px;
}

div#schaduw_top {
	height: 10px;
	background: url(/images/bg_schaduw_top.gif) bottom no-repeat;
	margin: 0 auto;
}

div#schaduw {
	width: 988px;
	padding: 0 6px;
	background: url(/images/bg_schaduw.png) repeat-y;
	margin: 0 auto;
}

div#wrapper {
	padding: 0 1px;
	margin-bottom: -1px;
}

/* --- TOP --- */

h1 {
	float: right;
	width: 190px;
	height: 95px;
}

h1 span {
	display: none;
}

div#top {
	position: relative;
	background: #CAB0D1;
	border-top: 1px solid white;
	border-bottom: 1px solid #5D1B72;
	padding-bottom: 5px;
	overflow: visible;
	height: auto;
}

div#login {
	float: right;
	width: 160px;
	height: 85px;
	padding: 10px 10px 0 20px;
	background: #9C6EAA;
}

div#topimage {
	height: 95px;
	width: 606px;
	overflow: hidden;
}

div#taalkeuze {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

div#taalkeuze a img {
	margin-left: 5px;
	border: 1px solid white;
}

/* --- MAINCONTENT --- */

div#maincontent_wrapper {
	border-right: 1px solid #6B2C7F;
	float: left;
	margin-right: -1px;
	width: 796px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	overflow: visible;
}

div#maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #484848;
	padding: 25px 40px 25px 25px;
	background: white;
	overflow: auto;
}

/* --- HOME --- */

div#maincontent.home {
	float: left;
	width: 409px;
	padding: 25px;
}

div#homeright {
	float: right;
	width: 312px;
	margin: 25px 25px 10px 0;
}

div#home_actueel, 
div#home_trainingen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	background: #F0E9F3;
	padding: 10px;
}

div#home_actueel_wrapper, 
div#home_trainingen_wrapper {
	margin: 0 0 10px;
}

div#home_actueel_wrapper h3, 
div#home_trainingen_wrapper h3 {
	font-size: 15px;
	color: #6B2C7F;
	border-bottom: 1px dotted #6B2C7F;
	padding-bottom: 8px;
	margin-top: -5px;
}

div#home_actueel_wrapper h3 a,
div#home_actueel_wrapper h3 a:hover, 
div#home_trainingen_wrapper h3 a,
div#home_trainingen_wrapper h3 a:hover {
	color: #6B2C7F;
	text-decoration: none;
	background: url(/images/driehoek_paars_groot.gif) no-repeat right;
	padding-right: 15px;
	border: none;
}

div#home_actueel_wrapper a,
div#home_trainingen_wrapper a {
	color: #6B2C7F;
	border-bottom: 1px dotted #CAB0D1;
	text-decoration: none;
}

div#home_actueel_wrapper a:hover,
div#home_trainingen_wrapper a:hover {
	color: #4C1F5A;
	border-bottom: 1px solid #4C1F5A;
}

div#home_actueel_wrapper ul {
	list-style-image: url(/images/bullet_home_actueel.gif);
	padding: 0 0 0 17px;
}

div#home_actueel_wrapper li {
	margin-bottom: 5px;
}

img.kaderrand {
	display: block;
}

/* --- NIEUWS --- */

.newscontainer {
	padding: 15px 0;
	margin: 0 0 15px;
	border-top: 1px solid #CAB0D1;
	overflow: auto;
}

.newscontainer img.beeldrechts {
 	float: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 10px;
}
.nieuwsimage{
	float: right;
	margin: 0 0 10px 10px;
}
.leesverder {
	float: left;
	clear: none;;
}
.newssub{
	margin-left: 120px;
}

div.leesverder a {
	border: none !important;
	color: #6B2C7F !important;
}

div#maincontent p.newsdate {
	line-height: 100%;
	font-weight: bold;
	color: #484848;
	margin-bottom: 10px;
}

/* --- SIDEBAR --- */

div#sidebar_wrapper {
	border-left: 1px solid #6B2C7F;
	float: right;
	width: 189px;
	overflow: visible;
}

div#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	color: #666666;
	padding: 15px;
}

div#sidebar img {
	margin: 10px auto 10px auto;
	display: block;
}

/* --- FOOTER --- */

div#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	width: 1000px;
	height: 18px;
	padding: 12px 0 0;
	margin: 0 auto;
	background: url(/images/bg_footer.png) no-repeat top left;
}

div#footer a {
	color: white;
	text-decoration: none;
}

div#footer a:hover {
	color: white;
	text-decoration: underline;
}

div#footer p.links {
	padding-left: 31px;
	float: left;
}

div#footer p.rechts {
	float: right;
	padding-right: 31px;
}

/*--- QUOTES ---*/

div.quotecontainer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 120%;
	color: #959595;
	padding: 30px 10px 10px;
	margin: 10px -10px 20px 0;
	border-top: solid 1px #C8C8C8;
	border-bottom: solid 1px #C8C8C8;
	background: url(/images/quote_bg.gif) top left no-repeat;	
}

div.quotecontainer.small{
	float: right;
	margin-left: 30px;
	width: 30%;
}

div.quotecontainer p{
	margin: 10px 0 0 !important;
	padding: 0px !important;
}

span.quoteauthor{
	margin-top: 6px;
	display: block;
	clear: left;
	font-size: 11px;
	line-height: 130%;
	font-family:Arial, Helvetica, sans-serif;
}

span.quoteorganisation{
	display: block;
	clear: left;
	font-size: 11px;
	line-height: 130%;
	font-family:Arial, Helvetica, sans-serif;
}

img.quoteimg{
	display: block ;
	float: right ;
	margin-top: -30px !important;
	margin-right: -10px !important;
	margin-left: 5px !important;
	border-left: 3px solid white;
	border-bottom: 3px solid white;
}

/* --- FOTO'S EN LINKS BIJ TRAININGEN --- */

#trainingrechtsblok {
	text-align: center;
	font-size: 11px;
	float: right;
	margin: 0 -20px 10px 15px;
	width: auto;
	height: auto;
	background: #D8C8DD;
	padding: 7px;
	width: 150px;
}

#trainingrechtsblok a {
	color: #484848;
	border-bottom: 1px solid #484848;
	text-decoration: none;
	font-weight: bold;
}

div#trainingrechtsblok p.inschrijflink {
	margin: 0 0 10px;
	text-align: center;
	font-size: 12px;
	line-height: 13px;
}

div#trainingrechtsblok p.inschrijflink a {
	color: #6B2C7F !important;
	font-weight: bold;
	border: 1px solid #6B2C7F !important;
	padding: 3px 6px;
	text-decoration: none;
	margin-bottom: 10px;
	background: white;
	display: block;
}	


#trainingrechtsblok a.download,  a.lesmateriaaldownload {
	color: #6B2C7F;
	border-bottom: 1px solid #6B2C7F;
	padding-left: 16px;
	background: url(/images/download.gif) no-repeat top left;	
	padding-bottom: 2px;
	text-decoration: none;
}

div#imagecontainer {
	margin: 8px 0;

}

div#imagecontainer img {
	border: solid 1px white;
	margin: 5px auto 0;
	display: block;
}

div#imagecontainer a {
	border: none;
}

.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin-top: -1px;
}

/* --- INSCHRIJVING TRAINING --- */

div#inschrijving {
	background: #D8C8DD;
	padding: 10px;
	color: #6B2C7F;
}

div#inschrijving p.inschrijflink {
	margin: 10px 0;
}

div#inschrijving p.inschrijflink a {
	color: #6B2C7F !important;
	font-weight: bold;
	border: 1px solid #6B2C7F !important;
	padding: 3px 6px;
	text-decoration: none;
	background: white;
}	

div#inschrijving h4 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	margin: 0 0 12px;
	color: #6B2C7F;
}

div#inschrijving table.planning, div#inschrijving table.examendata {
	border-collapse: collapse;
	width: 100% !important;
	border: 1px solid #C5ADCC;
}

div#inschrijving table.planning th, div#inschrijving table.examendata th {
	padding: 4px;
	font-weight: bold;
	color: #6B2C7F;
	background: #C5ADCC;
}

div#inschrijving table.planning td, div#inschrijving table.examendata td {
	padding: 4px;
	background: #F2EDF4;
	border: none;
}

div#inschrijving table.examendata td.col1 {
	width: 15%;
}

div#inschrijving table.examendata td.col2 {
	width: 30%;
}

div#inschrijving table.examendata td.col3 {
	width: 55%;
}



/* --- STYLING --- */

div#mainconent {
	font-size: 11px;
}

div#maincontent p {
	/*margin-bottom: 15px;*/
	margin-bottom: 0px;
}

div#maincontent p a,
div#maincontent ul a {
	color: #737373;
	text-decoration: none;
	border-bottom: 1px dotted #737373;
	font-weight: bold;
}

div#maincontent p a:hover,
div#maincontent ul a:hover {
	color: #484848;
	border-bottom: 1px solid #484848;
}

div#maincontent ul {
	list-style-type: square;
	margin: 0px 25px;
}

img.beeldrechts {
	float: right;
	margin: 0 0 10px 10px;
}

h2 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #6B2C7F;
	line-height: 110%;
	margin-bottom: 25px;
}

h3, u {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #9C6EAA;
	line-height: 110%;
	margin-top: 13px;
	margin-bottom: 6px;
	text-decoration: none;
	display: block;
}

p.webshopnavigatie a {
	font-size: 14px;
}

#productcategory {
	margin-bottom: 10px;
}

#productcategory form {
	margin: 0;
	display: inline;
}

div#fadeshow{
	width: 319px;
	height: 95px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

div#fadeshow img{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	display: block;
}
