@charset "UTF-8";
/* CSS Document */

.banner {
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: 122px;
	width: 802px;
}

.wrapper {
	padding: 0px;
	width: 802px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.contentwrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	clear: both;
	float: left;
	width: 762px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.red {
	color: #E93729;
}
.ten {
	font-size: 10px;
}
.infotext {
	font-size: 14px;
}
.footer {
	background-image: url(images/footerbg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: 15px;
	width: 802px;
}
webadresshome {
	color: #4DB6F8;
}

.webhome {
	color: #4DB6F8;
	font-weight: bold;
	font-size: 18px;
}
a {
	font-size: 12px;
	color: #4DB6F8;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4DB6F8;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #4DB6F8;
}
