/**************** BIBA global *******************/

BODY {
	color: #000000;
	font: 90% Arial, Verdana, Geneva, Helvetica, sans-serif;
	margin:10px 10px 10px 10px;
	min-width: 870px;
}
BODY a{
	text-decoration: none;
}
/*********** Boxgerüst ***********/
/* Titelbild */
DIV#oben {
	height: 140px;
	background-image: url(rfid.jpg);
	background-repeat: no-repeat;
	background-position: 2px;
	border-top: 24px solid #00569d;
	z-index: 2;
}
/* logo */
DIV#oben img {
	float: right;
	padding-right: 50px;
	border: none;
	margin: 30px 20px 30px;
}
/* grüner Balken **/
DIV#balken{
	position: relative;
	background-color: #63b837;
	padding-top: 1px;
	padding-bottom: 1px;
	z-index: 2;
}
/* Navigation links*/
DIV#navi {
	position: absolute;
	left: 10px;
	top: 225px;
	width: 180px;
	z-index: 1;
	background-color: #ddf1d1;
	font-size: 90%;
	min-height: 630px;
}
/* Spalte rechts */
DIV#rechts{
	position: absolute;
	top: 225px;
	right: 10px;
	width: 180px;
	background-color: #ddf1d1;
	min-height: 600px;
	padding-top: 30px;
}
/* Inhalt */
DIV#content{
	position: relative;
	width: auto;
	min-width: 500px;
	margin: 10px 190px 20px 190px;
	padding: 0px 0px 20px 0px;
	font-size: 90%;
	background-color: #ffffff;
}

/********** Box-Füllungen ********/
/*** grüner Balken ***/
/* Druckversion */
DIV#print {
	position: absolute;
	left: 80px;
	padding-top: 6px;
	padding-bottom: 5px;
}
/* Navigation oben*/
DIV#naviO{
	position: relative;
	margin-left: 180px;
	font-size: 80%;
	font-weight: bold;
	z-index: 3;
}
/* Unterpunkte */
SPAN.mainPoint a{
	display: table-cell;
	width: 170px;
	padding-top: 6px;
	padding-bottom: 5px;
	text-align: center;
	color: #ffffff;
}
SPAN.mainPoint_on a{
	display: table-cell;
	width: 170px;
	padding-top: 6px;
	padding-bottom: 5px;
	text-align: center;
	color: #00569d;
	background-color: #ddf1d1;
}
DIV#naviO a:hover{
	color: #00569d;
}
/*** Navi links ***/
/* Navi links oben */
DIV#naviL{
	min-height:450px;
}
/*Hauptmenüpunkt als Titel der Navigation*/
DIV.title a{
	display: table-cell;
	width: 170px;
	height: 62px;
	padding: 50px 0px 20px 10px;
	font-size: 130%;
	font-weight: bold;
	color: #00569d;
	z-index:
}
/* Untermenü 1. Ebene */
DIV.subPoint a{
	display: table-cell;
	width: 170px;
	padding: 5px 5px 5px 20px;
	border-top: thin solid #ffffff;
	color: 00569d;
}
DIV.subPoint_on a{
	display: table-cell;
	width: 170px;
	padding: 5px 5px 5px 20px;
	border-top: thin solid #ffffff;
	color: #00569d;
	background-color: #f2faed;
}
/* Untermenü 2.Ebene */
DIV.subPoint1 a{
	display: table-cell;
	width: 170px;
	padding: 5px 5px 5px 25px;
	border-top: thin solid #ffffff;
	color: 00569d;
	background-color: #f2faed;
}
DIV.subPoint1_on a{
	display: table-cell;
	width: 170px;
	padding: 5px 5px 5px 25px;
	border-top: thin solid #ffffff;
	color: #00569d;
	background-color: #f2faed;
}
/* Untermenü 3. Ebene */
DIV.subPoint2 a{
	display: table-cell;
	width: 170px;
	padding: 5px 5px 5px 30px;
	border-top: thin solid #ffffff;
	color: 00569d;
	background-color: #f2faed;
}
DIV.subPoint2_on a{
	display: table-cell;
	width: 170px;
	padding: 5px 5px 5px 30px;
	border-top: thin solid #ffffff;
	color: #00569d;
	background-color: #f2faed;
}
/* Untermenü 4. Ebene */
DIV.subPoint3 a{
	display: table-cell;
	width: 170px;
	padding: 5px 5px 5px 35px;
	border-top: thin solid #ffffff;
	color: 00569d;
	background-color: #f2faed;
}
DIV.subPoint3_on a{
	display: table-cell;
	width: 170px;
	padding: 5px 5px 5px 35px;
	border-top: thin solid #ffffff;
	color: #00569d;
	background-color: #f2faed;
}
/* Logout */
DIV#logout {
	left: 10px;
	width: 180px;
	z-index: 1;
	background-color: #ddf1d1;
	font-size: 90%;
}
DIV.logout a{
	display: table-cell;
	width: 170px;
	padding: 5px 5px 5px 20px;
	border-top: thin solid #ffffff;
	color: 00569d;
}
/*********** rechts ***********/
/* aktuell */
DIV#aktuell{
	font-size: 90%;
	padding-top: 20px;
	min-height: 560px;
}
/* update */
DIV#update{
	padding-left: 10px;
	font-size: 80%;
	color: #808080;
}
/*********** Inhalt ***********/
/* Text */
DIV.bodytext {
	padding: 0px 0px 20px 0px;
}
P{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/******* Ueberschriften im content *****/
DIV.csc-header a{
	color: #8B0000;
}
H3{
	margin: 5px 0px 0px 10px;
}
H4.csc-firstHeader{
	background-color: #eaeaea;
	font-size: 130%;
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 10px 0px;
}
H4 {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}
.imgtext-nowrap {
	font-size: 90%;
}
.text {
	margin: 0px 0px 0px 10px;
}
.text A {
	color: #da251d;
}
H5{
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 120%;
}
P.csc-caption {
	font-size: 80%;
}
/* Bilder */
TABLE.imgtext-table{
	margin: 10px 10px 10px 10px;
}
DIV.csc-textpic-imagewrap{
	margin: 0px 10px 0px 10px;
}
/* Tabellen */
TABLE.contenttable {
	margin: 0px 10px 0px 10px;
	font-size: 100%;
}
TABLE.contenttable a{
	color:  #da251d;
}
/******* Uploads ******/
TABLE.csc-uploads{
	font-size: 90%;
	padding-top:10px;
	width: 95%
}
TABLE.csc-uploads a{
	color:  #da251d;
}
TD.csc-uploads-icon{
	width: 8%;
}
TD.csc-uploads-fileName{
	width: 79%;
}
TD.csc-uploads-fileSize{
	width: 8%;
}
IMG.empl{
	position: relative;
	left: 330px;
	border: none;
	margin: 0px 5px 0px 0px;
}
DIV.imgtext{
	position: relative;
	top: -100px;
	left: 10 px;
	width: 300px;
	height: 20px;
	vertical-align: middle;
}

IMG.top{
	margin: 20px 5px 5px 10px;
	border: none;
}
IMG#top{
	margin: 20px 5px 5px 10px;
	border: none;
}
/* Login - Logout */
DIV.tx-newloginbox-pi1{
	font-size: 90%;
	margin: 50px 50px 50px 50px;
}
