


*{
	margin: 0px;
	padding: 0px;
} 
/* Stern = Universalselektor, d.h. alle Elemente sind betroffen */
h1{
	font: bold 16px Inder, Arial, sans-serif;
	color: #1c3457;
	margin-bottom: 5px;
}
h2{
	font: bold 14px Inder, Arial, sans-serif;
	color: #1c3457;
	margin-bottom: 2px;
}
header, section, footer, aside, nav, article, hgroup {
	display:block;
}
a {
	text-decoration: none;
	display: block;
}
a img{
	border: 0;
}

body {
	text-align:center;
	font: 12px Inder, Arial, sans-serif;
	background-color: #70584b;
}
#werbung1 {
	position: absolute;
	left: 1030px;
	top: 100px;
	padding:20px;
	width:127px;
	min-height:652px;
	border: 1px solid black;
	/*background-color: white;*/
}
#werbung2 {
	position: absolute;
	left: -200px;
	top: 100px;
	padding:20px;
	width:127px;
	min-height:652px;
	border: 1px solid black;
	/*background-color: white;*/
}
#big_wrapper{
	box-shadow: 5px 5px 5px #3d3536;
	width: 1001px;
	margin: 20px auto;
	text-align: left;
	background-color: #70584b;
	position: relative;
}
#top_slider{
	width: 998px;
	height: 200px;
}
#nav_wrapper{
	width: 170px;
	height:666px;
	float:left;
	background-color: #99a37a;
}
#nav_loc, #nav_dl, #nav_intern{
	padding-left: 20px;
	padding-top: 10px;
}
#nav_dl{
	min-height: 62px;
}
#nav_intern{
	margin-top: 10px;
	z-index: 10;
}
#nav_loc h2, #nav_dl h2{
	margin-top: 0px;
}
#nav_loc li, #nav_dl li, #nav_intern li{
	list-style: none;
	width: 100px;
	height: 17px;
	margin-top: 3px;
	padding-left: 5px;
	border-radius: 7px;
	border: 1px solid #70584b;
	box-shadow: 3px 2px 2px #70584b;	
}
#nav_loc li:hover, #nav_dl li:hover, #nav_intern li:hover{
	background-color: #b5d6aa;
}
#nav_loc li a, #nav_dl li a, #nav_intern li a{
	color: #1c3457;
}
.active_loc {
	background-color: #b5d6aa;
}
#wegweiser{
	bottom: 0px;
	left: 7px;
	position: absolute;
	list-style:none;
	width: 145px;
	height: 100px;
	padding: 5px;
	font: 12px Inder, Arial, sans-serif;
	color: #1c3457;	
	text-align:  left;
	border: 1px solid #70584b;
	background: url(../pics/wegweiser_rechts.png) 5px 5px no-repeat;
}
#mouseover{
	bottom: 63px;
	left: 7px;
	position: absolute;
	list-style:none;
	width: 145px;
	padding-left: 10px;
	font: 12px Inder, Arial, sans-serif;
	color: #1c3457;	
	text-align:  left;
	border: 1px solid #70584b;
}
#mouseover span{
	font: bold 12px Inder, Arial, sans-serif;
}
#titel{
	position: absolute;
	bottom: 870px;
	left: 150px;
	text-align: center;
}
#top_text{
	padding: 10px;
	width: 470px;
	height: 95px;
	background-color: #b5d6aa;
	color: #1c3457;
	float:left;
	position: relative;
}
#top_text_breit{
	padding: 10px;
	width: 810px;
	height: 95px;
	background-color: #b5d6aa;
	color: #1c3457;
	float:left;
	position: relative;
}
#steckbrief{
	width: 320px;
	height: 95px;
	padding: 10px;
	background-color: #f0e6b1;
	float:left;
	color: #1c3457;
}
/*da Steckbrief th die Breite der ersten Spalte definiert, muss diese im spezifischen Teil des css Scripts definiert werden. Siehe dort */

#steckbrief td{
	padding-bottom: 2px;
}
#maps{
	float: left;
	margin-bottom:-10px;
	text-decoration: none;
}
#maps_alpha{
	float: left;
	margin-bottom: -10px;
	text-decoration: none;
	opacity:0.6;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

#nav_destinationen li{
	list-style:none;
	width: 90px;
	height: 18px;
	font: bold 10px Inder, Arial, sans-serif;
	color: #1c3457;	
	position: absolute;
	text-align:  left;
	/*background-color: #70584b;
	box-shadow: 3px 2px 2px #3d3536;
	border-radius: 7px;*/
	background: url(../pics/wegweiser_rechts.png) center no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}
#nav_destinationen li:hover{
	background: url(../pics/wegweiser_rechts.png) 5px 1px no-repeat;
}
#nav_destinationen li a{
	color: #1c3457;	
}
.info span {
	position: absolute;
	width: 180px;
	color: #1c3457;
	text-align: left;
	padding: 8px;
	background-color: #f0e6b1;
	border: 1px solid #c9c9c9;
	z-index: 90;
	visibility: hidden;
}
.info:hover span {
	visibility: visible;
}
#zitat{	
	font: Inder, Arial, sans-serif;
	font-style: italic;
	color: #f0e6b1;
	margin-bottom: 2px;
	position: absolute;
	bottom: 723px;
	left: 20px;	
}
#zitat p{	
	font-size: 16px;
	text-align: left;
}
#zitat span{	
	font-size: 10px;
	text-align: right;
}
#facebook{	
	border: 0pt none;
	width: 80px;
	height: 32px;
	margin-top: -180px;
    float: right;
    position: absolute;
    margin-left: 670pt;
    z-index: 100;
}
#facebook span{	
	font: Inder, Arial, sans-serif;
	color: #f0e6b1;
	text-aligne: left;
}
#main_text{
	padding: 10px;
	width: 810px;
	height: 531px;
	background-color: #f0e6b1;
	color: #1c3457;
	float:left;
	position: relative;
	text-align: center;
}
#transparent1{
	width: 360px;
	height: 205px;
	position: absolute;
	bottom: 65px;
	left: 190px;
	background: rgb(204, 204, 204); /* gelb: 240, 230, 177, olive: 153, 163, 122 Fallback für IE8 - muss vor der nächsten Eigenschaft stehen, sonst wird die Fallback Variante in jedem Fall angewendet! */
	background-color: rgba(204, 204, 204, 0.5);
	color: #1c3457;
	padding: 10px;
}
#transparent2{
	width: 360px;
	height: 205px;
	position: absolute;
	bottom: 65px;
	left: 600px;
	background: rgb(204, 204, 204); /* gelb: 240, 230, 177, olive: 153, 163, 122 Fallback für IE8 - muss vor der nächsten Eigenschaft stehen, sonst wird die Fallback Variante in jedem Fall angewendet! */
	background-color: rgba(204, 204, 204, 0.5);
	color: #1c3457;
	padding: 10px;
}
#oev {
	width: 780px;
	height: 500px;
	position: absolute;
	bottom: 70px;
	left: 185px;
	color: #1c3457;
	padding: 10px;
}
#oev table {
	text-align: left; 
	border: 1px solid; 
	border-color: white; 
	border-collapse: collapse;
	background: rgb(204, 204, 204); /* gelb: 240, 230, 177, olive: 153, 163, 122 Fallback für IE8 - muss vor der nächsten Eigenschaft stehen, sonst wird die Fallback Variante in jedem Fall angewendet! */
	background-color: rgba(204, 204, 204, 0.5);
	
}
#oev td{
	vertical-align: center;
	width: 200px;
	border: 1px solid;
	border-color: white; 	
	padding: 5px;
}
#oev td span{ 	
	font-weight: bold;
}
.textlink {
	font: 12px Inder, Arial, sans-serif;
	color: #1c3457;
}
#oev a:hover{
	color: red;
}
#wetter {
	width: 780px;
	height: 500px;
	position: absolute;
	text-align: center;
	bottom: 70px;
	left: 185px;
	color: #1c3457;
	padding: 10px;
}
#wetter h2{
	margin-bottom: 5px;
}
#wetter table{
	margin: 0px auto;
	border-spacing: 20px 0px;
}
#wetter td{
	text-align: center;
	border: 1px solid black;
}

#main_footer{
	clear:both;
	text-align:center;
	padding: 20px;
	background-color: #70584b;
	color: #1c3457;
}
#nav_detailbilder {
	position: relative;
}
a.images {
	display:block;
	float:left;	
	z-index:1;
}
a.images img {
	border: 7px solid #ffc900;
	border-radius: 7px;
	height: 0px;
	width: 0px;
}
a.images:hover img  {
	 position:fixed;
	 top:20px;
	 left:40%;
	 width:500px;
	 height:332px;
	 z-index:10;
}	
a.images span {
	display: none;
	visibility: hidden;
	background-color: #f0e6b1;
	color: #1c3457;
	padding: 1px;
}
a.images:hover span{
	display: block;
	position: relative;
	visibility: visible;
	z-index: 10;
}

#kartensymbol{
	bottom: 528px;
	left: 890px;
	position: absolute;
	border: 5px solid red;
	height: 68px;
}
#kartensymbol p{
	bottom: 25px;
	left: 0px;
	position: absolute;
	list-style:none;
	width: 95px;
	height: 32px;
	padding-left: 5px;
	font: bold 12px Inder, Arial, sans-serif;
	color: black;	
	text-align:  center;
	background-color: white;
	opacity: 0.7;
}
#bildsymbol{
	bottom: 528px;
	left: 890px;
	position: absolute;
	border: 5px solid red;
	height: 68px;
}
#bildsymbol p{
	bottom: 30px;
	left: 0px;
	position: absolute;
	list-style:none;
	width: 90px;
	height: 18px;
	padding-left: 5px;
	padding-top: 5px;
	font: 12px Inder, Arial, sans-serif;
	color: white;	
	text-align:  center;
}
#wanderland {
	bottom: 120px;
	left: 7px;
	position: absolute;
	list-style:none;
	width: 145px;
	padding-left: 10px;
	font: 12px Inder, Arial, sans-serif;
	color: #1c3457;	
	text-align:  left;
	border: 1px solid #70584b;
}
#wanderland span{
	font: bold 12px Inder, Arial, sans-serif;
}
#copyright_swisstopo {
	bottom: 60px;
	left: 5px;
	position: absolute;
	list-style:none;
	width: 145px;
	padding-left: 10px;
	font: 12px Inder, Arial, sans-serif;
	color: #1c3457;	
	text-align:  left;
}



#steckbrief th{
	text-align: left;
	width: 50%;
}

/*
mit der Einstellung von width kann die Breite der ersten Spalte eingestellt werden. Diese ist unterschiedlich bei den beiden Ansichten Ortschaft und Wanderungen. Der Wert wird mit einer php-Variable im Include-File definieren.
*/


#nav_detailbilder li{
	list-style:none;
	width: 500px;
	height: 332px;
	position: absolute;
	margin-bottom: 10px;
	margin-left: -20px;
}
/*
mit margin-bottom von oben kann die Grundposition aller Bilder bestimmt und verschoben werden
*/

#weggis_seebodenalp01 {
	bottom: -400px;
	left: 440px;
}
#weggis_seebodenalp02{
	bottom: -370px;
	left: 480px;
}
#weggis_seebodenalp03{
	bottom: -350px;
	left: 460px;
}
#weggis_seebodenalp04{
	bottom: -290px;
	left: 400px;
}
#weggis_seebodenalp05{
	bottom: -240px;
	left: 430px;
}
#weggis_seebodenalp06{
	bottom: -200px;
	left: 390px;
}
#weggis_seebodenalp07{
	bottom: -190px;
	left: 400px;
}
#weggis_seebodenalp08{
	bottom: -180px;
	left: 410px;
}
#weggis_seebodenalp09{
	bottom: -170px;
	left: 420px;
}
#weggis_seebodenalp10{
	bottom: -150px;
	left: 390px;
}
#weggis_seebodenalp11{
	bottom: -120px;
	left: 410px;
}
#weggis_seebodenalp12{
	bottom: -90px;
	left: 440px;
}
#weggis_seebodenalp13{
	bottom: -80px;
	left: 370px;
}
#weggis_seebodenalp14{
	bottom: -60px;
	left: 440px;
}
#weggis_seebodenalp15{
	bottom: -50px;
	left: 400px;
}
#weggis_seebodenalp16{
	bottom: -40px;
	left: 410px;
}
