/* DATEI: forum.css */

body,html {
		margin-top:30px; margin-bottom:25px; margin-left: 30pt; margin-right: 30pt;
		background-color:#ffffff;
		scrollbar-basic-color:#ffffff;
		scrollbar-3dlight-color:#333333;
		scrollbar-arrow-color:#cc3333;
		scrollbar-darkshadow-color:#ffffff;
		scrollbar-face-color:#ffffff;
		scrollbar-highlight-color:#ffffff;
		scrollbar-shadow-color:#333333;
		scrollbar-track-color:#f5f5f5;
		font-family : Arial, Helvetica, sans-serif;
		overflow-x:hidden;
	}
	
 a,p,div,h2,h3,h4,span,b,ul,li { font-family : Arial, Helvetica, sans-serif; font-size:9pt;
}/* fuer Netscape */
	
h1 { font-size:24pt;color:#990000;}

h2{font-size:16pt;line-height:20pt;color:#996666;}

h3 {font-size:12pt;
		font-style : italic;
		color:#990033; }
	h4  { color:#003333; font-size:10pt; }
	
	.kontakt { font-weight: 900; font-style:italic; }
	
	a:link { color:#cc6600;}
	a:visited { color:#a9a9a9; }
	a:hover { color:#ff9966;  }
	a:active { color:#cc0000; font-style:italic; }

ul,li { font-size : 9pt; list-style-image : url(../images/list.gif); line-height : 11pt; }

.text { font-size : 80%; }     /* Haupttext */

.navi { font-size:70%;} /* Navigation - Links */

.bio { font-size : 9pt; line-height : 13pt; }

.ita { font-style : italic; }

.bold {
	font-weight: 900;
	color: #6f6f6f;
	font-size : 100%;
}

.grey { background-color :#f8f8f8; }

	.head { font-size:11pt;
		font-weight:bold;
		font-style : italic;
		color:#990033; }
