/*
*	Coding by Gryx Webdesign - www.gryx.be
*	Do not copy the code nor the graphics.
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 0.75em Arial, Tahoma, Verdana, Trebuchet MS;
	color: #747474;
	background: #fff url(pattern.jpg) repeat-x;
	margin-bottom: 10px;
}
#container {
	position: relative;
	width: 918px;
	margin: 0 auto;
}
/********************/
/***** OPMAAK *****/
/*******************/
ul {
	list-style: none;
}
a {
	color: #747474;
	text-decoration: none;
}
h2 {
	color: #fff;
	font-size: 100%;
	line-height: 24px;
	padding: 0 10px;
}
p {
	line-height: 150%;
}
img {
	border: 0;
}
/*******************/
/***** HEADER *****/
/******************/
#header {
	position: relative;
	height: 110px;
	margin: 7px 0 14px 0;
	background: url(header.jpg);
}
#header h1 {
	text-indent: -999em;
}
#mainmenu, #regmenu {
	position: absolute;
	bottom: 20px;
}
#mainmenu li {
	display: inline;
	margin: 0 20px;
}
#regmenu {
	right: 20px;
}
#regmenu li {
	display: inline;
	margin: 0 10px;
}

#tabmenu {
	position: absolute;
	top: 0;
	right: 10px;
}
#tabmenu li {
	float: left;
	margin-right: 5px;
}
#tabmenu a span {
	float: left;
	display: block;
	height: 23px;
	line-height: 23px;
	background: url(tabr.jpg) top right no-repeat;
	padding: 0 10px;
	cursor : pointer;
}
#tabmenu a {
	color: #fff;
	float: left;
	display: block;
	height: 23px;
	line-height: 23px;
	background: #016194 url(tabl.jpg) top left no-repeat;
	color: #fff;
	font-weight: bold;
}
/****************/
/***** LEFT *****/
/****************/
#left {
	float: left;
	width: 183px;
}
#left h2 {
	background: #016194;
}
#left h2.bruin {
	background: #434343;
}
#left h2.green {
	background: #BAD224;
}
#left ul.menu, #left ul.nieuws, #left ul.bbs {
	margin: 1px 0 25px 0;
	border-top: 1px solid #747474;
}
#left ul.menu li {
	line-height: 23px;
	padding-left: 20px;
	background: url(arrow.jpg) 10px center no-repeat;
	border-bottom: 1px solid #747474;
}
#left ul.nieuws li {
	padding: 5px 10px;
	border-bottom: 1px solid #747474;
}
#left ul.bbs li {
	display: block;
	height: 76px;
	width: 183px;
	padding-top: 5px;
}
/******************/
/***** CENTER *****/
/******************/
#center {
	float: left;
	margin: 0 14px; 
	width: 459px;
}
#center h2 {
	background: #434343;
	width: 439px;
	height: 26px;
	background: url(center_header.jpg) repeat-x;
}
#center h3 {
	color: #ef8421;
	font-size: 120%;
	margin: 12px 0;
}
#center .box {
	padding: 0 10px;
	border-bottom: 1px solid #747474;
	overflow: hidden;
}
#center .box a {
	color: #016194;
	text-decoration: underline;
}
#center .box p {
	margin: 18px 0;
}
#center .box p a {
	color: #016194;
	text-decoration: underline;
}
#center .box span.comments {
	display: block;
	padding-bottom: 14px;
}
#center .box span a {
	color: #016194;
	text-decoration: underline;
	font-weight: bold;
}


#center ul {
	list-style: inside disc;
}

#center img {
	max-width: 438px;
	margin: 3px;
}

#right {
	float: right;
	width: 248px;
}
/***** BLAUWE BOX *****/
.blauwborder, .groenborder, .grijsborder, .oranjeborder {
	border: 1px solid #84b7d2;
	padding: 2px;
	margin-bottom: 15px;
}
.blauw, .groen, .oranje {
	padding: 2px 5px;
	background: #0a6fa5;
	color: #fff;
}
.blauw h3, .groen h3, .oranje h3 {
	font-size: 100%;
	padding: 0 2px 5px 2px;
	border-bottom: 1px solid #fff;
}
.oranje ul {
	padding: 5px 2px;
}
.oranje ul span {
	float: left;
	display: block;
	width: 152px;
}

.blauw a {
	color: #fff;
	text-decoration: none;
}

.blauw a:hover {
	color: #fff;
	text-decoration: underline;
}

.oranje {
	padding: 2px 5px;
	background: #ef8421;
	color: #fff;
	overflow: hidden;
}

.oranje a {
	color: #fff;
	text-decoration: none;
}
	
.oranje a:hover {
	color: #fff;
	text-decoration: underline;
}
/***** GROENE BOX *****/
.groenborder {
	border: 1px solid #dce891;
}
.groen{
	background: #bad224;
}
.groen form {
	margin: 5px 2px 5px 2px;
}
.groen ul {
	margin: 8px 0;
}
.groen ul li {
	line-height: 18px;
	padding-left: 14px;
}
.groen label {
	margin-left: 12px;
}
.groen strong {
	margin: 0 2px;
}
.groen form input.button {
	padding: 2px 8px;
	background-color: #7f9300;
	outline: none;
	border: none;
	cursor : pointer;
	color: #fff;
	margin-left: 6px;
}
.grijsborder {
	border: 1px solid #a1a1a1;
}
/******************/
/***** FOOTER *****/
/******************/
#footer {
	position: relative;
	height: 60px;
	clear: both;
	background: url(footer.jpg) bottom repeat-x;
}
#footer p {
	position: absolute;
	bottom: 20px;
	left: 10px;
}
#footer ul {
	position: absolute;
	bottom: 20px;
	right: 0;
}
#footer ul li {
	line-height: 100%;
	border-right: 1px solid #747474;
	padding: 0 10px;
	display: inline;
}
#footer ul li.noborder {
	border: 0;
}
#footer ul li a {
	display: inline;
}

#center form input, select, textarea {
	border: 1px solid #545454;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Trebuchet MS;
	font-size: 11px;
	color: #545454;
	padding: 2px 2px 2px 2px;
}

.warning {
    color: #CC0000;
    background-color: #FFFFCC;
}
.warning a{
	color: #CC0000;
}
.warning a:hover{
	color: #CC0000;
}

h1.warning,
div.warning {
    margin: 0.5em 0 0.5em 0;
    border: 0.1em solid #CC0000;
    background-image: url(http://www.myseries.eu/images/s_warn.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    padding: 10px 10px 10px 36px;
}

