/* 1.0 | hannes | 2006-10-03 | template */
body {
	margin: 20px auto 0 auto;
	padding: 0;
	background-color: #759838;
	text-align: center;
}
#header, #maincontainer, #footer {
	width: 796px;
	margin: 0 auto;
	text-align: left;
}
#maincontainer { background: url(/grafik/maincontainer_bg.gif) repeat-y center top; }
#maincontainer table {
	margin: 0 16px;
	width: 764px;
}
#footer {
	height: 16px;
	background: url(/grafik/footer_bg.gif) no-repeat center top;
	padding-top: 10px;
	font: 10px Arial, Helvetica, sans-serif;
	text-indent: 10px;	
	color: #BACC9C;
}
#content { 
	margin: 10px; 
	width: 516px;
}
#content table {
	width: 100%;
	margin: 0;
}
#adresse a { color: #333; }
#footer a {
	text-decoration: none;
	color: #BACC9C;
}
#footer a:hover {
	text-decoration: underline;
	color: #BACC9C;
}

/* DEFAULT */
h1 { 
	font-size: 18px;
	font-weight: 600;
	color: #99B667;
	margin: 0.4em 0;
}
h2 {
	font-size: 12px;
	margin: 0.4em 0;
}
h3 { font-size: 12px; }


/* BILDBOXEN */
.imagebox {
	width: 210px; /* x IE */
	float: right;
	text-align: right;
}
.imagebox img { margin: 1px 1px 0 0; }

/* TABELLE */
.tabelle th { font-weight: bold; }
.tabelle td { border-top: 1px dotted #DDD; }