/* LAYOUT MAIN*/

body, html {
	color: black;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 100.01%;
	line-height: 1em;
	letter-spacing: 0.18em;
	margin: 0px;
	padding: 0px;
	text-align: center; /* Erzwingen vertikaler Scrollbalken in Netscape, Firefox und Safari Browsern */
	height: 100%;
	margin-bottom: 1px;
	/*background-color: #e6deba;*/
	background-color: #E4D4B8;
}
#Seite {
	position: relative;
	top: 0px;
	left: auto;
	width: 990px;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: white;
	border-left: 1px dotted;
	border-right: 1px dotted;
}
#Kopf {
	position: relative;
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
#Mittelteil {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 1em 0;
	text-align: left;
}
#Inhalt {
	position: relative;
	width: 602px;
	height: auto;
	padding: 0;
	margin: 0 0 1em 194px;
	float: left;
}
#Navigation {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 175px;
	padding: 10px 5px 2px 5px;
}
#Fuss {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2em 0;
	clear: both;
	text-align: center;
}

p {
	font-size: 0.8em;
	line-height: 2em;
	margin: 0em 0 2em 0;
	padding: 0em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0em 0 1em 0;
	padding: 0;
	color: #7d3215;
}
h1 {
	font-size: 1.1em;
	line-height: 2em;
	font-weight: bold;
}
h2 {
	font-size: 1em;
	line-height: 2em;
	font-weight: bold;
}
h3 {
	font-size: 0.9em;
	line-height: 1.8em;
	font-weight: bold;
}
h4 {
	font-size: 0.9em;
	line-height: 1.8em;
	font-weight: bold;
	margin-bottom: 2em;
}
a {
	text-decoration: none;
	color: #666633;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
ul {
	margin: -1em 0 2em 0;
	list-style: disc outside;
}
ul li {
	font-size: 0.8em;
	line-height: 2em;
	letter-spacing: 0.2em;
	margin-bottom: 1em;
}

.bottomsp {
	margin: 0em 0em 2em 0em;
}
.kontakt {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #7d3215;
	margin: 0em;
}
.kontakt a {
	font-style: italic;
}

.pic {
	margin: 0.5em 2em 1em 0em;
	width: 260px;
	float: left;
}
.centertxt {
	text-align : center;
}
}
.hzierde {
	margin: 20px 0 0 0;
}
.hzierde img {
	margin: 0px 5px;
}

#SubNavigation {
	font-size: 0.7em;
	line-height: 0.8em;
	letter-spacing: 0.04em;
}

/* CSS-MENU */
#Nav {
	margin: 0px;
	padding: 0px;
}
#Nav li {
	margin: 0px 0px 20px 0px;
	padding: 2px 5px;
	list-style: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 0.2em;
	text-align: left;
	/*background: url(../images/v2.png) repeat-y;
	border: 1px dotted #7d3215;*/
}
#Nav li:hover {
	background: url(../images/v2.png) repeat-y;
}
#Nav li a {
	text-decoration: none;
	color: #666633;
}
#Nav li a:hover {
	text-decoration: underline;	
}
/* END CSS-MENU */