/************************************************************/
/*     Allgemeine Angaben im Body
*************************************************************/

* { padding:0; margin:0; }

body {
font-family: "Times New Roman", Times, serif;
font-size: 12pt;
color: black;
background-color: white;
}

/************************************************************/
/*     Container
*************************************************************/

#container
{
width: auto;
margin: 0cm 1cm 1.5cm 1cm;
background-color: white;
color: black;
line-height: 120%;
}

/************************************************************/
/*     Seitenkopf inkl. Hauptmenü und wechselnder Spruch
*************************************************************/

#top h1
{
text-align: right;
}

.menue {
display: none;
}

#suche
/* wechselnder Spruch (statt Suchfeld) */
{
display: none;
}

/************************************************************/
/*     Navigationsmenü links
*************************************************************/

/* 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, #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, #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 {
background-color: #fff;
color: #333;
border-bottom: 2px solid #006c90;
}

#sidebar {
display: none;
}

/************************************************************/
/*     Inhaltsbereich
*************************************************************/

#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 a:link, #content a:visited, #content a:focus, #content a:hover, #content a:active {
color: black;
text-decoration: none;
}

#content li a:link {
color: black;
text-decoration: none;
}

#content h2
{
font-size: 14pt;
font-weight: bold;
margin-bottom: 10pt;
}

#content h3
{
font-weight: bold;
font-size: 12;
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 */
{
display: none;
/*
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: #efefef 1px solid;
font-family: "Times New Roman", Times, serif;
background-color: white;
}

td.tabelle a:link, td.tabelle a:visited, td.tabelle a:focus, td.tabelle a:hover, td.tabelle a:active  {
text-decoration: none;
border: 0px none transparent;
}

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: 0px none transparent;
}

td.tabelle_ohne {
font-family: "Times New Roman", Times, serif;
font-size: 11pt;
background-color: white;
}

td.tabellenkopf {
border-right: #efefef 1px solid;
border-top: #efefef 1px solid;
font-size: 10pt;
border-left: #efefef 1px solid;
color: black;
border-bottom: #efefef 1px solid;
font-family: "Times New Roman", Times, serif;
background-color: white;
}

/************************************************************/
/*     Fußzeile
*************************************************************/

#footer
{
clear: both;
margin: 0;
padding: .5em;
background-color: white;
border-top: 1px dotted gray;
font-family: "Times New Roman", Times, serif;
font-size: 10pt;
color: black;
line-height: 120%;
text-align: center;
}
