/* reset */
* {
	margin:0;
	padding: 0;	
	font-family: verdana;
	font-size:12px;
}

body {
	background-image: url('images/background.gif');
/*	background-repeat:*/
}

#wrapper {
	width:1000px;
	margin:0 auto;
}


#headerStart {
	height:140px;
	width:1000px;
	background-image: url('http://www.terugnaarjemaker.nl/images/header.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

#headerStart h1 {
	display:none;
}

#header h1 {
	display:none;
}

#header {
	height:140px;
	width:1000px;
	background-image: url('http://www.terugnaarjemaker.nl/images/headerklein.gif');
	background-position: right center;
	background-repeat: no-repeat;
}


#mainContent {
	float:left;
	height:415px;
	background-image: url('http://www.terugnaarjemaker.nl/images/darwin.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	overflow:auto;
	text-align: justify;
}

#mainContentSmall {
	float:left;
	height:415px;
	background-image: url('http://www.terugnaarjemaker.nl/images/darwinklein.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	overflow:auto;
	text-align: justify;
}


/*#contentHome {
	float:left;
	height: 395px;
	width: 550px;
	padding-right:250px;
}*/

h2 {
	width:400px;
	font-size:20px;
	padding-top:60px;
}

h3 {
	font-size:20px;
	margin-bottom:1em;
}

#content {
	float:left;
	height: 375px;
	width: 600px;
	margin-right:190px;
	padding: 0 5px;
	overflow-y:auto;
	overflow-x:hidden;
}

#content p {
	margin-bottom:1em;
}

#content a {
	color: #ff283f;
}

#contentPage {
	float:left;
	height: 375px;
	width: 700px;
	margin-right:60px;
	padding-right:40px;
	overflow:auto;
}



#contentPage p {
	margin-bottom:1em;
}

#contentPage a {
	color: #ff283f;
}

#sidebar {
	float:left;
	height: 415px;
	width:200px;
}

#sidebar ul {
	list-style-type: none;
	border-left: 10px solid #ff283f;
}

#sidebar ul li {
	margin-left:5px;
}

#sidebar ul li a{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#sidebar ul li a:hover {
	text-decoration: underline;
}

#menu {
	float:left;
}

#menu ul {
	list-style-type: none;
	margin-top:-30px;
}

#menu ul li {
	float:left;
	position:relative;
	margin: 0 20px 0 0;
	padding-top:30px;
	width:105px;
	text-align: center;
	background-image: url('images/kruisje.png');
	background-position: top center;
	background-repeat: no-repeat;
}


#menu a {
	color: white;
	text-decoration:none;	
	font-weight: bold;
}

#menu a:hover {
	text-decoration:underline;
}


.alignleft {
	float:left;
	margin: 0 4px 1px 0;
}

.alignright {
	float:right;
	margin: 0 0 1px 4px;
}

#contentPage label {
	width: 200px;
}


img {
	border:1px solid black;
}

img.noborder {
	border: 0;
}
