input , select{
	font-size: 11px;
}
body {
   margin: 0;
   background-color: #FFFFFF;
   color: #000000;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   padding: 90px 0 0 0;
   font-size: 11px;
}

 div#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: White;
}



 @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#wkinfo{
   position:fixed;
  }
  body>div#wgaddactiondiv{
   position:fixed;  
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#fullcontent{
  height:100%;
  overflow:auto;
 }

#langlogogs{
	position: absolute;
	top: 63px;
	left: 3px;
	z-index: 3;
}

#tabbar {
	position: absolute;
	top: 59px;
	left: 0px;
	width: 100%;
	background-color: White;

}
#sidebar {
	left: 0px;
	margin-top: 5px;
	margin-bottom: 70px;
	width: 230px;
	background-color: transparent;
	float: left;
}
#fullcontent{
   margin-left: 0px;
   margin-top: 0px;
   font-size: 11px;
   margin-right: 0px;
   padding-left: 10px;
   padding-right: 10px;
   z-index: 25;
}

#content {
   margin-left: 270px;
   font-size: 11px;
   z-index: 99;
}

#leftmenu {
	list-style: none;
	margin: 0;
	padding-left: 30px;
	font-size: 11px;
}
#leftmenu li {
	
}

#leftmenu {
width: 200px;
}

#leftmenu a {
	color: Green;
	background-color: transparent;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-left: 10px solid #CC6666;
	
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
}

#leftmenu a:hover {
	border-left: 10px solid #F4D100;
	text-decoration: none;

}

#treemenu {
	list-style: none;
	margin: 0;
	padding-left: 10px;
	font-size: 12px;
}
#treemenu a:hover {
	color: Red;
}

.ordnerpagechildlistdiv {
   padding-left: 40px;
}

.level_0 {
	color: Green;
	background-color: white;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-left: 10px solid #CC6666;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
	font-weight: bolder;
}

.level_1 {
	color: Green;
	background-color: transparent;
	padding: 2px;
	padding-left: 15px;
	display: block;
	border-left: 3px solid #CC6666;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
}

.level_2 {
	color: Green;
	background-color: transparent;
	padding: 2px;
	padding-left: 30px;
	display: block;
	border-left: 1px solid #CC6666;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
}

.haschilds {
	background-color: white;
	color: green;
	font-weight: normal;
}

.clicked {
	background-color: #F4D100;
}
.childtreemenu_1{
	list-style: none;
	margin: 0;
	padding-left: 4px;

}
.childtreemenu_2{
	list-style: none;
	margin: 0;
	padding-left: 1px;

}

.greenlink {
   color : Green;
}
ul {
   margin-top: 0px;
   margin-bottom: 0px;
}


#tabcontent h1 {
	font-size: 1.2em;
	color: #007B01;
	
}
ul#tabnav {
	list-style-type: none;
	margin: 0;
	padding-left: 80px;
	padding-bottom: 24px;
	border-bottom: 1px solid #711515;
	font: bold 11px verdana, arial, sans-serif;
}
ul#tabnav li {
	float: left;
	height: 21px;
	border: 1px solid #711515;	
	margin: 2px 2px 0 2px;
	
}

ul#tabnav li.inactivetab {
	background-color: #007B01;
	color: #FFFFFF;
}

ul#tabnav li.activetab {
	border-bottom: 1px solid #fff;
	color: #000000;
	background-color: #FFFFFF;	
}


ul#tabnav a:link, ul#tabnav a:visited {
	display: block;
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	padding: 4px;
}
ul#tabnav a:hover {
	background-color: #F4D100;
	color: #FFFFFF;
}

ul#tabnav li.activetab a:link,ul#tabnav li.activetab a:visited {
	color: #000000;
	background-color: #FFFFFF;
}


P,td  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h3 {
	margin-bottom: 4px;
	margin-top: 4px;
}

h4 {
	margin-bottom: 4px;
	margin-top: 4px;
}

.h4red {
	margin-bottom: 4px;
	margin-top: 4px;
	color: Red;
}
h5 {
	margin-bottom: 4px;
	margin-top: 8px;
}
.menutbl {
	font-size : 12px;

}
.treecell {
	font-size : 12px;
}

.menuheader {
	font-weight : bold;
	text-align : center;
	font-size : 12px;
	background-color : #E1F2DC;
}

.menudata {
		background-color : #E1F2DC;
	font-size : 12px;
}

#wkinfo {
   background-color: #F4D100;
   display: block;
   float: right;
   height: 52px;
   padding: 0px 4px;
   position: absolute;
   right: 0px;
   top: 0px;
   width: 150px;
   z-index: 999;
}

#wkinfobody{
   background-color : #E1F2DC;
}

#treeheadline ,#treeheadline a{
	font-size: 12px;
	padding-bottom: 20px;
	font-weight: bold;
	text-decoration: none;
	color: Black;
}

#ordnercontent{
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#bioformlogo {
	font: bolder 18px "MS Sans Serif", Geneva, sans-serif;
}
#bioformicrologo {
	font: bolder 18px "MS Sans Serif", Geneva, sans-serif;
	color: Black;
}

#entologo {
	font: bolder 18px "MS Sans Serif", Geneva, sans-serif;
	color: #00008B;
}

#qualogo {
	font: bolder 18px "MS Sans Serif", Geneva, sans-serif;
	color: #DAA520;
}

#companyline {
	border-top-color: Black;
	border-top-style: solid;
	border-top-width: 1px;
	
}

.seccompline{
	font-style: italic;
	color: Black;
	font-size: 10px;
	
}

.cleanlink  {
	text-decoration: none;
}

a:visited {
	
}

.textlink {
	text-decoration: underline;
	color: Blue;
}
.textlink a:visited {
	text-decoration: underline;
	color: Blue;
}

.ulwelcome {
	margin-bottom: 1px;
	margin-top: 1px;
}


.gmenu100 {
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-width: 1px;
	margin: 10px;
	width: 100px;
	height: 32px;
}
.gmenu100  a {
	height: 32px;
	text-decoration: none;

}	
.gmenu100  a:link, .gmenu100  a:visited {
	background: url(images/menu100a.gif) no-repeat;
	color: #5E7830;
	display: block;
	padding: 8px 0 0 10px;
}

.gmenu100  a:hover ,.gmenu100 a:active{
	background: url(images/menu100b.gif) no-repeat;
	color: #26370A;
	height: 32px;
	padding: 8px 0 0 10px;
}
.gmenu100 a:active{
	background: url(images/menu100c.gif) no-repeat;
	color: #26370A;
	height: 32px;
	padding: 8px 0 0 10px;
}

.gmenu100x20 {
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-width: 1px;
	margin: 0px;
	width: 100px;
	height: 20px;
}
.gmenu100x20  a {
	height: 20px;
	text-decoration: none;

}	
.gmenu100x20  a:link, .gmenu100x20  a:visited {
	background: url(images/menu100x20a.gif) no-repeat;
	color: #5E7830;
	display: block;
	padding: 4px 0 0 10px;
}

.gmenu100x20  a:hover ,.gmenu100x20 a:active{
	background: url(images/menu100x20b.gif) no-repeat;
	color: #26370A;
	height: 20px;
	padding: 4px 0 0 10px;
}
.gmenu100x20 a:active{
	background: url(images/menu100x20c.gif) no-repeat;
	color: #26370A;
	height: 20px;
	padding: 4px 0 0 10px;
}


.gmenu200 {
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-width: 1px;
	margin: 10px;
	width: 200px;
	height: 32px;
}
.gmenu200  a {
	height: 32px;
	text-decoration: none;

}	
.gmenu200  a:link, .gmenu200  a:visited {
	background: url(images/menu200a.gif) no-repeat;
	color: #5E7830;
	display: block;
	padding: 8px 0 0 10px;
}

.gmenu200  a:hover ,.gmenu200 a:active{
	background: url(images/menu200b.gif) no-repeat;
	color: #26370A;
	height: 32px;
	padding: 8px 0 0 10px;
}
.gmenu200 a:active{
	background: url(images/menu200c.gif) no-repeat;
	color: #26370A;
	height: 32px;
	padding: 8px 0 0 10px;
}

.gmenu200x20 {
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-width: 1px;
	margin: 0px;
	width: 200px;
	height: 20px;
}
.gmenu200x20  a {
	height: 20px;
	text-decoration: none;

}	
.gmenu200x20  a:link, .gmenu200x20  a:visited {
   background: url(images/menu200x20a.gif) no-repeat;
   color: #5E7830;
   display: block;
   padding: 4px 0 0 10px;
}

.gmenu200x20  a:hover ,.gmenu200x20 a:active{
	background: url(images/menu200x20b.gif) no-repeat;
	color: #26370A;
	height: 20px;
	padding: 4px 0 0 10px;
}
.gmenu200x20 a:active{
	background: url(images/menu200x20c.gif) no-repeat;
	color: #26370A;
	height: 20px;
	padding: 4px 0 0 10px;
}


.gmenu250 {
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-width: 1px;
	margin: 10px;
	width: 250px;
	height: 32px;
}
.gmenu250  a {
	height: 32px;
	text-decoration: none;

}	
.gmenu250  a:link, .gmenu250  a:visited {
	background: url(images/menu250a.gif) no-repeat;
	color: #5E7830;
	display: block;
	padding: 8px 0 0 10px;
}

.gmenu250  a:hover ,.gmenu250 a:active{
	background: url(images/menu250b.gif) no-repeat;
	color: #26370A;
	height: 32px;
	padding: 8px 0 0 10px;
}
.gmenu250 a:active{
	background: url(images/menu250c.gif) no-repeat;
	color: #26370A;
	height: 32px;
	padding: 8px 0 0 10px;
}

.gmenu300 {
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-width: 1px;
	margin: 10px;
	width: 300px;
	height: 32px;
}
.gmenu300  a {
	height: 32px;
	text-decoration: none;

}
.gmenu300  a:link, .gmenu300  a:visited {
	background: url(images/menu300a.gif) no-repeat;
	color: #5E7830;
	display: block;
	padding: 8px 0 0 10px;
}

.gmenu300  a:hover ,.gmenu300 a:active{
	background: url(images/menu300b.gif) no-repeat;
	color: #26370A;
	height: 32px;
	padding: 8px 0 0 10px;
}
.gmenu300 a:active{
	background: url(images/menu300c.gif) no-repeat;
	color: #26370A;
	height: 32px;
	padding: 8px 0 0 10px;
}


.weiterbutton {
	
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-width: 1px;
	border-top-color: #DFDFDF;
	border-left-color: #DFDFDF;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	border-right-width: 5px;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	padding-left: 1px;
	padding-right: 1px;
}

.weiterbutton a , a.visited{
	text-decoration: none;
	font-size: 14px;
	color: Green;
	font-weight: bold;
}
.weiterbutton a:hover {
	background-color: #E1F2DC;
}

.designtable {
	border: 0px solid Black;
}
.wkdata {

}
.wkheader {

}
.wktopline {
	border-top: 1px solid Black;
}
.wkbottomline {
	border-bottom: 1px solid Black;
}
.wkrowodd {
	background-color: #FFFAF0;
}
.wkroweven{
	background-color: #FBFFF9;
}

.custtable {
	width: 450px;
}

.custlabel {
	color : Black;
	width : 200px;

}
.custdata {
	color: Black;

}
.custcompdata {
	color : Black;
	font-size : 10px;
}
.custheadline{
	background-color: #F4D100;
}

.custrowodd {
	background-color: #FFFAF0;
}
.custroweven{
	background-color: #FBFFF9;
}
.ordercustlabel {
	color : Black;
	width : 150px;

}
.ordercustdata {
	color: Black;

}

.ocker {
	background-color: #F4D100;
}

.postresultcell {
	color: Red;
}
.postresultmsg {
	background-color: InfoBackground;
	border: 1px dotted Red;
	padding-left: 10px;
	color: Red;
}

#browsertestdiv {
	left: 0px;
	top: 90px;
	width: 100%;
	height: 70%;
	z-index: 98;
	position: absolute;
	background: transparent;
}

.errorbig {
	font-size: 18px;
	padding-left: 30px;
}

.urlaub {
   font-size: 18px;
   color: Red;
   background-color: InfoBackground;
   border: 1px dotted Red;
}
.urlaubwk {
   font-size: 14px;
   color: Red;
   background-color: InfoBackground;
   border: 1px dotted Red;
}
#wgaddactiondiv {
   width: 500px;
   height: 50px;
   z-index: auto;
   position: absolute;
   background-color: InfoBackground;
   border: thin solid Red;
   left: 200px;
   top: 5px;
   padding-left: 30px;
   visibility: hidden;
   font-size: 14px;
   padding-top: 15px;
}


#nojavascript{
	background-color: InfoBackground;
	width: 450px;
	height: 200px;
	top: 50px;
	left: 270px;
	position: absolute;
	z-index: 99;
	border: thin solid Red;
	color: Red;
	padding-left: 5px;
	padding-right: 5px;
}

.empfrowodd {
	background-color: #FFFAF0;
}
.empfroweven{
	background-color: #FBFFF9;
}
