html,body {
    margin : 0;
    padding : 0;
    background-image : url('images/achter.jpg');
    font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #454545;
    min-height: 100%;
    height: 100%;
}

/* //////////////////// FORMELEMENTS \\\\\\\\\\\\\\\\\\\\ */
form {
 	margin: 0;
}

input {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #454545;
}

/* //////////////////// LINKS \\\\\\\\\\\\\\\\\\\\ */


A:link {
    color : #454545;
    text-decoration : none;
}

A:visited {
    color : #454545;
    text-decoration : none;
}

A:active {
    color : #454545;
    text-decoration : none;
}

A:hover {
    color : #F98100;
    text-decoration : none;
}


/* //////////////////// TEKSTEN \\\\\\\\\\\\\\\\\\\\ */


.oranjeg {
    font-size : 12px;
    font-weight : bold;
    letter-spacing: 1px;
    color : #F98100;
}

.oranjek {
    color : #F98100;
}


/* //////////////////// LAYOUT \\\\\\\\\\\\\\\\\\\\ */


.achtergrond {
    margin-left : auto;
    margin-right : auto;
    overflow : auto;
    background-repeat : repeat-y;
    background: url('images/achtergrond.jpg');
    width : 784px;
}

.header {
    margin-left : auto;
    margin-right : auto;
    text-align : center;
    padding-bottom : 5px;
    background-repeat : no-repeat;
    background-image : url('images/header.jpg');
    background-color : #FFFFFF;
    width : 780px;
    height : 121px;
    cursor: pointer;
}

.content {
    margin-left : auto;
    margin-right : auto;
    width : 780px;
}

.links {
	float : left;
	margin-right : 6px;
	padding : 5px 0 5px 5px;
	background-repeat : no-repeat;
    background-image : url('images/links.jpg');
    width : 155px;
}

.menub {
    font-size : 3px;
	background-repeat : no-repeat;
    background-image : url('images/menub.jpg');
    width : 150px;
    height : 7px;
}

.menum {
    background-color : #F0F0F0;
    padding : 0 7px 0 7px;
    width : 136px;
}

.menuc1 {
	border-top : 1px solid #CACACA;
	border-bottom : 1px solid #CACACA;
	line-height : 18px;
}

.menuc2 {
	border-bottom : 1px solid #CACACA;
	line-height : 18px;
}

.menuo {
    font-size : 3px;
    margin-bottom : 5px;
	background-repeat : no-repeat;
    background-image : url('images/menuo.jpg');
    width : 150px;
    height : 7px;
}

.rechts {
	float : left;
    width : 610px;
}

.mainkop {
    background-color : #454545;
    font-size : 12px;
    font-weight : bold;
    letter-spacing: 1px;
    padding: 3px 0 3px 5px;
    color : #FFFFFF;
    width : 605px;
    text-transform : uppercase;
}

.mainkop1 {
    background-color : #F98100;
    font-size : 12px;
    font-weight : bold;
    letter-spacing: 1px;
    padding: 3px 0 3px 5px;
    color : #FFFFFF;
    width : 605px;
    text-transform : uppercase;
}

.mainc1 {
	border-bottom : 1px solid #DCDCDC;
	line-height : 22px;
}

.mainc2 {
	padding : 2px 0 2px 0;
	border-bottom : 1px solid #DCDCDC;
	line-height : 18px;
}

.mainc2nieuws {
	padding : 2px 0 2px 0;
	border-bottom : 1px solid #DCDCDC;
	line-height : 18px;
	min-height: 101px;
}

* html .mainc2nieuws
{
 	height: 101px;
}

.mainc2a {
	padding : 2px 0 2px 0;
	line-height : 18px;
}

.mainc2anieuws {
	padding : 2px 0 2px 0;
	line-height : 18px;
	min-height: 101px;
}

* html .mainc2anieuws
{
 	height: 101px;
}

.foto {
	margin : 5px 6px 2px 0;
	border : 1px solid #454545;
}

.fotoa {
	margin : 5px 0 2px 0;
	border : 1px solid #454545;
}

/* //////////////////// REST \\\\\\\\\\\\\\\\\\\\ */
table.stand
{
	border-collapse: collapse;
	width: 100%;
}

table.stand td
{
	padding : 2px 0 2px 0;
	border-bottom : 1px solid #DCDCDC;
	line-height : 18px;
}

table.stand td.a
{
	padding : 2px 0 2px 0;
	border-bottom: none;
	line-height : 18px;
	text-align: center;
	word-spacing: 11px;
}

table.stand td.b
{
	padding : 2px 0 2px 0;
	border-bottom: none;
	line-height : 18px;
}

input.veld, textarea.veld
{
 	width: 200px;
    border: 1px solid #DCDCDC;
    margin: 3px;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #454545;
}