body {
	font-size:12px;
	font-family:'Lucida Grande', Geneva, Arial, Verdana, Helvetica, sans-serif;
	background-repeat: repeat-y;
	background-position:center top;
	background-color: #f8efd0;
	background-image: url(images/fond.jpg);
	line-height: 13pt;
	color: #333333;
	margin: 0px;
}

.logo {
	background-position:center top;
	background-color: #f8efd0;
	background-image: url(images/logo.jpg);
}

.logo_ohne {
	background-position:center top;
	background-color: #f8efd0;
	background-image: url(images/logo_ohne.jpg);
}

/* Gilt für alle Seiten */

a:link {
	text-decoration: none;
	color: #333333;
	font-weight:bold;

}
a:visited {
	text-decoration: none;
	color: #333333;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #A8111C;
	font-weight:bold;
}
a:active {
	text-decoration: none;
}

.navi {
	word-spacing: 20px;  
}

/* Grauer BlockSatz */

.navi_down {
	word-spacing: 20px;
	font-weight:bold;
	color: #888888;  
}

/* Grauer BlockSatz */

.blocksatz {
	font-family:'Lucida Grande', Geneva, Arial, Verdana, Helvetica, sans-serif;
	line-height: 13pt;
	color: #666666;
	text-align: justify;
}

.bold_rot {
	font-family:'Lucida Grande', Geneva, Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #A8111C;
	text-align: justify;
	font-weight:bold;
}
.bold {
	font-family:'Lucida Grande', Geneva, Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-align: justify;
	font-weight:bold;
}
.download {
	padding: 4px 7px;
	border: 1px solid #999999;
	background-color: #fef6dc;
}

