* {
	margin:0;
	padding:0;
}
body {
	font-size:100.01%;
	background:white;
}
a {
	text-decoration:none;
	color:#AB5D60;
}
a:hover {
	text-decoration:underline;
}
/*----------------------------------------
Rahmen und Header
-------------------------------------------*/

#wrapper {
	width:43em;
	background:white;
	margin:12px;
	padding:10px 0 0 0;
	border:1px solid silver;
	
}
#header {
	display:none;}
h1 {
	width:352px;
	height:181px;
	position:relative;
	margin-left:0;}
h1 span {
	display:none;
	background: url(graph/banner03_links.gif) no-repeat;
  	height: 100%;
  	position: absolute;
  	width: 100%;
}
/*-----------------------------------------------------------
MENÜ
-----------------------------------------------------------*/
ul.nav {
	display:none;
	font-size:.9em;
	float:left;
	width:9em;
	margin:.5em .8em 1.2em .2em;
	padding-right:6px;
	list-style-type:none;
	border-right:1px dotted #AB5D60;
}
ul.nav li.naviheader {
	text-align:center;
	border-bottom: double silver;
	margin-bottom:3px;
}
ul.nav li.aktuell {
	}
ul.nav li  {
	margin:0;
	padding-bottom:1px;
}
ul.nav li a {
	display:block;
	margin:0;
	padding:.2em;
	background:#F1F2FF;
	color:black;
	text-decoration:none;
	border-left:5px solid #F1F2ff;
}
ul.nav li a:hover {
	background:#CCD0E9;
	border-left:5px solid #AB5D60;
	color:black;
}
ul.nav li span.aktiv {
	display:block;
	margin:0;
	padding:.2em;
	background:#CCD0E9;
	color:black;
	border-left:5px solid #AB5D60;
}
/*-----------------------------------------------------------
Seiteninhalt
-------------------------------------------------------------*/

h2 {
	margin:.5em;
	font-size:2.1em;
	font-weight:normal;
	color:#AB5D60;
	font-family:georgia, "Times New Roman", Times, serif;
	letter-spacing:.1em;
	text-align:center;
}
h3 {
	clear:both;
	margin:30px 12px 20px 12px;
	padding:0 0 3px 0;
	font-family:garamond, "Times New Roman", Times, serif;
	font-size:1.8em;
	font-weight:normal;
	color:#373b53;
	border-bottom:1px dotted #AB5D60;
}
#inhalt {
	width:41em;
	background:white;
	margin:.5em;
	padding:.5em;
}
#inhalt p {
	margin:12px;
	font-size:1em;
	font-family:"times new roman", sans-serif;
	text-align:justify;
	line-height:1.3em;
}
#inhalt strong {
	display:block;
	margin: 15px 0 0 0;
	font-weight:bold;
	font-size:1em;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:navy;
}
img {
	display:none;
}
span.isbn {
	display:block;
	margin:4px 0 4px 0;
	color:black;
	font-size:.85em;
}
span.isbn acronym {
	text-decoration:none;
	border:none;
	color:black;
}
span.isbn acronym:hover {
	cursor:default;
	text-decoration:none;
}
ul.druck {
	display:none;
}
#footer {
	display:none;
}
#footer p {
	font-size:.8em;
}
