html {
  margin-bottom: 1px;
  height: 100%;
  overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 40px;
	background-color: #cad5a2;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-image: url(images/header-verlauf-elisabeth-baechler.gif);
}

h1, h2, h3 {
	font: 1.82em;
	font-weight: normal;
	font-family: Times, "Times New Roman", Garamond;
	letter-spacing: 0px;
	color: #333333;
}

p, ol, ul {
	line-height: 1.67em;
}

a {
	color: #669900;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 100%;
	height: 170px;
	margin: 0px auto;
	background-image: url(images/lisa-baechler-b-hoch-drei.jpg);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 98;
	background-color: #FFFFFF;
	position: fixed;
}

/* Logo */

#logo {
	margin: 0;
	height: 160px;
	top: 30px;
	text-align: center;
	position: fixed;
}


/* Menu */

#menu {
	position: fixed;
	z-index: 99;
	top: 170px;
	margin-left: 183px;
	background-color: #b4bd84;
}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	margin-left: 5px;
	text-decoration: none;
	border-top: 1px dotted #FFFFFF;
	font-family: Times, "Times New Roman", Garamond;
	font-size: 14px;
	color: #666666;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
	background-color: #FFFFFF;
}

#menu a:visited, a:hover, a:active {
	color: #A7C136;
}

/* Page */

#wrapper {
	background-color: #cad5a2;
}

#page {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 160;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* Content */

#navi {
	float: left;
	width: 800px;
	margin-bottom: 10px;
}

#content {
	float: left;
	width: 800px;
	margin-bottom: 50px;
	overflow: auto;
	top: 200px;
}


/* Footer */

#wrapper2 {
	background-color: #cad5a2;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
	bottom: 0px;
}

#fusszeile {
	clear: both;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-family: courier;
	font-size: 9px;
	color: #FFFFFF;
	bottom: 0px;
	position: fixed;
	background-color: #333333;
	background-position: center;
	width: 100%;
}

#fusszeile a {
	border-bottom: 1px dotted #939393;
	text-decoration: none;
	color: #FFFFFF;}

.impressum {
	font-size: 11px;
	line-height: 13px;
}
.einzug {
	padding-left: 9px;
}
