/*** GENERAL ***/

html, body, h1, h2, h3, p, table, input, textarea, legend, .content, .button {
  font: 11px/130% Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
  border: 0;
}
img {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
	background: url(/images/bg.gif) repeat-y;
}
blockquote p {
  font-weight: bold;
}
cite {
  font-size: 10px;
	font-weight: normal;
	font-style: italic;
}
select, select.content {
 	background-color: #FFFFA0;
	border: 1px solid #1A602A;
}

/* Links */
a {
	/*WINTER: 
	color: #437FB1;*/
	/*SUMMER:*/
	color: #3DBD0A;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#footer a, #wko a {
	font-size: 10px;
	color: #333;
}
#utilities a, #bottomnav a {
 	font-size: 10px;
	/*WINTER: 
	color: #437FB1;*/
	/*SUMMER:*/
	color: #3DBD0A;
}
#path a {
	color: #333;
}
#maincontent a {
  font: 12px/130% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Classes */

.rightlink {
	font-weight: bold;
	text-align: right;
	margin-top: 1px;
}
.form {
	padding: 3px 11px 3px 11px;
}
.inv  {
  position: absolute;
	top: -100px;
	color: #000;
	font-size: 1px;
	line-height: 0;
	margin: 0;
	visibility: hidden;
}
.small {
  font-size: 10px;
	font-weight: normal;
	font-style: normal;
}
.highlight {
  color: #DF1212;
}
.bold {
	font-weight: bold;
}
.border {
  border: 1px #000000 solid;
}
.borderblue {
	border: 1px #437FB1 solid;
}
.left {
  float: left;
	margin: 0 0 8px 0;
	padding: 0;
}
.right {
  float: right;
	margin: 0 0 8px 0;
	padding: 0;
}
.center {
  text-align: center;
}
.alignleft {
	text-align: left;
}
.clear {
  clear: both;
}
.w100 {
  width: 100%;
}
.edit {
	background-color: #FFF;
	border: 1px #333 dashed;
}
.cmslink {
  	text-decoration: none;
	cursor: text;
}
.bggrey {
	background: #EEE;
}

#maincontent p.nospace, #maincontent ul.nospace {
  padding: 0;
	margin: 0;
}
#maincontent .smallgap {
 	margin: 0 0 4px 0;
	padding: 0;
}
#maincontent .biggap {
  	margin: 0 0 15px 0;
	padding: 0;
}

#layerviewer .layerthumb {
  float: right;
	height: 32px;
	padding: 0;
	margin: 0 0 5px 5px;
	border: 1px solid #999;
}
#layerviewer .active {
  float: right;
	height: 32px;
	padding: 0;
	margin: 0 0 5px 5px;
  border: 1px solid #97222A;
}
#layerviewer .layerPic {
  clear: both;
	text-align: center;
	border: 1px solid #97222A;
	padding: 0;
	height: 300px;
	width: 470px;   /* #maincontent - 2px */
	margin-bottom: 5px;
}
#layerviewer .thumbRow {
 	width: 100%;
	padding: 0;
	margin: 0;
}
#layerviewer .hidden, .hidden {
	display: none; 
}


/* Tables */

#preisliste {
  margin: 20px 0;
}
#preisliste td p {
  margin: 0 0 4px 0;
}

table {
  margin: 5px 0 5px 0;
}
td {
  margin: 0;
  padding: 3px;
  background: #eee;
	font-size: 12px;
}
#weatherbox td {
  background: none;
	font-size: 12px;
}

td.empty {
  background: none;
}
td.typen {
  background: #ddd;
	font-weight: bold;
}
td.headersommer, td.headerwinter {
 	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
td.headersommer {
  background: #12A510;
}
td.headerwinter {
  background: #1155BC;
} 
td.nssommer, td.hssommer, td.nswinter, td.hswinter {
  font-weight: bold;
	text-align: center;
	color: #fff;
}
td.nssommer {
  background: #83D463;
}
td.hssommer {
  background: #3DBD0A;
}
td.nswinter {
  background: #74AEDE;  
}
td.hswinter {
  background: #437FB1;
}

table.pt {
	width: 500px;
	margin-bottom: 20px;
	background: #E8FAE1;
}
table.pt td {
	padding: 4px;
	background: #E8FAE1;
}
table.pt td.headline {
	text-align: center; 
	background: #3DBD0A;
	border: 0;
	padding: 3px 0 2px 0;
}
td.highlight {
  font-weight: bold;
	white-space: nowrap;
	width: 1%;
	text-align: left;
	color: #333;
	vertical-align: top;
}
td.normal {
  font-weight: normal;
	font-style: normal;
}
td.narrow {
  white-space: nowrap;
	width: 1%;
}

/*** MAIN LAYOUT ***/

#container {
  text-align: left;
	position: relative;
	width: 100%; 
	min-width: 770px; 
	/*overflow: hidden; */
}
#leftpanel {
  /*background: url(../images/left/bg-leftpanel.gif) no-repeat; */
	position: relative;
	width: 200px;
	margin: 0;
	float: left;
	clear: both;
}
#contentarea {
  	/*position: relative;*/
	width: 397px;
	margin: 15px 0 0 15px;
	float: left;
	/*clear: right;*/
}

#rightpanel {
	width: 224px;  
	position: absolute; 
	left: 790px;
	top: 150px;  
}

#footer {
  	position: relative;
	margin-top: 35px;
}


/*** TOP ***/

#topwrap {
	width: 770px;
	height: 330px; 
/*	position: relative; */
	left: 0;
/*	top: 0;  */
	z-index: 2;
}
#roomlinks {
	position: absolute;
	top: 70px;
	left: 20px;
	z-index: 5;
}

#address {
	position: absolute;
	top: 7px;
	left: 20px;
	z-index: 4;
}
#address h2 {
	font-size: 12px;
	font-weight: bold;
	/*WINTER: 
	color: #437FB1;*/
	/*SUMMER:*/
	color: #3DBD0A;
}
#address .biggap {
  margin: 0 0 5px 0;
	padding: 0;
}
#logo {
	position: absolute;
	width: 600px;
	height: 90px;
	top: 0;
	left: 0;
	z-index: 3;
}
#topimage {
	height: 210px;
	width: 600px;
	position: absolute; 
	top: 90px;
	left: 0;
	z-index: 1;
}
#startimage {
	height: 300px;
	width: 600px;
	position: absolute; 
	top: 0;
	left: 0;
	z-index: 1;
}
#utilities {
	position: absolute;
	left: 620px;
	top: 7px;
	z-index: 10;
	color: #437FB1;
	font-size: 10px;
}
#path {
	position: absolute;
	left: 620px;
	top: 306px;
	z-index: 10;
	color: #437FB1;
	font-size: 10px;
	color: #333;
}

#booking {
	position: relative;
	background: #E8FAE1;
	margin-top: -30px;
	width: 200px;
	z-index: 10;
	padding-bottom: 14px;
}


/*** LEFT PANEL ***/

#leftpanel h1, #leftpanel h2 {
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	color: #437FB1;
	padding: 3px 3px 0 0;
}
#leftpanel h2 {
 	font-size: 13px;
	margin-top: 3px;
}
#leftpanel p {
  padding: 3px 3px 0 27px;
}
#logoarea {
	position: relative;
	margin-top: 20px;
	width: 200px;
	text-align: center;
}

/* subnav */

#anfrage, #contactInfo, #news {
  width: 165px;
	background: #FFF;
	margin: 20px 0 0 15px;
}

/* news */

#news ul {
	margin: 0;
	margin-top: -3px;
	padding: 2px 0 2px 0;
	background: #1A602A;
}

#news p {
	margin-top: -3px;
	padding: 4px 4px 10px 8px;
	border: 1px solid #1A602A;
}

#news li a {
   	background: #1A602A url(../nav/left/arrow-gold.gif) no-repeat 11px 9px;
	padding: 3px 0 0 27px;
	color: #FFF;
	font-weight: bold;
   	text-decoration: none;
	display: block; 
	height: 18px; 
 }
#news li a:hover, #news .active {
	background: #1A602A url(../nav/left/arrow-gold.gif) no-repeat 11px 9px; 
   	padding: 3px 0 0 27px;
   	color: #FFF;
	font-weight: bold;
   	text-decoration: none;
   	display: block;
	height: 18px;
}


/* Anfrage */

#anfrage {
	margin-top: 33px;
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 1px solid #97222A;
	padding: 0;
	padding-left: 8px;
	background-color: #eee;
}
legend {
	font-weight: bold;
	color: #333;
}
.input {
	border: 1px solid #1A602A;
	padding: 2px; 
}
.button {
  margin-top: 5px;
	padding-right: 5px;
	border: 1px solid #1A602A;
	background: #FFF;
	color: #1A602A;;
	font-weight: bold;
	text-align: center;
}
.contactleft {
  width: 100px;
	height: 10px;
	margin-right: 10px;
	padding-top: 2px;
}

#name, #vorname, #email, #telefon, #fax, #strasse, #land {
  width: 200px;
}
#plz {
  width: 40px;
}
#ort {
  width: 141px;
}
#sonstiges {
  width: 310px;
}
#contactFormSubmitted {
  margin: 10px 0 0 152px;
}
#personenleft {
  width: 168px;
}


/*** CONTENT AREA ***/

#maincontent ul, #maincontent p {
	margin: 0 0 8px 0;
	padding: 0;
	font: 12px/130% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#maincontent p { 
	line-height: 18px;
}
#maincontent ul li {
  background: url(../nav/left/circle-green.gif) no-repeat 5px 8px;
	padding: 3px 0 0 21px;
	line-height: 16px;
	list-style-type: none;
	display: block; 
}
#maincontent ol li {
  padding: 3px 0 0 0;
  line-height: 16px;
}
#maincontent li .sub {
  background: url(../nav/left/circle-green.gif) no-repeat 5px 8px;
}

/* maincontent */

#maincontent {
	width: 520px;
	margin: 0;
	font: 12px/130% Verdana, Geneva, Arial, Helvetica, sans-serif;
	min-height: 450px;
}
#maincontent h1 {
	font-size: 22px;
	/*WINTER: 
	color: #437FB1;*/
	/*SUMMER:*/
	color: #3DBD0A;
	margin: 1px 0 15px 0;
	padding: 2px 0 2px 0;
}
#maincontent h2, #rightpanel h1, .heading2 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 8px 0;
	/*WINTER: 
	color: #437FB1;*/
	/*SUMMER:*/
	color: #3DBD0A;
}
#maincontent h3, .heading3 {
  font-weight: bold;
	color: #000;
	font-size: 13px;
}
#contactform h3 {
  margin: 14px 0 8px 0;
	font-size: 12px;
	color: #437FB1;
}

/* E-cards Gallery */
#photos {
	margin-top: 20px;
	width: 100%;
	padding: 0;
	text-align: center;
}
#ecard {
	width: 495px;
	padding: 0;
	margin: 0;
}
#paper {
	width: 478px;
	padding: 10px;
	background: #FFFFFF url(../ecards/images/paper.jpg) repeat; 
}
.error {
	font-color: red;
	font-weight: bold;
	font-size: 13px;
}
.ecards {
	border: 1px solid #1A602A;
	margin: 5px;
}
.ecardborder {
	border: 1px solid #1A602A;
}

/* LayerViewer */

#layerviewer {
  width: 100%;
	margin-top: 20px;
	position: relative;
}

/* Sitemap */

div#sitemap {
  padding: 0;
	margin: 0;
}
div#sitemap ul {
  background: url(../nav/exim.gif) repeat-y 0 0;
  padding: 0 0 0 24px;
  margin: 0 0 0 -24px;
  list-style-type: none;
}
div#sitemap ul.root {
  background-image: none;
}
div#sitemap li {
  background: url(../nav/extm.gif) no-repeat 0 0;
  padding: 0 0 0 24px;
  margin: 0;
  list-style-type: none;
  line-height: 16px;
	white-space: nowrap;
}
div#sitemap li.top {
 	font-weight: bold;
	color: #333;
}
div#sitemap li.last {
  background: url(../nav/exlm.gif) no-repeat 0 0;
	padding-bottom: 4px;
}

/* Weather Info */

#weatherbox {
	position: relative;
	width: 192px;
	padding: 4px;
	background: #F5FAFE;
	margin: 0;
}
.weather {
	padding: 5px 0 0 16px;
}
.water {
	padding: 5px 0 0 16px;
}
.snow {
	padding: 5px 0 0 16px;
}

/*** FOOTER ***/

/* Arrow Line */

#arrowline {
  	width: 530px;
	height: 12px;
	position: relative;
	top: 20px;
	clear: both;
}
#arrowback {
	vertical-align: top;
	height: 15px;
	float: left;
}
#arrowtop {
  	vertical-align: top;
  	text-align: right;
	height: 15px;
}

/* Bottom Nav */

#bottomnav {
	padding: 0;
	font-size: 10px;
  	color: #1A602A;
	width: 540px;
	text-align: center;
}

/* WKO, Copyright */

#copyright {
 	position: relative;
	font-size:10px;
	height: 30px;
	width: 112px;
	left: -170px;
	top: -40px;
}

#companyinfo {
	position: relative;
	background: #E7E7E7;
	margin-top: 10px;
	padding-left: 9px;
	float: left;
	height: 40px;
	text-align: left;
	width: 545px;
}


/*** MAP 24 ***/

#map24 .map24_input, #map24 .map24_list, #map24 .map24_text, #map24 .map24_title {
  font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#map24 .blockborder {
  width: 200px;
  border: 1px #bebebe solid;
}	
#map24 .map24_title {
  background: url(../images/routeto_header.gif) no-repeat;
  color: #fff; 
	padding: 31px 0 0 10px;
	font-weight: bold;
	height: 51px;
}
#map24 .map24_padding {
  padding-left: 10px;
	background-color: #EDEFF1;
	height: 18px;
}
#map24 .map24_cell {
  padding: 5px 5px 5px 10px;
	background-color: #F8F9FA;
}
#map24 .map24_input {
  background-color: #fff;
	width: 232px;
	color: #0D3D6A;
	border: 1px #bebebe solid;
}
#map24 .map24_list {
  background-color: #fff; 
	border-style: groove;
	font-size: 9px;
}
#map24 .map24_text {
  color: #586A75;
}
#map24 #scity {
  width: 136px;
}
#map24 #scountry {
  width: 178px;
}

