body, tr, td, table {
	font-family : Verdana, sans-serif;
	font-size : 11px;

}


/* ---------------------------------- */
/* Überschriften					  */

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #5A7C13;
                padding: 0 0 5 0px;
}

h1.headline {
	font-size: 15px;
	font-weight: bold;
	color: #5A7C13;
}
h2.subheadline {
	font-size: 13px;
	font-weight: bold;
	color: #5A7C13;
}
h3.boxheadline {
	background-color: #B67D20;
        width: 100%;
        font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	padding: 3 2 2 3px;
        margin-bottom: 3px
	border-bottom-width:1px;
        border-bottom-style:double;
        border-bottom-color:#5A7C13;
}

h3.greenheadline {
	background-color: #638623;
        width: 99%;
        font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	padding: 3 2 2 3px;
        margin-bottom: 3px
	border-bottom-width:1px;
        border-bottom-style:double;
        border-bottom-color:#ECF7B4;
}
h4.greenheadline {
	background-color: #638623;
        width: 99%;
        font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	padding: 3 2 2 3px;
        margin-bottom: 3px
	border-bottom-width:1px;
        border-bottom-style:double;
        border-bottom-color:#ECF7B4;
}
.spruch{
	text-align: center;
	font-size	: 9px;
	color		: #ffffff;
}

a:link { color:#8B6213;text-decoration:underline;}
a:visited {  color:#8B6213; text-decoration:underline; }
a:focus {  color:#8B6213; text-decoration:underline; }
a:hover {  color:#8B6213; text-decoration:underline; }
a:active {  color:#8B6213; text-decoration:none; }

.suchtreffer{
        background-color: #ebd3af;
        width: 100%;
        font-weight: normal;
        font-size: 12px;
        color: #000000;
        padding: 3 2 2 3px;
        margin-bottom: 3px
}

input, textarea {
	width: 250px;
}


