body {
	background-image: url(../images/template/pagebg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
/*villages navbar*/
#villages{
	position: absolute;
	left: 220px;
	width: 200px;
	top: 2px;
    color: #fff;
	font : bold 10px Arial, Helvetica, sans-serif;
}
#villages ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}
#villages li {
	margin: 0 0 1px 0;
}
#villages a {
	/*/*/display: block;
	padding: 1px 2px 1px 5px;
	width: 100px;
	 /* */
}
#villages a:link, #villages a:visited {
	color: #fff;
	/*/*/color: #fff;
	text-decoration: none; /* */
}
#villages a:hover {
	background-color: #AFCDB3;
	color: #333;
}
/*main navbar*/
#information{
	position: absolute;
	left: 8px;
	top: 81px;	
	width: 760px;
}
#navigation {
margin: 0;
font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;

}
#navigation li {
list-style: none;
margin: 0;
display: inline;
width: 80px;
}
#navigation li a {
padding:  2px;
padding-left: 5px;
border-left : 1px solid #fff;
text-decoration: none;
color: #000;
width: 100%;
}
#navigation li a:hover {
background-color: #CCCC99;
}
/*sidebar*/
#sidebar{
	position: absolute;
	left: 550px;
	width: 200px;
	top: 110px;
	font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-left: 1px solid #eaeaea;
	border-bottom: 3px solid #eaeaea;
	padding-left: 5px;
	padding-bottom: 5px;
	color: #333;
}
#sidebar h2 {
	background-color: #693;
	font : bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 2px 2px 3px 5px;
	color: #fff;
	margin: 0px;
}
#sidebar h2 a {
	color: #fff;
	text-decoration : none;
}
#sidebar h2 a:hover {
	color: #fff;
	text-decoration : underline;
}
#sidebar p {
	margin: 5px;
	margin-right: 1px;
	padding-right: 2px;
    color: #666;
	border-right: 1px solid #EEE8AA;
}
#sidebar a {
	color: #993;
	text-decoration : none;
}
#sidebar a:hover {
	color: #693;
	text-decoration : underline;
}
#sidebar p.copyright{
	color: #990;
	font-weight: bold;
	border-right: none;
	text-align : center;
}
/*main content*/
#seefeld{
	position: absolute;
	left: 27px;
	width: 500px;
	top: 109px;
	font : 12px Verdana,  Arial, Helvetica, sans-serif;
	padding-left: 5px;
	color: #333;
}
#seefeld h1 {
	border-bottom: 1px solid #993;
	font : bold 16px Tahoma, Arial, Helvetica, sans-serif;
	padding: 0 0 3px 0;
	color: #993;
}
#seefeld h3 {
	font : bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #993;
	border-left: 34px solid #ECEFD2;
	border-bottom: 1px solid #ECEFD2;
	padding-left: 5px;
}
#seefeld  a{
	color: #993;
	}
#seefeld  a:hover{
	color: #693;
	}
#seefeld p.bottom {
	border: 1px solid #eaeaea;
	font : 10px Tahoma, Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #993;
	text-align: center;
}
#seefeld p.bottom a{
	color: #993;
	}
#seefeld p.bottom a:hover{
	color: #333;
	}
/*closer div*/
.closer {	
	clear: both;
	margin: 0;
}
/*styling*/
.seefeld{
	color: #999;
	font-weight : bold;
	}
.walk{
	color: #060;
	font-weight : bold;
	}
.ski{
	color: #009;
	font-weight : bold;
	}	
/*weather page*/
#weathertable {
	background-color: #fff;
	}
#weathertable td{
	background-color: #ecefd2;
	}
/*villages*/
.village {
    padding: 3px;
	margin-bottom: 10px;
    color: #333;
	}
/*accommodation*/
.hotelwerbung, div #werbung {
	width: 450px;
	margin: 20px;
	color: #663;
    background-color: #fff;
	padding: 3px;
    border: 1px solid #993;
}
.hotelwerbung p {
	margin-bottom: 0px;
}

table.accommodation {
	width: 500px;
    margin-bottom: 20px;
}

table.accommodation th{
	font : bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #993;
    background-color: #ECEFD2;
}
table.accommodation td{
	font : 12px Arial, Helvetica, sans-serif;
	color: #993;
    background-color: #F8F9EE;
}
table.accommodation td.phone{
	width: 125px;
}

/*images*/
.imageleftfloat {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

/*contact form*/
#contact {
	font : 12px Verdana,  Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
}
#contact td{
	padding: 5px;
}
input, textarea  { 
color: #993;
background-color: #F5F5F5; 
margin-bottom: 5px;
}
.required {
color: #a30000;
}
/*form spambot trap*/

.zip { 
visibility: hidden;
} 

/*index page*/
.austria {
	font-size : 10px;
	text-align : right;
}
.austria a {
	color : #999;
}
.orange {
	color : #f60;
}
.green{
	color : #060;
}
.grey{
	color : #999;
}

/* hotel availability styles*/
.checkavailability {
	text-align: right;
}