html, body {
	height: 100%;
}
#pageframe {
	position: relative;
	min-height: 100%;
	height: 100%;
}
html>body #pageframe {
	height:auto;
}
body {
	color: #180e0f;
	font-size: 12px;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 1.5em;
	background-color: #afa9ab;
	background-image: url(../media/titel-bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: uppercase;
	text-align: left;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
	text-transform: uppercase;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1em;
	text-align: left;
}
td {
	text-align: left;
}
p {
	text-align: left;
}
ul {
	line-height: 130%;
	text-align: left;
	list-style-type: disc;
	margin: 1em 0 1em 30px;
}
a:link {
	color: #e4dbdc;
	text-decoration: underline;
}
a:visited {
	color: #87506A;
	text-decoration: underline;
}
a:hover {
	color: #fff;
}
a:active {
	color: #d2c9ce;
	text-decoration: none;
}
.px9 {
	font-size: 11px;
	text-align: left;
}
.rahmen {
	border: 1px solid #979193;
}
div.links {
	text-align: left;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
div.zentriert {
	text-align: center;
	width: auto;
	margin: auto;
}
.menubar {
	font-size: 11px;
	background-color: #34222a;
	background-image: url(../media/bar-bg.png);
	background-repeat: repeat-x;
	text-align: center;
	width: 100%;
	height: 25px;
	margin-top: 25px;
	/* [disabled]padding-top: 2px; */
	padding-right: 0;
}
.menu a:link {
	color: #bfb5b6;
	text-decoration: none;
}
.menu a:visited {
	color: #7b6c73;
	text-decoration: none;
}
.menu a:hover {
	color: #fff;
}
.menu a:active {
	color: #d2c9ce;
	text-decoration: none;
}
.obenunten {
	border-style: solid none;
	border-width: 1px;
	border-color: #979193;
}
.oben {
	border-style: solid none none;
	border-width: 1px;
	border-color: #979193;
	padding-top: 10px;
}
.unten {
	border-style: none none solid;
	border-width: 1px;
	border-color: #979193;
}
.twocolcont {
	width:820px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 70px;
	position: relative;
}
.twocolboxl {
	width:620px;
	height: auto;
	float:left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.twocolboxr {
	margin-left:640px;
	width:auto;
	height: auto;
	text-align: right;
	border-left: 1px solid #979193;
	padding-top: 40px;
}
/*.fusscont {
	margin-right: auto;
	margin-left: auto;
	width: 820px;
	height: auto;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #979193;
	margin-top: 10px;
	font-size: 10px;
	color: #898486;
	padding-top: 10px;
}*/
.pkursiv {
	color: #4a3b42;
	font-style: italic;
	padding-top: 30px;
}
.twocolL150 {
	text-align: left;
	width: 150px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	height: auto;
}
.twocolR640 {
	text-align: left;
	height: auto;
	width: 640px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: right;
}
.imgcenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	float: none;
	position: relative;
}
.twocolcont .twocolboxl div {
	text-align: left;
	width: 100%;
}
.clearer {
	clear: both;
}

.imgpadrechts {
	padding-right: 20px;
	padding-bottom: 10px;
}
#footer {
	text-align:center;
	height:40px;
	clear:both;
	padding-top: 10px;
	background-color: #808080;
	background-image: url(../media/fo-bg);
	background-repeat: repeat-x;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #dadada;
	font-size: 11px;
	white-space: nowrap;
	font-family:"Lucida Grande", Arial, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
#footer a:link {
	color:#dadada;
	text-decoration:none;
}
#footer a:visited {
	color:#999;
	text-decoration:none;
}
#footer a:hover {
	color:#FFF;
	text-decoration:none;
}
#footer a:active {
	color:#E0E0E0;
	text-decoration:none;
}
.footertextbg {
	background-color: #CCC;
	color: #333;
	padding-right: 2px;
	padding-left: 2px;
}
.justify {
	text-align:justify;
}
.rahmenlinks {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #979193;
}
