/* CSS Style Winter */

html {
	height: 100.1%;
	font-size: 62.5%;
}
body {
	text-align: center;
	font: 1.2em/1.8em Verdana, sans-serif;
}

* {margin: 0px; padding: 0px; border: 0px;}
h1 {
	font-family: "Elephant", sans-serif; 
	margin: 0em 0em 0.5em 0em; 
	color: #F0FFFF/*#004A7F*/;
}
h2, h3, h4, h5 {
	font-family: "Times new roman", sans-serif; 
	margin: 0em 0em 0.5em 0em; 
	color: #004A7F;
}
h6{
	font-family: "Vivaldi", sans-serif; 
	margin: 0em 0em 0.5em 0em; 
	color: #004A7F;
}
h1 {
	font-size: 2.2em; 
	border-bottom: 1px dashed #004A7F; 
	padding-bottom: 0.4em;
	font-weight: strong;
}
div#header h1 {border: 0px;}
h2 {font-size: 2.0em;}
h3 {font-size: 1.8em;}
h4 {font-size: 1.6em;}
h5 {font-size: 1.2em;}
h6 {font-size: 2.2em;}

a {color: #004A7F; text-decoration: none;}
a:link {}
a:visited {}
a:hover {}
a:active {}

div#wrapper {
	width: 800px;
	margin: 10px auto;
	/* margin: 0px 40px; */
	text-align: left;
	background: #FAFAFA;
}
div#header {
	height: 100px;
	background: #FAFAFA url(images/banner130.gif);
	padding: 10px;
}

div#nav {
	background: #CCCCCC;
}
div#nav li {
	display: inline; 
	margin-left: 7px;
}
div#nav a {
	text-decoration: none; 
	font-weight: bold; 
	text-transform: uppercase; 
	/*padding-bottom: 2px;*/
	padding: 0.2em 0.3em 0.2em 0.2em;
	border: 1px solid #CCCCCC;
	border-bottom:none;
	background: #F0F0F0;
}
div#nav a:hover, 
body#home li.navhome a,
body#zimmer li.navzimmer a,
body#ferienwohnung li.navferienwohnung a,
body#links li.navlinks a,
body#aktivitaeten li.navaktivitaeten a,
body#anreise li.navanreise a,
body#preise li.navpreise a,
body#anfrage li.navanfrage a,
body#kontakt li.navkontakt a{
	background: #004A7F;
	color: #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
}

div#wrap_content {}
div#col1, div#col2, div#col3, div#col4, div#col5, div#col6, div#col7, div#col8{padding: 0px 0px;}
.defloat {clear; both}

div#menu, div#maintext {padding: 30px 20px;}
div#menu a:hover,
body#livecam li.navlivecam a,
body#news li.navnews a,
body#foto li.navfoto a{
	background: #004A7F;
	color: #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
}
div#col1 {
	float: left;
	width: 210px;
	background: #FAFAFA;
	/*margin: 0px 0px 0px 0px;*/
}
/*Bild Winter*/
div#col2 {
	height: 130px;
	background: #F0FFFF url(images/haus_winter200.gif);
	border: 5px solid #B0E0E6;
	padding: 10px;
	
}
div#col3 {
	float: left;
	width: 180px;
	background: #FAFAFA;
	margin: 20px 0px 0px 20px;
}
div#col4 {
	float: left;
	width: 210px;
	background: #FAFAFA;
	margin: 10px 0px 0px 0px;
}
div#col5 {
	float: left;
	width: 150px;
	background: #FAFAFA;
	margin: 0px 0px 0px 40px;
}
div#col6 {
	float: left;
	width: 140px;
	background: #F0FFFF ;
	margin: 10px 0px 10px 10px;
	
}
div#col7 {
	float: left;
	width: 40px;
	background: #F0FFFF ;
	margin: 10px 0px 10px 10px;
	
}
div#col8 {
	float: left;
	width: 40px;
	background: #F0FFFF ;
	margin: 10px 0px 10px 10px;
	
}
div#menu {
	float: right;
	width: 100px;
	padding: 20px;
}
div#menu ul {list-style-type: none; font-weight: bold;}
div#menu ul ul {margin-left: 10px; font-weight: normal;}

div#maintext {
	margin: 0px 140px 0px 210px;
	background: #F0F0F0;
}
div#maintext iframe {
	float: right;
	margin: 5px 5px 5px 5px;
	border: 1px solid #333333;
}
div#googlemaps {padding: 0px -15px;
}
/* Bilder positionieren */
div#maintext img {
	float: left;
	margin: 20px 10px 10px 10px;
	border: 0px solid #333333;
	padding: 3px;
	background: #B0E0E6;
}


div#maintext a {padding-bottom: 1px;}
div#maintext a:link {border-bottom: 1px solid #E3004F;}

/*Tabelle*/

table {width: 410px;}
thead th.oben { vertical-align:text-top;}
tbody td.oben { vertical-align:text-top;}

/*Formulardaten*/

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
	float: left;
	clear: left;  /*das floating der labels und inputs aufheben */
	
}

#anfrage fieldset, #anfrage input, #anfrage select {
	border: 1px solid #CCCCCC;
}	
	
#anfrage fieldset, #anfrage label, #anfrage input, #anfrage select{
	display: block;
}

/*Feldbreite festlegen*/
#anfrage fieldset {
	width: 30em;
	margin: 1em 0em 1em 1em;
	padding: 1em;
}

/*Schriftart legend*/
#anfrage fieldset legend {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 1.2em;
}

/*innere Feldbreite*/
#anfrage fieldset fieldset {
	width: auto;
	margin: 0em 0em 1em 0em;
	padding-bottom: 1em;
}


/*Schrift Legend*/
#anfrage fieldset fieldset legend {
	font: inherit;
	color: ;
	font-weight: bold;
}

#anfrage label {
	/*margin-bottom: 1em;
	font-weight: bold;
	text-indent: 0.6em;*/
	text-align: left; 
 	padding-right: 2em;
}

#anfrage fieldset.radio label {
	font-weight: normal;
}

#anfrage fieldset.anrede label {
	float: left;
	width: 6em;	
}

/*Textfelder Datum und Kinder*/
#anfrage input {
	width: 8em;
	margin: 0em 5em 0em 0em;
	padding: 0.2em 0.6em 0.3em 0.6em;
	
}

#anfrage fieldset.radio input {
	clear: both;
	float: left;
	width: auto;
	margin: 0.4em 0.4em 0em 0em;
}

#anfrage input#submit {
	float: left;
	width: 8em;
	margin: 1em 0em 1em 2em;
	border: 2px solid #999999;
	border-color: #A9A9A9 #A9A9A9 #A9A9A9 #A9A9A9;
}
#anfrage input#reset {
	float: right;
	width: 8em;
	margin: 1em 2em 1em 1em;
	border: 2px solid #999999;
	border-color: #A9A9A9 #A9A9A9 #A9A9A9 #A9A9A9;
}

#anfrage input#submit: hover {
	background: #990000;
	color: #FFFFFF;
	font-weight: bold;
}

#anfrage input#reset: hover {
	background: #990000;
	color: #FFFFFF;
	font-weight: bold;
}

/*Ende Formulardaten*/

div#footer {
	padding: 2px auto 4px auto;
	text-align: center;
	background: #CCCCCC;
}


/**********************************************/

/*Fotogalerie*/

#fototitle {
	margin: 0px 140px 0px 210px;
	background: #F0F0F0;
	min-height: 60px;
}
#fototitle .title {
	margin: 0px 200px 0px 0px;
	background: #F0F0F0;
		
}

#imagegallery{
	margin: 0px 140px 0px 210px;
	background:#F2F2F2;
	/*clear:left;*/
	/*padding:10px;*/
	min-height:480px;
}



#items{
	float: left;
	width: 33%;
	border: 1px solid #DFDFDF;
	background:white;
}
#items .item {
	float: left;
	padding:5px;
	position: relative;
	width: 30px;
	height:30px;
	margin: 10px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid white;
}
#items .galerytitle {
	text-align:center;
}

#items .item:hover{
	border: 1px solid #ddd;
}

#items .item img {
	width:40px;
	max-height:35px;
}


#large{
	margin: 0px 140px 0px 210px;
	border: 1px solid #DFDFDF;
	width: ;
	background-color: #fff;
	text-align:center;
	font-family:Georgia, Times, san-serif;
	font-size:12px;
}
#large .info{
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	padding:10px;
	color:#B3B3B3;
}
#items  p{display:none;}

#large .item {
	margin-top:20px;
	margin-bottom:20px;
	border-width: 1px;
	cursor: default;
	text-align:center;
}
#large .item img{
	max-width:400px;
	max-height: 400px;
}
