
/* contact button * * * * * * * * * * */

a.buttoninfo, a.buttoninfo:link, a.buttoninfo:visited  {
	display: block;
	width: 160px;
	*	width: 203px;
	margin-top: 60px;
	text-decoration: none;
	padding: 5px 12px 5px 32px;
	background-image: url('/fileadmin/media/common/mail_multi.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #f68121;
	color: #FFFFFF;
}
a.buttoninfo:hover, a.buttoninfo:active {
	background-position: 0 -68px;
	background-color: #f9ac6d;
	color: #aa0000;
}

/* callback button * * * * * * * * * * */

a.callback, a.callback:link, a.callback:visited  {
	display: block;
	width: 160px;
	*	width: 203px;
	margin-top: 14px;
	text-decoration: none;
	padding: 5px 12px 5px 32px;
	background-image: url('/fileadmin/media/common/callback.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #f3f3f3;
	color: #767676;
}
a.callback:hover, a.callback:active {
	background-position: 0 -68px;
	background-color: #f7f7f7;
	color: #f68121;
}

.contact {
	margin-top: 50px;
}
.contact img {
	border: solid 1px #dddddd;
}
.contact a:hover img {
	border: solid 1px #f68121;
}

.weighahead, .enewsletter {
	margin-top: 30px;
}
.enewsletter a, .weighahead a {
	color: #999999;
}
.enewsletter a:hover, .weighahead a:hover {
	color: #f68121;
}
.enewsletter img, .weighahead img {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	margin-top: 4px;
}
.enewsletter a:hover img, .weighahead a:hover img {
	border-top: solid 1px #f68121;
	border-bottom: solid 1px #f68121;
}

