body {
  min-width:100%;
  min-height:100%;
  padding:0px;
	margin:0px;
	font-family:"Arial";
	font-size:11pt;
}

.center {
  width:100%;
	height:100%;
}

.left {
  background-image:url(pics/background.jpg);
	width:auto;
}

.middle {
  width:800px;
}

.right {
  background-image:url(pics/background.jpg);
	width:auto;
}

.top {
  background-image:url(pics/top.jpg);
	width:800px;
	height:236px;
	padding:0px;
}

#navi {
  position:relative;
	top:212px;
	left:83px;
	margin-top:-118px;
	margin-left:0px;
}

.home{
	position:absolute;
	display:inline-block;
	width:64px;
	height:24px;
	text-decoration:none;
	margin-top:94px;
	margin-left:83px;
	z-index:5;
}

.home:hover {
  background-image:url(pics/navi_home.jpg);
}

.romanwerkstatt{
	position:absolute;
	display:inline-block;
	width:158px;
	height:24px;
	text-decoration:none;
	margin-top:94px;
	margin-left:146px;
	z-index:5;
}

.romanwerkstatt:hover {
  background-image:url(pics/navi_romanwerkstatt.jpg);
}

.buecher{
	position:absolute;
	display:inline-block;
	width:71px;
	height:24px;
	text-decoration:none;
	margin-top:94px;
	margin-left:303px;
}

.buecher:hover {
  background-image:url(pics/navi_buecher.jpg);
}

.neuigkeiten{
	position:absolute;
	display:inline-block;
	width:119px;
	height:24px;
	text-decoration:none;
	margin-top:94px;
	margin-left:373px;
}

.neuigkeiten:hover {
  background-image:url(pics/navi_neuigkeiten.jpg);
}

.privates{
	position:absolute;
	display:inline-block;
	width:86px;
	height:24px;
	text-decoration:none;
	margin-top:94px;
	margin-left:491px;
}

.privates:hover {
  background-image:url(pics/navi_privates.jpg);
}

.kontakt{
	position:absolute;
	display:inline-block;
	width:83px;
	height:24px;
	text-decoration:none;
	margin-top:94px;
	margin-left:576px;
}

.kontakt:hover {
  background-image:url(pics/navi_kontakt.jpg);
}

.links{
	position:absolute;
	display:inline-block;
	width:59px;
	height:24px;
	text-decoration:none;
	margin-top:94px;
	margin-left:658px;
}

.links:hover {
  background-image:url(pics/navi_links.jpg);
}

.main_schatten {
  background-image:url(pics/main_schatten.jpg);
	width:800px;
	height:75px;
}

.main {
  width:800px;
	height:700px;
	background-image:url(pics/main.jpg);
}

.bottom {
  width:100%;
	margin:0px auto;
	text-align:center;
	
}

a[name="link"]{
 text-decoration:none;
 color:black;
}

a[name="link"]:hover{
 text-decoration:underline;
}

a[name="ueberschrift"]{
  font-size:14pt;
}