/* CSS Document */
body {
font: "Book Antiqua";
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
color:#4A1D1E;
background-image:url(Bilder/Hintergrund.jpg);
scrollbar-face-color:#384855;
  scrollbar-track-color:#384855;
  scrollbar-arrow-color:#DBDCD7;
  scrollbar-highlight-color:#4D5B66;
  scrollbar-shadow-color:#242E37;
  scrollbar-3dlight-color:#A7AEB4;
  scrollbar-darkshadow-color:#000000;
}

#wrap {
	width: 1002px;
	height: 600px;
	margin: 0px;
	float:left;
	background-image:url(Bilder/Hintergrund.jpg);
	z-index:0;
}

#oben {
	width:1000px;
	height:96px;
	margin:0px;
	float: left;
	background-image:url(Bilder/oben.jpg);

}

#navi {
	width:244px;
	height:503px;
	margin:0px;
	float: left;
	
}

#mitte {
	width:755px;
	height:503px;
	margin:0px;
	float: left;
	background-image:url(Bilder/Mitte2.jpg);
	z-index:0;

	
}

#startseite {
	width:830px;
	height:654px;
	margin:0px;
	float: left;
	background-image:url(Bilder/Startbild.jpg);
	z-index:0;

	
}


#hintergrund {
	width:630px;
	height:358px;
	float: left;
	border: #FFF solid 0px;

}
.groß {

	font-size:18px;
	font-weight:bold;
}

a:link {
	font-weight: bold;
	font-size:15px;
	color: #660000;
	filter: Light;
	text-decoration:none;
}
a:visited {
	font-weight: bold;
	font-size:15px;
	color:#000000;
	text-decoration:none;
}
a:hover {
	font-weight: bold;
	font-size:15px;
	color: #A88022;
	filter: Light;
	text-decoration:none;
	

}

/*Style fürs Gästebuch*/

div.gb              { margin: 0px 0px 20px 0px; padding: 0px; border: 1px solid #4A1E1D; line-height: 19px; }
div.gb-author       {
	margin: 0px;
	padding: 1px 10px 1px 10px;
	background: #E2D9BA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4A1E1D;
}
p.gb-author-left    { margin: 0px; float: left; }
p.gb-author-right   { margin: 0px; text-align: right; }
div.gb-entry        { margin: 10px; padding: 0px; }
p.gb-browse         { text-align: right; font-weight: bold; }
p.gb-admin-buttons  { margin: 5px 0px 0px 0px; text-align: right; }
.caution            { color: red; font-weight: bold; }
.small              { font-size: 11px; line-height:16px; }
.comment            { margin: 10px 0px 0px 0px; color: #808080; font-style: italic; }