@charset "utf-8";

/* activities */

#act_left_mnu {
	width: 210px;
	background: #fff;
	float: left;
}
#act_cnt {
	float: left;
	padding: 0;
}
#act_cnt h5 { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #044c70;
	font-weight: bold;
	padding: 0 0 0 0;
}

#act_cnt h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #1b986c;
	font-weight: bold;
	padding: 14px 0 8px 0;
}
#act_bottom p {
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3b3c3c;
}

#act_menue {
	width: 210px;
}
#act_bottom {
	padding: 10px 0;
}

#act_menue > li { 
	list-style-type: none; 
	width: 210px;
	height: 24px;
	background: url(../gfx/layout/content/activities/btn_lft_a.png) top right no-repeat;
	padding: 0;
	margin: 14px 0 0 0;
}

#act_menue li a.act_menue_link:link, #act_menue li a.act_menue_link:visited, #act_menue li a.act_menue_link:active
{
	width: 210px;
	height: 16px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color: #006699;
	padding: 4px 0 0 20px;
	text-decoration: none;
}

#act_menue li a.act_menue_link:hover {
	text-decoration: underline;
}

#act_menue li.active {
	background: url(../gfx/layout/content/activities/btn_lft_b.png) top right no-repeat;
}
#act_menue li #active { padding-left:46px; }

/* submenue */
#act_menue > .act_submenue {
	background: none;
	height: auto;
}
.act_submenue > ul {
	padding: 0 0 0 74px;
	margin:0;
}

.act_submenue > ul li {
	list-style-type:disc;
	color:#006699;
	margin:0;
	padding:0;
}

.act_submenue > ul li a:link,
.act_submenue > ul li a:visited,
.act_submenue > ul li a:active {
	color:#006699;
	line-height: 1.4;
	text-decoration: none;
	font-size:10px;
}

.act_submenue > ul li a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#sub_active { font-weight: bold; }

/* ENDE Submenue */

#act_cnt_top_hg {
	background: url(../gfx/layout/content/activities/act_top_hg.png) bottom left no-repeat;
	height: 10px;
}

#act_cnt_hg {
	background: #e9f3fc;
	width: 620px;
	padding: 0 20px;
}

#act_cnt_bot_hg {
	background: url(../gfx/layout/content/activities/act_bot_hg.png) top left no-repeat;
	height: 11px;
}

ul.act_sub_menue {
	
}
ul.act_sub_menue li {
	list-style-type:square;
	background: none;
}
ul.act_sub_menue li a {
	display:block;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 11px;
	color:#006699;
	
}

#act_top{ text-align: center; }
/* END of activities */

.Stil9{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
}
.ferienhead {
	font-size: 14px;
	color: #006699;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #333;
	padding: 4px 2px 4px 0;
}

/* popups*/
#popupMietbedingungen{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:500px;
	width:720px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px 0 12px 0;
	font-size:11px;
	overflow: auto;
}
#popupRrs{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:500px;
	width:700px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
	overflow: auto;
}
/* popup links */
a.bluepopup:link, a.bluepopup:active, a.bluepopup:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #278dc0;
	text-decoration: underline;
	cursor: hand;
	voice-family: "\"}\"";
	voice-family:inherit;
	cursor: pointer;
}
a.bluepopup:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #278dc0;
	text-decoration: underline;
	cursor: hand;
	voice-family: "\"}\"";
	voice-family:inherit;
	cursor: pointer;
}
/* ende popups */

/* main design style sheets */
.datefields{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	width:120px;
	height: 18px;
	border: 1px solid #666;
}
#contact_form { width: 360px; }
.cnt_label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	width:100px;
	float: left;
	cursor: hand;
	voice-family: "\"}\"";
	voice-family:inherit;
	cursor: pointer;
}
.cnt_input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	float:left;
	width:220px;
	height: 18px;
	border: 1px solid #ccc;
	margin: 0 0 3px 10px;
}
.cnt_input[type="text"]:focus,
.cnt_input[type="password"]:focus,
.cnt_text:focus {
	background: #e9f3fc;
}
.cnt_text {
	height: 80px;
	border: 1px solid #ccc;
	margin: 0 0 3px 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	float:left;
	width:220px;
}

* { 
	margin: 0; 
	padding:0; 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
}
td strong { 
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; 
}

/* immobilien */

#imagesmall{
	float: left;
	width:135px;
	height: 90px;
}

#descsmall{
	float: left;
	width: 265px;	
}

/* ende immobilien */

table,tr,th,td,img,fieldset{ 
	border:0 none; 
}
body {
	background: url(../gfx/layout/header/head_hg.png) top left repeat-x;
}
#prices{
	width: 925px;
	margin:0;
	padding:0;
	background:#F4F4F4;
	margin-top:-6px;
	margin-bottom:0;
}
.backTop {
	width: 160px;
	height: 20px;
	float:right;
	margin: -14px 100px 0 0;
}
.normalTxt li {
	list-style-type: square;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 1.4;
	margin: 0 0 0 20px;
}
#mainborder {
	width: 925px;
	margin: 0 auto;
}

#header .img{
	float: left;
	width: 608px;
	height: 309px;	
}

/* navi at the top in blue hg */
.inputTop {
	border: 1px solid #000;
	width: 38px;
	height: 13px;
	margin: 0 4px 0 0;
	padding: 0;
}
#dateUntil{ margin-left:4px; }
#suchenButton{
	margin:0;
	padding: 2px 0 0 0;
}
#subu{
	padding:0;
	margin:0;
	width: 212px;
	height: 53px;
	background: url(../gfx/haeuser/suchen_buchen.png) top left no-repeat;
}
#suBuInner {
	padding: 28px 0 0 8px;
}

#subnavihg{
	background: url(../gfx/layout/header/subnavhg.png) top left no-repeat;
	width: 317px;
	float: left;
	margin: 14px 0 0 0;
	padding:0;
	overflow: hidden;
}
#subnavigat {
	margin:0 0 0 50px;
	padding:0;
	width: 267px;
	height: 22px;
	float: left;
}
#subnavigat li {
	list-style-type: none;
	float: left;
}
#subnavigat li a:link,  #subnavigat li a:visited, #subnavigat li a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	text-decoration: none;
}
#subnavigat li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	text-decoration: underline;
}
#break {
	margin: 0;
	padding:0 11px;
	width: 3px;
	height: 15px;
}
/* END: navi at the top in blue hg */

/* main navigation */
#mainnavi {
	width: 210px;	
	float: left;
	margin: 7px 0 0 54px;
}
#mainnavi li {
	list-style-type: none;
}
#mainnavi li.subnavi {
	margin: 0 0 0 40px;
	color: #006699;
	list-style-type: square;
	background: none;
	height: 17px;
}
#mainnavi li.subnavi a:link, #mainnavi li.subnavi a:active, #mainnavi li.subnavi a:visited {
	background: none;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: 100;
	height: 17px;
}
#mainnavi li.subnavi a:hover { 
	background: none;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 17px;
}
#mainnavi li a:link, #mainnavi li a:visited, #mainnavi li a:active {
	height: 22px;
	width: 210px;
	display: block;
	padding: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0 0 10px;
	background: url(../gfx/layout/header/mnav_hg_a.png) top left no-repeat;
}
#mainnavi li a:hover {
	background: url(../gfx/layout/header/mnav_hg_b.png) top left no-repeat;
	height: 22px;
	width: 210px;
	display: block;
	padding: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	font-weight: bold;
	text-decoration: none;

	padding: 4px 0 0 10px;
}
.subnavigation { display: none; }
/* END: main navigation */

/* content styles */
#leftCnt{
	width: 298px;
	float: left;
}
p, #popupMietbedingungen p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 1.4;
	text-align: justify;
	margin-bottom: 14px;
}
#rightCnt {
	float: left;
	width: 512px;
	margin-left:40px;
}
label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	padding-right:10px;
	vertical-align:middle;
}
#longCnt {
	width: 925px;
}
h1, #popupMietbedingungen h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #044c70;
	font-weight: bold;
	background: url(../gfx/layout/line_long.png) 0 20px no-repeat;
	margin-bottom:10px;
	padding-bottom:4px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	margin:0 0 6px 0;
}
p.green{ color: green; margin:0;padding:0;}
p.red { color: red; margin:0;padding:0;}
h3, #number, h3 strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #044c70;
	font-weight: bold;
	margin: 0 0 6px 0;
	padding-bottom:4px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #044c70;
	font-weight: bold;
	float:left;
}

#act_bottom img { padding: 4px 0 14px 14px; margin: 0; float: right; }

#number{
	font-size:18px;
}
.green{
	color:#209966;
}
#content {
	padding:10px 0 10px 10px;	
	width: 870px;
}
#smallhouses img{ margin:0; padding:0 6px 0 0; }
#gallery img {
	border: 1px solid #CCC;
	background: #fff;
	padding: 4px 4px 16px 4px;	
	margin: 10px 5px 10px 0;
}
/* END: content styles */

/* footer styles */
#footercontainer {
	background: url(../gfx/layout/footer/hg_footer.png) top left repeat-x;
	height: 204px;
	padding: 0;
	margin: 4px auto 0 auto;
	overflow: visible;
	clear:both;
}
#footer{
	width: 952px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	overflow: visible;
}
#footList {
	float: left;
	width: 190px;
	padding-right: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #044c70;
	margin: 20px 0 0 0;
	font-weight: bold;
}
#footlist li { 
	padding-bottom:10px;
}
#footList #sub {
	margin-left:12px;
	list-style-type: square;
	vertical-align:middle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #044c70;
	font-weight: 100;
	line-height: 1.4;
}
#sub a:link, #sub a:active, #sub a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #044c70;
	text-decoration: none;
}
#sub a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #044c70;
	text-decoration: underline;
}
/* END: Footer content styles */

/* buchungsformular */
#bookings {
	width: 100px;
	display: block;
	float: left;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	padding:0;
	margin:0;
	vertical-align:middle;
}
#bookings2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	padding:0;
	margin:0;
	vertical-align:middle;
}
.inputfields {
	width: 260px;
	color: #666;
	height: 18px;
	border: 1px solid #666;
	margin-bottom: 2px;
}
.txtfields {
	width: 260px;
	color: #666;
	height: 80px;
	border: 1px solid #666;
}
.selectfields {
	width: 160px;
	color: #333;
	color: #666;
	border: 1px solid #666;
}
label.error {
	border: none;
	color: red;
}
.inputfields.error { border: 1px solid red; }
.selectfields.error { border: 1px solid red; }

a:link.blue, a:active.blue, a:visited.blue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #278dc0;
	text-decoration: none;
}
a:hover.blue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #278dc0;
	text-decoration: underline;
}
/* ENDE Buchungsformular */


/* preisliste */

.table_prices {
	padding-left:10px;
	margin: 0 0 2px 0;
	width:510px;
}
.blue_head_prices {
	background:#a9b2d7;
	color:#000;
	font-weight:bold;
	padding: 3px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.prices_bold {
	background:#a9b2d7;
	color:#000;
	font-weight:bold;
	width:64px;
}
.prices_normal {
	background:#a9b2d7;
	color:#000;
	width:64px;
}
.price_images {
	padding:8px 0 0 0;
	width: 66px;
}
.price_descs {
	color:#000;
	padding: 8px 0 8px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#bottom {
	background: #a9b2d7;
	clear: both;
	padding:6px;
	margin:0;
	width: 852px;
	float: left;
}
#bottom p {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
	padding:0;
}
#bottom p strong {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
	padding:0;
}
/* ENDE: Preisliste */