/* Link-Einstellungen */

a:link {	color:#000000;	text-decoration:underline ;}
a:visited { color:#000000;	text-decoration:underline; }
a:focus {  color:#006B6B; text-decoration:underline; }
a:hover { color:#006B6B; text-decoration:underline; }
a:active { color:#006B6B;	text-decoration:underline; }

body { margin-top:10px; margin-bottom:10px; }
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

/* CI Schriftart */
p,p.sel,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #000000;
}

/* Aktueller Eintrag  in der Navigation */
p.sel {
	color : #006B6B;
	line-height:16pt;
}

/* Normaler Eintrag  in der Navigation */
p.nav {
	color : #006B6B;
	line-height:16pt;
}

/* Normaler Eintrag  in der Navigation */
p.navsub {
	color : #006B6B;
	line-height:14pt;
}


h4 {
	font-weight : bold;
}

p.source {
	font: xx-small "Courier New", Courier, monospace;
}

input.absenden {
font-size: 9pt;
width: 90px;
}

input.leeren {
font-size: 9pt;
width: 90px;
}

.Zieladr {
font-size: 9pt;
}

input.e_absenden {
font-size: 9pt;
width: 75px;
}

input.e_leeren {
font-size: 9pt;
width: 75px;
}
