@charset "utf-8";
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #4f4f4f;
}

body {
	background-image: url(../images/uwebdesign_background.png);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFF;
}

#container {
	height: auto;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	height: 105px;
	width: 250px;
}

#banner {
	float: left;
	height: 330px;
	width: 350px;
	background-image: url(../images/uwebdesign_homebanner.png);
	background-repeat: no-repeat;
	padding-left: 525px;
	padding-top: 40px;
	color: #7f7f7f;
	padding-right: 80px;
}


#content {
	float: left;
	height: 319px;
	width: 955px;
	color: #FFF;
	background-image: url(../images/uwebdesign_contentline.png);
	background-repeat: repeat-y;
	background-position: right;
}
#leftcontent {
	float: left;
	height: 299px;
	width: 260px;
	background-image: url(../images/uwebdesign_contentline.png);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
}

#midcontent {
	float: left;
	height: 299px;
	width: 260px;
	background-image: url(../images/uwebdesign_contentline.png);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 15px;
	padding-top: 20px;
	padding-right: 15px;
}
#rightcontent {
	float: left;
	height: 299px;
	width: 345px;
	background-image: url(../images/uwebdesign_contentline.png);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 15px;
	padding-top: 20px;
	padding-right: 15px;
}



#footer {
	float: left;
	height: 115px;
	width: 955px;
}
#footer_info {
	float: left;
	height: 25px;
	width: 400px;
	font-size: 10px;
	margin-top: 50px;
	margin-left: 20px;
	color: #7f7f7f;
}
#footer_info a {
	color: #7f7f7f;
	text-decoration:none;
}
#footer_info a:hover {
	color: #a40505;
}
#footer_social {
	float: left;
	height: 35px;
	width: 113px;
	font-size: 10px;
	margin-top: 40px;
	margin-left: 380px;
}
.redcolor {
	color: #a40505;
}
.meerdiensten_button {
	width: 262px;
	height: 36px;
	display: block;
	background-image: url(../images/rolloverbuttons/meerdiensten_button.png);
}

.meerdiensten_button:hover {
	background-position: 0px -36px;
}


.leesmeer_button {
	width: 90px;
	height: 30px;
	display: block;
	background-image: url(../images/rolloverbuttons/leesmeer_button.png);
	margin-left: 160px;
	margin-top: 27px;
}


.leesmeer_button:hover {
	background-position: 0px -30px;
}


.leesmeer_button2 {
	width: 90px;
	height: 30px;
	display: block;
	background-image: url(../images/rolloverbuttons/leesmeer_button.png);
	margin-top: 80px;
	margin-left: 160px;
}

.leesmeer_button2:hover {
	background-position: 0px -30px;
}
