/************************************************************/
/*     Allgemeine Angaben im Body
*************************************************************/

* { padding:0; margin:0; }

body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 0.6875em; /* 11pt */
color: black;
background-color: #f3f3f3;
}

p {
margin-bottom: 1em;
}

table {
width: 100%;
}

/************************************************************/
/*     Container
*************************************************************/

#container
{
width: 900px;
margin: 20px auto 0px auto;
background-color: #fff;
color: #333;
border: 1px dotted gray;
line-height: 150%;
overflow: hidden;
}

/************************************************************/
/*     Seitenkopf inkl. Hauptmenü und wechselnder Spruch
*************************************************************/

#top
{
padding: .5em;
margin-bottom: 0px;
/* height: 150px; */
}

#top h1
{
padding: 0px;
margin: 10px 10px 20px 0px;
text-align: right;
}

#top_menue
{
text-align: right;
padding: 0px;
margin: 2px 10px 0px 0px;
}

#top_menue a:link {
color: #006c90;
text-decoration: none;
font-weight: bold;
border-bottom: 1px dotted #006c90;
}

#top_menue a:visited {
color: #006c90;
text-decoration: none;
font-weight: bold;
border-bottom: 1px dotted #999;
}

#top_menue a:focus, #top_menue a:hover
{
color: #000;
background-color: #e6e6e5;
border-bottom: 1px dotted #a7a8aa;
}

#suche
/* wechselnder Spruch (statt Suchfeld) */
{
padding: 0;
margin: 0 0 0 20px;
position: absolute;
top: 30px;
font: italic normal 1.5em/1.2em "Times New Roman",Georgia,"Lucida Sans Unicode","Times New Roman",Times,serif;
letter-spacing: 0px;
}

/************************************************************/
/*     Navigationsmenü links
*************************************************************/

/* wird nicht verwendet, statt dessen der sidebar */
#leftnav
{
float: left;
width: 180px;
margin: 0 0 0 6px;
padding: 1em;

background-color: #e6e6e5;
min-height: 600px;
/* Equal Height Columns */
margin-bottom: -9999px;
padding-bottom: 9999px;
}

#leftnav p { margin: 0 0 1em 0; }


/* jede Unterseite muss hier eingetragen werden, damit sie im Submenü hervorgehoben wird */

#mission .mission, #referenzen .referenzen, #team .team, #kooperationen .kooperationen, #generalmanagement .generalmanagement, #sixsigma .sixsigma, #leanoperations .leanoperations, #werkzeuge .werkzeuge, #strategischesmanagement .strategischesmanagement, #prozessmanagement .prozessmanagement, #projektmanagement .projektmanagement, #qualitaetsmanagement .qualitaetsmanagement, #verbesserungsmanagement .verbesserungsmanagement, #newsaktuell .newsaktuell, #newsarchiv .newsarchiv, #trainings .trainings, #automobilcluster .automobilcluster, #leanmaster .leanmaster, #trainings_arbeitstechniken .trainings_arbeitstechniken, #trainings_innovation .trainings_innovation, #trainings_leanmanagement .trainings_leanmanagement, #trainings_optimierung .trainings_optimierung, #trainings_sixsigma .trainings_sixsigma, #trainings_software .trainings_software, #trainings_prozessmanagement .trainings_prozessmanagement, #sixsigma_dmaic .sixsigma_dmaic, #sixsigma_pidov .sixsigma_pidov, #ac_qmautomotive .ac_qmautomotive, #ac_internerauditor .ac_internerauditor, #ac_vertiefungsseminare .ac_vertiefungsseminare, #ac_projektmanager .ac_projektmanager, #buecher .buecher, #downloads .downloads, #vorstellung .vorstellung, #leanproduction .leanproduction, #duk .duk, #leanprofessional .leanprofessional, #akademischer_produktionstechniker .akademischer_produktionstechniker, #referenzprojekte .referenzprojekte, #sixsigma_ueberblick .sixsigma_ueberblick, #kontakt .kontakt, #impressum .impressum, #lean-production_ueberblick .#lean-production_ueberblick  {
background-color: #fff;
color: #333;
border-bottom: 2px solid #006c90;
}

#sidebar {
float: left;
width: 22%;
padding: 7px;
/* font-size: 0.875em; */
line-height: 1.6em;
text-align: left;
background-color: #e6e6e5;
border: 1px dashed #fff;
margin-left: 5px;
}

#sidebar a:link, #sidebar a:visited, #footer a:link, #footer a:visited {
color: #006c90;
font-weight: bold;
line-height: 2em;
padding: 0;
text-decoration: none;
border-bottom: 1px dotted #006c90;
}

#sidebar ul.ucat a:link, #sidebar ul.ucat a:visited {
color: #006c90;
font-weight: normal;
line-height: 2em;
/* padding: 2px; */
text-decoration: none;
border-bottom: 1px dotted #006c90;
}

#sidebar a:focus, #footer a:focus {
background-color: #a10000;
color: #ffec9e;
border: 1px solid #fff;
}

#sidebar a:hover, #sidebar a:visited:hover, #footer a:hover, #footer a:visited:hover {
background-color: #a7a8aa;
text-decoration: none;
color: #fff;
border-bottom: 1px solid #006c90;
}

#sidebar a:active, #footer a:active {
background-color: #006c90;
color: #fff;
border: 1px solid #fff;
}

#sidebar h2 {
font: bold 1em/1.2em Verdana,Arial,serif;
text-transform: uppercase;
background-color: #006c90;
color: #fff;
/* letter-spacing: 1px; */
padding: 6px 6px 6px 12px;
border: 1px solid #fff;
margin: 0 0 10px 0;
}

#sidebar p {
  padding: 0 1em 1.4em 0;
/*  padding-bottom: 1.4em; */
}

#sidebar ul {
padding: 0;
margin: 0 0 9px 2em;
}

#sidebar ul li {
list-style: square;
padding: 0;
margin: 0.15em 0 0 0;
font-size: 1em;
}

/************************************************************/
/*     Inhaltsbereich
*************************************************************/

#content
{
margin-left: 26%;
margin-right: 6px;
padding: 1em 1em 1em 1em;
height: 100%;
}

#content ul
{
margin: 1em 0 1em 3em;
}

#content li
{
margin-bottom: 0.25em;
}

#content ul.terminliste {
position:relative;
}

#content li .termine {
position:absolute;
left:300px;
}

#content .hervorhebung {
color: #006c90;
}

#content a:link {
color: #006c90;
text-decoration: none;
font-weight: bold;
border-bottom: 1px dotted #006c90;
padding: 0px 1px 0px 1px;
}

#content li a:link {
color: #006c90;
text-decoration: none;
font-weight: normal;
border-bottom: 1px dotted #006c90;
padding: 0px 1px 0px 1px;
}

#content a:visited {
color: #006c90;
text-decoration: none;
border-bottom: 1px dotted #999;
}

#content a:focus, #content a:hover
{
color: #000;
background-color: #e6e6e5;
border-bottom: 1px dotted #a7a8aa;
}

#content a:visited:focus, #content a:visited:hover {
background-color: #f5fafa;
color: #333;
}

#content a:active, #content a:visited:active {
background-color: #006c90;
color: #fff;
}

#content h2
{
margin: 0 0 .5em 0;
/* font: italic normal 2.5em/1.2em Georgia,"Lucida Sans Unicode","Times New Roman",Times,serif; */
font: normal normal 2.5em/1.2em "Times New Roman",Georgia,"Lucida Sans Unicode","Times New Roman",Times,serif;
/* letter-spacing: -1px; */
}

#content h3
{
font-weight: bold;
font-size: 1em;
margin: 2em 0 1em 0;
padding: 0;
}

#content .rechts
/* rechtsbündige Grafiken */
{
text-align: right;
margin-top: 0;
margin-right: 0;
margin-bottom: 10px;
margin-left: 10px;
border: none;
}

#content .rechtsgr
/* rechtsbündige Grafiken */
{
text-align: right;
margin-top: 0;
margin-right: 0;
margin-bottom: 20px;
margin-left: 20px;
border: none;
}

#content .rechtsgr2
/* rechtsbündige Grafiken */
{
float: right;
margin-top: 0;
margin-right: 0;
margin-bottom: 20px;
margin-left: 20px;
border: none;
overflow: hidden;
}

#content .textrechts {
text-align: right;
}

#content .rechts_rahmen
/* rechtsbündige Grafiken mit Rahmen */
{
text-align: right;
margin-top: 0;
margin-right: 0;
margin-bottom: 10px;
margin-left: 10px;
border: 1px #ccc solid;
}

#content .links
/* linksbündige Grafiken */
{
text-align: left;
margin-top: 0;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 0;
border: none;
}

#content .rahmen
{
border-width: 1px;
border-color: #cccccc;
border-style: solid;
}

/************************************************************/
/*     Untertext (z.B. bei Publikationen) und Trennlinie
*************************************************************/

.pub_text
{
font-size: 0.8em;
line-height: 150%;
}

hr.pub
{
border: 0.5px solid gray;
width: 100%;
}

/************************************************************/
/*     Logos von Kooperationspartnern, Grafiken rechtsbündig
*************************************************************/

#logos { margin: 20px 0 0 0; }

#logos div {
float: left;
width: 150px;
w\idth: 150px; /* Hack für IE wg. Box-Modell */
padding: 0px 10px 30px 0px;
font-size: 90%;
line-height: 150%;
/* margin: 0 5px 5px 0; */
}

#logos a:link.none, #logos a:visited.none, #logos a:focus.none, #logos a:hover.none, #logos a:active.none {
text-decoration: none;
border: 0px none transparent;
}


/************************************************************/
/*     Formulare
*************************************************************/

label, select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 100px; /* Breite.*/
}

input { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 200px; /* Breite.*/
}

input#Anmeldung {
 width: 20px;
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input#submit { /* den Submit-Button */
  float: none;
  width: auto;
  font-size:0.875em;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

label {
 text-align: right;
 padding-right: 1em;
}

form {
margin:0;
padding:.5em;
background-color: #e6e6e5;
border: 1px solid #fff;
}

/************************************************************/
/*     Tabelle für Trainings
*************************************************************/

td.tabelle {
border-bottom: #cccccc 1px solid; font-family: Verdana,Arial; background-color: #ffffff;
}

td.tabelle a:link, td.tabelle a:visited, td.tabelle a:focus, td.tabelle a:hover, td.tabelle a:active  {
text-decoration: none;
border: none;
}

td.tabelle_ohne a:link, td.tabelle_ohne a:visited, td.tabelle_ohne a:focus, td.tabelle_ohne a:hover, td.tabelle_ohne a:active  {
text-decoration: none;
border: none;
}

td.tabelle_ohne {
font-family: Verdana,Arial; background-color: #ffffff;
}

td.tabellenkopf {
border-right: #efefef 1px solid; border-top: #efefef 1px solid; font-size: 10px; border-left: #efefef 1px solid; color: black; border-bottom: #efefef 1px solid; font-family: Verdana, Arial, Tahoma, sans-serif; background-color: #e6e6e5;
font-size: 1em;
}

td.termin {
width: 120px;
}

td img {
border-style: none;
margin-right: 6px;
}


/************************************************************/
/*     Tabelle für Buch "8D und 7STEP"
*************************************************************/

td.tabellenkopf_8d {
border: #efefef 1px solid;
background-color: #e6e6e5;
padding: 2px 4px 2px 4px;
}

td.tabelle_8d {
padding: 2px 4px 2px 4px;
}

td.uueb_8d {
background-color: #efefed;
}

td.p10_8d {
width: 10%;
}

td.borderbottom_8d {
border-bottom: #e4dede 1px solid;
vertical-align: middle;
}


/************************************************************/
/*     Fußzeile
*************************************************************/

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #ddd;
border-top: 1px dotted gray;

font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
/* font-size: 0.875em; */
color: black;
line-height: 150%;
text-align: center;
}
