/*------ LAYOUT.CSS-Anfang -----*/

/* Erstellt von Henner im Herbst 1999 */
/* Ueberarbeitet von Marc am 24. Feb 2000 */

/* -- Alles in Arial ausgeben -- */
center,h1,h2,h3,h4,h5,h6,ul,ol,li,td,th,address,blockquote,nobr,b,i,small,blink,p {font-family:arial,sans-serif;}

/* -- ausser PRE-Texte, diese in Courier -- */
pre { font-family:Courier New,Courier; font-size:10pt; }
tt { font-family:Courier New,Courier; font-size:10pt; }

/* -- Schriftgroessen -- */
h1 { font-size:small; }
h2 {
	font-size:x-large;
	color: #FFFFFF;
}
h3 { font-size:18pt; }
h4 { font-size:16pt; }
h5 { font-size:14pt; }
h6 { font-size:12pt; }
h7 { font-size:6pt; }

ul,ol,li,td,th,address,blockquote,nobr,b,i,small,blink,p { font-size:11pt;}
small { font-size:8pt; font-family:Verdana,Arial,Helvetica;}
big { font-size:14pt; font-weight:bold; font-family:Arial,Helvetica;}

/* -- Links-Aussehen -- */

   a:visited {
	text-decoration:none;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
   a:link {
	text-decoration:none;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

   a:hover {
	text-decoration:none;
	color:#FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/* -- nette Pseudoformate -- */

 /* Einrueckung am Absatzbeginn +/
#text {text-indent:10px}       /*<p id="text"> ... </p> */
#t {
	text-indent:10px;
	bottom: auto;
}

 /* Blockquote-Ersatz */
#einruecken {margin-left:20px} /*<div id="einruecken"> ... </div> */
#e {margin-left:20px}

/*------ LAYOUT.CSS-Ende -----*/body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/frameraster.gif);
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

