.loadbild {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
body {
	background-image: url(images/bg_color.jpg);
	background-color: #877E77;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #000000;
}
.menue{
	background-image: url(../images/menue.jpg);
	background-repeat: no-repeat;
}

A.link2:link{color: #ffffff;text-decoration: none;font-weight: bold;font-size: 14px;}
A.link2:visited{color: #ffffff;font-weight: bold; text-decoration: none;font-size: 14px;}
A.link2:active{color: #ffffff; font-weight: bold;text-decoration: none;font-size: 14px;}
A.link2:hover{color: #ffffff; font-weight: bold;text-decoration: underline;font-size: 14px;}


a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #006666;
}
a:active {
	text-decoration: underline;
	color: #000000;
}	

.red{
	font-weight: bolder;
	color: #FF0000;
	width: 400px;
	border: 1px solid #FF0000;
	margin: 15px;
	background-color: #FFEAEA;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}
.red2{
	font-weight: bolder;
	color: #FF0000;

}
.green{
	font-weight: bolder;
	color: #009900;
	width: 400px;
	border: 1px solid #009900;
	
	background-color: #E3FFD7;
	text-align: center;
	
	padding: 10px;
}
hr{color: #006666;}