/*
-----------------------------------------------
MAIN STYLE SHEET
----------------------------------------------- */

/* Imported Styles
----------------------------------------------- */
@import url("layout.css");   /* Formatierungen, Positionierung des Grundlayouts */
@import url("nav.css");      /* Menü, Sub-Menü (Navigation) */
@import url("links.css");    /* Links, die nicht zum Menü,Sub-Menü gehören */
@import url("inhalt.css");   /* Inhaltsformatierungen, z.B. bei Tabellen-Ersatz */
@import url("formulare.css");/* Formulare */



/* Generelles (auch für Netscape)
----------------------------------------------- */

/* #### HTML Angaben #### */

body {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	background: #fff url(/images/bg.gif) repeat-y;
	color: #000;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
}

html>body { /* be nice to Opera */
	font-size: small;
}

h1          {
    font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 120%;
    font-weight: normal;
    color: #c90;
    margin: 5px 0 20px 0;
    padding: 0;
}
h2          {
    font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: #666;
    margin: 0;
    padding: 0 0 10px 0;
}

h3  {
    font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 88%;
    font-weight: bold;
    color: #999;
    margin: 0;
    padding: 0 0 10px 0;
}

h4 {
    font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 72%;
    font-weight: normal;
    color: #999;
    margin: 0 10px;
    padding: 0;
}

p, td {
    font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 82%;
    vertical-align: top;
    color: #000;
    padding: 0;
    margin-top: 0;
    margin-bottom: 1.5em;
}

img  {
    border: 0;
}

#content ul {
    margin-top: 0;
    padding-top: 0;
}
#content ul li {
    font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 82%;
    padding-bottom: 10px;
    list-style-image: url(/images/mp_gelb.gif);
}

#content ol li {
    font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 82%;
    padding-bottom: 10px;
}

#content ol .abc {
    font-size: 118%; /*weil es eigenltich nochmal verkleinert wurde auf 82% von 82% von ol li */
    list-style-type: lower-alpha;
}

.hide, .websiteurl {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* Wegen IE5 Mac */
}
