@charset "utf-8";

body {
	background-color: #f5f3f2;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

a {
	text-decoration: none;
	color: #009fb4;
}

a:hover {
	text-decoration: underline;
}

.clear {
	border: 0;
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
	line-height: 0;
}

.error {
	color: #FF0000;
}

/* Layout */
#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

/* colored box on homepage */
#colorbox { display: none; }

/* Header */
#header {
	position: relative;
	height: 115px;
	border-bottom: 1px solid #472f34;
}

/* Logo */
#logo {
	position: absolute;
	bottom: 15px;
}

/* Language navi */
#lang {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0px;
	height: 15px;
	line-height: 15px;
}

#lang li {
	float: left;
}

#lang li a {
	font-size: 16px;
	line-height: 16px;
	color: #472f34;
	margin-left: 22px;
	font-weight: bold;
}

#lang li.active a,
#lang li a:hover {
	color: #009fb4;
	text-decoration: none;
}

/* Header 2 */
#header2 {
	height: 100px;
	background-image: url(../images/auberge/castle.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	border-bottom: 1px solid #472f34;
	margin-bottom: 40px;
}

#phone,
#country,
#address {
	float: right;
	margin-left: 30px;
	margin-top: 17px;
	font-size: 12px;
	color: #472f34;
}

/* Left column */
#left {
	width: 180px;
	float: left;
}

/* Navigation */
#navi {
	position: relative;
	top: 30px;
}

#navi,
#subnavi {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
}

#navi li a,
#subnavi li a {
	color: #472f34;
	text-transform: uppercase;
	line-height: 24px;
	font-weight: bold;
}

#subnavi {
	margin-left: 20px;
}

#navi li.active a,
#navi li a:hover,
#subnavi li.active a,
#subnavi li a:hover {
	color: #009fb4;
	text-decoration: none;
}

li.spacer {
	color: #472f34;
}

/* Logos */
#logos {
	margin-top: 30px;
	position: relative;
	text-align: center;
	top: 30px;
	width: 100px;
}

#logos img { margin-bottom: 20px; }

/* Content */
#content {
	width: 500px;
	float: left;
	margin: 0 25px;
}

/* Right column */
#right {
	width: 170px;
	float: left;
}

/* Content formatting */
#main-wrapper {
	font-size: 12px;
}

h1,
h2 {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	color: #472f34;
	font-weight: normal;
}

h1 {
	text-transform: uppercase;
}

p.align-left { text-align: left; }
p.align-right { text-align: right; }
p.align-center { text-align: center; }
p.align-justify { text-align: justify; }

p.highlight,
span.highlight {
	font-weight: bold;
	text-transform: uppercase;
	color: #009fb4;
}

a:hover {
	text-decoration: underline;
}

.csc-firstHeader {
	margin-top: 0;
}

/* reservation button */
a.reservationbutton {
	display: inline-block;
	background-color: #0096b5;
	color: #FFFFFF;
	padding: 6px 12px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

a.reservationbutton:hover {
	background-color: transparent;
	color: #0096b5;
}

/* mailform */
div.tx-pilmailform-pi1 .form-row {
	padding: 5px 0;
}

div.tx-pilmailform-pi1 .note {
	font-weight: bold;
	text-align: center;
}

div.tx-pilmailform-pi1 label {
	display: inline-block;
	width: 200px;
	height: 20px;
	line-height: 20px;
	text-align: right;
	vertical-align: top;
}

div.tx-pilmailform-pi1 .req {
	font-weight: bold;
}

div.tx-pilmailform-pi1 .textbox {
	border: 1px solid #A5ACB2;
	height: 15px;
	width: 250px;
}

div.tx-pilmailform-pi1 .textarea {
	border: 1px solid #A5ACB2;
	height: 50px;
	width: 250px;
}

div.tx-pilmailform-pi1 .buttons {
	text-align: center;
}
