/*
- - - - - verwendete farben - - - - 
#fff - weiss
#000 - schwarz

- - - - - verwendete bilder - - - -

*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #fff;
	text-align: center;
}

#container {
	margin: 45px auto;
	width: 966px;
	height: 507px;
	text-align: left;
}

#links {
	width: 281px;
	float: left;
}

#bildrahmen {
	width: 580px;
	height: 496px;
	background-color: #000;
	float: left;
}

#bild {
	margin: 1px 1px 6px 1px;
	background-color: #fff;
	height: 488px;
}

#rechts {
	width: 59px;
	float: left;
	margin: 0 0 0 43px;
}

#headline {
	margin: 13px 0 22px 38px;
}

.vorschaubild {
	border: 1px solid #000;
	margin: 0 0 14px 0;
}

.logo {
	margin: 13px 0 0 0;
}

/* - - - - - elemente nur von der startseite - - - - - */

#linksstart {
	width: 281px;
	height: 550px;
	float: left;
	background: url(images/hg-vogelstart.jpg)
				no-repeat
				70px 350px;
}

#hintererrahmen {
	position: absolute;
	margin-left: 42px;
	margin-top: 82px;
	left: 50%;
	width: 438px;
	height: 436px;
	background-color: #000;
}

#bildstart {
	margin: 1px 6px 1px 1px;
	background-color: #fff;
}

#bildrahmenstart {
	position: absolute;
	margin-left: -202px;
	left: 50%;
	width: 495px;
	height: 496px;
	background-color: #000;
	z-index: 2;
}

#schnecke {
	position: absolute;
	margin-left: 293px;
	left: 50%;
	width: 32px;
	height: 230px;
	top: 62px;
	background-color: transparent;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	z-index:2;
}

#copy {
	position: absolute;
	margin-left: -203px;
	left: 50%;
	width: 200px;
	height: 10px;
	top: 545px;
}

#copy a:link, #copy a:visited, #copy a:hover, #copy a:active {
	cursor: default;
	color: #5f6162;
	text-decoration: none;
}
/* - - - - - navigation - - - - */

#navi {
	width: 242px;
	height: 302px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	float: right;
}

#navi ul {
	margin: 15px 0;
	padding: 0;
}

#navi li {
	list-style: none;
	padding: 3px 0 3px 0;
}

#navi a:link, #navi a:visited {
	padding: 2px 0 2px 25px;
	text-decoration: none;
	background: url(images/navipkt.gif)
               no-repeat
               5% 40%;
	color: #000;
	display: block;
}

#navi a:hover, #navi a:active, #bseite1 #seite1, #bseite2 #seite2, #bseite3 #seite3, #bseite4 #seite4, #bseite5 #seite5, #bseite6 #seite6, #bseite7 #seite7, #bseite8 #seite8, #bseite9 #seite9 {
	background: url(images/hg-navi.gif);
}

