html, body	{
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6, p, form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	margin:0;
	padding:0;
}

.invisible, dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

img {
	border: none;
}

#Rahmen{
	position: relative;
	background-color: #F6EEE5;
	margin: 0px;
	padding: 0px;
	width:794px;
	min-height: 100%;
	height: auto;
}
*html #Rahmen {
	height: 100%;
}

#kopf{
	position: absolute;
	top: 0px;
	left:0px;
	width:794px;
	height:133px;
	background: url(img/kopfbild.jpg) no-repeat;
	background-color: #fff;
}
#interc {
	position: absolute;
	top: 24px;
	left: 34px;
}

#logo {
	position: absolute;
	top: 38px;
	left: 109px;
}

#adresse {
	position: absolute;
	top: 35px;
	right: 34px;
}
#adresse p {
	color: #333333;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
}

#kopnavigation {
	position: absolute;
	top: 133px;
	left:0px;
	width:794px;
	height:23px;
	background-color: #333333;
	color: #DEDEDE;
	font-size: 100%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#kopnavigation a {
	color: #DEDEDE;
	font-size: 75%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px;
}

#kopnavigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#kopnavigation td.aktiv {
	background-color: #DEDEDE;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	border: solid 1px #333333;
}

#inhalt {
	position: absolute;
	top: 156px;
	left:0px;
	background-color: #F6EEE5;
	width:794px;
	height: auto;
	min-height: 300px;
	color: #333333;
	font-size: 100%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
*html #inhalt {
	height: 300px
}
#inhalttext {
	position: absolute;
	background-color: #F6EEE5;
	top: 55px;
	left: 43px;
	width: 715px;
	padding: 0 0 100 0px;
	margin: 0px;
}
#inhalttext h1 {
	color: #333333;
	font-size: 85%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0 0 20 0px
}
#inhalttext h2 {
	color: #666666;
	font-size: 80%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0 0 15 0px
}
#inhalttext p {
	color: #333333;
	font-size: 75%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0 0 10 0px
}
#inhalttext ul {
	color: #333333;
	font-size: 75%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
#inhalttext div.bildlinks {
	float: left;
	width: auto;
	background-color: #DEDEDE;
	color: #333333;
	font-size: 65%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 10px;
	margin: 5px;
}
#inhalttext a {
	color: #666666;
	font-weight: bold;
}
#inhalttext a:hover {
	color: #999999;
}

#fuss {
	position: absolute;
	bottom: 0px;
	left:0px;
}
