/* Linkcolors and -characteristics */
A:link { color: #000000; text-decoration: none; }
A:visited { color: #000000; text-decoration: none; }
A:active { color: #000000; text-decoration: none; }
A:hover { text-decoration: underline; }

/* Settings */
body {
	scrollbar-face-color: #EBF0EB; 
	scrollbar-shadow-color: #FFFFF5; 
	scrollbar-highlight-color: #FFFFF5; 
	scrollbar-3dlight-color: #FFFFF5; 
	scrollbar-darkshadow-color: #FFFFF5; 
	scrollbar-track-color: #FFFFF5; 
	scrollbar-arrow-color: #FFFFF5;
	background-color: #FFFFF5;
	font-family: Arial, Helvetica, sans-serif;
	color:black;
}

INPUT	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	background: #FFFFEF; 
	border-bottom: 1px solid #DDDDDD; 
	border-right: 1px solid #DDDDDD; 
	border-left: 1px solid #666666; 
	border-top:1px solid #666666; 
	color:#000000; 
	text-decoration:none;}

SELECT	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	background: #FFFFEF; 
	border-bottom: 1px solid #DDDDDD; 
	border-right: 1px solid #DDDDDD; 
	border-left: 1px solid #666666; 
	border-top:1px solid #666666; 
	color:#000000; 
	text-decoration:none;}

TEXTAREA{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	background: #FFFFEF; 
	border-bottom: 1px solid #DDDDDD; 
	border-right: 1px solid #DDDDDD; 
	border-left: 1px solid #666666; 
	border-top:1px solid #666666;
	color:#000000; 
	text-decoration:none;}

.button	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	background: #FFFFEF; 
	border-bottom: 1px solid #666666; 
	border-right: 1px solid #666666; 
	border-left: 1px solid #DDDDDD; 
	border-top:1px solid #DDDDDD; 
	color:#000000; 
	text-decoration: none;
	cursor: hand;}


/* The area "behind" the forum */
#main {



}

/* Category */
.kat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
td.kat {
	background-color:#EBF0EB;
}

/* Heading (small) */
.thsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
}
tr.thsmall {
	background-color:#FFFFF5;
}
th.thsmall {
	background-color:#EBF0EB;
}

/* Heading (normal) */
.thnorm {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	font-weight:bold;
}
td.thnorm {
	padding:2pt;
	background-color:#EBF0EB;
}
th.thnorm {
	padding:2pt;
	background-color:#EBF0EB;
	text-align:left;
}

/* Tables (in general) (not including the navigation toolbar) */
.tbl {
	background-color:#EBF0EB;
	border:#000000 1px solid;
}

/* Table (color) 1 */
.td1 {
	background-color:#FFFFF5;
}

/* Table (color) 2 */
.td2 {
	background-color:#FFFFF5;
}

/* small writing */
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}

/* normal writing */
.norm {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}

/* Error writing */
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:red;
}

/* Link to topic-overview of a forum found in the forum-overview */
.forumlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	font-weight:bold;
}
a.forumlink { color:000000; }
a.forumlink:visited { color:000000; }

/* Link to a topic found in the topic-overview */
.topiclink {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	font-weight:bold;
}
a.topiclink { color:000000; }
a.topiclink:visited { color:000000; }

/* Navigation toolbar */
.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	font-weight:bold;
}
td.navbar {
	padding:2px;
	background-color:#EBF0EB;
}
table.navbar {
	background-color:#EBF0EB;
	border:#000000 1px solid;
}

/* Time */
.time {
	font-family: Arial, Helvetica, sans-serif;
	color:#a62a2a;
}

/* News */
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	font-weight:bold;
}

/* Quotes ([quote][/quote]) */
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	font-weight:bold;
}

/* Small toolbar found next to the forum's logo */
.tbar {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

/* Forumname found next to the forum's logo */
.finfo {
	color:black;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/* Tech stats (bottom of the page) */
.stat {
	font-size:12px;
	color:gray;
	font-family: Arial, Helvetica, sans-serif;
}

/* Copyright (musst be readable at all times!) */
.copyr {
	font-size:12px;
	color:#c0c0c0;
	font-family: Arial, Helvetica, sans-serif;
}
a.copyr:link { color:#a62a2a; }
a.copyr:visited { color:#a62a2a; }
a.copyr:active { color:#a62a2a; }
