body {padding:40px 100px; margin:10px; font-family:Roboto Condensed, Tahoma, Geneva, sans-serif; background-image:url(http://www.middeleeuwsearcheologie.nl/uploads/ME/BackStoneWall.jpg);}

#container {width: 1120px; margin: 0 auto 0 auto; background-color:#ffffff; padding:10px;}

#header {height:300px; background-image:url(http://www.middeleeuwsearcheologie.nl/uploads/ME/headercoin.jpg);}
#logo {font-size:35px; background:url() no-repeat; height:100px; padding:50px 0 0 30px; }
#logo a {color:#FFFFFF; text-decoration:none;}
#afblogo {height:100px;}
#slogan {float:right; font-size:18px; color:; padding:60px 30px 0 0;}
#logo a:hover {color: #cc0000; text-decoration:none;}
#menu {height:40px; background-image:url(/uploads/Forester/menu_bg.png); margin-top:5px;}
#menu ul {margin:0; padding:0;}
#menu li {list-style:none; float:left; background:url(/uploads/Forester/menu_border.png) right no-repeat;}
#menu a {float:left; height:20px; padding:10px 30px; color:#FFFFFF; font-size:15px; font-weight:bold; text-decoration:none; font-family:Arial, Helvetica, sans-serif;}
#menu a:hover {background:url(/uploads/Forester/menu_border.png);}

#taal {float:right; height:40px; width:40px; margin-right:73px;} 

 
#main {float:left; width:100%; margin:5px 0; background:url(http://www.middeleeuwsearcheologie.nl/uploads/ME/container%20%288%29.gif) right repeat-y; color:#120F04; font-size:17px;}
#main a {color:#ffffff;text-decoration:none;}
#main a:hover {color:#cc0000;}
#main br {line-height:8px;}
#sidebar {width:160px; float:right; padding:0 30px 30px 30px; margin-top:10px;}
#contact {width:130px; heigth: 50px; float:right; padding:0 30px 30px 30px; margin-top:5px;}
#nieuws {width:130px; heigth: 50px; float:right; padding:0 30px 30px 0px; margin-top:5px;}
#nieuws h5 {font-size:14px; font-weight:bold; margin:20px 0 10px 0; margin-top: 0px; color:#cc0000;}
#nieuws p {font-size:11px; font-weight:normal;}
#nieuws a:hover {color:#cc0000;}
#sidebar h3 {font-size:17px; font-weight:normal; margin:20px 0 5px 0;}
#sidebar h4 {font-size:11px; font-weight:normal; margin:20px 0 10px 0; margin-top: 0px;}
#sidebar ul {margin:0; padding:0; border-top:1px solid #E5E3DC;}
#sidebar li {list-style:none; border-bottom:1px solid #E5E3DC;}
#sidebar li a {color:#120F04; text-decoration:none; padding:3px; display:block;}
#sidebar li a:hover {background-color:#E5E3DC;}
#text {line-height:27px; margin-right:225px; padding:10px 30px 30px 30px;}
#text h1 {font-size:22px; font-weight:normal; margin:20px 0 10px 0;}
#text h2 {font-size:19px; font-weight:normal; margin:20px 0 10px 0;}
#text h3 {font-size:22px; font-weight:normal; margin:20px 0 10px 0; color:#ff3333;}
#text h4 {font-size:11px; font-weight:normal; margin:20px 0 10px 0; margin-top: 0px;}
#text ol, #text ul {padding:0; margin:8px 0;}
#text li {margin-left:40px;}
#text a {color:#333333;text-decoration:none;}
#text h6 {font-size:19px; color:#cc0000; font-weight:normal; margin:20px 0 10px 0;}

#footer {height:40px; color:#FFFFFF; font-size:11px; background-image:url(/uploads/Forester/footer_bg.png); clear:both;}
#footer a {color:#FFFFFF;}
#footer a:hover {color:#F3EACD;}
#footer_left {float:left; padding:13px 0 0 30px;}
#footer_right {float:right; padding:13px 30px 0 0;}
/* Stylesheet: Forester // Forester Modified On 2017-09-19 14:39:09 */
/* accessibility */
/* menu links accesskeys */
span.accesskey {
	text-decoration: none;
}
/* accessibility divs are hidden by default, text, screenreaders and such will show these */
.accessibility, hr {
/* position set so the rest can be set out side of visual browser viewport */
	position: absolute;
/* takes it out top side */
	top: -999em;
/* takes it out left side */
	left: -999em;
}
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
/* end accessibility */
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #18507C;
/* background image for the link to show wiki style arrow */
	background: url(http://www.middeleeuwsearcheologie.nl/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(http://www.middeleeuwsearcheologie.nl/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(http://www.middeleeuwsearcheologie.nl/uploads/NCleanBlue/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* clearing */
/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	height: 0;
	clear: both;
	width: 90%;
	visibility: hidden;
}
#main .clear {
	height: 0;
	clear: right;
	width: 90%;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clear {
/* Hides from IE-mac \*/
	height: 1%;
	clear: right;
	width: 90%;
/* End hide from IE-mac */
}
/* end clearing */
/* Stylesheet: Accessibility and cross-browser tools Modified On 2009-05-13 10:42:54 */
