/* -------------- Formatierung -------------------- */

/* OVERALL / CONTENT */

.top {
	margin:0;
	padding:16px 50px 0 70px;
}

p {
	font-family:Verdana, Arial, Tahoma, sans-serif;
	margin:0;
	padding:0 50px 1em 70px;
	line-height: 1.5em;
	font-size: 1.0em;
}
.fehler {
	color: #EC2A2E;
	font-weight: bold;
	background: white;
	margin:0 0 0 70px;
	padding:2px 0px 2px 1em;
	line-height: 1.5em;
	font-size: 1.0em;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}
.erhalten {
	color: green;
	font-weight: bold;
	background: white;
	margin:0 0 0 70px;
	padding:2px 0px 2px 1em;
	line-height: 1.5em;
	font-size: 1.0em;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}
.container {
	background: white;
	margin:0 0 0 70px;
	padding:2px 50px 2px 1em;
	line-height: 1.5em;
	font-size: 1.0em;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	display: none;
}
.container_td {
	background: white;
	margin:0 0 0 0px;
	padding:2px 50px 2px 1.2em;
	line-height: 1.5em;
	font-size: 1.0em;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	display: none;
	vertical-align: top;
}
.container_a {
	background: transparent url(/bilder/close.gif) top left no-repeat;
	margin:0;
	padding:0 0 0 1.2em;
	text-decoration: none;
}
.container_a:hover {
	background: transparent url(/bilder/open.gif) top left no-repeat;
	margin:0;
	padding:0 0 0 1.2em;
	text-decoration: none;
}
h1 {
	margin:1.3em 0 0.3em 30px;
	padding:4px 50px 4px 0;
	font-size:1.2em;
	font-weight: normal;
	text-align: left;
	color: black;
	border-bottom: 1px solid white;
	background: transparent;
	letter-spacing: 1px;
	clear: left;
}
h2 {
	background: transparent;
	margin:0 0 0 70px;
	padding:1px 50px 1px 0;
	font-size:1.0em;
	font-weight: normal;
	text-align: left;
	clear: left;
}
h3 {
	background: transparent;
	margin:0 0 0 10px;
	padding:1px 50px 1px 0;
	font-size:1.2em;
	font-weight: bold;
	text-align: left;
	clear: left;
}
a {
	margin:0;
	padding:0;
	text-decoration: underline;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: #EC2A2E;
}

img {
	border: 0px solid transparent;
	margin:0px 0 0 30px;
	padding:0 15px 10px 0;
	float: left;
}
ul {
	margin:0;
	padding:0 0 0 70px;
}
li {
	margin:0;
	padding:0.3em 50px 0.3em 0px;
	list-style-type:square;
	line-height: 1.5em;
}

table {
	margin:0 50px 0 70px;
	padding:0;
	border-spacing: 0px;
	border: 0px solid white;
	/*border: outset 0px red;*/
}
td {
	background: transparent;
	margin: 0px;
	padding: 2px 10px 2px 0px;
	vertical-align: top;
	border: 0px solid white;
	/*border: inset 5px;*/
}
th {
	background: transparent;
	padding: 10px 10px 10px 0px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
.line {
	padding: 0 0 20px 0;
}
.size0 {
	width: 105px;
}
.size1 {
	width: 200px;
}
.size2 {
	width: 1em;
}
.size3 {
	width: 2em;
}
.size4 {
	width: 300px;
}
input, textarea {
	margin:2px;
	padding:2px;
	font-size:1.0em;
	color:#284828;
	background-color: white;
	border:1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-top: 1px solid white;
	border-right: 1px solid white;
}
.button{
	padding:2px 1em 2px 1em;
	width: 96px;
	background: white;
	border-bottom:1px solid black;
	border-left:1px solid black;
	border-top:1px solid white;
	border-right:1px solid white;
	text-decoration: none;

}
.button:hover{
	padding:2px 1em 2px 1em;
	width: 96px;
	background: white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-top: 1px solid black;
	border-right: 1px solid black;
	color: #EC2A2E;
	text-decoration: none;
}
.button_h{
	padding:2px 1em 2px 1em;
	width: 96px;
	background: white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-top: 1px solid black;
	border-right: 1px solid black;
	color: #EC2A2E;
	text-decoration: none;
}
.button_c{
	padding:2px 1em 2px 1em;
	width: 96px;
	background: white;
	border:0px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	color: #EC2A2E;
	text-decoration: none;
}
.textbox{
	color:#284828;
	font-family:arial, helvetica, sans-serif;
	font-weight:normal;
	font-size:1em;
	border:1px solid;
	width: 105px;
}

/* Bereich */
.bereich {
	margin:0;
	padding:45px 0 0 30px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size:0.9em;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0px;
	color: white;
}
.bereich a {
	color: white;
	text-decoration: none;
}
.bereich a:hover {
	color: #EC2A2E;
	text-decoration: none;
}

/* Navigation */
.mainnav {
	background: white url(/bilder/mainmenue0.gif) bottom;
	width: 100px;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	border-bottom: 0px solid black;
}

.navigation {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 100px 0 0 0;
	display: none;
}
.mainnav a, .navigation a {
	color: black;
	text-decoration: none;
}
.mainnav a:hover, .navigation a:hover{
	text-decoration: none;
	color: #EC2A2E;
}
.navigation li {
	background:transparent url(/bilder/verlauf.gif) top left repeat-y;
	margin:5px 0 0 0px;
	padding:4px 0 4px 50px;
	list-style-type:none;
}
.navigation ul {
	margin:0px;
	padding:0px;
	
}
#navtools {
	border: 0px solid black;
	text-align: right;
	word-spacing: 20px;
	display: block;
}
.normal {
	border-bottom: 0px solid #EC2A2E;
}

/* Subcontent */

.subcontent h1 {
	background: white url(/bilder/box.gif) top left repeat-y;
	margin:0;
	padding:4px 5px 4px 20px;
	font-size:1.0em;
}
.subcontent p {
	margin:0;
	padding:0 5px 20px 20px;
	font-size:0.9em;
}
.subcontent a {
	background: transparent url(/bilder/link-in.gif) top left no-repeat;
	padding:0 0 0 12px;
	text-decoration: none;
	font-size:0.9em;
}
.subcontent a:hover {
	background: transparent url(/bilder/link-in_h.gif) top left no-repeat;
	text-decoration: none;
}
.subcontent ul {
	margin:0;
	padding:0 0 0 20px;
}
.subcontent li {
	margin:0;
	padding:0 0 0 0px;
	font-size:0.9em;
}

/* Footer */

.footer {
	margin:0;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 0.8em;
	text-align: right;
}
.footer a {
	padding: 0 50px 0 0;
	font-weight: normal;
	color: black;
	text-decoration: none;
}
.footer a:hover{
	text-decoration: none;
	color: #EC2A2E;
}	

html, body {
	font-size:12px;
	background:white;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Tahoma, sans-serif;
	font-weight:normal;
	color:black;
}