
/* =============================================================  Haupttext------- */
body {
    background: #ffffff;                                            /* Hintergrund des "normalen" Textbereichs*/
    color: black;                                                   /* Schriftfarbe des "normalen" Bereichs*/
    margin: 0;                                                      /**/
    padding: 40px 5%;                                               /**/
    font-family: UnDotum, 'Verdana', Helvetica, sans-serif;    /**/
}


/* =============================================================  Ueberschrift über dem Text */
#text-header{
    position:fixed;                                                 /* Der Rahmen steht immer oben*/
    top: 0mm;                                                       /* */
    left: 11mm; 
    height:auto;                                                    /* Größe und Position des Rahmens*/
    width: 95%;                                                    /* Der Rahmen soll immer 100% der Breite des Fensters einnehmen */
    text-align: right;                                             /* */
    font-size: 180%;                                                /* */
    background-color: #f0f0f0;                                         /* */
    z-index: 10;                                                    /* */
}
/* =============================================================  Statuszeile unter dem Text */
#text-footer{
    position:fixed;                                                 /* Der Rahmen steht immer oben*/
    bottom: 0mm;                                                       /* */
    left: 0mm; 
    height:auto;                                                    /* Größe und Position des Rahmens*/
    width: 100%;                                                    /* Der Rahmen soll immer 100% der Breite des Fensters einnehmen */
    text-align: right;                                             /* */
    font-size: 60%;                                                /* */
    background-color: #f0f0f0;                                         /* */
    z-index: 10;                                                    /* */
}
/* =============================================================  Haupttext */
#text{
    position:absolute;                                              /* Position des "normalen" Texts */
    top: 10mm;                                                      /* */
    left: 11mm;                                                     /* */
    padding-bottom: 3mm;
	padding-top: 3mm;
    width: 95%;
    background-color: #ffffff;                                      /* Hintergrund in der vordefinierten Farbe */
    font-size: 80%;                                                 /* */
}
#text-h1{
	/*position:absolute;                                              /* Position des "normalen" Texts */
    /*top: 10mm;                                                      /* */
    /* left: 11mm;                                                      /* */
    /*border-top: 1px dotted gray; */
	border-bottom: 1px dotted gray;
	margin:0px 0px 10px 0px;
	padding-bottom: 0mm;
    width: 110%;
    background-color: #ffffff;                                      /* Hintergrund in der vordefinierten Farbe */
    font-size: 120%;												/* */
	color: #0000ff;
}

#text-h2{
    font-size: 100%;
    /*text-transform: lowercase;                                      /* */  
    /*border-bottom: 1px dotted gray; 									/* */
	padding-top: 2mm;
	padding-bottom: 2mm;
	color: #088A08;
}      
/* =============================================================  tabelle */
.hd{background-color: #C8C8C8;}
.ws{background-color: #FFA07A;}										/*Workstation*/
.sr{background-color: #FF4500;}										/*Server*/
.ko{background-color: #FF8C00;}										/*Components*/
.ru{background-color: #FFA500;}										/*Router & Accesspoints*/
.ph{background-color: #FFD700;}										/*DVD / CD etc*/
.pr{background-color: #00BFFF;}										/*Printer*/
.mm{background-color: #00FF00;}										/*Mobiles*/
.ex{background-color: #FF1493;}										/*external Devices*/

.even{background-color: #FAFAFA;}
.odd {background-color: #E6E6E6;}