﻿/* Forum */

table.standardtable tr.forumheader td {
	color: White;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

table.standardtable tr.forumlist_alt td {
	background-color: #fff;
}

table.standardtable tr.forumlist td {
	background-color: #eee;
}

table.standardtable tr.forumgrouptitle td {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #CFD6DD;
	border-bottom: solid 1px #ccc;
	color: #333;
	height: 30px;
}

.forumtitle {
	font-size: 12px;
	font-weight: bold;
}

.foruminfo {
	font-size: 10px;
	text-decoration: underline;
	color: #666666;
}


div.post {
	background: #ddd;
	padding: 5px;
	margin: 3px;
	-moz-border-radius: 9px;
	-webkit-border: 9px;
}

div.quote {
	background: #ccc;
	font-family: Courier New, Monospace;
	border: solid 1px #bbb;
	padding: 2px;
	margin: 2px;
}


.aforum {
	color: #1A3366;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.aforum:hover {
	color: #1B60AB;
	text-decoration: underline;
}

.agruppe {
	color: #1D335F;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
a.agruppe:hover {
	color: #31559F;
	text-decoration: underline;
}