/* CSS Document */
html, body{
	margin:0;
	padding:0;
	background-image:url(./startbilder/hintergrund_farbe.JPG);
}
body{
	margin:20px;
	/* padding:0; */
	font:100% arial,sans-serif;
	text-align:center;
}
p{
	margin:0px 5px 5px 0px;
}
/*a{display:block}*/
/*div#header h1{height:80px;line-height:80px;margin:0;
  padding-left:10px;background: #EEE;color: #79B30B}*/
div#container{
	text-align:left;
	/* background-repeat: repeat-y;
	background-position: right; */
	height:605px;
	border:1px solid black;
	width:800px;
	background-image:url(./startbilder/hintergrundbild_start.jpg);
	margin:0 auto;
}
/*
div#container{width:800px;margin:0 auto}
*/
/* wird in index nicht verwendet!
div#content{ */
	/*float:right;*/
/*	width:550px;
}
*/
/* wird in index nicht verwendet!
div#content p{
	line-height:1.4;
}
*/
div#navigation{ /* ohne sinnvollen Inhalt in index */
	width:600px;
	height:480px;
	overflow:auto;
	padding-top:20px;
	padding-left:132px;
	padding-bottom:30px;
}
/* wird in index nicht verwendet!
.navischrift{
	color: #FF9900;
	text-transform: capitalize;
}
*/
div#extra{
	width:700px;
	height:40px;
	overflow:hidden;
	padding-left:6px;
	padding-bottom:7px;
	padding-top:10px;
}
img#nav{
	border-width:0px;
	border-style:none;
}
div#footer{
	background-color:#333333;
	color:#FFF;
	padding-left:20px;
	padding-right:20px;
	text-align:right;
}
/* sinnlos!
div#footer p{
}
*/
a.footer:link{
	color:#ffffff; text-decoration:none;
}
a.footer:visited{
	color:#ffffff; text-decoration:none;
}
a.footer:hover{
	color:#ffffff; text-decoration:none;
}
a.footer:active{
	color:#ffffff; text-decoration:none;
}
/* wird in index nicht verwendet!
.Stil2{
	font-size: xx-large;
}
*/
/*
div#navigation{float:left;width:200px}
div#extra{
	clear:both;
	width:100%;
}*/