﻿HTML		{padding:0px; MARGIN:0px; HEIGHT:100%;}
BODY		{
	padding: 0 0px 0px 0px;
	MARGIN: 0px;
	HEIGHT: 100%;
	BACKGROUND-COLOR: #008C32;
	width: 100%;
	position: absolute;
}

/* Formatvorlagen für den Kopfbereich */
.Kopf		{
	background-image: url('../images/bgvl_grgegr.bmp');
	background-repeat: repeat-x;
	position: relative;
	height: 100px;
	width: 100%;
}

.Kopftitel {
	background-position: 26px 24px;
	background-repeat: no-repeat;
	background-image: url('../images/TitellogoL.png');
	height: 100px;
}

.Sprache		{
	left: 0px;
	width: 16px;
	position: absolute;
	top: 0px;
	border: 0px;
	height: 50px;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}
.Sprache a	{border:0px; padding:0px; margin:0px;}
.Sprache img	{border:0px; padding:0px; margin:0px;}



/* Formatvorlagen für die Tabitems */
.Reiter
{
width: 100%;
}

.Reiter ul		{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-weight: bold;
}
.Reiter li		{float:left; vertical-align:middle; text-align:center; white-space:nowrap;}
.Reiter li a		{color:#FFFFFF; text-decoration:none; padding:5px; display:block; background-color:rgb(170,170,200); border:#FFFFFF 1px solid; font-family:Arial;}
.Reiter li a:hover	{background-color:rgb(200,200,255);}
#moz		{padding:6px; float:inherit;}
.Reiter_aktiv
{
	color: #FFFFFF;
	padding: 5px;
	background-color: rgb(170,170,255);
	border: 1px solid rgb(170,170,255);
}



/* Formatvorlagen für den Inhalt */
.InhaltFrame	{
	border: black 0px;
	padding: 0px;
	background-color: rgb(170, 170, 255);
	font-size: 12px;
	font-family: Arial;
	text-align: center;
	overflow: auto;
	height: 75%;
	display: block;
	width: 100%;
	z-index: 1;
}
.Inhalt		{
	margin: 1%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 3%;
	padding-top: 3%;
	background-color: #ffffff;
	text-align: left;
	font-size: 12pt;
	font-family: Arial;
	border: rgb(0,0,255) 1px solid;
	position: inherit;
}

.ItemL {
	padding: 10px;
	vertical-align: text-top;
	background: #FFFFFF;
	border: 2px outset #000000;
	background-image: url('../images/bgvl_rw_l.bmp');
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	margin: 2%;
	min-height: 10pc;
}
.ItemR {
			padding:10px;
			vertical-align: text-top;
			background: #FFFFFF;
			border: 2px outset #000000;
			background-image: url('../images/bgvl_rw_r.bmp');
			background-repeat: repeat-y;
			background-position:right;
			position:relative;
			margin:2%;
			min-height: 10pc;
	}

.ItemTD {
			width:50%;
			vertical-align: text-top;
		}


.ItemTitle {
			text-align: center;
			text-decoration: underline;
			font-weight: bold;
		}

/* Formatvorlagen für den Fuss */
.Fuss
{
	BORDER: black 1px solid;
	PADDING: 0px;
	COLOR: white;
	HEIGHT: 20px;
	BACKGROUND-COLOR: rgb(200,220,255);
	z-index: 1;
}


/*.Betreff		{font-weight:bold; font-size:14pt; font-family Arial; text-align justify;}
.Anstriche		{list-style-type:disc; list-style-position:outside; padding-left:20px; padding-right:10px; line-height:18pt; margin-left:10px;}
*/

.Anstriche2
{
	list-style-type: square;
	list-style-position: outside;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 14pt;
	margin-left:10px;
}

h1{
	font-family: Arial;
	font-size: 20pt;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

h2 {
	font-size: 12pt;
	font-family: Arial;
	text-align: center;
}
h3 {
	font-size: 12pt;
	font-family: Arial;
	text-align: left;
}

.ItemTitle2 {
	font-family: Arial;
	font-size: 20pt;
	font-weight: bold;
	text-decoration: underline;
}
.Produkt {
	background-color: #FFFFDD;
 	margin-top: 5px;
  	margin-bottom: 5px;
  	border: thin groove #008000;
 }

