/*-------------Opdracht 3 CSS file Jeroen Kok-----------*/
body {
	margin: 0px;
	padding: 0px;
	background: #D4D4D4 url("images/back.gif") repeat-y top;
	font-size: 14px;
	line-height: 11pt;
	font-family: "Times New Roman", Times, serif;
	color: #4F4F4F;
	height: auto;
	text-align: center;
}
/*-------------Links-----------*/
a:link {
	color: Maroon;
	font-size: 12pt;
	text-decoration: none;
}

a:visited {
    color: Maroon;
	 font-size: 12pt;
    text-decoration: none;
    }

a:hover {
	color: Gray;
	font-size: 12pt;
	text-decoration: underline;
}

a:active {
    color: Red;
	 font-size: 12pt;
    text-decoration: none;
    }
#nav a {
	text-decoration: none;
	display: inline;
	padding: 6px 13px;
	font: bold 12px "Times New Roman", Times, serif;
	background-image: url(images/menu_normal.gif);
	margin: 0px;
	color: Black;
}

#nav a:hover {
	border-width: 0px;
	background-image: url(images/menu_over.gif);
	color: #FFFFFF;
}

#nav a:active  {
	border-width: 0px;
	background-image: url(images/menu_over.gif);
	color: #FFFFFF;
}

#nav ul {
    list-style-type: none;
    }

#nav li {
    display: inline;
    }

td{
	vertical-align: top;
} 
/*-------------Headings en fonts-----------*/
p {
	margin-right: 20px;
}

h1,h2,h3,h4 {
	font-family: "Geneva, MS Sans Serif, sans-serif";
	color: Maroon;
	font-weight: bold;
}
h1{
	font-size: 24px;
	line-height: 90%;
	border-bottom: 1px solid #A08960;
	margin-top: 20px;
}

h2 {
	font-size: 18px;
	line-height: 90%;
	border-bottom: 1px solid #A08960;
	margin-top: 20px;
	color: #A08960;
}
h3 {
	font-size: 16px;
	color: #A08960;
}
h4 {
	font-size: 14px;	
}
pre {
	overflow: auto;
	overflow-y: hidden;
}
.omhoog{
   margin-top: -17px;	
}
.omlaag{
   margin-bottom: -4px;	
}
.copyright{
	color: Silver;
	font-size: 80%;
}
.fototext{
	color: #999999;
	font-size: 80%;
}
/*-------------Divs-----------*/
#layout {
	position: relative;
	margin: 3px auto;
	width: 720px;
	color: #666666;
	height: auto;
	background-color: White;
	text-align: left;
	padding: 10 10px;
}

#logo {
    border-bottom: #A08960 1px solid;
    height: 129px;
	 width: 709px; 
	 margin-left: 5px; 
    padding-left: 5px;
	 padding: 0px;
    padding-top: 6px;
    }

#logoimg {
    float: center;
}

#textveld {
	background-image: url(images/torens.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	text-align: justify;
	width: 539px;
	padding-top: 4px;
	padding-bottom: 10px;
	padding-right: 8px;
	padding-left: 10px;
	border-right: 1px solid #A08960;
}
	 
#navigation {
	margin-left: -36px;
	margin-top: -1px; 
	margin-bottom: -1px; 
}

#rightveld {
	position: relative;
	padding: 4px;
	float: right;
	width: 150px;
	height: auto;
	text-align: left;
}

div.floater {
	width: 480px;
	margin: 0;
	margin-left: 10px;
	padding: 10px;
   text-align: left;
	border: 1px solid #B9B9B9;
	background-color: InfoBackground;
}

div.floater2 {
	width: 130px;
	margin: 0;
	margin-left: 4px;
	padding: 3px;
	border: 1px solid #B9B9B9;
	background-color: #FAEBD2;
	font-size: 90%;
	clear: right;
}
div.floater2 a {
	color: Maroon;
	font-size: 80%;
	text-decoration: none;
}

div.floater h2 {
	margin: 5px -10px;
	padding-left: 10px;
}

div.floater h4 {
	margin: 0;
	margin-bottom: 10px;
}

div.floater p {
	margin: 5px 0;
}

div.floater pre {
	color: #CC6633;
	margin-left: 5%;
	border-left: 1px solid #B9B9B9;
	padding: 15px;
	line-height: 110%;
	width: 90%; /* Als code te groot of telang, scrollbalk */
	scrollbar-face-color: InfoBackground;
	scrollbar-arrow-color: Black;
	scrollbar-track-color: InfoBackground;
	
}
#print {
	text-align: right;
	width: 660px;
	clear: both;
	background: White;
	border-top: 1px solid White;
}
#layout2 {
	position: static;
	margin: auto auto 5px auto;
	width: 720px;
	height: auto;
	background-color: White;
	text-align: center;
	vertical-align: bottom;
}
#footer {
	text-align: center;
	width: 720px;
   height: 20px;	
	clear: both;
   background-image: url(images/footer.jpg);
	border-top: 1px solid #ededec;
	margin-bottom: 7px;
	bottom: 10px;
	vertical-align: bottom;
}
/*-------------Form-----------*/
.form {
	background: transparent;
}
