html {
	padding:0px;
	margin:0px;
	text-align: center;
	}

body {
	background-color: #EEEEEE;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
	padding:0px;
	margin:0px;
	}

a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	}
a:visited {color:#333333;}
a:hover {color: #000000;}
a:active { color:#000000;}

/* ----------container zentriert das layout-------------- */
#container {
	width: 800px;
	padding:0px;
	margin: 0px auto;
	background-color: #FFFFFF;
} 

/* ----------banner for logo-------------- */
#kopf {
	text-align: left;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px auto;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	width: 800px;
	border-top-width: 20px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
}

/* -------------Farbstreifen oben-----------------------*/
#kopf2 {
	text-align: left;
	width: 800px;
	}

/* ----------outer und inner----------------- */

#outer{
	border-left: 160px solid #DDDDDD; /* linke Menue Spalten Farbe  */
	border-right: 240px solid #FFFFFF; /* rechte Menue Spalten Farbe  */
	background-color: #FFFFFF;
} 

#inner{
	margin:0;
	width:100%;
}


#outer2 {

	border-left: 160px solid #DDDDDD; /* linke Menue Spalten Farbe  */
	border-right: 190px solid #FFFFFF; /* rechte Menue Spalten Farbe  */
	background-color: #FFFFFF; /* Farbe fuer Inhalt Spalten  */
}

#outer3 {
	border-left: 160px solid #DDDDDD; /* linke Menue Spalten Farbe  */
	background-color: #FFFFFF; /* Farbe fuer Inhalt Spalten  */
}

/* --------------left navigavtion------------- */
#left {
	width:160px;
	float:left;
	position: relative;
	background-color: #DDDDDD;
	text-align: left;
	margin-left: -160px;
	height: inherit;
	overflow: auto;
	}

/* --------------Ergänzungsfeld rechts------------- */
#right {
	width: 200px;
	float:right;
	position:relative;
	background-color: #EEEEEE;
	text-align: left;
	margin-right: -230px;
	padding: 10px;
	top: 10px;
	margin-top: 0px;
 }

#right2 {
	width: 150px;
	float:right;
	position:relative;
	background-color: #EEEEEE;
	text-align: left;
	margin-right: -180px;
	padding: 10px;
	top: 15px;
	margin-top: 0px;
}

/* -----------------Inhalt--------------------- */ 
#content{
	position: relative;
	margin: 0px;
	}

.contentTableError {
	padding: 3px 20px 3px 0px;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	line-height: normal;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

/*  ----------------footer---------------------- */ 
#footer {
	clear:left;
	padding:0px;
	margin:0px;
	text-align: left;
	background-color: #FFFFFF;
	} 

/*  ----------------Farbstreifen unten---------------------- */ 
#footer2 {
	clear:left;
	padding:0px;
	margin:0px;
	text-align: left;
	background-color: #FFFFFF;
	}

/* --------------Navigationeintrag (Ordner)------------- */
#navi1 {
	margin:0px;
	width:154px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #0099CC;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
	padding: 2px 2px 2px 4px;
	}

/* --------------Navigationeintrag (Pages)------------- */
#navi2 {
	margin:0px;
	width:154px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #0099CC;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
	padding: 2px 2px 2px 4px;
	}

p {
	margin:0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h1 {
	font-size: 20px;
	background-color: #666666;
	color: #EEEEEE;
	line-height: 120%;
	margin-top: 0px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	}

h2 {
	color: #666666;
	font-size: 22px;
	line-height: 120%;
	font-variant: normal;
	margin-top: 0px;
	}

h3 {
	font-size: 16px;
	background-color: #666666;
	color: #EEEEEE;
	line-height: 120%;
	margin-top: 0px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	}

h4 {
	color: #666666;
	font-size: 14px;
	line-height: 120%;
	margin-top: 0px;
	text-transform: uppercase;
	}

.TextContent {
	font-size: 14px;
	line-height: 120%;
	padding: 15px;
	text-align: left;
	}

.TextContentSmall {
	font-size: 13px;
	line-height: 120%;
	}

.TextXS {
	font-size: 10px;
	line-height: 120%;
	}

input {
	background-color: #EEEEEE;
	font-size: 12px;
	width: 240px;
	padding: 2px 4px;
	border-top: 1px none #333333;
	border-right: 1px none #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px none #333333;
}

.PLZ {

	background-color: #EEEEEE;
	font-size: 12px;
	width: 40px;
	padding: 2px 4px;
	border-top: 1px none #333333;
	border-right: 1px none #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px none #333333;
	}

.ORT {
	background-color: #EEEEEE;
	font-size: 12px;
	width: 180px;
	padding: 2px 4px;
	border-top: 1px none #333333;
	border-right: 1px none #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px none #333333;
}

.BT100 {
	background-color: #DDDDDD;
	font-size: 10px;
	width: 100px;
	border: 1px solid #333333;
	cursor: hand;
	text-align: center;
	vertical-align: middle;
	}

.DbNavi {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-color: #EEEEEE;
	text-align: center;
	vertical-align: middle;
	height: 16px;
	width: 30px;
	border: 1px solid #666666;
	cursor: hand;
	line-height: normal;
	background-image: url(../images/he/BgBtGr.png);
	}

textarea {
	background-color: #EEEEEE;
	font-size: 12px;
	width: 240px;
	padding: 2px 4px;
	height: 100px;
	border: 1px solid #333333;
}

.rechner {
	background-color: #EEEEEE;
	font-size: 12px;
	width: 40px;
	padding: 2px 4px;
	border: 1px dotted #333333;
}

.BT40 {
	background-color: #DDDDDD;
	font-size: 10px;
	width: 40px;
	border: 1px solid #333333;
	cursor: hand;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/he/BgBtGr.png);
	background-repeat: repeat-x;
	font-weight: bold;
	float: none;
}

.inputschmal {
	background-color: #EEEEEE;
	font-size: 12px;
	width: 80px;
	padding: 2px 4px;
	border-top: 1px none #333333;
	border-right: 1px none #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px none #333333;
}

.navi2 {
	margin:0px;
	width:154px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
	padding: 2px 2px 2px 4px;
	font-size: 12px;
}

.navi1 {
	margin:0px;
	width:154px;
	padding: 2px 2px 2px 4px;
	border: 1px none #EEEEEE;
}

.BT40Del {
	background-color: #FF9999;
	font-size: 10px;
	width: 40px;
	border: 1px solid #333333;
	cursor: hand;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.BT40Upd {
	background-color: #CCFFCC;
	font-size: 10px;
	width: 40px;
	border: 1px solid #333333;
	cursor: hand;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.BT160 {
	background-color: #DDDDDD;
	font-size: 10px;
	width: 160px;
	border: 1px solid #333333;
	cursor: hand;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/he/BgBtGr.png);
	font-weight: bold;
}

.input150 {
	background-color: #EEEEEE;
	font-size: 12px;
	width: 150px;
	padding: 2px 4px;
	border-top: 1px none #333333;
	border-right: 1px none #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px none #333333;
}

.input140 {
	background-color: #EEEEEE;
	font-size: 12px;
	width: 140px;
	padding: 2px 4px;
	border: 1px solid #333333;
}

select {
	font-size: 12px;
	background-color: #EEEEEE;
	border: 1px solid #333333;
}

.input60rahmen {
	background-color: #EEEEEE;
	font-size: 12px;
	width: 80px;
	padding: 2px 4px;
	border: 1px solid #333333;
}

.BT60 {
	background-color: #DDDDDD;
	font-size: 10px;
	width: 60px;
	border: 1px solid #333333;
	cursor: hand;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/he/BgBtGr.png);
	background-repeat: repeat-x;
	font-weight: bold;
}

.TextInfobox {
	font-size: 11px;
	line-height: 100%;
	background-color: #FFFFCC;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	width: 200px;
	border: 1px solid #999999;
	list-style-type: disc;
	overflow: scroll;
	clip: rect(auto,auto,auto,auto);
	z-index: auto;
	background-position: left top;
	white-space: normal;
	clear: left;
	float: left;
	position: relative;
	visibility: hidden;
	height: auto;
}

.rahmen {
	border: 1px solid #333333;
}

.GebDat {
	background-color: #EEEEEE;
	font-size: 12px;
	width: 80px;
	padding: 2px 4px;
	border-top: 1px none #333333;
	border-right: 1px none #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px none #333333;
}

.radioB {
	font-size: 12px;
	width: 20px;
	padding: 2px 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

.listintern {
	line-height: 120%;
	list-style-image: url(../images/he/li_intern.gif);
	list-style-type: disc;
}

.BT60Del {
	background-color: #FF9999;
	font-size: 10px;
	width: 60px;
	border: 1px solid #333333;
	cursor: hand;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.BoxGelb {
	background-color: #FFFFD6;
	width: auto;
	position: static;
	visibility: visible;
	font-size: 13px;
	line-height: 120%;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: 1px solid #DDDDDD;
}

.BoxNeutral {
	width: auto;
	position: static;
	visibility: visible;
	font-size: 13px;
	line-height: 120%;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: 1px solid #DDDDDD;
}

.rahmengb {
	border: 1px solid #333333;
	background-color: #FFFFCC;
	padding: 4px;
}

.hoch {
	font-size: 60%;
	vertical-align: text-top;
}

.rahmenrt {
	border: 1px solid #333333;
	background-color: #FF9999;
	padding: 4px;
}

.rahmengn {
	border: 1px solid #333333;
	background-color: #66FF99;
	padding: 4px;
}

.BT60Upd {
	background-color: #CCFFCC;
	font-size: 10px;
	width: 60px;
	border: 1px solid #333333;
	cursor: hand;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#right_neutral {
	width: 200px;
	float:right;
	position:relative;
	text-align: left;
	margin-right: -230px;
	padding: 10px;
	top: 10px;
	margin-top: 60px;
}

.BT160Del {
	background-color: #FF9999;
	font-size: 10px;
	width: 160px;
	border: 1px solid #333333;
	cursor: hand;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.Bereichstitel {
	color: #666666;
	font-size: 14px;
	line-height: normal;
	margin-top: 0px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
}
.BT60gb {

	background-color: #FFFF00;
	font-size: 10px;
	width: 60px;
	border: 1px solid #333333;
	cursor: hand;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.BT100Upd {

	background-color: #CCFFCC;
	font-size: 10px;
	width: 100px;
	border: 1px solid #333333;
	cursor: hand;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.Datum {

	background-color: #EEEEEE;
	font-size: 12px;
	width: 100px;
	padding: 2px 4px;
	border-top: 1px none #333333;
	border-right: 1px none #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px none #333333;
}
.textareaGross {
	background-color: #EEEEEE;
	font-size: 12px;
	width: 400px;
	padding: 2px 4px;
	height: 200px;
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.BT160Upd {


	background-color: #CCFFCC;
	font-size: 10px;
	width: 160px;
	border: 1px solid #333333;
	cursor: hand;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.BT160gb {


	background-color: #FFFF00;
	font-size: 10px;
	width: 160px;
	border: 1px solid #333333;
	cursor: hand;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.organigramm {
	border: 1px solid #333333;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;
	line-height: normal;
	width: 76px;
}
.BT40OrFR {
	background-color: #FF9900;
	font-size: 10px;
	width: 40px;
	border: 1px solid #333333;
	cursor: hand;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/he/BgBtOr.png);
	background-repeat: repeat-x;
	font-weight: bold;
	float: right;
}
.BT40OrFL {

	background-color: #FF9900;
	font-size: 10px;
	width: 40px;
	border: 1px solid #333333;
	cursor: hand;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/he/BgBtOr.png);
	background-repeat: repeat-x;
	font-weight: bold;
	float: left;
}
.BT40GrFL {
	background-color: #DDDDDD;
	font-size: 10px;
	width: 40px;
	border: 1px solid #333333;
	cursor: hand;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/he/BgBtGr.png);
	background-repeat: repeat-x;
	font-weight: bold;
	float: left;
}
.BT40GrFR {
	background-color: #DDDDDD;
	font-size: 10px;
	width: 40px;
	border: 1px solid #333333;
	cursor: hand;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/he/BgBtGr.png);
	background-repeat: repeat-x;
	font-weight: bold;
	float: right;
}
.rahmen60pxDown {
	border: 1px solid #333333;
	margin-top: 60px;
}
