/* DATEI: forum.css */

body,html {	margin-top:10px; margin-bottom:20px; margin-left: 10pt; margin-right: 10pt; background-color:#ffffff;
		scrollbar-basic-color:#ffffff;
		scrollbar-3dlight-color:#cccccc;
		scrollbar-arrow-color:#cc3333;
		scrollbar-darkshadow-color:#ffffff;
		scrollbar-face-color:#ffffff;
		scrollbar-highlight-color:#ffffff;
		scrollbar-shadow-color:#cccccc;
		scrollbar-track-color:#f5f5f5;
		font-family : Arial, Helvetica, sans-serif;
	}
	
html {overflow-x:hidden;} /*Unterbindet die horizontalen Scrollbars im IE 6*/
 
p { font-size:8pt;line-height:11pt; }
 
h1 { font-size:24pt;color:#990000;}

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

h3 {font-size:12pt;line-height:16pt;color:#663300;}

h4 {font-size:10pt;line-height:12pt;color:#cc3300;}

a { white-space: nowrap; }
	a:link { color:#cc3300; }
	a:visited { color:#909090; }
	a:hover { color:#ff9966; }
	a:active { color:#ff0000; }
	
li { list-style-image : url(images/list.gif); }

ul,li { font-size : 9pt;  line-height : 12pt; }

.text { font-size : 9pt; line-height:12pt; }     /* Haupttext */

.text2 { font-size:11px; }

.navi {
	font-size:8pt;
	line-height : 10pt;
} /* Navigation - Links */
	
.sign { font-size:80%; color :#663300; }

.kopf { font-size:16pt; line-height:19pt; font-weight:bold; color:#990000; }

.name { font-size : 11pt; font-weight : bold; font-style : italic; }

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

.init { font-size:280%; font-weight:900; line-height : 28pt; }

.ita { font-style : italic; }

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

.bold2 { font-weight:900; color:#cc0000; font-size:120%; }

.grey { background-color :#f8f8f8; }

.grey2 { background-color:#dedede; }

.help { font-size: 8pt; line-height:10pt; color:#990000; }

.link {
	font-size : 8pt;
	color:#646464;
	line-height : 8pt;
	text-decoration : none;
}

.visit { text-decoration:none; }
.visit2  { text-decoration:none; font-variant:small-caps; }

.button { width:105px; background-color:#999999; color:#ffffff; font-weight:900; border:0px solid #dddddd; cursor:pointer ; }

.field {  background-color:#ffffcc; color:#990000; border:1px solid #999999; font-family:arial;font-size:8pt; overflow : auto; }

.field2 {  background-color:#ffff99; color:#000000; border:1px solid #009999; font-family:arial; overflow : auto; }

.button2 {
	background-color:#339999;
	color:#ffffff;
	font-weight:900;
	border:1px solid #dddddd;
	font-style : italic;
	cursor:pointer;
}

.inactive {filter: gray();}
.active {filter: chroma();}

.border { border-width:1px; border-color:#dddddd; border-style:solid; padding:0px; }
.border2 { border-width:1px; border-color:#f5f5f5; border-style:solid; padding:0px; }

	.navi2 { font-size:8pt; text-decoration:none;font-variant:small-caps;letter-spacing:1px; }/*Class fuer Links Hauptframe*/
	.navi2:link { color:#cc3300; }
	.navi2:visited { color:#909090; }
	.navi2:hover { color:#ff9966; }
	.navi2:active { color:#ff0000; }
	
	.navi3 { font-size:8pt;letter-spacing:1px;font-weight:900; }
	
	/*Tabellenrand*/
	
	.rand { background-color:#ffffff;border-width:1px; border-color:#666666; border-style:dashed; padding:0px; }
	
	
	
	