/* Stylesheet Alphuettli.info */

html {
	height: 101%;
	}
	/* Erzwingt eine scrollbar im firefox, so dass die Seite nicht immer springt, wenn man zu einem anderen Menüpunkt wechselt */





body {
	background-color: #672024;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    }
	
#wrapper {
	width: 800px;
	background: #FFFFFF;
	margin: 10px auto;
	border: 1px solid #000000;
	text-align: left;
    }
	
#kopfbereich {
	margin-bottom: 0px;
	width: 800px;
	height: 200px;
    }
#apDiv1 {
	position:absolute;
	left:auto;
	top:auto;
	width:800px;
	height:250px;
	z-index:2;
	visibility: visible;
}
#apDiv2 {
	position:absolute;
	left:auto;
	top:auto;
	width:800px;
	height:250px;
	z-index:1;
	visibility: visible;
}
#apDiv3 {
	position:absolute;
	left:auto;
	top:auto;
	width:800px;
	height:250px;
	z-index:3;
	visibility: visible;
}
#apDiv4 {
	position:absolute;
	left:auto;
	top:auto;
	width:800px;
	height:250px;
	z-index:4;
	visibility: visible;
}
#apDiv5 {
	position:absolute;
	left:auto;
	top:auto;
	width:800px;
	height:250px;
	z-index:5;
	visibility: visible;
}






	
#navibereich {
	letter-spacing:1.2px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #091A38;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	}		

#hauptbereich {
	background-color: white;
	color: black;
	float: left;
	padding: 10px 20px 10px 20px;
	height:auto;
	width: 760px;
}


	
#astrid,
#peter {
	float:left;
	font-size: smaller;
	margin: 5px 10px 5px 0px;
	}

#high_season_sommer,
#middle_season_herbst,
#low_season_herbst {
	float:left;
	margin: 5px 10px 5px 0px;
	width: 240px;
	}

#heigh_season_winter,
#low_season_fruehling,
#middle_season_fruehling_sommer {
	float:left;
	margin: 5px 10px 5px 0px;
	width: 240px;
	}


#schweizerkarte {
	float:left;
	font-size: smaller;
	margin: 5px 10px 5px 0px;
	}

	
#fussbereich {
		padding: 0 10px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
    	background:#DDDDDD;
    }
	
address {
	text-align: center;
	font-size: 80%;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.4;
	}
	
.clearing {
	clear:both;
	}

.bildlinks {
	float: left;
	padding: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	}
body,td,th {
	font-size: small;
}
a:link {
	color: #02090F;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #CC3300;
}
a:active {
	text-decoration: underline;
	color: #D99749;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 110%;
}
