
/* Style-Sheet fuer www.dr-muenzer.de */

/* --------  generelle Seitenaufteilung  ------------------------- */

#header { position:absolute; top:20px; right:20px; width:auto; height:80px; }
#navi { position:fixed; top:120px; left:50px; width:120px; height:auto; }
#content { position:absolute; top:120px; left:200px; right:0px; height:auto; }
#footer { position:relative; top:20px; left:0px; right:0px; height:auto; }
div.boxes {background:white; border:solid 0px black;}

/* --------  Abstaende  ------------------------------------------ */

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */

body { bgcolor:#FFFFFF; } 

/* line-height = Zeilenhoehe fuer normalen Text und Listen */
/* Das hier mag IE3 nicht */

p,ul,ol,li { 
	line-height:2.4ex; 
} 

li  {
	margin-top : 0.2cm;
}

/* --------  Text  ----------------------------------------------- */

/* normaler Text */
p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { 
	font-family: Verdana,Arial,sans-serif; 
	font-size : 12pt;
} 

h3 {
	font-family: Verdana,Arial,sans-serif; 
	font-size : 14pt;
}

h4 {
	font-family: Verdana,Arial,sans-serif; 
	font-size : 12pt;
}

.blau { 
        color:#003399; 
}

.footer  {
	font-family: Verdana,Arial,sans-serif;
	font-size: 7pt;
	text-align: center;
/*	margin-top: -5px;	*/
}

.navi {
	font-family : Verdana,Arial,sans-serif;
	font-size : 10pt;
/*	text-align : center;     */
}

/* ----------  Links  -------------------------------------------- */

 a:link { color:#0033CC; }
 a:visited { color:#003333; }
 a:active { color:#FF0066; font-style:italic }
