*{
	margin:0;
	padding:0;
	border: 0;
}
body {
	background-color: #999;
	background-image: url(grafik/hg-schatten.jpg);
	background-repeat: repeat-y;
}
div#bild{
	position: absolute;
}
div#logo{
	background-image: url(grafik/logo-gathemann.gif);
	background-repeat: no-repeat;
	background-position: 192px top;
	background-color: #ccc;
	position: absolute;
	left: 245px;
	width: 715px;
	height: 184px;
}
div#navi{
	background-color: #ccc;
	position: absolute;
	top: 184px;
	padding-top: 92px;
	padding-left: 70px;
}
div#content{
	background-color:#F3F3F3;
	position: absolute;
	left: 245px;
	top: 184px;
	bottom:0;
	width: 615px;	
	padding:0 50px;
}
	
p, h1, h2, h3, ol, ul, li, td, th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
}
p, ol, ul, li, h3{
	color: #222;
}
h1, h2, h3, p, ul, ol, table{
	margin-bottom:20px;
}
h1{
	font-size: 18px;
	color: #004C2B;
	margin-top:50px;
}
h2{
	color: #666;
}
h3{
	font-weight:normal;
}
ol.manuskript{
	margin-left:22px;
	padding:0px;
	list-style-position: outside;
	list-style-type: decimal;
}
ol.manuskript li{
	margin-bottom:22px;
}
ul.about{
	margin-left:15px;
	list-style-position: outside;
	list-style-image: url(grafik/listenpunkt.jpg);
	list-style-type: none;
}
ul.autoren li{
	margin-bottom:18px;
	list-style-type: none;
}

strong{color: #777; font-weight: bold;}
table{
	border-collapse:collapse;
	border-spacing:0px;
}

#navi li{
	list-style-type: none;
	margin-bottom: 20px;	
}
a:link, a:visited{
	color: #004C2B;
	text-decoration:none;
}
a:hover, a.aktiv, h2{
	font-weight:bold;
}
table#buch td{
	padding-right:40px;
	vertical-align:top;
	padding-top:20px;
}

