@charset "utf-8";

label  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.hlinered {
	border-bottom:#FF0000 medium solid;
}
label, input, select { /* Alle Labels UND Formularelemente auswählen */
	display: block;
	float: left;
	width: 100px;
/*	height:20px; */
}
input {
	margin-left:5px;
}
form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

.senden { /* den Submit-Button */
	float: left;
	margin-left:320px;
	width:250px;
	height:auto;
	}

label {
	text-align: right;
	padding-right: 1em;
	margin-left: 300px;
/*	border:#CCCCCC 1px solid;
	background-color:#CCCCCC; */
}
form {
  border: thin solid #F0F0F0;
  margin:0;
  padding:.5em;
  
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100.01%
}
.container {
	width: 914px;
	margin-right: auto;
	margin-left: auto;
}
#rechts {
	left:600px;
	float:right;
	text-align: right;
}
#rechts table {
	text-align:left;
	}
	
#text {
	float:left;
	text-align: right;
}
#rechts #tage table{
	border:none;
	}

#rechts #tage td{
	border:#CCCCCC 1px solid;
	}
#rechts #tage th{
	border:#CCCCCC 1px solid;
	}
#rechts .abc {
width:20px;
text-align:center;
}
#rechts .ziel {
text-align:center;
width:95%;
margin:none;
padding:none;
}
#rechts .daten {
text-align:center;
width:auto;
margin:none;
padding:none;
}
#rechts #tage tr:hover {
	background-color:#CCCCCC;
	}
#rechts #tage th:hover {
	background-color:#FFFFFF;
	}
.oneBorder {
	border:#999999 1px solid;
}
