/* CSS Document */
html
{
	height:100.3%;
}
body {
height:100%;
margin-bottom: 1px;
margin-top:3px;
margin-left:0;
margin-right:0;
font-family:Arial, Helvetica, sans-serif;
font-size:100%;
color:#8f9090;
}
img {
	border:0;
}
.zeile2 {
	background-color:#f6f5e1;
}
ul { margin:0; }

input:focus, textarea:focus {
	background-color:#F7F7F7;
}
.lauftext {
font-size:0.8em;
}
.lauftext_klein {
font-size:0.7em;
}

.text_durchgestrichen {
font-size:0.7em;
text-decoration:line-through;
}
.spacer {
font-size:1px;
}

a:link{
     color:#8f9090;
	 text-decoration:none;
}	 
a:visited{
     color:#8f9090;
	 text-decoration:none;
}	 
a:hover{
     color:#eeecc5;
	 text-decoration:none;
}
a:active{
     color:#eeecc5;
	 text-decoration:none;
}
hr {
	color:#ee7c43;
	height:0px;
	border:0;
	border-top:1px solid #ee7c43;
}
h1 {
	font-size:0.9em;
	color:#e95b14;
	margin:0;
}
h2 {
	font-size:0.9em;
	color:#50662d;
}
h3 {
	font-size:0.7em;
	color:#e95b14;
	margin-bottom:5px;
	padding-bottom:5px;
	margin-top: 0px;
}
form {
	margin:0;
	padding:inherit;
}


