body {
	font-family: Helvetica,Arial,sans-serif;
	color: #800000;
	background-color: #ffdead;
	margin-left: 30px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	}

.unsichtbar, 
.ausdruck-fusszeile {
	font-size: 1px;
	border-width: 0px;
	position: absolute;
	top: -500px;
	left: -1000px;
	width: 1px;
	height: 1px;
		}
h1 {
	font-size: 130%;
	text-align: center;
	text-decoration: none;
}
h2 {
	font-size: 110%;
	text-decoration: none;
	}
h3 {
	font-size: 100%;
	text-decoration: none;
	line-height : 100%;
	margin-bottom : 1px;
	margin-top : 0px;
	}
.menue {
	font-size: 80%;
	}
textarea, .text {
	font-size: 90%;
	text-decoration: none;

	}
.hoch {
	font-style: italic;
	font-size: 80%;
	}
address {
	font-style: italic;
	font-size: 85%;
	}
ul li {
	font-size: 90%;
	line-height: 125%;
	}

table {
	border: 0;
	}
td h3{
	line-height: 110%
	}

hr {
	color: #800000;
	}

input.button	{
	font-weight: bold;
	color: #ffdead;
	background-color: #800000;
		}
		input.buttondrei	{
	font-weight: bold;
	color: #800000;
	background-color: #ffdead;
		}
		
/* Link Definitionen */
a {
	text-decoration: underline;
	color: #9e340c;
	}
a:active {
	text-decoration: underline;
	color: #91605b;
	}
a:visited {
	text-decoration: underline;
	color: #c91a00;
	}
a:hover {
	text-decoration: none;
	color: #ffdead;
	background-color: #800000;
	}

a:hover.bild {
	background-color: transparent;	
	color: #800000;
	}
