@charset "utf-8";
/**
 * general
 */

* {
	margin: 0;
	padding: 0;
}

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

#nav{
	border-bottom: 1px solid #000;
	margin-left:0;
	padding:1.5em;
	line-height: 2em;
	margin-bottom: 10px;
}
#nav li{
	float:left;
	display:block;
	width: 175 px;
	margin-left: 15px;
	position:relative;
}

.menu{
	clear:both;
	margin: 30px 0;
}
#container {
	background-image: url(../images/index_r3_c1.jpg);
	background-repeat: repeat-y;
	margin: 0;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer {
	clear: both;
}

/**
 * Content
 */
 
 .kop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: capitalize;
	color: #CC3300;
}
.samenvatting {
	font-weight: bold;
	font-size: 0.9em;
	margin-top: 7px;
}
#content h2 {
	font-size: 1.4em;
	font-weight: bold;
	font-variant: normal;
	color: #CC3300;
	text-transform: none;
}
#content {
	margin-left: 165px;
	padding: 30px;
	padding-top:55px;
	font-size: 1em;
	font-family: "Arial", "Helvetica", sans-serif;
}
* html #content{
	padding-top:30px;
}

 
/**
 * Header
 */
#header a{
	color:#fff;
} 

#header {
	padding: 0;
	margin:0;
	height: 152px;
	width:636px;
	float:left;
}

#header h1 {
	background-image: url(../images/test_r1_c4.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding:0;
	float:left;
	height: 131px;
	width: 548px;
}
#header h1 span {
	visibility: hidden;
}
#logo2 {
	background-image: url(../images/test_r1_c2.jpg);
	background-repeat: no-repeat;
	margin:0;
	padding: 0;
	float:left;
	width: 88px;
	height: 131px;
}

/**
 * Tabellen
 */

#content  table{
	width: 800px;
	border: 1px solid #cc3300;
}

#content th{
	padding: 3px;
	color: #ffffff;
	background-color: #cc3300;
}

#content tr{
	border: 1px solid #000000;
}

#content td{
	font-size: 0.9em;
	color: #000000;
	border: 1px solid #dddddd;
	margin: 0px;
	padding: .5px;
	width: 125px;
}

#content td ul, #content td .menu{
	list-style: none;
	margin:0 !important;
	padding:0 !important;
}
#content td input, #content td .submit, #content td select{
  margin: 0 2px !important;
  margin-bottom:0.5em !important;
  padding: 0 !important;
  height: 1.4em !important;
  display: inline !important;
  float:none;
  position:static !important;
  width:150px;
}
#content td .submit{
  margin-bottom:0.8em !important;
}
/**
 * Forms
 */
#content .mceEditor{
	width: 744px;
	margin-left: 0px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-right: 10px;
	vertical-align: none;
	float: right;
}

#content  textarea{
	width: 744px;
}

#content textarea *{
	with:auto;
	height:2em;
	margin:0;
	font-size:1.2em;
}

textarea select{
	height:50px;
}

#content label{
	text-align: right;
	width: 210px;
	float: left;
	font-size: 1em;
	margin-right: 10px;
	margin-top: 0.5em;
}
	
#content input{
	font-family: "Courier New", courier, monospace;
	font-size: 1em;
	margin-top: 0.5em;
}



#content form{
	font-family: "Arial", "Helvetica", sans-serif;
}

#content fieldset{
	border: 1px solid #cc3300;
	width: 900px;
}

#content legend{
	color: #ffffff;
	background-color: #cc3300;
	border: 1px outset #000000;
	padding: 2px 6px;
	margin-left: 3em;
}



.submit{
	background-color: #dddddd;
	border: 1px outset #cc3300;
	color: #000000;
}

.submit:hover{
	background-color: #cc3300;
	color: #ffffff;
}

#content .submit {
	float: right;
	margin-right: 150px;
	margin-bottom: 0.5em;
	font-family: "Arial", "Helvetica", sans-serif;
	height: 1.5em;
	width: 180px;
	font-size: 1em;
	font-family: "Arial", "Helvetica", sans-serif;
}

