@charset "UTF-8";
/* CSS Document */

/* RESET */
html, body, div, span,iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, font, ins,strong,ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
ol, ul { list-style: none; }

html
{
	background-color: #ede3cd;
}

#header
{
	width: 100%;
	background-color: #566e6e;
	background-image: url(media/headerpattern.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 7px solid #8a6c00;
	
	text-align: center;
	font-family: "Times New Roman", serif;
	color: #FFF;
}
.title
{
	font-size: 30px;
}
.subtitle
{
	margin-top: 5px;
	font-size: 15px;
}
.menu
{
	margin-top: 10px;
	margin-bottom: 0px;
}

.nl
{
	position: absolute;
	right: 40px;
	top: 134px;
}

.us
{
	position: absolute;
	right: 20px;
	top: 134px;
}

#holder
{
	width: 100%;
	background: url(media/pattern.png) repeat-x;
	margin-bottom: 50px;
}

#content
{
	margin: 0 auto;
	width: 800px;
}

#slider
{
    position: relative;
    width: 800px;
    height: 400px;
}

#slider img
{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

#slider img.active
{
    z-index: 10;
}

#slider img.last-active
{
    z-index: 9;
}

#text
{
	padding-top: 10px;
	width: 800px;
	
	line-height: 18px;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

#tabtext
{
	padding-top: 10px;
	width: 395px;
	margin-right: 5px;
	
	float: left;
	
	line-height: 18px;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

#calc
{
	width: 400px;
}