*
{
	margin: 0;
	padding: 0;
}

body
{
	width: 1000px;
	background-color: #CCCCCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

a img
{
   border: none;
}

.header
{
	width: 1000px;
	height: 145px;
	background: url(http://www.klinische-psychotherapie.nl/images/header.png)
}	.header h1, .header p
	{
		display: none;
	}

.news
{
;
	margin-bottom: 15px;
	padding: 10px 15px;

	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #EBFBFE;
/*	border-radius: 15px;  zou hoort het eigenlijk */

/*	border-left: 10px solid #555; */
}


.news h2
{
	font-size: 1em;
	margin-bottom: 15px;
}

.news h3
{
	font-weight: normal;
	font-size: .8em;
	color: #555;
}

.news a
{
	padding-left: 15px;
	background: url(images/active.png) left no-repeat;
}

.container 
{
	background-image: url(background.png);
	background-repeat: repeat-y;
}

.topmenu
{
	width: 980px;
	list-style-type: none;
	float: left;
	padding: 10px;
	height: 20px;
	background-color: #715211;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}	

	.topmenu li {
		color: #FFFFFF;
		background-color: #715211;
		font-weight: bold;
		display: inline;
		text-decoration: none;
	}
	
	.topmenu li a {
		font-weight: bold;
		text-decoration: none;
		padding: 8px;
	}
	
	.topmenu li a:link,
	.topmenu li a:visited {
		color: #FFFFFF;
	}

	.topmenu li a:hover, .topmenu li.active a  {
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: underline;
/*		background-color: #443922; */
	}


.submenu
{
	width: 170px;
	padding: 5px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}	

	.submenu li {
		list-style-type: none;
		text-decoration: none;
		background-color: #999999;
		width: 170px;
		border-top-width: 2px;
		border-right-width: 0px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #FFFFFF;
		border-bottom-width: 2px;
		border-left-width: 0px;
		border-bottom-color: #006699;
	}
	
	.submenu li a {
		display: block;
		color: #FFFFFF;
		text-decoration: none;
		width: 164px;
		padding: 3px;
	}

	.submenu li a:link
	.submenu li a:visited  {
	}

	.submenu li a:hover, .submenu li.active a {
		color: #FFFFFF;
		background-color: #006699;
	}


.content
{
	width: 540px;
	float: left;
	padding: 20px;
	background-color: white;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	list-style-position: inside;
}

	.content h1
	{
		font-size: 15px;
		font-weight: bold;
	}


	.content a
	{
		color: #000099;
	}

	.content a:visited
	{
		color: #996699;
	}

.side
{
	float: left;
	padding: 5px;
	background-color: white;
}

.footer
{
width: 976px;
clear: both;
padding: 12px;
background-color: #715211;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #ffffff;
text-align: right;
}
	
	.footer a:link,
	.footer a:visited
	{
	color: #ffffff;
	}
