* {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
}

.header {
	padding-top: 3px;
}

.leftArea {
	position: absolute;
	left: 10px;
	top: 70px;
	bottom: 20px;
	width: 260px;
	border:solid 1px #CCCCCC;
	overflow-y: scroll;
}

.mainArea {
	#position: absolute;
	top: 10px;
	bottom: 20px;
	left:0px;
	#overflow-y: scroll;
	max-width:700px;
}

.rightArea {
	position: absolute;
	top: 70px;
	bottom: 20px;
	left:650px;
	overflow-y: scroll;
	width:270px;
}

ul {
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0px;
}

li a { 
	text-decoration:none;
	display: block;
	color: #000000;
	border-bottom:solid 1px #CCCCCC;
	padding: 8px;
}

li a:hover {
	background-color: #4B0A1E;
	color: #BA8A92;
}

#errormessage {
	color: #CA0E0E;
	padding-top: 10px;
	padding-bottom: 10px;
}

input, textarea, select {
  border:1px solid #ccc;
  min-height:23px;
  outline: none;
}

.resultArea td {
	text-align:right;
}

#loading-indicator {
  position: absolute;
  left: 350px;
  top: 270px;
}


.mainArea input {
  margin-bottom:3px;
  margin-top:3px;
  width:180px;
}

#avab {
  margin-bottom:3px;
  margin-top:3px;
  margin-left:0px;
  width:20px;
  vertical-align:middle;
}

#kinder {
  
  width:153px;
  
}

.tablerows td, th {
	font-size:13px;
	border-bottom:solid 1px #CCCCCC;
	font-weight:normal;
}

.mainArea select {
  margin-bottom:3px;
  margin-top:3px;
  width:180px;
}

textarea {
	margin-bottom:15px;
  	margin-top:5px;
	height: 200px;
  	width:250px;
}

label {
	display:block;
}

button {
	padding:6px;
}


#searchKey {
	width:160px;
}
