/*
	Copyright 		www.verheulcommunicatie.com

	yellow				#ffc500
	Gray					#959698
	
*/


/* layout ________________________________________________________________________ layout*/

* {
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	outline: none;}

body {
	background:#959698;}

img {
 	border: 0;}

hr {
	border: none 0; 
	border-top: 1px dotted #ffffff;
	height: 1px;
	margin:5px 0 5px 0;}

p {
	padding:0 0 18px 0;}
	
fieldset {
	padding:10px;
	margin:0 0 18px 0;
	border: 1px dotted #ffffff;}
	
fieldset img {
	float:right;
	margin:0 0 5px 5px;}


	
legend {
	padding:0 5px;
	font-weight:bold;
	color:#FFFFFF;
	background:#000000;}

#container {
	width:990px;
	float:left;
	position:relative;
	left: 50%;
	margin-left: -495px;
	background:url(../images/main-bg.jpg) no-repeat top center #000000;}
	
#left {
	width:318px;
	float:left;}

#center {
	width:506px;
	float:left;
	color:#FFFFFF;}

#content {
	background:url(../images/content-bg.gif) repeat-y;
	padding: 0 30px 0 30px;}
	
#contentform {
	background:url(../images/content-bg.gif) repeat-y;
	padding: 0 5px 0 5px;}

#right {
	width:166px;
	float:left;}

.yellow {
	color:#ffc500;
	font-weight:bold;}
	
.small {
	font-size:10px;}

/* heading _______________________________________________________________________ heading*/

H1 { 
	font-size: 15px;
	font-weight: bold;}

H2 { 
	font-size: 14px; 
	font-weight: bold;}

H3 {  
	font-size: 13px; 
	font-weight: bold;}

/* links _________________________________________________________________________ links*/

a {
	color: #ffc500;
	text-decoration: none;}

a:hover {
	color:#ffffff;}

/* menu __________________________________________________________________________ menu*/

div.sdmenu {
	float:right;
	width: 139px;
	font-size: 14px;
	font-weight:bold;
	text-align:right;
	margin: 0 31px 0 0;}

div.sdmenu div {
	background: #ffc500;
	overflow: hidden;}

div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;}

div.sdmenu div.collapsed {
	height: 25px;}
	
div.sdmenu div span {
	display: block;
	padding: 5px 0 0 0;
	font-weight: bold;
	color: #000000;
	text-align:right;
	cursor: pointer;
	background:#ffc500;}
	
div.sdmenu div a {
	font-size:11px;
	background: #ffc500;
	display: block;
	text-align:right;
	color: #000000;
	text-decoration:none;}
	
div.sdmenu div a.current {
	color:#000000;}
	
div.sdmenu div a:hover {
	color: #ffffff;
	text-decoration: none;}
	
div.sdmenu a {
	background : #ffc500;
	width:139px;
	height:25px;
	display:block;
	line-height:25px;
	color:#000000;
	text-decoration:none;}

div.sdmenu a:hover {
	color:#000000;}
	
*html .menumargin {
	margin:-15px 0 0 0;}
	

/* powered by ____________________________________________________________________ powered by*/

#poweredby {
	color: #888888;
	font-size:9px;
	text-align:center;
	clear:both;
	margin:15px 0 5px 0;}

#poweredby a{
	color: #888888;
	font-size:9px;}

#poweredby a:hover{
	color:#ffc500;}

/* form ____________________________________________________________________ form*/
	
.cssform p {
	width: 291px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;}
	
.cssform div {
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	border-top: 1px dashed gray;}
	
*html .cssform p{
	width: 446px;}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 120px; /*width of labels. Should be smaller than left column to create some right margin*/}

.cssform input{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 200px;}

.cssform select {
	width:200px;}
	
.cssform .formauto{
	width: auto;}

.cssform textarea{
	width: 200px;
	height: 100px;}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;}