﻿@import url("p7exp.css");

#container {
	padding: 5px;
	margin: 0px auto 0px auto;
	background-color: #800000;
	width: 760px;
}

#header {
	background-position: center center;
	background-color: #800000;
	font-family: "Segoe Script";
	text-align: center;
	font-size: x-large;
	color: #FFFF99;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FFFF99;
}

#content {
	padding: 10px;
	margin: 10px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: .9em;
	color: #800000;
	background-color: #FFFFFF;
	text-align: left;
}
	/*==============content area links==============*/
#content a:link{ 
	font-weight: normal;
	color: #800000;
	background: #FFFF99;
	text-decoration: none;
	font-size: inherit;
}
#content a:visited {
	font-weight: inherit;
	color: #800000;
	background: #FFFF99;
	text-decoration: none;
}
#content a:hover {
	font-weight: inherit;
	text-decoration : none;
	background: #800000;
	color: #FFFF99;
}
#content a:active {
	font-weight: inherit;
	text-decoration : none;
	background: #FFFFFF;
	color: #800000;
}
#content a img {
	border: 0px;}

#content p {
	margin-top: 8px;
	margin-bottom: 0px;
}
#content h1 {
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 6px;
}

.imgrgt {
	float: right;
	padding: 5px 10px 5px 10px;
	text-align: left;
}
.imglft {
	float: left;
	padding: 5px 10px 5px 10px;
	clear: left;
}
.smtxt {
	font-size: small;
}
.center {
	text-align: center;
}
.kanttekening {
	padding: 5px;
	border: 1px solid #800000;
	margin-left: 50px;
	margin-right: 30px;
	font-size: small;
}
.onderschrift {
	font-size: small;
	margin-left: 30px;
	margin-top: 7px;
}


#footer {
	background-color: #800000;
	font-size: .8em;
	color: #FFFF99;
	text-align: center;
	clear: both;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}

