/* struktuur */

* {
	margin: 0;
	padding: 0;
	}
	
body{
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* = 10px */
	color: #003366;
	line-height: 150%;
	background-image: url(images/kleuromslagverloopmain.gif);
	text-align: center;
	word-spacing: 1.3px;
	}
	
#main_container{
	position: relative;
	width: 900px;
	height: 550px;
	background-color:#C6D6FE;
	margin: 25px auto;
	border: 2px solid #399;
	text-align: left;
	overflow: hidden;
	}

#header{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100px;
	background-color: #33CCCC;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 2px solid;
	border-bottom-color: #399;
	}

#menu_container{
	float: left;
	width: 150px;
	height: 433px;
	background-color:#CC3399;
	}

#content{
	float: right;
	width: 750px;
	height: 433px;
	background-color:#CCFFCC;
	overflow: auto;
	}	
	
#footer{
	clear: right;
	width: 100%;
	height: 15px;
	background-color:#3CC;
	text-align: center;
	color: #FFFFFF;
	}	
	
/* navigatie */
#navcontainer{
	width: 150px;
	height: 100%;
	}

#navlist_home ul{
	padding-left: 15px;
	padding-top: 25px;
	list-style: none;
	text-align: left;
	}
	
#navlist_home li{
	list-style: none;
	margin-bottom: 10px;
	font-size: 1.2em;
	}
	
#navlist_home li a{
	text-align: left;
	text-decoration: none;
	color: #330066;
	}
	
#navlist_home li a:hover{
	color: #CCFFFF;
	}
	
body#home a#homenav,
body#therapie a#therapienav,
body#therapeuten a#therapeutennav,
body#plaatsen a#plaatsennav,
body#contact a#contactnav
	{
	color: #cff;
	}

/* tekstopmaak */	
h1{
	font-size: 1.6em;
	padding: 20px;
	line-height: 175%;
	}
	
h2{
	font-size: 1.4em;
	font-style: italic;
	padding: 20px;
	}	
	
p{
	font-size: 1.2em;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;	
	}	
	
#blockquote{
	margin:20px;
	padding: 20px;
	background-color:#99CC99;
	font-size: 1.2em;
	text-align: justify;
	}
	
#groep1{
	float: left;
	width: 30%;
	padding-left: 5px;
	clear: both;
	}

#groep2{
	float: right;
	width: 60%;
	padding-right: 5px;
	}
	
#groep{
	list-style-type: none;
	padding: 0px;
	font-size: 1.2em;
	margin-left: 20px;
	line-height: 150%;
	}
	
/* linken */
	
a:link, a:visited{
	color: #330066;
	text-decoration: none;
	background: transparent;
	}

a:hover, a:active{
	color: #990066;
	text-decoration: underline;
	}	
	
a img{ /*indien plaatje een link is*/
	border: none;
	}
	
#content a:link, a:visited{
	color: #990066;
	text-decoration: none;
	}
	
#content a:hover, a:active{
	color: #000066;
	text-decoration: underline;
	}
	
#groep li a:link, a:visited{
	color: #990066;
	text-decoration: none;
	}

#groep li  a:hover, a:active{
	color: #000066;
	text-decoration: underline;
	}

#footer a:link, a:visited{
	color: #990066;
	text-decoration: none;
	}
	
#footer a:hover, a:active{
	color: #000066;
	text-decoration: underline;
	}		
	
	




	