@import url("layout.css");
@import url("menu.css");

#page {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;	
	color: #222;
}

a {
	color: #005F7E;
}

h1 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 300;
	font-size: 46px;
	color: #005F7E;
	margin: 0 0 8px 0;
}

h2 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 200;
	font-size: 22px;
	color: #949494;
	margin: 0 0 35px 0;
}

span.telfax {
	display: inline-block;
	width: 30px;
}

a.arrow {
	background: url(gfx/link.form.png) no-repeat left 50%;
	padding-left: 35px;
	font-size: 18px;
	display: block;
}

#vcard_link {
	margin: 20px auto 0 auto;
}

#form_link {
	margin: 10px auto 0 auto;
}

/* Formular */
#contact_email {
	width: 384px;
}

#contact input, #contact textarea {
	border: 3px solid #DEDEDE;
	border-radius: 6px;
	padding: 5px;
}

#contact input:focus, #contact textarea:focus {
	box-shadow: none;
	border-color: #C0E2ED;
}

#contact div.line {
	position: relative;
}

#contact label {
	position: absolute;
	top: 4px;
	left: 8px;
	font-weight: normal;
}

#or {
	padding: 0 5px;
	color: #949494;
}

#submit {
	background: #005F7E;
	border: 0 !important;
	border-radius: 4px !important;
	color: #fff;
	padding: 8px 20px !important;
}

.form_element_error {
	padding: 0 !important;
	background: #fff !important;
	border: 0 !important;
}

.form_error_messages {
	display: none !important;
}

.form_error {
	border-color: #F28A8A !important;
}

#page_impressum #page_margins {
	width: 600px;
}

