/*
*	Coding by Gryx Webdesign - www.gryx.be
*	Do not copy the code nor the graphics.
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 0.7em Tahoma, Verdana, Arial, Trebuchet MS;
	color: #c12fa0;
	background: #fcfcfc url(images/pattern.jpg) repeat-x;
}
#container {
	position: relative;
	width: 728px;
	margin: 0 auto;
}
/********************/
/***** OPMAAK *****/
/*******************/
ul {
	list-style: none;
}
/*******************/
/***** HEADER *****/
/******************/
#header {
	background: url(images/header.jpg) top center no-repeat;
	height: 53px;
	margin: 65px 0 25px 0;
}
h1, h2 {
	text-indent: -999em;
}
/****************/
/***** LEFT *****/
/***************/
#left {
	float: left;
	width: 551px;
}
ul.menu {
	width: 100%;
	background: url(images/balk.jpg);
	height: 43px;
	font-size: 120%;
	text-align: center;
}
ul.menu li {
	padding: 0 5px;
	border-right: 1px solid #9b0078;
	display: inline;
	line-height: 35px;
}
ul.menu li.noborder {
	border: 0;
}
ul.menu li a {
	display: inline;
	text-decoration: none;
	color: #9b0078;
}
ul.menu li a:hover {
	color: #fff;
}
#left p {
	margin: 20px 60px 35px 88px;
}
#left form {
	text-align: center;
	margin-bottom: 80px;
}
#left form input {
	width: 200px;
}
/*****************/
/***** RIGHT *****/
/*****************/
#right {
	width: 177px;
	float: right;
	line-height: 130%;
}
#right h3 {
	background: url(images/boxh.jpg);
	height: 36px;
	line-height: 36px;
	font-size: 110%;
	text-align: center;
}
#right .box {
	background: #f3f3f3;
	border-left: 2px solid #fea7eb;
	border-right: 2px solid #fea7eb;
	padding: 10px 0 10px 22px;
}
#right .boxf {
	font-size: 1px;
	background: url(images/boxf.jpg);
	height: 2px;
}
#right a {
	text-decoration: none;
	color: #c12fa0;
}
#right a:hover {
	color: #ff6ede;
}
/*******************/
/***** FOOTER *****/
/******************/
#footer {
	clear: both;
	text-align: center;
	padding-right: 177px;
	width: 551px;
}
