html {
	background:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#frontpic {
	position:absolute;
	left:55%;
	top:100px;
	z-index:1;
}

#sidepic {
	position:relative;
	left:600px;
	top:-50%;
	z-index:1;
}
#textpic {
	border: 1px solid #FF2F28;
	text-align: center;
	vertical-align: middle;
	margin-right: 20px;
}

#floatpic {
	float: right;
	margin: 0px;
	clear: both;
}

#logo {
	border: none
}

.bodytext {
	width: 600px;
	z-index:5;
	font-size: 75%;
	text-align: left;
	vertical-align: top;
	padding: 25px;
	list-style-position: outside;
	list-style-type: decimal;
	list-style-image: none;
	overflow: auto;
	line-height: 20px;
}

.bodytext h1 {color: #FF2F28; font-size: 150%; font-weight: bold}
.bodytext h2 {color: #333333; font-size: 120%; font-weight: bold}

ul	{
	list-style-type: square;
	margin-left: 0px;
	padding-left: 25px;
	color: #FF2F28;
}
.ulijst {
	color: #333333;
}

.categorie, .categorie a, .categorie a:visited, .categorie a:active {
	color: #FF2F28;
	font-size: 95%;
	font-weight: bold;
	line-height: 30px;
}
.categorie a:hover {text-decoration: Underline;}

.description {
	color: #333333; 
	font-size: 75%; 
	font-weight: normal;
}

.description a, .description a:visited, .description a:active {
	color: #FF2F28;
	font-size: 75%; 
	font-weight: normal;
}
.description a:hover {text-decoration: Underline;}

.label{
	color: #333333; 
	font-size: 75%; 
	font-weight: normal;
}
.required{
	color: #FF2F28; 
	font-size: 75%; 
	font-weight: normal;
}

.footer {
	color: #CC6600;
	font-size:65%;
	z-index:2;
	text-align: center;
	vertical-align: middle;
}
.footer a, .footer a:visited {
	color: #CC6600;
	text-decoration: none;
}
.footer a:hover, .footer a:active{
	color: #CC6600;
	text-decoration: Underline;
}

.topmenutekst {
	color: #FFFFFF;
	width: 145px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.topmenutekst a, .topmenutekst a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.topmenutekst a:hover, .topmenutekst a:active{
	color: #FFFFFF;
	text-decoration: Underline;
}

.sidemenutekst {
	color: #FFFFFF;
	font-size:80%;
	vertical-align: top;
	line-height: 130%;
	text-align: left;
	padding: 5px;
}
.sidemenutekst a, .sidemenutekst a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
.sidemenutekst a:hover, .sidemenutekst a:active{
	color: #FFFFFF;
	text-decoration: Underline;
}
.addthistext{
	font-size:60%;
	text-align: right;
	color: #999999;
}
.merkentext{
	font-size:80%;
	text-align: center;
	color: #999999;
}
/* formulier*/
.label1{
	font-weight: normal;
	text-align: left;
}
.labelverplicht1{
	font-weight: normal;
	text-align: left;
	font-size: 75%;
}

.required1{
	color: #FF2F28; 
	font-weight: normal;
}

input.button1 {
	color:#FFFFFF;
	background-color:#FF2F28;
	font-family: 'trebuchet ms', helvetica, sans-serif;
	font-size: 84%;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}


a					{color: #333333; text-decoration: underline;}
a:active			{color: #333333;}
a:visited			{color: #333333;}
a:hover				{color: #CCCCCC; text-decoration: underline;}

a.terug				{COLOR: #FF2F28; FONT-SIZE: 75%; font-weight: normal; TEXT-DECORATION: none; }
a.terug:active		{COLOR: #FF2F28; FONT-SIZE: 75%; font-weight: normal; TEXT-DECORATION: none;}
a.terug:visited		{COLOR: #FF2F28; FONT-SIZE: 75%; font-weight: normal; TEXT-DECORATION: none;}
a.terug:hover		{COLOR: #333333; FONT-SIZE: 75%; font-weight: normal; TEXT-DECORATION: underline;}

