body {
	margin: 0;
	padding: 0;
	font-size: smaller;
	font-family: sans-serif;
	background: #a99;
}

div, p, h1, h2, h3, h4, h5, h6, h7, tr, td, menu, li, ul, ol {
	margin: 0;
	padding: 0;
}

h1 {
	padding-bottom: 15px;
}

menu {
	list-style: none;
	padding: 3px 5px;
}

menu li {
	display: inline;
	padding: 3px 10px;
}

menu li a {
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

menu li#current, menu li:hover, menu li a:hover {
	background: #fff;
	color: #713d41;
}

menu li#current {
	padding-bottom: 4px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	font-weight: bold;
}

div#site {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background: #fff;
	border: solid 1px #000;
	border-top: 0;
	border-bottom: 0;
}

div#banner {
	height: 135px;
	background: url('images/banner.jpg') no-repeat;
}

div#menu {
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	background: #eadfb8;
}

div#main {
	background: url('images/ornament.left.jpg') no-repeat 55px top;
}

div#content {
	margin: 30px 90px 10px 90px;
	padding: 5px 40px 5px 10px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: url('images/ornament.left.jpg') no-repeat right bottom;
	min-height: 400px;
}

div#footer {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #eadfb8;
	height: 30px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #713d41;
}

a:hover {
	text-decoration: underline;
}


/* Index: */

div#index_welcome {
	background: url('images/index_welcome.jpg') no-repeat top left;
}	

h1#index_welcome {
	visibility: hidden;
}

div#index_image {
	text-align: center;
}

div#index_image img {
	border: 0;
}

p#index_para2 {
	margin-top: 20px;
}

/* Erika 1 */

div#erika1_title {
	background: url('images/erika1_title.jpg') no-repeat top left;
}	

h1#erika1_title {
	visibility: hidden;
}

/* Erika 2 */

div#erika2_title {
	background: url('images/erika2_title.jpg') no-repeat top left;
}	

h1#erika2_title {
	visibility: hidden;
}

/* Impressum */

div#legal_title {
	background: url('images/legal_title.jpg') no-repeat top left;
}	

h1#legal_title {
	visibility: hidden;
}

/* Kontakt */

div#contact_title {
	background: url('images/contact_title.jpg') no-repeat top left;
}	

h1#contact_title {
	visibility: hidden;
}


table.fewoDetails {
	margin: 10px 0;
}

table.fewoDetails th, table.fewoDetails td {
	vertical-align: top;
	text-align: left;
	margin: 0;
	padding: 3px;
}

.top {
	vertical-align: top;
}

span#huntingDog {
	color: #080;
}