/* CSS-Coding by complEed nv    -     Gerald De Peuter */
/* =================================================== */
/* Address: Schietstandlaan 5 - 2300 Turnhout, Belgium */
/* URL: www.compleed.com - E-mail: gerald@compleed.com */
/* =================================================== */

/* general tags */
html, body, td, tr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#a8a8a8;
}
html, body{
background-image:url(../images/layout/bg.jpg);
background-position:top;
background-repeat:repeat-x;
background-color:#dedede;
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #f7941d;
}
a:hover {
	text-decoration: underline;
	color: #f7941d;
}

form {
	margin:0px;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	border:1px solid #a2a2a2;
	height:16px;
	padding:0px;
	vertical-align:middle;
}
textarea {
	height:75px;
}
.title {
	font-size: 13px;
}
.layout2_titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FF0000;
}
.layout2_tekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#999999;
}
.grijs_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#f59d33;
}
.menu {
	color: #f7941d;
}
.menu a{
	text-decoration: none;
	color: #f7941d;
}
.menu a:hover {
	text-decoration: none;
	color: #6d6d6d;		
}

.pictures_active {
	color: #010066;
}
.pictures_active a{
	text-decoration: none;
	color: #010066;
}
.pictures_active a:hover {
	text-decoration: underline;
	color: #010066;		
}

.pictures_pasive {
	color: #ffffff;		
}
.pictures_pasive a{
	text-decoration: none;
	color: #ffffff;		
}
.pictures_pasive a:hover {
	text-decoration: underline;
	color: #ffffff;			
}

/* CSS-Coding by Gerald De Peuter */

