body {
 font-family: Arial;
 font-size: 9;
 color: #400000;
 background: #A6A33A;
 line-height: 120%;
}

.complement {

	color: #372A73;

}

.inhalt {
	background-color: #FFFDB2;
	width: 800px;
}

ul.navigation {

	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 0;
	
}

ul.navigation a {

	display: block;
	margin-bottom: 5px;
	
}

ul.navigation a:hover {

	text-decoration: none;
	background-color: #FFFFFF;

}

a.navilink {
 text-decoration: underline;
 color: #400000;
}

a {
 text-decoration: underline;
 color: #400000;
}

a:hover {

	text-decoration: none;

}


.footer {
 font-size: 10;
}

hr	{
	color: #372A73;
	background: #372A73;
}

.error {
 font-weight: bold;
 color: red;
}

.okay {
 color: #A6A33A;
}

td {
	vertical-align: top;
}

th {
	color: #372A73;
}

.row2 {
	background: #FFFED5;
}

.small {font-size: 9pt; }

h1	{font-size:	16pt; font-weight: bold; color: #372A73;}
h2	{font-size: 14pt; font-weight: bold; color: #372A73; font-variant: small-caps;}
h3	{font-size: 12pt; font-weight: bold; color: #372A73}

div.forum {

	border: 1px solid #372A73;
	margin-top: 10px;

}

div.post_links {

 	margin-top: 0px; 
	float:left; 
	height: 100%; 
	width: 100px;
	padding: 10px;
 
}

div.post_rechts {

	margin: 0px 0px 0px 110px;
	padding: 10px;
	vertical-align: top;

}