/* This is a CSS comment */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #625231;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #625231;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #625231;
}	
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #995944;
	text-decoration: underline;

}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666633;
}
.textLINKS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #625231;
	text-decoration: none;

}
.rahmen {
	border: 1px solid #907948;
}
.textFett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #625231;
	font-weight: bold;

}
.body {
	background-color: #BC9C59;
}

.button{
border-bottom: black 1px solid;
border-left: #297394 1px solid;
border-right: black 1px solid;
border-top: #297394 1px solid;
font-family:Verdana;
font-size: 11px;
text-align:left;
padding-left:5px;
padding-top:2px;
padding-bottom:2px;
font-weight:bolder;
color:black;
background-color:#dfdfdf;
cursor:hand;
display:inline;
width:auto;
}
.select{
background-color:whitesmoke;
color:#297394;
}
input{
background-color:whitesmoke;
color:#297394;
border:1px solid black;
}
textarea{
background-color:whitesmoke;
color:#297394;
border:1px solid black;
}
