/*
 *    BaBaTec GmbH
 *    General Stylesheet
 *        
 *    NB: kein box-model hack, weil seite so gesetzt,
 *        dass kein problem auftritt :-)
 *         
 */

/* Generell */
 
body {
  border:  none;
  background-color: #ffffff;
  padding-left:80px;
  padding-top:50px;  
}

table {
  border-collapse: collapse;
}

td {
  padding : 0;
  line-height:10px;
}

/* Bereiche */

#all {
  background-color: #ffffff;  
  text-align: center;
  margin: 10px auto;
  width:1020px;
} 

#all table {
  border-collapse: collapse;
  border-style: none;
}

#all td {
  line-height:10px;
}

#all td.left {
   border-left-style:solid;
   border-left-width:3px;
   border-bottom-width:1px;
   border-color:#888888;
   border-bottom-style:solid;

}

#all td.centerleft {
   border-left-style:solid;
   border-left-width:3px;
   border-bottom-width:3px;
   border-bottom-style:solid;
   border-top-style:solid;
   border-top-width:2px;
   border-color:#888888;

}

#all td.centerall {
   border-right-style:solid;
   border-right-width:3px;
   border-left-style:solid;
   border-left-width:3px;
   border-bottom-width:3px;
   border-bottom-style:solid;
   border-top-style:solid;
   border-top-width:2px;
   border-color:#888888;

}

#all td.botleft {
   border-left-style:solid;
   border-left-width:3px;
   border-color:#888888;
}

#all td.right {
   border-right-style:solid;
   border-right-width:3px;
   border-bottom-width:1px;
   border-color:#888888;
   border-bottom-style:solid;

}

#all td.centerright {
   border-right-style:solid;
   border-right-width:3px;
   border-bottom-style:solid;
   border-bottom-width:3px;
   border-top-style:solid;
   border-top-width:2px;
   border-color:#888888;


}

#all td.botright {
   border-right-style:solid;
   border-right-width:3px;
   border-color:#888888;
   line-height:14px;
   color:#444444;
   font-family:Arial, Helvetica, sans-serif;
   font-size:8pt;
   padding-left:10px;   

}

#all td.content {
    line-height:14px;
    color:#444444;
    font-family:Arial, Helvetica, sans-serif;
    font-size:8pt;
    padding-left:10px;
}


#top-logo{
  padding-right:10px;
  padding-left:100px;
  text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color:#000000;
	line-height:30px;
}

#top-logo .reverse{
	color:#ffffff;
	background-color:#f79210;
}



#top-logo a{
  text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-decoration: none;
	color:#ffffff;
}

#top-logo a:hover{
  text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color:#ffffff;
	font-weight:normal;
}


/* Startmenue */

#leftmenu {
	background-color:#ffffff;
	text-align: left;
  padding-left: 10px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	
}
	
#leftmenu a {
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

#leftmenu a:hover {
	font-size:11px;
  /* font-weight: bold; */
	color:#f79210;
}

#rightmenu {
	background-color:#ffffff;
	text-align: left;
    padding-left: 10px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	
}
	
#rightmenu a {
  font-size:11px;
	color:#000000;
	text-decoration:none;
}

#rightmenu a:hover {
  font-size:11px;
/* font-weight: bold; */
	color:#f79210;
}


.standard {
  line-height:14px;
  color:#888888;
  font-family:Arial, Helvetica, sans-serif;
  font-size:8pt;
}




