* {padding:0 ; margin:0;} 

/*-------------- Container --------------*/
#container { 
   margin: 5% auto; 
   height: 600px; 
   width: 807px; 
   position: relative; 
   z-index: 1;
   overflow:hidden;
}

/*-------------- Inhoud --------------*/
#header {
	position: absolute;
	background-image:url(../images/images/mirthe_01.png);
	width: 807px;
	height: 96px;
	z-index: 2;
	border: none;
}
.header {
	float: left;
	margin-top:15px;
	width: 798px;
	height: 60px;
	z-index: 3;
	text-align:center;
} 
#menu {
	position: absolute;
	top: 96px;
	width: 186px;
	height: 504px;
	z-index: 2;
	background-image:url(../images/images/Body_02.png);
}
#image {
	position: absolute;
	top: 280px;
	left: 25px;
	width: 100px;
	height: 150px;
	z-index: 7;
	border: medium double #AAA08C;
}
#text {
	position: absolute;
	top: 96px;
	left: 186px;
	width: 621px;
	height: 504px;
	z-index: 2;
	background-image:url(../images/images/mirthe_03.png);
	border: 0px solid #AAA08C;
}
#content {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #2D230F;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	height: 426px;
	width: 554px;
	overflow:auto;
	overflow-x: hidden;
	z-index: 4;
}
#footer {
	position: absolute;
	right: 20px;
	top: 575px;
	padding-right: 20px;
	width: 546px;
	z-index: 2;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;	
	font-weight:400;
	color:#2D230F;
	text-align:right;
}

/*-------------- Font --------------*/
.dark24 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:400;
	color:#2D230F;
	
}
.dark14it {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	letter-spacing:1pt;
	text-transform:uppercase
}
.red24 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:400;
	color:#C00;
}
.dark12 {
	font-size: 12px;
	line-height: 1.2em;
}
.post p {
	text-decoration:none;
	border-bottom:1px solid #C00;
}
td {
	vertical-align:top;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing:1pt;
}



/*-------------- Overig --------------*/
.foto{
	margin-left: 15px;
	margin-bottom: 15px;
	border: medium double #AAA08C;
}

/*-------------- Menu --------------*/
ul.menu 
{
	height:245px;
	width:133px;
	z-index:2;
	margin-top:35px;
}

ul.menu li {
	list-style-type: none;
	height:25px;
	width:133px;
	float:left;
	display:block;
	background-image:url(../images/pointright.png);
	background-repeat:no-repeat;
	background-position: 25px 3px;	
}
ul.menu li:hover {
	list-style-type: none;
	height:25px;
	float:left;
	width:133px;
	display:block;
	background-image:url(../images/pointright_hover.png);
	background-repeat:no-repeat;
	background-position: 25px 3px;
}


ul.menu a 
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color:#2D230F;
	letter-spacing: 1.5pt;
	text-transform:uppercase;
	text-align:left;
	text-decoration:none;
	width:98px;
	height:25px;
	margin-left:35px;
	display:block;
}

ul.menu a:hover
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	letter-spacing: 1.5pt;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	list-style-type: none;
	width:98px;
	margin-left:35px;
	text-align:left;
	display:block;
	color:#C00;
}

/*-------------- Links --------------*/
#content a:link {
	text-decoration:none;
    border-bottom:1px solid #2D230F;
	color:#2D230F;
}
#content a:visited {
	text-decoration:none;
	border-bottom:1px solid #2D230F;
	color:#2D230F;
}
#content a:hover {
	text-decoration:none;
	color:#C00;
	border-bottom:1px solid #C00;
}
#content a:active {
	text-decoration:none;
	border-bottom:1px solid #2D230F;
	color:#2D230F;
}	
/*-------footer link ----------*/
.footer a:link {
	text-decoration:none;

	color:#2D230F;
}
.footer a:visited {
	text-decoration:none;

	color:#2D230F;
}
.footer a:hover {
	text-decoration:none;
	color:#C00;

}
.footer a:active {
	text-decoration:none;

	color:#2D230F;
}	
