/* CSS Document */


body {
	background-image: url(../images/backgrounds/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	height: 30px;
	vertical-align: top;
}
form td div {
	position: relative;
}
h1, h2 {
	color:#6F7776;
	font-size: 18px;
	margin: 0 0 10px 0;
	line-height: 20px;
	font-weight: normal;
} 
h1 a, h1 a:visited  {
	color: #CC3300;
}
h1 a:hover {
	color: #000000;
}
h3 {
	color:#6F7776;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height: 20px;
	letter-spacing: 100%;
}
p {
	margin: 0px;
	line-height: 25px;
}
input, textarea {
	border: 1px solid #333333;
}
a, a:visited, a:active {
	color: #333333;
}
a:hover {
	color: #000;
}
ul {
	list-style-type: square;
	line-height: 20px;
}
a img {
	border: none;
	}

/*containers*/

#maincontainer {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#homebut {
	position: absolute;
}
#menu {
	background: url(../images/backgrounds/header.jpg);
	height: 57px;
	padding: 0 0 0px 715px;	
	margin: 0 0 8px 0;
	text-align: right;
}
#menu img {

}
#menu a {
	height: 14px;
	width: 85px;
	margin: 26px 0 0 0;
	float: left;
}
#menu span {
	display: none;
}
/*menu0*/
#menu a.menu0{
	background: url(../images/menu/menu0.gif) no-repeat;
	width: 20px;
}
#menu a.menu0:hover{
	background: url(../images/menu/menu0_f2.gif) no-repeat;
}
#menu a.menu0selected{
	background: url(../images/menu/menu0_f3.gif) no-repeat;
}
/*menu1*/
#menu a.menu1{
	background: url(../images/menu/menu1.gif) no-repeat;
}
#menu a.menu1:hover{
	background: url(../images/menu/menu1_f2.gif) no-repeat;
}
#menu a.menu1selected{
	background: url(../images/menu/menu1_f3.gif) no-repeat;
}
/*menu2*/
#menu a.menu2{
	background: url(../images/menu/menu2.gif) no-repeat;
}
#menu a.menu2:hover{
	background: url(../images/menu/menu2_f2.gif) no-repeat;
}
#menu a.menu2selected{
	background: url(../images/menu/menu2_f3.gif) no-repeat;
}
/*menu3*/
#menu a.menu3{
	background: url(../images/menu/menu3.gif) no-repeat;
	width: 75px;
}
#menu a.menu3:hover{
	background: url(../images/menu/menu3_f2.gif) no-repeat;
}
#menu a.menu3selected{
	background: url(../images/menu/menu3_f3.gif) no-repeat;
}

#content {
	width: 980px;
	background: #fff
}
#leftcontent {
	width: 735px;
	float: left;
	background: #FFFFFF url(../images/backgrounds/backbasic.jpg) no-repeat;
}
#leftcontent img {
	margin: 0 0 0 15px;	
}
#leftcontent table img {
	margin: 0 0 0 0px;	
}
#rightcontent {
	width: 245px;
	float: right;
	background: url(../images/backgrounds/rightarea1.gif) no-repeat; 
}
#rightcontent h1 {
	font-size: 26px;
	line-height: 36px;
}
#flashholder{
	height: 270px;
	margin: 0 0 20px 0;
}
#footer {
	padding: 0px;
	display: block;
	clear: both;
	height: 40px;
	background: url(../images/backgrounds/footer_back.png) repeat-x bottom;
	width: 980px;
	color: #FFF;	
	margin: 20px 0 0 0;
}
#footer h2 {
	clear: both;
	display: inline;
	margin: 20px;
}
#right1 {
	height: 270px;
}
#right1 a, #right1 a:visited {
	color: #FFFFFF;
}
#right1 a:hover{
	color: #D6EEA4;
}
#right1 h1 {
	color: #fff;
}
#right2 {
	background: #B2BABB;
}
#right2 h1 {
	color: #000;
}
#logos a img {
	text-align: center;
}
/*classes*/
.button {
	background: url(../images/backgrounds/button.jpg) repeat-x;
	height: 35px;
	color: #FFFFFF;
	padding: 6px 10px 14px 10px;
	display: block;
	cursor: hand;
}
.textareas {
	clear: both;
}
.areas {
	width: 244px;
	border-right: 1px dashed #404544;
	float: left;
	height: 200px;
}
.areaRight {
	border: 0px;
}
.innerarea {
	padding: 15px;
}
.required {
	color:#FF0000;
}
.errorMessage {
	position: absolute;
	top: -30px;
	left: 50px;
	background: url(../images/fielderror.gif) no-repeat;
	height: 30px;
	padding: 7px 4px 0 40px;
	color: #FFFFFF;
}
.fielderror {
	border: #FF0000 solid 1px;
}
.nostyle {
	border: none;
}
.aanbieding {
	background: url(../images/aanbieding.jpg) no-repeat;
	width: 735px;
	height: 270px;
}
.aanbieding h1 {
	width: 400px;
	line-height: 40px;
	font-size: 30px; 
	color: #FFFFFF;
	letter-spacing: 100%;
	min-height: 300px;
}

