body {
	background-color:#3B342B;
	margin:0px;
}

/* Links - Allgemein */
a {
	color:#93816E;
	text-decoration:none;
}
a:hover  { text-decoration:underline; }
a:active { text-decoration:underline; }

a.navlinkupleft { color:#dbb79f; line-height:14px }
a.navlinkboleft { color:#d6bfb1 }

ol, ul
{
	list-style-type: square;
	margin-top: 0px;
}

h1
{
	color:#3B342B;
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

h2
{
	color:#3B342B;
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
}

/* Normaltext */
td, div
{
	color: #3B342B;
    font-family: Arial,sans-serif;
	font-size: 12px;
}

.content
{
	line-height:13pt;
}

/* Seiten-Design */

td.footerbar
{
	text-align: center;
	padding: 9px;
	color: #928070;
	background-color: #EFE8CD;
    font-family: Arial,sans-serif;
	font-size: 10px;
	font-weight: regular;
}

td.separator
{
	height:1px;
	background-color: #ec7500;
}

/* Tabellen */
td.tabletop
{
	color: #F5F5F3;
	background-color: #5A6753;
    font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
}

td.tablecontent
{
	color: #5E635D;
	background-color: #F5F5F3;
    font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
}

/* Formulare */
input, select, textarea
{
    font-family: Arial,sans-serif;
	font-size: 11px;
}

/*
input.submit
{
	color: #55634E;
	background-color: #BDC8B8;
}
*/

.bigger
{
    font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 14px;
	line-height:16pt;
}

.smaller
{
    font-family: Arial,sans-serif;
	font-size: 10px;
	line-height:8pt;
}

.comment
{
	color: #999999;
}

.error
{
	color: red;
}

.success {
	color: #009900;
}

.highlight {
	color: #ec7500;
}
