@charset "utf-8";
/* CSS Document */

html {overflow-y: scroll;}
img {border: none;}
a, .text {color: #990000; text-decoration: none; cursor:pointer;}
a:hover {font-weight: bold;}
a:focus {outline: none;}
a.quer {font-size: 11px; margin-left: 6px;}
a.links {text-decoration:underline;}
a.links:hover {font-weight: normal;}
a.text:hover {font-weight: normal;}
p {margin: 0px; margin-bottom: 18px;}
ul {margin: 0px; padding: 0px;}
li {list-style-type: none;}
h1, h2 { margin: 0px 0px 18px 0px; font-size: 18px; line-height: 27px; font-weight: normal; color: #990000;}
h3 { margin: 27px 0px 9px 0px; font-size: 18px; line-height: 27px; font-weight: normal; color: #990000;}
h4 { margin: 27px 0px 9px 0px; font-size: 13px; line-height: 18px; font-weight: bold;}
hr { height: 1px; color: #990000; margin: 0px;}

body {
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #777777;
	text-align: center;
	background-color: #993333;}
	
#corpus {
	position: relative;
	width: 1000px;
	height: 1240px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border-left: 10px solid #FFFFFF;
	border-right: 20px solid #FFFFFF;
	text-align: left;
	background-color: #FFFFFF;}

#logo {
	position: absolute;
	top: 117px;
	left: 10px;}

#titel {
	position: absolute;
	top: 0px;
	left: 290px;}
	
#navi-winter {
	position: absolute;
	top: 190px;
	left: 10px;
	width: 230px;
	height: 266px;
	background: url(images/navi-winter.jpg) no-repeat;
	font-size: 14px;
	line-height: 24px;}
	
#navi-sommer {
	position: absolute;
	top: 190px;
	left: 10px;
	width: 230px;
	height: 266px;
	background: url(images/navi-sommer.jpg) no-repeat;
	font-size: 14px;
	line-height: 24px;}
	
#navi-saison {
	position: absolute;
	top: 190px;
	left: 10px;
	width: 230px;
	height: 266px;
	background: url(images/navi-ferienwohnung.jpg) no-repeat;
	font-size: 14px;
	line-height: 24px;}

.navi1, .navi2, .navi3, .navi4, .aktiv {display: block; line-height: 24px; width: 230px; margin: 6px 0px 0px 10px;}
.aktiv {font-weight: bold;}
.navi2 {line-height: 53px; margin: 6px 0px 0px 10px;}
.navi3 {line-height: 50px; margin: 1px 0px 0px 10px;}
.navi4 {line-height: 52px; margin: 0px 0px 0px 10px;}

#adresse {
	position: absolute;
	top: 497px;
	left: 18px;
	width: 230px;
	height: 360px;
	font-size: 11px;
	line-height: 16px;}
	
#inhalt1a {
	position: absolute;
	top: 190px;
	left: 290px;
	width: 430px;
	background-color: #FFFFFF;}	
#inhalt1b {
	position: absolute;
	top: 190px;
	left: 290px;
	width: 230px;
	background-color: #FFFFFF;}
#inhalt1a li {list-style-type:disc; margin-left: 16px; margin-bottom: 8px;}
#inhalt1b li {list-style-type:disc; margin-left: 16px;}
	
#inhalt2 {
	position: absolute;
	top: 262px;
	left: 560px;
	width: 200px;
	background-color: #FFFFFF;}
	
#inhalt3 {
	position: absolute;
	top: 190px;
	left: 770px;
	width: 200px;
	background-color: #FFFFFF;}
#inhalt3 img {margin-bottom: 10px;}
.box-winter {
	display: block;
	width: 200px;
	height: 120px;
	margin-bottom: 10px;
	background-color: #7094b7;
	background-color: #6699CC;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
	padding: 15px;}
.box-sommer {
	display: block;
	width: 200px;
	height: 120px;
	margin-bottom: 10px;
	background-color: #FF9900;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
	padding: 15px;}

.akzent-winter {color: #336699;}
.akzent-sommer {color: #FF8800;}
	
#formular {
	margin-bottom: 16px;}
#formular td {
	vertical-align: top;}
textarea, input {
	margin: 0px;
	padding: 0px 0px 0px 4px;
	border: 1px solid #E5E5E5;
	background: none;
	width: 260px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #091e48;
	background-color:#E5E5E5;}
input.eingabe1 {width: 120px;}
textarea {
	height: 80px;}
.checkbox {
	width:16px;
	border: none;
	margin: 0px 6px 0px 0px;
	background-color: #FFFFFF;}
.buttons {
	padding: 0px;
	margin: 16px 8px 0px 0px;
	border: none;
	width: 120px;
	background-color: #990000;
	color: #FFFFFF;
	cursor:pointer;
	font-weight: bold;}
.buttons:hover {
	color: #FFFFFF;}
