/* f quadrat webdesign author: Heike Demoulin */


/* elements */
body {
background: url(../Bilder/buchmoz3.jpg) no-repeat top;
background-color: #ffffe6;
text-align: left;
font-size: 16px;
}
body, html, h1, h2, h3, p, ul, li, div, span {
margin: 0;
padding: 0;
}

a {
color: #6A2300;
font-weight: normal;
background: transparent;
}
a:visited {
color: #6A2300;
background: transparent;
}
a:hover {
text-decoration: underline;
color: #900;
background: transparent;
}
ul, li {
display: block;
list-style: none;
}
a acronym {
border: 0 none;
}


/* divs and related classes */

#container {
	position: relative;
	display: block;
	width: 1000px;
	margin: 0px auto 0 auto;
	text-align: left;
	color: #000;
	height: 800px;
	left: 0px;
	top: 10px;
}


/* The Tan-Hack for IE 5.0 */

* html #lresources a:link, * html #lresources a:visited{
background: transparent;
}

* html #lresources a:hover, * html #lresources a:active{
text-decoration: overline;
}

#Keywords{
position:relative; 
width:700px; 
height:30px; 
z-index:9; 
visibility: hidden;
} 
/*linke Navigation
 -----------------------------------*/
#navigation {
	/*background: url(../Bilder/Lesezeichen1.gif) no-repeat top left ;*/
	position: absolute;
	top:-7px;
	left: 19px;
	width: 20px;
	height:800px;
	
	
}
#navigation ul {
  margin:1em 0 1.5em;
  font-size: 14px;
  top:80px;
  }
  
  #lesezeichen {
background: url(../Bilder/Lesezeichen3.gif) no-repeat top left;
height: 700px;
margin: 0px auto 0 10px;
}

#navigation li {
  margin:0 .5em;
  padding:0;
  display: block;
  line-height:0.8em;
  voice-family: "\"}\""; voice-family:inherit;
  line-height:1.2em;
  
  }
  
#navigation a, #navigation a:link {
 font-family: "Arial Narrow";
  text-decoration: none;
  color: #734D26;
  background-color:transparent;
  display: block;
 
    
}
#navigation a:visited {
  background: url('../Bilder/icon_nav.gif') no-repeat 2px 50%;
  font-family: "Arial Narrow";
  text-decoration: none;
  color: #00293E
  }
#navigation span a, #navigation span a:link {
	display: inline;
	font-family: Charlesworth;
	font-weight: bold;
	text-decoration: none;
	color: #006633;
	background:transparent;
	}
#navigation span a:visited {
	background: transparent;
	color: #00293E;
	}

#navigation a span {
	display: none;
	}

#navigation a:hover {
	background:  url('../Bilder/icon_nav_hover.gif') no-repeat 2px 50%;
	color: #5B3E21;
	text-decoration: underline;
	border: medium none;
}

#navigation h4 {
	display: inline; 
	font-family: Charlesworth;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFCC00;
	background-color:transparent;
}
#navigation span a:hover {
	background:  url('../Bilder/icon_nav_hover.gif') no-repeat 2px 50%;
	color: #00293E;
	border: medium none;
		
	}
	/* Text
--------------------------------- */
  #textbox { /*rückt Tabellentext in die Mitte*/
	position: relative;
	top: -650px;
	left: 500px;
	width:350px;
	font-family: Charlesworth;
	color: #957228;
	font-size: 14px;
	font-stretch: extra-expanded;
	text-align: justify;
  }
  
  #textboxlinks {
	position: absolute;
	top: 44px;
	left: 120px;
	width:336px;
	font-family: Charlesworth;
	color: #957228;
	font-size: 15px;
	font-stretch: extra-expanded;
	text-align: justify;
	height: 262px;
  }
  #supportingText {
	position: absolute;
	top:44px;
	width:354px;
	left: 500px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #957228;
	font-size: 12px;
	font-stretch: extra-expanded;
	text-align: left;
	height: 512px;
	
  }

