
/*************************************************************
     Stile und Positionierung für Menüs und Seitenlayout

     Layout 1 / frameless                           v2.0    

                                     (c)  2009 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 { position:absolute; top:25px; left:60px; z-index:30;}

/************************************************************
 Hauptmenüs (linksseitig)
*************************************************************/

/* Hintergrund */
#menuleftA { 
	position:absolute;top:154px;left:70px;
	z-index:2;
	border-width:1px; border-style:solid;
	width:154px; height:300px;
	}

/* Positionierung der Menüpunkte */
p.menuleft {
	font-size:1.0em; font-weight:normal;
	padding:6px 10px 0px 20px; margin:0; border:0px none white;
	text-align:left; line-height:1.2;
	}

a:hover.mmain {
	text-decoration:underline;
	}

a.mmainFlag {
	text-decoration:none;
	}


/************************************************************
 Untermenü (oben)
*************************************************************/

/* Hintergrund */
#menutopA {
	position:absolute; top:135px; left:216px;
	margin:0; padding:0; font-size:1px;
	z-index:11;
	border-width:1px; border-style:solid;
	width:638px; height:34px;
	}

/* Positionierung der Menüpunkte */
table.menutop {
	height:32px; margin:0; padding:0; vertical-align:top;
	}
td.menutop {
	padding-left:20px; text-align:center; vertical-align:middle;
	}




/*************************************************************
 Inhaltsbereich
*************************************************************/

#mainarea { 
	position:absolute; top:154px; left:225px; width:642px;
	z-index:1;
	margin:0; padding:0; border:0px none white;
	}
.content { 
	z-index:50;
	margin:0; padding:10px; 
	border-width:1px; border-style:solid;
	}


/************************************************************
 Copyright-Notiz
*************************************************************/

#copynote { 
	position:absolute; top:458px; left:70px; width:154px; height:20px;
	z-index:10;
	}


/************************************************************
 *               S T I L E                                  *
 ************************************************************/


   

/*************************************************************
 Hintergrundfarben
*************************************************************/

/* Layouts 1 .. 3: Body */
body { background-color:#ffffff; }

/* Layouts 1, 2 (noframes): Inhaltsbereich */
.content {       background-color:#ffffff; border-color:#000099;}

/* Layouts 1, 2 (noframes): linksseitiges Menü (allg. / aktiv) */
#menuleft {     background-color:#eeeeee; border-color:#eeeeee;}
#menuleftA {    background-color:#eeeeee; border-color:#000099;}

/* Layout 1: Hintergrund für Submenü (oben) */
#menutopA {
    border-color:#ccffff;
    background-color:#ccffff;
    layer-background-color:#ccffff;
    }


/*************************************************************
 (Fließ-)Leisten (Layouts 1, 2)
*************************************************************/

/* obere (Fließ)leiste */
.flowtop {
	border-color:#000099;
	background-color:#000099;
	layer-background-color:#000099;
	}


/************************************************************
 Schriften für Hauptmenü
*************************************************************/

/* allg. Menüpunkte */
a.mmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal
	color: black;
	}
a:link.mmain {
	text-decoration: none;
	color: black;
	}
a:visited.mmain {
	text-decoration: none;
	color: #333333;
	}
a:hover.mmain {
	text-decoration: none;
	color: #000099;
	}
a:active.mmain {
	text-decoration: none;
	color: #000099;
	}

/* aktiver Menüpunkt */
a.mmainA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000099;
	}
a:hover.mmainA {
    text-decoration: none;
    }


/************************************************************
 Schriften für Untermenüs 
*************************************************************/

/* allg. Menüpunkte */
a.msub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: black;
	}
a:link.msub {
	text-decoration: none;
	color: black;
	}
a:visited.msub {
	text-decoration: none;
	color: #333333;
	}
a:hover.msub {
	text-decoration: none;
	color: #000099;
	}
a:active.msub {
	text-decoration: none;
	color: #000099;
	}


/* aktiver Menüpunkt */
a.msubA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: black;
	}
a:hover.msubA {
    text-decoration:none;
    }

/*************************************************************
 Menüzeile unten
*************************************************************/

p.quicknav {
    font-family:Arial,Helvetica,sans-serif;
    font-size:0.8em; font-weight:normal; color#000099;
    text-align:center; line-height:1.0;
    }
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:none; color:#000099; font-weight:700;
    }
a.quicknav:active {
    text-decoration:none; color:#000099; font-weight:700;
    }


/************************************************************
 Copyright-Notiz
*************************************************************/

/* Layouts 1, 2 */
#copynote {
    font-family:Arial,Helvetica,sans-serif;
    font-size:9px; font-weight:normal;
    color:#000099; text-align:center; margin:0px;
    }

  
  

/*************************************************************
 Sonstiges
*************************************************************/

img, table {
	border: 0px none white;
	}



