body {
	background-attachment: fixed;
	background-color: #600;
	background-image: url(bilder/background.jpg);
	background-repeat: no-repeat;
}
h1        { color: #600; font-size: 20px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; line-height: 30px; padding-top: 12px }
h2         { color: #600; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: oblique; font-weight: normal; line-height: 14px }
i, b { color: red }
p,table, li    { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 17px ; }

a:link 
  { color: #600; text-decoration: underline } 
a:active 
 { color: #600; text-decoration: underline } 
a:visited 
 { color: #444; text-decoration: underline } 
a:hover 
 { color: #600; text-decoration: underline }

#inhalt                       {
	background-color: white;
	background-image: url(bilder/background_hell.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: left;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
	position: absolute;
	z-index: 20;
	top: 100px;
	left: 100px;
	width: 630px;
	border: solid 1px #600;
}
#flashintro                 { text-align: center; position: absolute; top: 20px; left: 288px; width: 400px; height: 300px; vertical-align: middle }
#logo             { color: white; font-size: 28px; font-family: Verdana, Arial, Helvetica, sans-serif; background-image: url(bilder/jehovataler.jpg); background-repeat: no-repeat; text-align: left; margin-right: auto; margin-left: auto; position: absolute; top: 55px; left: 480px; width: 300px; height: 50px }
#counter    { color: white; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 18px; position: absolute; top: 52px; left: 254px  }
#footnote  { color: #f00; font-size: 10px }
#foto  { color: #666; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 20px; float:left; margin-right: 20px       }

#menu { top: 90px; left: 755px; width: 140px; margin: 10px; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; position: absolute; border: solid 1px #600; }
	
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu li a {
	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #FFF;
	display: block;
	background:  url(bilder/menu8.gif);
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #FFF;
	background:  url(bilder/menu8.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
hr   { color: #600; font-size: 1px; background-color: #600; text-align: left; margin-bottom: 12px; margin-left: 0; padding-left: 0; width: 550px; height: 2px }

