/* Linkcolors and -characteristics */
A:link { color: #778899; text-decoration: none; }
A:visited { color: #778899; text-decoration: none; }
A:active { color: #778899; text-decoration: none; }
A:hover { text-decoration: underline; }

/* Settings */
body {
	background-color:01446A;
	font-family:verdana;
	color:black;
}

/* The area "behind" the forum */
#main {



}

/* Category */
.kat {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #black;
}
td.kat {
	background-color:#FFFFFF;
}

/* Heading (small) */
.thsmall {
	font-family:verdana;
	font-size:8pt;
	font-weight:bold;
	color:white;
}
tr.thsmall {
	background-color:#696969;
}
th.thsmall {
	background-color:#107AB0;
}

/* Heading (normal) */
.thnorm {
	font-family:verdana;
	font-size:10pt;
	color:white;
	font-weight:bold;
}
td.thnorm {
	padding:2pt;
	background-color:#107AB0;
}
th.thnorm {
	padding:2pt;
	background-color:#107AB0;
	text-align:left;
}

/* Tables (in general) (not including the navigation toolbar) */
.tbl {
	background-color:#666699;
	border:#D3D3D3  1px solid;
}

/* Table (color) 1 */
.td1 {
	background-color:#FFFFFF;
}

/* Table (color) 2 */
.td2 {
	background-color:#dedfdf;
}

/* small writing */
.small {
	font-family:verdana;
	font-size:10px;
	color:black;
}

/* normal writing */
.norm {
	font-family:verdana;
	font-size:10pt;
	color:black;
}

/* Error writing */
.error {
	font-family:verdana;
	font-size:10pt;
	color:red;
}

/* Link to topic-overview of a forum found in the forum-overview */
.forumlink {
	font-family:verdana;
	font-size:10pt;
	color:black;
	font-weight:bold;
}
a.forumlink { color:4682B4; }
a.forumlink:visited { color:4682B4; }

/* Link to a topic found in the topic-overview */
.topiclink {
	font-family:verdana;
	font-size:10pt;
	color:black;
	font-weight:bold;
}
a.topiclink { color:708090; }
a.topiclink:visited { color:708090; }

/* Navigation toolbar */
.navbar {
	font-family:verdana;
	font-size:10px;
	color:black;
	font-weight:bold;
}
td.navbar {
	padding:2px;
	background-color:white;
}
table.navbar {
	background-color:#acacac;
	border:black 1px solid;
}

/* Time */
.time {
	font-family:verdana;
	color:#a62a2a;
}

/* News */
.news {
	font-family:verdana;
	font-size:10pt;
	color:black;
	font-weight:bold;
}

/* Quotes ([quote][/quote]) */
.quote {
	font-family:verdana;
	font-size:10px;
	color:black;
	font-weight:bold;
}

/* Small toolbar found next to the forum's logo */
.tbar {
	font-size:10px;
	font-family:verdana;
}

/* Forumname found next to the forum's logo */
.finfo {
	color:white;
	font-size:13pt;
	font-family:verdana;
	font-weight:bold;
}

/* Tech stats (bottom of the page) */
.stat {
	font-size:10px;
	color:gray;
	font-family:verdana;
}

/* Copyright (must be readable at all times!) */
.copyr {
	font-size:10px;
	color:#666699;
	font-family:verdana;
}
a.copyr:link { color:#a62a2a; }
a.copyr:visited { color:#a62a2a; }
a.copyr:active { color:#a62a2a; }