body,td,th {
	font-size: 12px;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
}
a:link {
	color: #930;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #930;
}
a:hover {
	text-decoration: underline;
	color: #930;
}
a:active {
	text-decoration: none;
	color: #930;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	font-weight:bold;
	color:#359A4B;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 11px;
}
input {
	border-radius:4px;
	padding:4px;
}
.tx_select {
	border-radius:4px;
	padding:4px;
}
.suche_spalte1 {
	float:left;
	position:relative;
	width:130px;
	line-height:26px;
	vertical-align:middle;
}
.belegung {
	background-color: #E8E8E8;
	position: relative;
	height: 335px;
	width: 400px;
	margin-left: auto;
	top: 20px;
	margin-right: auto;
	bottom: auto;
}
.belegung_header {
	height:25px;
	border-color:#666666;
	border-width:1px;
	background-color:#cccccc;
}
.belegungscontainer {
	background-color: #FFFFDF;
	margin-top:3px;
}
.belegungstabelle {
	width:100%;
	height:307px;
	border:1px;
	border-color:#999;
}
.belegungs_td {
	text-align:center;
	vertical-align:middle;
	border:1px;
	border-color:#999;
	border-style:solid;
}
.belegungs_wechsel {
	background-color:#FFDFDF;
}
.belegungs_belegt {
	background-color:#FFB9B9;
}
.suche_spalte2 {
	float:left;
	position:relative;
	width:200px;
	line-height:26px;
	vertical-align:bottom;
}
.suche_spalte3 {
	float:left;
	position:relative;
/*	width:30%; */
}
.spaceline {
	margin-top:10px; 
	width:100%;
	font-size:10px;
}
.erfolg {
    color:seagreen;
    margin-top:20px;
    width:485px;
    padding:10px;
    border-width:3px;
    border-style: solid;
    border-color:seagreen;
}
.belegt {
    margin-top:20px;
    width:485px;
    padding:10px;
    border-width:3px;
    border-style: solid;
    border-color:#666666;
}
.fehler {
    margin-top:20px;
    width:485px;
    padding:10px;
    border-width:3px;
    border-style: solid;
	color:#ff0000;
    border-color:#ff0000;
}
