@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	height: 100%;
	color: #944D37;
	text-align: center;
	background-color: #F6F2CD;
	background-image: url(./assets/all/images/HintergrundFamilienstammbaum.gif);
    background-attachment: fixed;
    background-position: 0px 0px;
}    
p {
    margin: 0px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
    color: #49251A;
}
h1 {
    margin: 0px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
}
#inhalt  h2 {
	font-size: 36px;
	font-weight: bold;
	color: #C00;
	padding: 2px;
}

h3 {
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	color: #0F0220;
}
a:link {
    color: #49251A;
    text-decoration: none;
}
a:visited {
    color: #49251A;
}
a:hover {
    color: red;
}
a:active {
    color: #49251A;
}
#center {
	height: 50%;
	width: 1px;
	margin-bottom: -277px;
	float: left;
}
#inhalt {
	margin: auto;
	width: 960px;
	height: 550px;
	overflow: auto;
	position: relative;
	text-align: left;
	clear: left;
	background-color: #FEFEFF;
	background-image: url(./assets/all/images/Banner_Gasthaus_Weserstein.jpg);
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-style: solid;
	border-width: 2px;
	border-color: #9E8366;
}
#inhalt h1 {
	font-size: 36px;
	letter-spacing: 1px;
	top: -50px;
	position: absolute;
}
#inhalt h3 {
	font-size: 1em;
}
