@charset "utf-8";
/* CSS Document */

body{
	background-color:#f6ebd9;
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
}

body,td{
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
	font-size:15px;
}

h1{
	font-size:16px;
	color:#7ac141;
}
h2{
	font-size:14px;
	color:#7ac141;
}
h4{
	font-size:11px;
	font-weight:normal;

}
.tekst-onder{
	font-size:11px;
	font-weight:normal;
	color:#666;
	text-align:center;
}
a.h4link:link{
	color:#000;
	text-decoration:none;
}
a.h4link:visited{
	color:#000;
	text-decoration:none;
}
a.h4link:active{
	color:#000;
	text-decoration:none;
}
a.h4link:hover{
	color:#999;
	text-decoration:none;
}
a.link{
	color:#000;
	text-decoration:none;
}
a.visited{
	color:#000;
	text-decoration:none;
}
aactive{
	color:#000;
	text-decoration:none;
}
a.hover{
	color:#999;
	text-decoration:none;
}
.Top{
	background:url(../img/Top_Banner.jpg) no-repeat;
	width:819px;
	height:411px;
	display:block;
}
.Bottom{
	background:url(../img/Bottom.jpg);
	width:819px;
	height:34px;
	display:block;
}
.Sides{
	width:50%;
}
.contentHolder{
	background:url(../img/Content_Back.jpg) repeat-y;
	padding-left:27px;
	padding-right:27px;
	padding-top:0px;
	padding-bottom:10px;
}
.Content{
	width:475px;
}
.Line{
	background-color:#333;
	width:1px;
}
.Callme{
	background:url(../img/CallMe_Back.jpg) no-repeat;
	height:279px;
	width:211px;
	padding-top:50px;
	padding-top:120px;
}
.callmeText{
	font-size:12px;
	color:#2f2f2f;
	text-align:right;
}
.callmeInput{
	font-size:12px;
	color:#ffffff;
	background-color:#CCC;
	width:100px;
	border:1px solid #666;
}
a.callmeButton{
	background:url(../img/ContactButton.png);
	height:33px;
	width:126px;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
a.callmeButton:link{
	color:#FFF;
}
a.callmeButton:visited{
	color:#FFF;
}
a.callmeButton:active{
	color:#636363;
}
a.callmeButton:hover{
	color:#636363;
}



