
/*************************************************************
     Stile und Positionierung für Menüs und Seitenlayout

     Layout 1 / frameless                           v2.0

                                     (c)  2004 dienst-iT
                                        www.dienst-iT.de
*************************************************************/


/************************************************************
 *             P O S I T I O N I E R U N G                  *
 ************************************************************/
              
 

/*************************************************************
 Body
*************************************************************/

body { margin:0; padding:0; border:0px none white;}


/*************************************************************
 Logo und Bildleiste
*************************************************************/

#ibar { z-index:30;}

/************************************************************
 Hauptmenüs (linksseitig)
*************************************************************/

/* Hintergrund */
#menuleftA {
    display:none;
	}

/************************************************************
 Untermenü (oben)
*************************************************************/

/* Hintergrund */
#menutopA {
    display:none;
	}

#flowtop1 {
    display:none;
	}

#flowtop2 {
    display:none;
	}


/*************************************************************
 Inhaltsbereich
*************************************************************/

#mainarea { 
	width:99%;
	z-index:1;
	margin:0; padding:0; border:0px none white;
    float:none;
	}
.content { 
	z-index:50;
	margin:0; padding:10px; 
	border-width:1px; border-style:solid;
    float:none;
	}


/************************************************************
 Copyright-Notiz
*************************************************************/

#copynote { 
    display:none;
	}


/************************************************************
 *               S T I L E                                  *
 ************************************************************/


 img, table {
    border: 0px none white;
    }

/*************************************************************
 Menüzeile unten
*************************************************************/

p.quicknav {
    display:none;
    }
a.quicknav:link {
    text-decoration:none; color:#000099; font-weight:700;
    }
a.quicknav:visited {
    text-decoration:none; color:#000099; font-weight:700;
    }
a.quicknav:hover {
    text-decoration:underline; color:#000099; font-weight:700;
    }
a.quicknav:active {
    text-decoration:none; color:#000099; font-weight:700;
    }


