/*
.beispiel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
	background-color: #FFFF00;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000000;
	visibility: hidden;
}
*/

body {
	color: black; 
	font-style: normal; 
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, sans-serif;

	background-color: transparent;
	
	xmargin-left: 0px;
	xmargin-top: 0px;
	xmargin-right: 0px;
	xmargin-bottom: 0px;	
}

a { 
	color: darkblue;
	text-decoration: none ;
}
a:hover { 
	color: red;
	text-decoration: none ;
}

img {
	border: none;
}

/* Eingabefelder -------------------------------------------------*/
select, textarea, input, text {	
	font-family: Verdana, Geneva, Arial, sans-serif;
	border: 1px solid black;	
	font-size: 12px;
}
/* Tabellen ------------------------------------------------------*/
table {
	font-size: 12px;
}
td, th {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: black;	
}

.FormAnruf {
	border: 1px solid #067747;
}

.txt1 {
	width: 350px;
}
.txtMuss1 {
	width: 350px;
	border: 2px solid #067747;
}

.btn {
	width: 200px;
	background-color: #CCDFCC;
}

.restMuss {
	border: 2px solid #067747;
}

.listMuss {
	background-color: #CCDFCC;
}

.bspMuss {
	width: 20px;
	border: 2px solid #067747;
	background-color: #CCDFCC;
}

.Linie {
	border:solid #067747 1px;
	height:1px;>
}
