/* Algemeen */
html {
     overflow: -moz-scrollbars-vertical;
}

body {
	margin: 20px 0;
	padding: 0;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
}

h1, h2, h3 {
	color: #000;
}

h2 {
	font-size: 1.5em;
}

h3 {
	margin: 0;
	font-size: 0.9em;
}

p, ul, ol, blockquote {
	margin-top: 0;
	/*text-align: justify;*/
	
}

a:link {	
	color: #000;
	text-decoration:none;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
a:visited {
	color: #000;
	text-decoration:none;
}
a.elena:link {	
	color: #00ACF1;
	text-decoration:none;
}
a.elena:hover {
	color: #00ACF1;
}
a.elena:active {
	color: #00ACF1;
}
a.elena:visited {
	color: #00ACF1;
	text-decoration:none;
}
a.other:link {	
	color: #36B449;
	text-decoration:none;
}
a.other:hover {
	color: #36B449;
}
a.other:active {
	color: #36B449;
}
a.other:visited {
	color: #36B449;
	text-decoration:none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 10px 15px;
}
img.right-nobot {
	float: right;
	margin: 5px 0 0 0;
}
img.left-nobot {
	float: left;
	margin: 5px 0 0 0;
}
/* Top */

#header {
	width: 720px;
	height: 136px;
	margin: 0 auto;
	background: url(images/home_01.gif) no-repeat;
}

/* Menu */

#menu {
	width: 720px;
	height: 25px;
	margin: 0 auto;
	background: #fff;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	padding: 0px 0px 0 0px;
	color: #000;
}

#menu a:hover, #menu .active a {
	background: url(images/img3.gif);
	color: #000;
}

/* Inhoud */

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

#col1 {
	float: left;
	width: 720px;
	padding: 0px 0px 0 0px;
	text-align: justify;
	
}

/*#col2 {
	float: left;
	width: 500px;
	padding: 20px 10px 0 10px;
	margin-left: 10px;
	margin-right: 10px;
}*/

.bold {font-weight:bold;
}

/* Voettekst */

#footer {
	width: 720px;
	margin: 0 auto;
	padding: 5px 0;
	background: url(images/home_04.gif) no-repeat;
	font-size: .9em;
}

#footer * {
	color: #000;
	font-size: .9em;
}
#footer .copy {
	float:left;
	margin-left: 20px;
}

#footer .author {
	float:right;
	margin-right: 20px;
}

#content th {
	font-weight: bold;
	color: #000;
	background-color: #fff;
}

.red {
	font-size: 16px;
	font-weight: bolder;
	color: #FE0000;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.blue {
	font-size: 16px;
	font-weight: bolder;
	color: #00ACF1;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.purple {
	font-size: 16px;
	font-weight: bolder;
	color: #FF33CC;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.drkpurple {
	font-size: 13px;
	font-weight: bolder;
	color: #90278D;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.brown {
	font-size: 16px;
	font-weight: bolder;
	color: #9A8479;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.green {
	font-size: 16px;
	font-weight: bolder;
	color: #36B449;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

td {
	vertical-align: top;
}
img.corner {
	float: right;
	margin: 0 0 0 0;
	bottom: auto;
	vertical-align:bottom;
}
