﻿@charset "utf-8";
/* CSS Document */
body {
	background-color: #75573a;
	margin: 0px;
	background-image: url(../images/lay-out/background.png);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
}
#wrapper {
	width: 802px;
	height: 690px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/lay-out/header.png);
	height: 125px;
	width: 802px;
	margin-top: 3px;
}
#pagewrap {
	width: 802px;
	height: 560px;
}
.rightfloat {
	float: right;
	margin-left: 10px;
}

#page {
	float: left;
	height: 557px;
	width: 634px;
	margin-top: 5px;
	background-image: url(../images/lay-out/page.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#pagetext {
	height: 537px;
	width: 609px;
	margin: 10px;
	overflow-y: auto;
	text-align: justify;
	padding-right: 5px;
	background-color: #C9FF94;
}
#pagetext a {
	color: #735538;
	text-decoration: underline;
}
#pagetext a:hover {
	color: #000;
}
#pagetext h1 {
	font-size: 18px;
	letter-spacing: 3px;
	color: #6C4F31;
}
#pagetext h2 {
	font-size: 14px;
	color: #6C4F31;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 3px;
}

#rightbar {
	height: 557px;
	width: 162px;
	margin-top: 5px;
	background-image: url(../images/lay-out/fotobar.png);
	margin-left: 6px;
	float: right;
}
.big {
	font-size: 14px;
	font-weight: bold;
}
ul.chalet {
	margin: 0px;
	padding-left: 20px;
}
ul.chalet li {
	padding-bottom: 5px;
	list-style-type: square;
}
ul.chalet li.arr {
	padding-bottom: 5px;
	text-decoration:underline;
	font-weight:bold;
	list-style-type: square;
}
ul.chalet li.arr ul li {
	text-decoration:none;
	font-weight:normal;
	list-style-type: circle;
}
#pagetext ul.chalet li.arr ul  {
	margin-top: 5px;
}

#pagetext ul.chalet li ul  {
	margin-top: 5px;
}
#pagetext .chalet li ul li {
	list-style-type: circle;
}
.fotoalbum {
	border: 1px solid #745639;
	padding: 5px;
	margin: 10px;
	height: 125px;
}
.fotoalbum .left{
	float: right;
	margin-left: 5px;
}



#footer {
	width: 802px;
	height: 14px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-size: 10px;
}
#footer a{
	color: #FFF;
	text-decoration: none;
}
#footer #right {
	float: right;
}

/*FORM*/
form {
	padding: 5px;
	border: 1px solid #75573A;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
label {
	display: block;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	color: #000;
	font-weight: bolder;
	font-size: 12px;
	vertical-align: top;
}
input {
	border:1px solid #666;
	color:#666;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 2px;
	width: 400px;
	margin-bottom:10px;
}
input.datum{
	width: 130px;
}
input.radio{
	width: 14px;
	height:14px;
	margin-bottom:0px;
	border:none;
}
textarea {
	width:400px;
	padding:2px;
	border:1px solid #666;
	height:80px;
	display:block;
	color:#666;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
input.button {
	margin: 0;
	color: #000;
	border: 1px solid #666;
	background-color: #FFF;
	background-image: url(../images/gradientbg.jpg);
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
	width: 100px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
/*MENU*/
#header ul#menu {
	position: relative;
	text-align:right;
	padding-right:12px;
	width:792px;
	right: 0px;
	top: 100px;
	color: #6D4F32;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}
#header li {
	display: inline;
}
#header li a {
	text-decoration: none;
	color: #6D4F32;
	margin-right: 2px;
	margin-left: 2px;
}
#header li a:hover {
	color: #FFF;
	text-decoration:underline;
}

