/* CSS Document */

body {
	text-align: center; /* ist nötig fürs Zentrieren */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000; 
	top: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #eee;
	/*background-color: #fff;*/ /* #9cc; für Bild Hintergrund */
}
#container_all { /* to be centered: enthält alles andere layout */
	margin: 0 auto; /* ist nötig fürs Zentrieren */
	width: 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: 500px; */
	min-height: 530px;
	padding: 0px; 
	top: 6%;
	/* top: 10%; */
	position: absolute;
	z-index: 10;
	}
#text { 
	left: 15%; 
	width: 70%; /* weil zentriert nicht 55% */
	min-width: 430px; 
	text-align: center; 
	height: 400px;
	min-height: 520px;
	background-color: #fff; 
	/* 	background-color: #eee; 
		min-height: 580px;
	*/
	position: absolute;
	}
#worte {
	/* background-color: transparent; */
	background-color: #9cc;
	filter:alpha(opacity = 60); -moz-opacity: 0.6;
	padding: 10px;
	width: 60%; /* neu */
	}
#schrift { /* für Bild Hintergrund --> index2c.php */
	position: absolute;
	top: 58%;
	left: 18%;
	z-index: 16;
	border: none;
	}
#navi { 
	left: 40%; 
	bottom: 6%; 
	top: 120px; /* Prozent geht nicht; neu für IE6  */
	width: 50%; 
	text-align: right; 
	background-color: transparent; 
	position: absolute;
	}
#backgr { /* für Bild Hintergrund */
	top: 12%;
	/* bottom: 8%; so in homepage, überhaupt verwendet?? */
	height: 100%;
	vertical-align: center;
	text-align: center; 
	}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center; 
	}
.links {
	text-align: left;
	}
.rechts {
	text-align: right;
	}
.p_rechts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left; /* */
	left: 100px;
	padding-left: 120px;
}



.style1 {background-color: #fff} /* nicht mehr gebraucht*/

h3 {
	text-align: right;
}

#navi h3 a {
	background-color: #fff;
	text-decoration: none;
	line-height: 14px;
}
#navi h3 a.link {
	color: #000;
}
#navi h3 a.visited {
	color: #000;
}
/* 
*/

#navi h3 a.hover {
	color: #00cc66;
}
#navi h3 a.focus {
	color: #000;
	color: #009966;
}
/* alte 1. Version
#adresse { 
	left: 30%; 
	bottom: 10%; 
	width: 50%; 
	text-align: right; 
	background-color: transparent; 
	position: absolute;
  }
*/

/*
a {
	background-color: #fff;
	text-decoration: none;
	line-height: 14px;
}
a.link {
	color: #000;
}
a.visited {
	color: #000;
}

a.hover {
	color: #00cc66;
}
a.focus {
	color: #000;
	color: #009966;
}
*/
