/* opmaak voor main pagina en volgende*/
* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	background-image:url(../pictures/Background-04-03.jpg);
	background-position: center;
	margin: 0 auto;
	height: 590px;
	font-family: "Palatino Linotype";/*lokatie tekst niet gevonden*/
	color: #80800;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}


ul {list-style-type: disc}
    /*list-style-image: url(redball.gif);*/


a { text-decoration: none;}

a:hover {
}

#container {
	background-color: #fefff3;
	width: 950px;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px #808000 solid;
} 

#header {
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove 						  						 the padding. */
	margin: 10px;
	border-bottom: 1px solid #808000;
	height: 80px;
	font-family: "Palatino Linotype"; /*lettertype in horizontale balk boven*/
	color: #808000;
	font-style: italic;
} 

#logo {
	display: inline;
	float: left;
	top: 10px;
}

#logo img {
	height: 75px;
}

#navbar {
	display: inline;
	float: right;
}

#navbar ul {
	position: relative;
	line-height: 20px;
	list-style: none;
	top: 45px; /*verticale positie tekst van navbar*/
}

#navbar li {
	display: inline;
    text-align: center;
	margin: 0 5px; /*tussenruimte tussen items, beide zijden, 2x*/
	font-size: 16px;
}

#navbar a:link, #navbar a:visited, #navbar a:active {
	color: #808000; /*kleur van tekst navbar*/
	outline: none;
}

/* ------------------------------------------------------------------------------------------------------------------*/
/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall
   width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on 
   those elements as seen in the "body #sidebar1 p" rule.
*/
#sidebar {
	position: relative;
	top: 10px;
	float: left;
	width: 8,5em; /* since this element is floated, a width must be given */
	background: #fefff3; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0; /* top and bottom padding create visual space within this div  */
	margin-left: 10px;
	margin-right: 10px;
	text-align:left;
}

#sidebar h1 {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	font-family: "Bradley Hand ITC"; /*lettertype voor h1 van de sidebar*/
	font-size: 19px;
	color: #800000;
}

#sidebar h2 {
	font-family: "Palatino Linotype", "Gautami", "TheSans";/*lettertype voor h2 van de sidebar*/
	font-size: 13px;
	color: #808000;
	font-style: italic;
}

#sidebar p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#sidebar ul {
	list-style: none;
}

#sidebar li {
	height: 20px;
	font-family: "Palatino Linotype";/*hoofdtekst van de sidebar*/
	font-size: 13px;
	font-style: italic;
	margin-left: 10px;
	vertical-align:middle;
}

#sidebar a:visited, #sidebar a:active, #sidebar a:link {
	color: #000;
	outline: none;
}

#mainContent { 
	margin: 20px 10px 40px 13em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding-right: 10px;
	height: 35em;
	font-family: "TheSans", Arial, Geneva, sans-serif;/*hoofdtekst*/
	font-size: 13px;
	overflow: auto;
} 

#mainContent h1 {
	color: #800;
	font-family: "Bradley Hand ITC"; /*h1 titel in rood van de pagina van de hoofdtekst*/
	font-size: 19px;
	font-style:
/*	padding-top: 10px;
	padding-left: 20px;
	margin-right: 10px;*/
	
}

#mainContent h2 {
	color: #800;
	font-family: "Palatino Linotype";/*h2 paragraaftitels in rood van de hoofdtekst*/
	font-size: 14px;
	font-style: italic;
}

#mainContent h3 {
	color: #990;
	font-family: "Palatino Linotype";/*h3 paragraaftitels in groen van de hoofdtekst*/
	font-size: 14px;
	font-style: italic;
}
#mainContent h4 {
	color: #990;
	font-family: "Palatino Linotype";/*h4 subtitels binnen paragraven in groen van de hoofdtekst*/
	font-size: 14px;
	font-style: italic;
}
#mainContent h5 {
	color: #990;
	font-family: "Bradley Hand ITC"; /*h5 titel in rood van de pagina van de hoofdtekst*/
	font-size: 19px;
	font-style:

}
#mainContent h6 {
	color: #990;
	font-family: "Bradley Hand ITC"; /*h6 titel in rood van de pagina van de hoofdtekst*/
	font-size: 19px;
	font-style:

}

#mainContent #gluten img {
	color: #808000;
	width: 30px;
	height: 30px;
}

#mainContent table {
	width: 90%;
}

#mainContent td {
	vertical-align:top;
}

#mainContent ul {
	list-style: square;
	list-style-position:inside;
}

#footer {
	width: 100%;
	background: #fefff3;
	height: 20px;
	border-top: 1px #808000 solid;
	text-align: right;
	font-size: 10px;
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
