@charset "utf-8";
* {
	margin:0px;
	padding:0px;
}
body  {
	font: 100% Verdana, Geneva, sans-serif;
	background: #20464f;
	margin: 0;
	padding: 0;
	text-align: center;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container {
	min-width: 780px;
	max-width:850px;
	background: #20464f;
	margin: 20px auto 0px auto;
	text-align: left;
}
#sidebar {
	float: left;
	width: 245px;
	height:515px;
	background: url(../images/navi-trans.png) no-repeat;
}
#sub-header {
	height: 30px;
	letter-spacing: 2px;
	font-size: 0.7em;
}
.mainContent {
	height:485px;
	padding-right:90px;
	background: url(../images/bg-main.jpg) no-repeat right;
}
.photos-bg, .contact-bg, .appartements-bg {
	background: url(../images/bg-photos.jpg) no-repeat right;
}
.baden {
	background: url(../images/bg-baden.jpg) no-repeat right;
}
.map-bg {
	background: url(../images/bg-map.jpg) no-repeat right;
}
.content {
	text-align:justify;
	position: relative;
	top: 260px;
	height:185px;
	overflow:auto;
	line-height: 120%;
	outline:none;
}
.contact, .appartements {
	top: 90px;
	height:auto;
}
.photos {
	top: 10px;
	height:auto;
}
.map {
	top:35px;
	height:auto;
}
.appartements {
	height:340px;
}
.contact input, .contact textarea {
	color:#50483d;
	border: #086282 solid 1px;
	background-color:transparent;
	margin:5px;
	padding: 1px;
	font: 80% Trebuchet MS, Arial, Helvetica, sans-serif;
}
.contact textarea:focus, .contact input:focus {
	border: 1px solid #900;
}

.contact label {
	color:#50483d;
	margin-right:7px;
	font-size:0.8em;
}
#cmdSend {
	border: 2px #086282 double;
	font-weight:bold;
	letter-spacing:1px;
}
#firstP {
	padding-right:15px;
	font-size: 0.9em;
	color: #086282;
	padding-bottom:10px;
}
#secondP {
	padding-bottom:10px;
	padding-right:15px;
	font-size: 0.8em;
	color: #50483d;
}
#separator {
	background: url(../images/separator-trans.png) no-repeat center center;
	height: 10px;
	margin: 5px auto;
	margin-right: 9px;
}
#lang-holder {
	margin-top: 10px;
	margin-left: -7px;
	float: left;
}
#impr-holder {
	word-spacing: 5px;
	margin-top: 10px;
	padding-right: 8px;
	float: right;
}
.header-list li {
	display: inline;
}
a {
	outline:none;
}
a img {
	border: none;
}
.content a {
	text-decoration: none;
	outline: none;
}
.content a:link, .content a:visited, .content a:hover {
	color: #086282;
}
#sub-header a {
	text-decoration: none;
	outline: none;
}
#sub-header a:link, #sub-header a:visited {
	color: #aaa;
}
#sub-header a:active {
	color: #eee;
}
#sub-header a:hover {
	color: #333;
	background: #f9f4e1;
}

