@CHARSET "UTF-8";

.contact_name
{
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
	font-size: large;
	color: #AC0009;
	border-bottom: #000 solid 2px;
	margin: 0 0 20px 0;
}

.contact_adress
{
	margin: 20px 0 0 20px;
	background: url('../images/icons/building.png') left top no-repeat;
	padding-left: 25px;
}

.contact_phone
{
	margin: 20px 0 0 20px;
	background: url('../images/icons/telephone.png') left no-repeat;
	padding-left: 25px;
}

.contact_mail
{
	margin: 20px 0 0 20px;
	background: url('../images/icons/email.png') left top no-repeat;
	padding-left: 25px;
}

.contact_mail a
{
	padding: 2px 3px 4px 10px;
	line-height: 30px;
	text-decoration: none;	
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background: #999;
}

.contact_mail a:hover
{
	background: #AC0009;
}

.contact_mail a span
{
	background: url('../images/icons/site_linkbutton_icon.png') right no-repeat;
	color: #fff;
	font-size: small;
	padding: 2px 30px 2px 2px;
	font-weight: bold;
}
.main
{
	background: url("/images/background/background_contact.jpg") no-repeat top right;
}