@charset "utf-8";

html {
	overflow-y: scroll;
}

body {
	background-color: #e9e9e9;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	margin: 0;
	padding: 0;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

#page {
	width: 1000px;
	text-align: left;
	margin: 40px auto 0;
}

#head {
	padding: 0 20px 2px;
}

#language {
	float: right;
	margin-top: 60px;
}

#logo {
    height: 122px;
}

#boxTop, #boxBottom {
    height: 12px;
}

#whiteBorder {
	border: solid #FFF;
	border-width: 0 2px;
	background-color: #fca636;
    margin-bottom: -1px;
}

#menu, #contact {
	height: 85px;
	padding-left: 22px;
}

#menu .button {
	float: left;
	width: 130px;
	height: 43px;
	background-repeat: no-repeat;
	margin: 19px 20px 0 0;
}

#menu a.button {
	background-position: -1px -53px;
}

#menu a.button:hover {
	background-position: -1px -106px;
}

#menu .infos { background-image: url(/images/buttons/pension_infos.gif); }
#menu .angebot { background-image: url(/images/buttons/pension_angebot.gif); }
#menu .anfrage { background-image: url(/images/buttons/pension_anfrage.gif); }
#menu .kontakt { background-image: url(/images/buttons/pension_kontakt.gif); }

#menu .infosEn { background-image: url(/images/buttons/pension_infos_en.gif); }
/*#menu .offer { background-image: url(/images/buttons/pension_offer.gif); }*/
/*#menu .facility { background-image: url(/images/buttons/pension_facility.gif); }*/
#menu .requests { background-image: url(/images/buttons/pension_requests.gif); }
#menu .availability { background-image: url(/images/buttons/pension_availability.gif); }
#menu .contact { background-image: url(/images/buttons/pension_contact.gif); }

#content {
	background-color: #fafafa;
	line-height: 21px;
}

#gallery, #contentRight {
	float: right;
}

#gallery {
	width: 637px;
	height: 477px;
	background-color: #E9E9E9;
	border-top: 2px solid #fafafa;
}

#contentRight {
	width: 637px;
    padding: 22px;
}

#contentLeft {
	width: 311px;
	padding: 22px 0 0 22px;
}

#content h1 {
	color: #444;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0;
}

#content h2 {
	color: #444;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 3px;
	padding: 0;
}

#contact {
	font-size: 13px;
}

#contact h3 {
	padding: 22px 0 15px;
	margin: 0;
}

#contact .contactType {
	float: left;
}

#contact .margin {
	margin-right: 35px;
}

#contact .car, #contact .phone, #contact .mail {
	padding-right: 5px;
	position: relative;
}

#contact .car { top: 4px; }
#contact .phone { top: 3px; }
#contact .mail { top: 2px; }

#footer {
	line-height: 50px;
	text-align: center;
}

#footer, #footer a {
    color: #666;
}
/*anfrage*/

.anfrage #contentLeft, .availability #contentLeft {
    width: 450px;
}

.anfrage #contentRight, .availability #contentRight{
    width: 470px;
}

.anfrage .selectelement.bxt, .availability .selectelement.bxt {
    WIDTH: 264px;
}

.anfrage .textfield.bxt, .availability .textfield.bxt {
    WIDTH: 260px;
}

.anfrage .textarea.txt, .availability .textarea.txt {
    WIDTH: 260px;
}

.anfrage .day.bxt, .availability .day.bxt {
    WIDTH: 80px;
}
.anfrage .mon.bxt, .availability .mon.bxt {
    WIDTH: 80px
}

.anfrage .year.bxt, .availability .year.bxt {
    WIDTH: 80px
}

.anfrage .errorMsg, .availability .errorMsg {
    CLEAR: both;
    COLOR: #e20074;
}