/* CSS Document */
html {
	height:100.3%;
}
body {
	height:100%;
	background-color:#caf9d3;
	background-image: url(../images/hg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
#maintable {
}
.lauftext {
font-size:0.8em;
}
.lauftext_klein {
font-size:0.6em;
}
.klein {
font-size:0.6em;
}
a:link{
     color:#4d4d4d;
	 text-decoration:underline;
}	 
a:visited{
     color:#4d4d4d;
	 text-decoration:underline;
}	 
a:hover{
     color:#b3b3b3;
	 text-decoration:underline;
}
a:active{
     color:#b3b3b3;
	 text-decoration:underline;
}
h1 {
	font-size: 1em;
	/*color:#F08A00;*/
	color:#345f3c;
	margin:0px;
}
p {
	margin-top:10px;
}
h2 { 
	font-size: 0.9em;
}
hr {
	color:#F08A00;
}

