@charset "utf-8";
/* CSS Document */
body  {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #FFF;
    margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    padding: 0;
    text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    color: #000000;
}
.thrColAbs #container {
    position: relative; /* Durch Hinzufügen von position: relative können Sie die beiden Randleisten im Verhältnis zu diesem Container positionieren. */
    width: 95%;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
    background: #FFFFFF;
    margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    border: 1px solid #ccc;
    text-align: left;
} 

/* Tipps für absolut positionierte Randleisten:
1. Für absolut positionierte (AP) Elemente müssen Sie einen oberen (top) und einen seitlichen (right oder left) Positionswert angeben. Wenn der Wert für top fehlt, beginnt das AP-Element standardmäßig direkt nach dem letzten Element in der Quellenabfolge der Seite. Wenn also die Randleisten in der Quellenabfolge des Dokuments die ersten Elemente im #container sind, erscheinen sie ganz oben im #container, auch wenn für sie kein top-Wert angegeben wurde. Falls sie aber später in der Quellenabfolge an eine andere Stelle verschoben werden sollten, benötigen sie einen top-Wert, damit sie an der gewünschten Position stehen.
2. Absolut positionierte (AP) Elemente werden aus dem Dokumentfluss herausgenommen. Dies bedeutet, dass den benachbarten Elementen ihre Existenz unbekannt ist und dass sie nicht berücksichtigt werden, wenn diese Elemente den ihnen zugedachten Platz auf der Seite einnehmen. Ein AP-div sollte daher nur als Randspalte eingesetzt werden, wenn Sie sicher sind, dass das mittlere #mainContent-div immer die größte Inhaltsmenge hat. Sollte eine der Randleisten eine größere Inhaltsmenge aufweisen, würde diese Randleiste uneingeschränkt über das Ende des übergeordneten div hinauslaufen.
3. Sofern die oben genannten Bedingungen erfüllt sind, können Sie mit absolut positionierten Randleisten die Quellenabfolge in Dokumenten auf einfache Weise steuern.
*/
.thrColAbs #sidebar1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 155px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
    background: #e1ebff; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
    padding: 0px;
    margin: 0px;
    height: 100%;
    font-family: Tahoma, Geneva, sans-serif;
}
.thrColAbs #sidebar2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 160px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
    background:  #fff4b7; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
    padding: 0px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
    height: 100%;
    font: 11px/14px Tahoma, Geneva, sans-serif;
}
.thrColAbs #sidebar2 h1 {
    font-size:12px;
   color:#585858;
    font-weight:bolder;
}
.thrColAbs #sidebar2 h2 {
    font-size:11px;
   color:#585858;
    font-weight:bolder;
}
.thrColAbs #sidebar2 h3 {
    font-size:11px;
   color:#585858;
    font-weight:bolder;
}
.thrColAbs #sidebar2 a:link {
     font-weight: bold;
    text-decoration: none;
    color:#003366;
}
.thrColAbs #sidebar2 a:visited {
     font-weight: bold;
    text-decoration: none;
    color:#003366;
}
.thrColAbs #sidebar2 a:hover {
     font-weight: bold;
    text-decoration: underline; 
    color: #6C6C00;
}
.thrColAbs #sidebar2 a:active {
     font-weight: bold;
    text-decoration: none; 
    color: #6C6C00;
}
.thrColAbs #mainContent {
    margin: 0 160px 0 155px; /* Der rechte und der linke Rand dieses div-Elements erstellen die beiden äußeren Spalten an den Seitenrändern. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge der Randleisten-divs immer gleich. */
    padding: 0 0px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
    height: 100%;
    font: 12px/16px Tahoma, Geneva, sans-serif;
}
.thrColAbs #mainContent strong {
    color:#363636;
    font-weight:bolder;
}
.thrColAbs #mainContent h1 {
    font-size:15px;
    color:#585858;
    font-weight:bolder;
}

.thrColAbs #mainContent h2 {
    font-size:13px;
     color:#585858;
    font-weight:bolder;
}
.thrColAbs #mainContent h3 {
    font-size:12px;
    color:#585858;
    font-weight:bolder;
}
.thrColAbs #mainContent a:link {
    text-decoration: none;
     font-weight: bold;
    color:#003366;
}
.thrColAbs #mainContent a:visited {
    text-decoration: none;
     font-weight: bold;
    color:#003366;
}
.thrColAbs #mainContent a:hover {
    text-decoration: underline; 
     font-weight: bold;
    color: #6C6C00;
}
.thrColAbs #mainContent a:active {
    text-decoration: none; 
     font-weight: bold;
    color: #6C6C00;
}
.thrColAbs #mainContent li {
    margin-top: 6px;
}
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    float: right;
    margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    float: left;
    margin-right: 8px;
}
#tabellemenu {
    font-family: Tahoma, Geneva, sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #003366;
    background: #e1ebff;
    font-size: 14px;
}
#tabellemenu2 {
    font-family: Tahoma, Geneva, sans-serif;
    font-style: italic;
    color: #003366;
    background: #e1ebff;
    font-size: 12px;
}
#textfluss {
    margin-top:0px;
    padding: 20px 20px 20px 20px;
}
#textfluss_re {
    margin-top:0px;
    padding: 0px 10px 0px;
}
#textfluss_li {
    margin-top:0px;
    padding: 15px 0px 0px 20px;
    font-size: 12px;
}
#textfluss_li a:link{
    font-weight: bold;  
    text-decoration: none;
    color:#003366;
}
#textfluss_li a:visited {
    font-weight: bold;  
    text-decoration: none;
    color:#003366;
}
#textfluss_li a:hover {
    font-weight: bold;  
    text-decoration: underline; 
    color: #6C6C00;
}
#textfluss_li a:active {
    font-weight: bold;  
    text-decoration: none; 
    color: #6C6C00;
}
/* Ende SMA
/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation {
    margin-top:0px;
    padding: 50px 0px 0px 10px;
}
 #navigation ul {
    width:120px;
    margin:0;
    padding:0;
    /*background-color:#F2F2F2;*/
    background-color:transparent;
}
#navigation ul li {
    width:120px;
    margin:0;
    padding: 0 0 0px 5px;
    list-style-type:none;
}
#navigation ul li a {
    display:block;
    width:120px;
    margin:0;
    padding: 5px 0 0px 5px;
    font-size:12px;
    font-weight:bold;
    color:#454545;
    border-bottom: 1px solid #ccc;
    text-decoration:none;
    }
#navigation ul li a:hover, #navigation ul li.active a {
     color:#6c6c00;
}

/* Level 2 */
#navigation ul.subNavigation {
    width:110px;
    margin:0;
    padding:0;
}
#navigation ul.subNavigation li a {
    color:#454545;
    width:110px;
   }
#navigation ul.subNavigation li.active a {
    color:#6c6c000;
}
#navigation ul.subNavigation li a:hover, #navigation ul.subNavigation li.active a {
     color:#6c6c00;
   }

/* Level 3 */
#navigation ul.subSubNavigation {
    width:100px;
    margin:0;
    padding:0;
}
#navigation ul.subNavigation li ul.subSubNavigation li a {
    color:#454545;
    width:100px;
   }
#navigation ul.subNavigation li ul.subSubNavigation li a:hover, #navigation ul.subNavigation li ul.subSubNavigation li.active a {
    }
/* ###################################################### */
/* ####################### NAVIGATION ENDE############### */
/* ###################################################### */
/*
/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:11px;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:80px;
}
#contactForm label1 {
    display:block;
    float:left;
    width:120px;
}
#contactForm label2 {
    display:block;
    float:left;
    width:380px;
}

#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:346px;
}
#contactForm .contactRow1 {
    border:1px solid #ccc;
    width:20px;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:343px;
}

#contactForm .contactRow input {
    height:14px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:12px;
}
#contactForm .contactRow option{
    margin-left:10px;
    font-size:10px;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 20 40px;
    width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:right;
    width:100px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    background-color:#fff;
    border:0;
    color:#0060b1;
    padding:0 20px 0 0;
    background-image:url(../images/link_pfeil.gif);
    background-repeat:no-repeat;
    background-position:right 4px;
    font-size:12px;
    width:auto;
    height:auto;
    float:right;
    margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
    background-image:none;
    padding:0;
    float:left;
}

#contactForm table {
    width:100%;border-collapse:collapse;
}
#contactForm table td {
    padding:0;
}
#contactForm table td.pt {
    padding-top:2px;
}
* html #contactForm table td.pt {
    padding-top:0;
}
/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ####################### CONTACT FORM ENDE ############ */
/* ###################################################### */
#bestellung{
    font: 70% Verdana, Arial, Helvetica, sans-serif;
    background: #FFF;
    margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    padding: 10px;
    text-align: left; 
    color: #000000;
}


