﻿/*
//   _                          _             _ _       
//  | |_ _____   _____ _ __ ___| |_ _   _  __| (_) ___  
//  | __/ _ \ \ / / _ \ '__/ __| __| | | |/ _` | |/ _ \ 
//  | || (_) \ V /  __/ |  \__ \ |_| |_| | (_| | | (_) |
//   \__\___/ \_/ \___|_|  |___/\__|\__,_|\__,_|_|\___/ 
//                                             (C)2005
//   Date  : 2006-02-11
//	 Author: loek@toverstudio:nl
//
*/

body 
{
	color:#4f340d;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background: #c8e2e1 url(../images/bodyback.png) repeat-x 0px 0px;
}

a
{
	color:#ec1955;
}
a:hover
{
	color:#ec1955;
}
img
{
	border:none;
}

h1,h2,h3,h4,h5,h6
{
	font-family:verdana, lucida, arial, helvetica, sans-serif;
}

h1
{
font-size:22px;
}
/* ----------------------------- canvas --------------------------- */
#canvas 
{
	position: relative;
	margin: 0px auto;
	padding: 0px;
  	width: 960px;
}

p
{
    font-size:14px;
}

#banner
{
   height:78px;
   width:960px;
	background: url(../images/siteid-top.png) no-repeat 30px 0px;
}
#sidebar
{
  float:left;
  width:250px;
	background: #fff url(../images/siteid-bottom.png) no-repeat 30px 0px;
	padding:20px;
}
#sidebar p
{
margin-top:100px;
}
#contents
{
float:left;
width:700px;
padding:20px;
text-align:left;
}

#menu
{
margin:47px 0px 0px 171px;
}

#menu li
{
	background: url(../images/bluetab.png) no-repeat 0px 0px;
	width:116px;
	margin:0px 1px 0px 1px;
	display:inline;
}

#menu li a
{
height:30px;
padding:8px 0px 6px 0px;
  font-size:16px;
  color:#222;
  width:100px;
 text-decoration:none;
}

#footer
{
clear:both;
padding:10px;
}


#onder
{
background-color#:fff;
}