/*Several Voices Standard-StyleSheet */
/*Autor / Verantwortlich: Dimo Tabken*/

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

/* Grundeinstellung */
	body {background-color:#AAD3FF;  margin-bottom:3px; font-family:Arial, Helvetica, sans-serif; }

/*Definition der Scrollbalken (Nur IE 5 und aufwärts)*/

body        {scrollbar-face-color: #CCCCCC);
scrollbar-highlight-color: #DDEEFF;
scrollbar-shadow-color: #CCCCDD;
scrollbar-base-color: #AAAAAA;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-arrow-color: #FF8000;
scrollbar-track-color: #CCCCDD;
scrollbar-darkshadow-color: #CCCCCC}


/*Zuordnung der Schriftarten*/
	p,a,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i	{
	font-family:Arial, Helvetica, sans-serif;
         font-weight: bold;
	color: #0000CC;
}



/* Überschriften definieren*/
	h1 { font-size:24pt; color:#000090;margin-top:}
	h2 { font-size:18pt; color:#0000AA;margin-top}
	h3 { font-size:16pt; color:#0000AA;margin-top}
	h4 { font-size:14pt; color:#0000AA;margin-top}
	h5 { font-size:12pt; color:#0000AA;margin-top}
	h6 { font-size:11pt; color:#0000AA;margin-top}

/* Textdarstellung definieren*/
	a,p {font-size:11pt; color:#0000AA;}
	a:link {color:#cc3300}
	a:visited {color:#cc3300}
	a:active {color:#cc3300}
	a:hover {color:#cc3300; text-decoration:none}
/*Sonderformate*/
.anm {font-size:8pt}

/*Textdarstellung Gästebuch*/
.name {
	color:#0000CC;
	font-weight:bold
}