	@CHARSET "ISO-8859-1";
body {
	background: #73011f;
	font-family: "tahoma";
	font-size: 12px;
}
table.main {
	background-color: #ffffff;
	border: 10px solid #ffffff;
}
/*Navigation*/
div.navi {
	font-size: 12px;
}
div.navi a.active {
	color: #73011f;
}
a:visited, a {
	color: #9fa0a2;
}
a:hover {
	color: #AE6427;
}
/*Listen*/
ul {
	list-style: none;
	list-style-image: url(../static/list.gif);
}
ul li.main a {
	color: #73011f;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
/*Content*/
div.content {
	width: 650px;
	min-height: 500px;
}
div.content a {
	color: #73011f;
	text-decoration: none;
	font-weight: bold;
}
img {
	border: none;
}
/*Überschriften*/
h1 {
	font-size: 16px;
	color: #73011f;
	border-bottom: 1px solid;
}
h2 {
	font-size: 14px;
	color: #73011f;
}
/*Footer*/
div.footer {
	border-top: 1px solid #73011f;
	padding-top: 10px;
}
/*GAESTEBUCH*/
td.head-eintrag {
	color: #fff;
}
/*Pagination Galerien*/
div.pagina-pages a {
	display: block;
	float: left;
	border: 1px solid #73011f;
	;
	text-decoration: none;
	width: 15px;
	height: 15px;
	padding: 1px 3px 1px 3px;
	margin: 3px;
}
div.pagina-pages a.active {
	background-color: #73011f;
	color: #fff;
}
div.pagina {
	clear: left;
	text-align: center;
}
div.pagina-pages {
	clear: left;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
}
.forward, .back {
	margin: 20px;
	padding: 10px;
	font-size: 1em;
}
div.content small {
	display: none;
}
