body {
	margin: 0;
	padding: 0;
	font: 62.5%/1.7em Arial, Verdana, "Trebuchet MS",  sans-serif;
	color: #555;
	text-align: center;
	background-color: #336699;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
} 	

a:link, a:visited {
	color: #336699;
}

img {
	border: none;
}
 
#wrap{ 
 width:760px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto; 
 background-color: #FFF; 
} 
 
#header{
	position: relative;
	height: 66px;
	width: 100%;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: 100;
	line-height: 60px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-color: #39597E;
} 


ul#topnav {
	margin: 0;
	padding: 0;
	height: 34px;
	background: url(images/but_bg.gif) no-repeat;
}

ul#topnav li, ul#topnav li a {
 display: block;
 margin: 0; 
 padding: 0;
 height: 34px;
 float: left;
 list-style: none;
}
		
		
/* link code for */
ul#topnav li.home a {
	height:34px;
	display: block;
	background-image: url(images/nav_home.gif);
	background-repeat: no-repeat;
}
ul#topnav  li.accommod  a {
	height:34px;
	display: block;
	background-image: url(images/nav_accommod.gif);
	background-repeat: no-repeat;
}

ul#topnav  li.flights  a {
	height:34px;
	display: block;
	background-image: url(images/nav_flights.gif);
	background-repeat: no-repeat;
}

ul#topnav  li.webcam  a {
	height:34px;
	display: block;
	background-image: url(images/nav_webcam.gif);
	background-repeat: no-repeat;
}

ul#topnav li.car a {
	height:34px;
	display: block;
	background-image: url(images/nav_car.gif);
	background-repeat: no-repeat;
}
ul#topnav  li.contact  a {
	height:34px;
	display: block;
	background-image: url(images/nav_contact.gif);
	background-repeat: no-repeat;
}
ul#topnav  li.de  a {
	height:34px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(images/nav_de.gif);
}
ul#topnav  li.hu  a {
	height:34px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(images/nav_hu.gif);
}

ul#topnav  li.gb  a {
	height:34px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(images/nav_gb.gif);
}

ul#topnav  li.unterkunft  a {
	height:34px;
	display: block;
	background-image: url(images/nav_de_unterkunft.gif);
	background-repeat: no-repeat;
}

ul#topnav  li.flug  a {
	height:34px;
	display: block;
	background-image: url(images/nav_de_flug.gif);
	background-repeat: no-repeat;
}


ul#topnav li.mietwagen a {
	height:34px;
	display: block;
	background-image: url(images/nav_de_mietwagen.gif);
	background-repeat: no-repeat;
}

ul#topnav li.kontakt a {
	height:34px;
	display: block;
	background-image: url(images/nav_de_kontakt.gif);
	background-repeat: no-repeat;
}

#mainpic{
	position: relative;
	height: 242px;
	clear: both;
	background-image: url(images/mainpic.jpg);
	background-repeat: no-repeat;
} 
 
#pic{
	position: relative;
	clear: both;
	background-repeat: no-repeat;
	width: 760px;
}  
 
#maincol{
	background-color: #FFFFFF;
	float: left;
	display: inline;
	position: relative;
	padding: 10px;
}

#maincol2{
	background-color: #FFFFFF;
	float: left;
	display: inline;
	position: relative;
	padding: 10px;
}

#maincol3{
	background-color: #FFFFFF;
	float: left;
	display: inline;
	position: relative;
	padding: 10px;
}

#maincol4{
	background-color: #FFFFFF;
	float: left;
	display: inline;
	position: relative;
	padding: 10px;
}

#maincol_add{
	background-color: #FFFFFF;
	float: left;
	display: inline;
	width: 610px;
}

#add_120_240{
	background-color: #FFFFFF;
	display: inline;
	height: 240px;
	width: 120px;
	float: right;
	text-align: center;
}

#add_120_600{
	background-color: #FFFFFF;
	display: inline;
	height: 600px;
	width: 120px;
	float: right;
	text-align: center;
}

#campic{
	position: relative;
	height: 480px;
	clear: both;
	background-image: url(wc/xx.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#add{
	background-color: #FFFFFF;
	display: inline;
	position: relative;
	height: 90px;
	width: 760px;
	float: left;
	text-align: center;
}

#add2{
	background-color: #FFFFFF;
	display: inline;
	position: relative;
	height: 90px;
	width: 760px;
	float: left;
	text-align: center;
}

#windspeed{
	position: relative;
	height: 440px;
	clear: both;
	background-repeat: no-repeat;
	background-position: center;
	padding: 10px;
	color: #FFFFFF;
	font-size: 11px;
}
 
#footer{
	height:30px;
	background-color:#6C83AE;
	clear:both;
	color: #fff;
	padding: 10px;
 } 
 
#footer p {
	text-align: center;
}

#footer a {
	color: #FFF;
}




 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  



/* FORMS 
---------------------------------*/

fieldset { 
	border:0; 
}

legend { 
	font-weight: bold; 
	font-size: 1.2em; 
}

form#myform { 
	padding: 0.5em; 
	width: 70%; 
}
        
form#myform div { 
	clear: both; 
	padding: 0.5em 0 0 0; 
}

label { 
	float: left; 
	width: 25%; 
	text-align: right;
}

input,textarea { 
	float: right; 
	width: 70%; 
	text-align: left;
}

select { 
	float: right; 
	width: 71%; 
	text-align: left;
	}

textarea { 
	height: 8em;
}

#mySubmit { 
	float: none; 
	margin: 0 0 0 30%; 
	width: 20%; 
	text-align: center;
}

/* lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {
	background-image: url(images/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: left 15%;
}
#nextLink:hover, #nextLink:visited:hover {
	background-image: url(images/nextlabel.gif);
	background-repeat: no-repeat;
	background-position: right 15%;
}

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }