/*CSS Sytle Sheet for www.ronny.de */

body { margin-top:0px; margin-left:0px; margin-bottom:0px; bgcolor:white; }
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */



p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,helvetica; }
/* font-family = Schriftart fuer Textelemente */

h1 { font-size:14pt; color:black; }
/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt, Wert aenderbar */

h2 { font-size:14pt; color:black; }
/* font-size = Schriftgroesse */
/* 16pt = 18 Punkt, Wert aenderbar */

h3 { font-size:12pt; color:black; }
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */


h2.sh2 { font-size:16pt; }
/* Abschnittsueberschriften innerhalb einer Seite */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */



h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; }
/* font-size = Schriftgroesse */
/* 11pt = 11 Punkt, Wert aenderbar */


h4 { font-size:10pt; color:#FFFFFF }
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */

p,li { font-size:11pt; color:#black; font-family:Arial, helvetica }
/*p,ul,ol,li,div,th,address,nobr,b,i { font-size:12pt; font-family:Arial,helvetica;  }
/* normaler Text */
/* font-size = Schriftgroesse */
/* 12pt = 12 Punkt, Wert aenderbar */

table { color:#000000; font-family:Arial,helvetica; font-size:12pt;  }


a:link { color:#3366cc; text-decoration:underline; font-style:bold; font-size:12pt;  }
a:visited { color:#3366cc; text-decoration:underline; font-style:bold; font-size:12pt;  }
a:active { color:#3366cc; text-decoration:none; font-style:bold; font-size:12pt; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #AA5522 = kotzbeige, Wert aenderbar */
/* #772200 = scheissbraun, Wert aenderbar */
/* #000000 = schwarz, Wert aenderbar */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

a.an { text-decoration:none; }

.body_text{ 	font-family:'Arial'; 	color: #24106F;	font-size:12px;	font-weight:normal;	padding: 0px 2px 0px 2px;	margin-right: 10px;}

.body_text a{
	font-family:'Arial';
	color: #24106F;	
	font-size:12px;
	text-decoration:underline;
}
