/* DATEI: raini.css */

/* settings für html-tag: */
html {
	margin: 0;
	padding: 0;
	}

/* settings für body-tag: */
body { 
	font: 50% Verdana, sans-serif;
	line-height: 1.99;
	color: #1F0000; 
	background: #d8c1a7;
	margin: 0; 
	padding: 0;
	}

h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {font-family: Verdana, Arial; }


/* settings für Überschriften:  (Farbe 772200 ist mein"weinrot) */
h1 { color:#772200; font-size:22px; margin-bottom:18px; }
h2 { color:#772200; font-size:19px; margin-bottom:18px; }
h3 { color:#772200; font-size:16px; margin-left:10px;}
h4 { color:#772200; font-size:13px; margin-bottom:10px;}
h5 { color:#772200; font-size:11px; margin-bottom:10px;}

/* braun-Töne: */
a:link {color:#1F0000; text-decoration:underline;}
a:visited {color:#3F3F3F; text-decoration:underline;}
a:active {color:#3F3F3F; text-decoration:none;}


/* text styles (Farbe, Ausrichtung, Schriftgrösse... */
#style1 {text-align: center; font-size:11px; }
#style2 {text-align: center; font-size:13px; }
#style3 {text-align: center; font-size:16px; background-image:url(../images/horlines.gif); background-repeat:repeat;}
#style4 {text-align: left; font-size:11px; margin: 2px 2px 2px 2px; }
#style5 {text-align: center; font-size:16px; }

/* ab style-Nr 10: Schrift = weinrot!  */
#style11 { color:#772200; text-align: center; font-size:11px; }
#style12 { color:#772200; text-align: center; font-size:13px; }


#idBlackWhite {
	color: White;
	background: Black;
	text-align: left; 
	font-size:11px; 
	margin: 2px 2px 2px 2px; 
	}


/* für Rand (margin): oben, rechts, unten, links      */
#LeftFloating {
	text-align: left;
	font-size:11px;
	clear:both; 
	margin: 2px 50px 600px 10px; 
	float: left;
	}

/* für Rand (margin): oben, rechts, unten, links      */
/* Teilung ist hier ziemlich weit rechts */
#RightFloating {
	text-align: center;
	font-size:12px;
	clear:both; 
	margin: 50px 100px 200px 50px; 
	float: left;
	}	

	
