﻿div.buchungsdaten_header {
	min-width: 180px;
	width: 732px;
	position: absolute;
	left: 0px;
	top: -20px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #999999;
	line-height: 14px;
	background-color: transparent;
	height: 25px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;	
}

div.buchungsdaten_header_trans {
	min-width: 180px;
	width: 732px;
	position: absolute;
	left: 0px;
	top: -20px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #999999;
	line-height: 14px;
	background-color: #484334;
	height: 25px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;	
}

div.buchungsdaten_content {
	min-width: 180px;
	width: 732px;
	min-height: 310px;
	position: absolute;
	left: 0px;
	top: 35px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #999999;
	line-height: 14px;
	background-color: transparent;
	height: 310px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

div.buchungsdaten_content_trans {
	min-width: 180px;
	width: 732px;
	min-height: 310px;
	position: absolute;
	left: 0px;
	top: 35px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #999999;
	line-height: 14px;
	background-color: #484334;
	height: 310px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

div.nextpage {
	width: 50px;
	height: 35px;
	left: 691px;
	top: 5px;
	background-image: url('../img/kalender/booking_next.png');
	position:absolute;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

div.prevpage {
	width: 50px;
	height: 35px;
	left: 11px;
	top: 5px;
	background-image: url('../img/kalender/booking_back.png');
	position:absolute;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
}

div.pagetitle {
	width: 420px;
	height: 35px;
	left: 165px;
	top: 5px;
	position:absolute;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	font-weight:bold;
	text-align:center;
	color: #999999;
	line-height: 35px;

}

input {
	background-color: #999999;
	border-color: #4b4b4b;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: groove;
}

input.check {
	background-color: transparent;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

textarea {
	background-color: #999999;
	border-color: #4b4b4b;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: groove;
	overflow-y:auto;
}

div.pagelabel{
	background-color:#999999;
	width:348px;
	color:black;
	padding:2px;
	line-height:16px;
}

div.request_send{
	right:10px;
	bottom:12px;
	width:162px;
	height:35px;
	position:absolute;
	background-image:url('../img/kalender/request_send.gif');
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

