/* 
//
// Virtugon	 Content Management System
//
// File:    aikido.css
// Version: 1.0
// Editor:  Jeroen D <jeroen@virtugon.nl>
//
// Copyright (C) 2008, all rights reserved.
//
*/

#container {
	position: relative;
	top: 0px;
	bottom:0px;
	width: 1011px;
	text-align: left;
	margin: auto;
}

#header {
	position: relative;
	width: 100%;
	height: 180px;
}

#menu {
	position: absolute;
	top: 0px;
	left: 0px;
}

#middle {
	position: relative;
	width: 971px;
	left: 31px;
	background: url(../../images/matrix/middlebg.png);
	height: 425px;
}

#photo {
	position: relative;
	width: 350px;
	left: 40px;
	top: 17px;
	float: left;
	margin: 0;
}

#content {
	position: relative;
	width: 400px;
	left: 31px;
	top: 17px;
	overflow: auto;
	height: 390px;
	padding-right: 20px;
	font-family: arial, helvetica;
	font-size: 10pt;
}

#submenu {
	position: absolute;
	right: 40px;
	top: 17px;
	height: 426px;
}

#footer {
	position: relative;
	width: 100%;
}

#logo {
	position: absolute;
	right: 65px;
	bottom: 20px;
}

.menuitem {
	margin: 10px 0px;
	color: #D2186C;
	font-family: arial, helvetica;
	font-size: 10pt;
}

.menuitem a {
	color: #D2186C;
	text-decoration: none;
}

body {
	background: url(../../images/matrix/mainbg.png);
	background-repeat: repeat-x;
	background-color: #89d4be;
	margin: 0;
}

html, body {
	margin: 0;
	width: 100%;
	text-align: center;
}

h1.kop {
	color: #FF9000;
	font-size: 14pt;
	font-weight: normal;
	margin: 0px 0px 7px 0px;
}

h1.leden {
	color: #FF9000;
	font-size: 14pt;
	font-weight: normal;
	margin: 0px 0px 7px 0px;
}

a {
	color: #D2186C;
}