/*
***********************************************************
Title:     Main
Author:    Jacco van der Post - Netcreators.com
Date:	   august 2007
***********************************************************
*/
/* Global reset */

*	    { 	
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

em { font-style: italic; }
strong { font-weight: bold; }
table {	border-collapse: collapse; border-spacing: 0; }
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }
blockquote:before, blockquote:after, q:before, q:after {	content: "";}
blockquote, q { quotes: "" "";}
caption, th, td { font-weight:normal; text-align:left; }
ol,  ul { list-style:none;}

/* Layout 3 cols */


body {  background:#119FCF;
	color:black;
	font: normal 69% Verdana,Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

input, textarea, select {
margin-bottom:4px;
padding-left:2px;
border:1px solid #3b5497;
font-size:11px;
}

ul, ol {margin: 2em 0; padding-left: 2em;}
ul li {list-style: square;}
ul li li {list-style: circle;}
ol li {list-style: decimal;}

p {
 	margin-bottom:2em;
 	}
 	
a { 	color:#488F1F;
	text-decoration:underline;
	}

a:link, a:visited, a:active {
	color:#CC0033;
	text-decoration:none;
	}
	

.hidden, #page-description, #logo span, #home-website-logo span, .hide {display:none;}


#container {
	width:1041px;
	margin:auto;
	position:relative;
	margin-top:0;
	padding-top:0;}

#flex-cont {
	width:1041px;
	top:0;
	left:0;
	position:absolute;
	margin:0;
	padding:0;
	}
	
.csc-textpic-caption {
	font-size:0.8em;
	}


h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	margin-bottom:0.5em;
	color: #5fa845;
	font-weight:bold;
		}

h2 a, h3 a, h4 a {
	text-decoration:none;
	}

h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration:underline;
	} 

h2 {
	font-size:1.8em;	
	}
	
h3 {
	font-size:1.5em;
	}

h4 {	font-size:1.1em;
	}

#home-website-logo a {
	width:262px;
	height:110px;
	left:70px;
	top:33px;
	position:absolute;
	z-index:2;
	cursor:pointer;
	}
#home-website-logo a {
	/* ie6 hack */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/fileadmin/templates/img/Kids_voor_Edukans/logo.png');
	}
#home-website-logo[id] a {
	background:url(/fileadmin/templates/img/Kids_voor_Edukans/logo.png) no-repeat left top;
	}
	
#home-edukans-logo a {
	top:4px;
	left:947px;
	width:54px;
	height:66px;
	position:absolute;
	z-index:2;
	cursor:pointer;
	}
#home-edukans-logo a {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/fileadmin/templates/img/Kids_voor_Edukans/menu-logo.png');
	}
#home-edukans-logo[id] a {
	background:url(/fileadmin/templates/img/Kids_voor_Edukans/menu-logo.png) no-repeat left top;
	}
#home-edukans-logo span {display:none;}
	


/* ==============================  */
/*           RTE Styles            */
/* ==============================  */

.align-left {
	text-align:left;
	}

.align-center {
	text-align:center;
	}
	
.align-right {
	text-align:right;
	}



