@charset "UTF-8";
/* CSS Document */

/*@media screen and (max-width: 600px) {
  div.example {
    display: none;
  }
}

@media only screen and (orientation: landscape) {
  body {
    background-color: lightblue;
  }
}
*/

/*  DEFINITION MOBILE */

@media screen and (max-width: 800px) { 
/* Dieser Teil wird �bersteuert mit js-Funktion open_close_navi(u_wert) im Quellcode */
	
/* Textgrösse ändern */	
	body {
	text-align: center; /* ist nötig fürs Zentrieren */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; /* 14px */
	color: #000; 
	top: 100%;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
		
	width: 100%; /* style keine angabe */
}
#container_all { /* to be centered: enthält alles andere layout */
	margin: 0 auto; /* ist nötig fürs Zentrieren */
	width: 100%; /* style 100% */ /* beliebige fixe Breite des zentrierten Layouts */
	/* width: 340px; beliebige fixe Breite des zentrierten Layouts */
	text-align: left; /* damit Rest innerhalb nicht auch zentriert wird */
	height: 80%;
	min-height: 530px;
	padding: 0px; 
	top: 6%;
	position: absolute;
	z-index: 41;
	}
#text { 
	left: 5%; /* style 15% */
	width: 70%;  /* weil zentriert nicht 55% */
	min-width: 380px;  /* style 430px */
	text-align: center; 
	height: 400px;
	min-height: 520px;
	background-color: transparent; 
	z-index: 51;
	position: absolute;
	}
#worte { 
	left: 10%; 
	bottom: 6%; 
	top: 120px; /* Prozent geht nicht; neu für IE6  */
	width: 40%; 
	text-align: left; 
	position: absolute;
	z-index: 30;
	}
#navi { 
	left: 65%; 
	bottom: 6%; 
	top: 120px; /* Prozent geht nicht; neu für IE6  */
	width: 25%; 
	text-align: right; 
	position: absolute;
	z-index: 40;
	padding-top: 4px;
	}
#backgr { /* für Bild Hintergrund */
	/* top: 150px;
	bottom: 8%; so in homepage, überhaupt verwendet?? JA
	height: 100%
	background-color: #009933; 
	vertical-align: center; */
	min-height: 520px;
	padding: 0px;
	padding-top: 320px;
	vertical-align: bottom;
	text-align: center; 
	z-index: 12;
	border: none;
	}
#bild_bg1 { /* für Bild Hintergrund --> index2c.php */
	/* top: 150px;
	bottom: 8%; so in homepage, überhaupt verwendet?? JA
	height: 100%
	background-color: #009933; 
	vertical-align: bottom;
	padding-top: 320px;
	min-height: 520px;
	vertical-align: center; */
	position: absolute;
	left:8%;
	top: 42%;
	z-index: 4;
	border: none;
	}
#bild_bg2 { /* für Bild Hintergrund --> index2c.php */
	/* top: 150px;
	top: 200px;
	vertical-align: center; */
	position: absolute;
	min-height: 560px;
	top: 38%;
	right: 30%; 
	z-index: 11;
	border: none;
	}
#bild_bg3 { /* für Bild Hintergrund --> index2c.php */
	/* top: 150px;
	margin-top: 10px;
	top: 100px;
	vertical-align: center; */
	position: absolute;
	top: 45%;
	right: 8%;
	z-index: 13;
	border: none;
	}
#bild_bg4 { /* für Bild Hintergrund --> index2c.php */
	/* top: 150px;
	margin-top: 10px;
	top: 100px;
	vertical-align: center; */
	position: absolute;
	top: 58%;
	left: 18%;
	z-index: 16;
	border: none;
	}
#fuss { 
	min-width: 661px; 
	text-align: center; 
	position: absolute;
	z-index: 44;
	border: none;
	width: 99%; 
	bottom: 0%;
	}
#fuss img { 
	margin: 0px;
	padding: 0px;
	}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; /*  15px mobile */
	font-weight: normal;
	text-align: center; 
	}
.links {
	text-align: left;
	}
.links a:link, .links a:visited, .links a:focus, .links a:active {
	color:#000000;
	text-decoration: none;
	border-bottom: thin solid #999;
	border-top: thin none #CCCCCC;
	border-right: thin none #CCCCCC;
	border-left: thin none #CCCCCC;
	}
.links a:hover {
	color:#000000;
	text-decoration: none;
	border-bottom: thin solid #FF0000;
	border-top: thin none #CCCCCC;
	border-right: thin none #CCCCCC;
	border-left: thin none #CCCCCC;
	}
.rechts {
	text-align: right;
	}
.fett {
	font-weight: bold;
	text-align: right;
	}
.u_line {
	border-bottom: thin solid #CCCCCC;
	border-top: thin none #CCCCCC;
	border-right: thin none #CCCCCC;
	border-left: thin none #CCCCCC;
	}
.p_rechts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; /*  15px mobile */
	font-weight: bold;
	text-align: left; /* */
	left: 100px;
	padding-left: 120px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;  /*  12px mobile */
	line-height: 16px; /*  15px mobile */
	text-align: right;
	font-weight: bold;
	font-weight: normal;
}

h3 a {
	color: #000000;
	text-decoration: none;
	border-bottom: thin solid #999999;
	border-top: thin none #CCCCCC;
	border-right: thin none #CCCCCC;
	border-left: thin none #CCCCCC;
	display: block;
}
h3 a:link {
	color: #000000;
	border-bottom: thin solid #CCCCCC;
	border-top: thin none #CCCCCC;
	border-right: thin none #CCCCCC;
	border-left: thin none #CCCCCC;
}
h3 a:visited {
	color: #000000;
	border-bottom: thin solid #CCCCCC;
	border-top: thin none #CCCCCC;
	border-right: thin none #CCCCCC;
	border-left: thin none #CCCCCC;
}
h3 a:hover,
h3 a:focus {
	color: #999;
	border-bottom: thin solid #CCCCCC;
	border-bottom: 	thin solid #FF0000;
	border-top: thin none #CCCCCC;
	border-right: thin none #CCCCCC;
	border-left: thin none #CCCCCC;
}
} /* end grosse Screens */
/* END Textgr�sse �ndern */

}	/* END DEFINITION MOBILE */