body {
	font: 0.71em/1.1em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #800000;
	background-color: #F8E3CE;
}
#hauptteil {
	position: static;
	padding: 20px;
	text-align: justify;
	color: #800000;
	background-color: #F8E3CE;
	overflow: auto;
}
#submenue {
	margin-right: 15px;
	height: 1.4em;
	border-bottom: 1px solid #12628D;
	padding: 0px;
}
#inhalt {
	padding-top: 15px; 
}
/* ENDE CONTAINER */

#submenue ul {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
	list-style-position: outside;
}
#submenue ul li {
	display: inline;
	height: 1.4em;
	margin-right: 2px;
}
#submenue a{
	font-weight: bold;
	color: #ffffff;
	padding: 0px 10px 0px 5px;
	font-size: 1.1em;
	line-height: 1.4em;
	text-decoration: none;
	background-color: #b6a3bb;
}
#submenue a:hover{
	background-color: #800000;
}
#submenue ul li.aktiv a {
	background-color: #800000;
	cursor: default;
}
/* ENDE Navigationen */


/* ANFANG Spezielle Bereiche */
#leftframe{
	width: 49.5%;
	margin-right: 10px;
	float: left;
	text-align: justify;
}
#rightframe{
	width: 45.5%;
	float: left;
	margin-right: 10px;
	margin-left: 12px;
	text-align: justify;
}
#lowerframe {
	width: 37%;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}
#counter{
	float: left;
	width: 30px;
	margin-left: 10px;
	margin-top: 6px;
	overflow: hidden;
}
#fooser {
	margin-left: 10px;
}
/* ENDE Spezielle Bereiche */
label {
	display: block;
	width: 80px;
	margin-right: 15px;
	text-align: right;
	float: left;
}
input {
	width: 185px;
}
input.button {
	color: #FFFFFF;
	line-height: 15px;
	font-size: 12px;
	padding: 1px 0px;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	background: #43339B url(link-bg.png) repeat-x;
	border: 2px outset #A3A3A3;
}
input.button:hover {
	background: #43339B url(linkhover-bg.png) repeat-x;
	border: 2px inset #A3A3A3;
}
textarea {
	height: 150px;
	width: 280px;
}
.error {
	color: #ff0000;
}
a {
	color: #b90e1e;
	text-decoration: none;
}
a:hover {
	color: #12628D;
}
#inhalt a img.noborder {
	border: none;
}
#inhalt ul{
	list-style: square outside url(raute.gif);
}
#inhalt ul li{
	margin: 3px 0px;
	line-height: 1.3em;
	text-align: left;
}
#inhalt table {	
	border-collapse: collapse;
	border: 2px ridge #C0C0C0;
	text-align: left;
}
#inhalt td {
	padding: 2px;
	border: 1px solid #C0C0C0;
	vertical-align: top;
}
#inhalt th {
	padding: 2px;
	border: 1px solid #C0C0C0;
	vertical-align: top;
}
.noborder {
	border: none;
}
.spaltelinks {
	text-align: right;
}
#inhalt table.noborder {
	border: none;
}
#inhalt table.noborder td{
	border: none;
}
#inhalt td.spaltelinks {
	width: 47.5%;
	padding-right: 15px;
}
h1 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px;
	text-align: left;
}
h1 .underline {
	padding: 0px 20px;
	border-bottom: 2px dotted #962C34;
}
h2 {
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 15px;
	margin: 0px;
	margin-top: 2px;
}
h2 .underline {
	padding: 0px 10px;
	border-bottom: 2px dotted #962C34;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
	text-align: left;
}
br.clear {
	clear: both;
}
div.clear {
	clear: both;
	line-height: 1px;
}
a img {
	border: none;
}

.psdbutton {
	float: left; 
	margin: 3px 5px 5px 0px;
	border: 3px outset #d8d6d4;
}
.psdbutton:hover {
	border: 3px outset #B1ABA8;
}

.floatright{
	float: right;
	margin: 10px;
	margin-right: 0px;
}
.floatleft{
	float: left;
	margin: 10px;
	margin-left: 0px;
}
.indent {
	margin-left: 25px;
}
