html {
	height:100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:850px;
	background-color: #f1e2bc;
}
div#container {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	width:810px;
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	height:100%;
	min-height:100%;
}
div#left {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #f1e2bc;
	width:310px;
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	background-image: url(img/left_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height:100%;
	height:100%;
	padding-right:10px;
}
div#right {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width:470px;
	position:absolute;
	right:0px;
	top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-height:100%;
	height:100%;
	padding-right:10px;
}
div#logo {
	padding-top:50px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #f1e2bc;
	width:310px;
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left:10px;
}
ul#navi {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #f1e2bc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-position: inside;
	list-style-type: none;
	line-height:26px;
	text-transform: uppercase;
}
div#anschrift {
	font-size: 11px;
	position:absolute;
	bottom:20px;
	right:10px;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-top:10px;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top:10px;
}

a:link {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
a:visited{
	color:#000000;
	text-decoration:none;
}
a:active{
	color:#000000;
	text-decoration:underline;
}
