* {
  	font : arial;
	color : #595850;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}   

.bold {
	color : #595850;
	font-weight : bold;
}

h1 {
	font-size : 12px;
	color : #393838;
	font-weight : bold;
	margin-top : 18px;
	margin-bottom : 2px;
}


.copy {
	font-size : 11px;
   color : #595850;
}

/* Menü */

.hm {
	color : #595850;
	text-decoration : none;
	text-align : center;
}

A.hm {
	color : #595850;
	text-decoration : none;
	text-align : center;
}

A.hm:hover {
	color : #595850;
	font-weight : bold;
	text-align : center;
}

A.aktiv {
	font-weight : bold;
}

.future {
	color : #ABA999;
	text-decoration : none;
	text-align : center;
}



/* Links im Text */

.text {
	color : #595850;
}



.invisibleButton {
	border-left: solid #faf5dc 1px;
	border-top: solid #faf5dc 1px;
	border-right: solid #faf5dc 1px;
	border-bottom: solid #faf5dc 1px;
	background-color: #faf5dc;
	cursor:pointer;
	font-family:Arial,Helvetica,Sans-Serif;
	color: #a1700d;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
	
.textbox {
	border-left: solid #faf5dc 1px;
	border-top: solid #faf5dc 1px;
	border-right: solid #faf5dc 1px;
	border-bottom: solid #faf5dc 1px;
	background-color: #ffffff;
	
	font-family:Arial,Helvetica,Sans-Serif;
	color: #000000;
	font-size:12px;
	font-weight: normal;
	text-decoration: none;
}

}

.input {
	border-left: solid #faf5dc 1px;
	border-top: solid #faf5dc 1px;
	border-right: solid #faf5dc 1px;
	border-bottom: solid #faf5dc 1px;
	background-color: #FFFFFF;
	
	font-family:Arial,Helvetica,Sans-Serif;
	color: #000000;
	font-size:12px;
	font-weight: normal;
	text-decoration: none;
}


