@charset "UTF-8";
body {
	background-color: #FFF;
	margin: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
img {
	border: none;
	overflow: hidden;
}
h1 {
	font-size: 18px;
	color: #444;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
/*eerste tagline formaat als h1*/ 
.stijl1 {
	font-size: 18px;
	color: #444;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
/*tweede tagine*/
.stijl2 {
	font-size: 14px;
	color: #736664;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
}
/*voor de groene a tag*/
a {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #006600;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}
/*voor de groene a tag*/
a:hover {
	color: #B06913;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #600;
	text-align: justify;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 10px;
}
#wrapper {
	width: 900px;
	position: relative;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	border: 2px solid #E7E0D8;
	margin-top: 20px;
}
#header {
	background-image: url(../images/background_header.gif);
	height: 150px;
	background-repeat: no-repeat;
}

#header ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
#header ul li {
	display: inline;
}
#header ul li a {
	font-size: 12px;
	text-transform: capitalize;
	margin-right: 19px;
	margin-left: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #9A0102;
}
#header ul li a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #DEA645;
}
#header ul li a:active {
	font-family: Verdana, Geneva, sans-serif;
	color: #FF3300;
	font-size: 12px;
}
#side-a {
	width: 150px;
	background-image: url(../images/background_side_a.gif);
	float: left;
	background-repeat: no-repeat;
	min-height: 300px;
	padding-top: 50px;
	padding-bottom: 0px;
}
#side-a ul {
	list-style-type: none;
	display: block;
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#side-a ul li {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
#side-a ul li a {
}
#side-a ul li a:hover {
	font-size: 12px;
	color: #333333;
}
#side-a #balk-a {
	background-color: #329965;
	height: 12px;
	width: 130px;
}
#content {
	width: 600px;
	background-image: url(../images/background_content.gif);
	float: left;
	background-repeat: no-repeat;
	min-height: 300px;
	padding-top: 50px;
	padding-bottom: 0px;
}
#side-b {
	width: 150px;
	background-image: url(../images/background_side_b.gif);
	float: left;
	background-repeat: no-repeat;
	min-height: 300px;
	padding-top: 50px;
	padding-bottom: 0px;
}
#side-b #balk-b  {
	background-color: #329965;
	float: right;
	height: 12px;
	width: 100px;
}
#side-b #agenda {
	height: 12px;
	width: 50px;
	float: left;
}
#footer {
	background-repeat: repeat-x;
	background-image: url(../images/banners/banner_achtergrond.gif);
	clear: both;
	padding-bottom: 10px;
	padding-left: 100px;
}
/*rollover div's voor index.html*/
/*egypte*/
#foto1 {
	float: left;
}
/*nabije oosten*/
#foto2 {
	float: left;
}
/*cyprus*/
#foto3 {
	float: left;
}
/*griekse wereld*/
#foto4 {
	float: left;
}
/*zuid italie*/
#foto5 {
	float: left;
}
/*etrurie*/
#foto6 {
	float: left;
}
/*romeinse wereld*/
#foto7 {
}
