/***************************************************************************************/
/*
Titel:    Standardstyles fuer Bildschirmmedien
Autor:    (c) computer-rundum 2011/pk
Update:   16.03.2011

Inhalt:   - Globale Einstellungen
          - Seitenstruktur
          - Hauptinhalt
          - Formulare
          - Rechte Spalte
          - Navigation
          - Stempel Duermeyer
standard.css

Der *Einzug von links bei der Navigation* betr?gt
fuer die *1. Ebene:* 12 px
fuer die *2. Ebene:* 20 px

*Farbwerte Duermeyer: *
hell:a3cce9
dunkel:0075bd

**Farbwerte *Glaeser:*
hell:74b2e8
dunkel:013888

**Farbwerte *Helm:*
hell:9ab779
dunkel:007433

**Farbwerte *Schulzke:*
hell:f3a8b5
dunkel:d00138
*
*                              
*Farbwert Fusszeile:* 666666

*/
/***************************************************************************************/
/* @import url("NAME_DER_DATEI.css");*/
@import url("cssStyledContent.css");
@import url("html.css");
@import url("extCss/imagecarouselCloud.css");
@import url("extCss/felogin.css");
@import url("extCss/multicolumn.css");
/*###############################GLOBALE EINSTELLUNGEN#################################*/

* {
    margin: 0;
    padding: 0;
    border: none;
}

/* Hintergruende */
body {
    height: 100%;
    margin-bottom: 1px;
    background-color: #dcdcdc;
    color: #3D3D3D;
/*    background:url(../bilder/bgc.gif) #647a8f; */
}

/******** Seitenaufbau **************/
                                    
#wrapper {
    position: absolute;
    top: 15px;
    left: 1px;
    right: 1px;
    width: 900px;
    margin: auto;
    background: #FFFFFF;
/*    
 border: 1px solid navy; 
-moz-border-radius:30px;
*/
}
                    
#leftWrap {
    float: left;
    width: 204px;
    margin-bottom: 21px;
}

#logoLeft {
    float: left;
    margin-top: 51px;
    margin-left: 72px;
    width:111px;
    height:143px;
    background: url(../bilder/logo_duerm.gif);
    background-repeat: no-repeat;
}

#menuLeft {
    float: right;
    margin-left: 49px;
    margin-top: 109px;
    width: 154px;
    text-align: left;
    background-color: #800000;
}

#menuLeftHead{
    width: 155px;
    height: 24px;
    background-color: #FFFFFF;
    background-image: url(../bilder/navi_kopf_duerm.gif);
    background-position: top;
    background-repeat: no-repeat;
    border-right: none;
}

#menuLeftHead h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 4px;
    padding-left: 12px;
}

#menuLeftContent{
    width: 155px;
    min-height: 138px; /*215px*/
    height: auto;
    margin: 0;
    background-color: #dbebf7; /*a3cce9*/
/*
    border-right-style: ridge;
    border-right-width: 2px;
    border-right-color: #7B9393;
    border-bottom-style: ridge;
    border-bottom-width: 2px;
    border-bottom-color: #7B9393;
*/
  
}

#shopLink{
    margin-top: 21px;
    margin-bottom: 21px;
    float: right;
    width:180px;
    height:68px;
    background-image: url(../bilder/shop-button_duerm.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

#shopLink a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #FFFFFF;
}

#shopLinkText{
    padding-top: 17px;
    padding-left: 40px;
    text-align: center;
}

#contentWrap {
    float: left;
    margin-top: 57px;
    margin-left: 40px;   
    margin-bottom: 44px;      
    width: 571px; /* ex560 */
    min-height: 575px;
    height: auto !important; /* fuer moderne Browser */
    height: 575px; /*fuer den IE */
}

#pageheader {
    text-align: left;
    margin: 0;
    padding: 0;
    color: #0075bd;
}

#pageheader h1{
    font-size: 26pt;
}

#content {
    text-align: left;
    margin-top: 15px;
    padding: 0 0 0 3px;
}

#logoRight {
    position:absolute;
    right: 0;
    top: 118px;
    width: 91px;
    height: 520px;
    background-image: url(../bilder/stempelleiste.gif);
    background-position: top;
    background-repeat: no-repeat;
}

#bottom {
    position:absolute;
    left:0px;
    bottom: 0px;
    width:100%;
    height:25px;
    vertical-align: middle;
}

#bottom .bottom_nav {
    margin-top: 5px;
    font-size: 8pt;
    font-weight: bold;
    color: #999999;
}

#bottom a.bottom_nav {
    font-size: 8pt;
}
/******** Seitenaufbau Ende **************/



/*############################################*/
/*            Hauptmen? erste Ebene          */
/*############################################*/

#menuLeftContent ul{
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #0075bd;
    padding-top: 11px;
    padding-left: 12px;
    padding-right: 0;
    padding-bottom: 6px;
    list-style-type: none;  
}

#menuLeftContent li{
    padding-bottom: 2px;
}

#menuLeftContent li a{
    color: #0075bd;
    text-decoration: none;
}

#menuLeftContent li.active{
    font-weight: bold;
}


#menuLeftContent li a:hover{
    font-weight: bold;
}
/*############################################*/
/*            Hauptmenu zweite Ebene          */
/*############################################*/

#menuLeft ul ul {
    padding-top: 2px;
    padding-bottom: 4px;
}

#menuLeft ul ul li a{
    margin-left: -6px;
    font-size: 9pt;
}

#menuLeft ul ul li li a:hover{
    font-size: 9pt;
}
/*############################################*/
/*            Hauptmenu dritte Ebene          */
/*############################################*/
#menuLeft ul ul ul li a{
    margin-left: -12px;
    font-size: 9pt;
}
