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

#content-contact h1 {
	text-transform:lowercase;
	padding-top:5px;
}

#content-contact #photo {
	float:left;
	width:420px;
	height:469px;
	padding-bottom:12px;
	position:relative;
	overflow:hidden;
}
#content-contact #photo .headerimage {
	position:absolute;
	left:0;
	top:0;
}
#content-contact #photo .image-changer {
	position:absolute;
	right:10px;
	bottom:20px;
}
#content-contact #information-contact {
	float:left;
	padding:0 15px;
	width:418px;
}
#content-contact #information-contact #logo img {
	padding:10px;
	background-color:#ffffff;
}
#content-contact #information-contact .submenu-horizontal {
	font-size:10px;
}

.information-contact-content {
	padding-top:20px;	
}
.information-contact-content .link {
	font-weight:bold;
	font-size:11px;
	line-height:14px;
}
.information-contact-content #map {
	width:418px;
	height:209px;
}

table.data tr td {
	vertical-align:top;	
	padding-bottom:2px;
}

form {
	padding:0;
	margin:10px 0 0 0;
}
form .field {
	float:left;
	width:205px;
}
form .field-large {
	width:410px;	
}
form .field input,
form .field textarea,
form .field select {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding:0;
	margin:1px;
	width:105px;
}
form .field-large input {
	width:310px;	
}
form .field-large textarea {
	width:310px;	
	height:40px;
}
form .field-large select {
	width:200px;	
}
form .field label {
	width:80px;	
	float:left;
}
form .checkbox input {
	margin:0;
}
form .checkbox a {
	text-decoration:underline;	
}
form .buttons {
	text-align:right;
	padding-top:15px;
	padding-right:35px;
}
form .field a {
	color:#990000;	
	font-weight:bold;
}