.button, input[type="submit"] {
	display:none;
}
form {
	display:none;
}
/* ---------------------------------- */
body {
	z-index: 1;
	background: #FFFFFF;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
}
#container {
	position: relative;
	width:100%;
	z-index: 2;
}

#logo, #logo img {
	position: relative;
	top:5px;
	left:5px;
	/*width:138px;
	height:62px;*/
	width:276px;
	height:124px;
	z-index: 4;
	border:none;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#seite {
	display:none;
}
/* --------Allgemeine Definitionen--------------- */
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .subtitle {
	margin-top: 15px;
	margin-bottom: 5px;
	max-width:740px;
}
h1, h2, h3 {
	text-transform: uppercase;
}
h1 {
	font-size: 19px;
	padding-left: 0px;
	margin-bottom: 35px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 13px;
}
h4, .subtitle {
	font-size: 13px;
	font-weight: bold;
}
h5 {
	font-size: 13px;
}
.subtitle {
	font-size: 12px;
	font-weight: bold;
}
hr {
	margin-top: 30px;
	margin-bottom: 30px;
}
li {
}
ul {
	padding-left: 15px;
	list-style-position: outside;
	list-style-type: square;
}
ol {
	list-style-position: inside;
	list-style-type: decimal;
}
input {
	display:none;
}
select {
}
.text {
}
table {
	width:100%;
	margin-left: 2px;
	font-size:11px;
	color: #000000;
}
th {
	padding: 2px 5px;
	text-align: left;
	vertical-align: top;
	white-space:nowrap;
}
th a {
}
th a:link, th a:visited {
}
th a:hover {
}
td {
	margin: 0px;
	padding: 2px 5px;
	vertical-align: top;
}
td a:link {
}
td a:hover {
}
.failed, .confirm, .alarm, .success {
	display:none;
}
/*--------------------Startseite---------------*/
#suche {
	display:none;
}
#suche.suche {
	display:none;
}
input[name="suchfeld"] {
	display:none;
}
#rahmen {
	position: relative;
	min-height:509px;
	background: #FFFFFF;
	top:-12px;
	margin-top:35px;
	margin-left:12px;
	margin-bottom:20px;
	margin-right:30px;
	z-index: 5;
	padding-bottom:20px;
}
.rahmenrot {
	border: none;
}
.rot {
	/*	color:#cc020c;*/
	color:#000000;
}
.rahmenorange {
	border: none;
}
.orange {
	/*color:#ee7f01;*/
	color:#000000;
}
.rahmengelb {
	border: none;
}
.gelb {
	/*color:#fabb00;*/
	color:#000000;
}
.rahmenhblau {
	border: none;
}
.hblau {
	/*color:#05abdb;*/
	color:#000000;
}
.rahmendblau {
	border: none;
}
.dblau {
	/*color:#00447b;*/
	color:#000000;
}
.rahmenlila {
	border: none;
}
.lila {
	/*color:#CC9933;*/
	color:#000000;
}
.rahmengruen {
	border: none;
}
.gruen {
	/*color:#86a30d;*/
	color:#000000;
}
#box {
	display:none;
}
#topnavi {
	display:none;
}
.login a {
	text-transform: uppercase;
	color: #00447b !important;
}
.login a:hover {
	text-transform: uppercase;
	color: #00447b !important;
	text-decoration: underline !important;
}
#navi {
	display:none;
}
.bz {
	color:#00447b;
	float:left;
	width:200px;
}
#inhalte {
	display:block;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 5px;
}
#inhalte p {
	padding-top: 10px;
	padding-bottom: 5px;
}
#tabkont {
	padding: 3px;
}
.wort {
	width:100%;
	display: block;
}
#tabsort td {
	border: thin solid #000000;
}
.line {
}
#tabreg td {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
}
#tabreg .button {
	margin-top: 10px;
}
#navintern, #rolle {
	display:none;
}
/* ------------Inhalte färben beim Druck--------------------------- 
#inhaltegrün {
	color:#86a30d !important;
}
#inhalteblau {
	color:#00447b !important;
}
* html #inhaltegrün {
	color:#86a30d !important;
}
* html #inhalteblau {
	color:#86a30d !important;
}
*/
.noprint {
	display:none;
}
