/* CSS Document */
body  {
	font-family: Verdana;
	font-size:13px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top:20px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border:1px;
	border-right-style:solid;
	border-right-color:#666666;
	color: #666666;
}
#sidebar1 #menu li{
	padding: 3px 0px 3px 0px;
	list-style:none;
	list-style-type:none;
}
#menu li a:link,a:active,a:visited{
	color:#666666;
	text-decoration:none;
}
#menu li a:hover{
	color:#CC9900;
	text-decoration:none;
}
#mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#txtHint p{
	text-align:justify;
}
form{
	margin:0;
}
h1{
	color:#FFFFFF;
	background-image:url(images/bg_head.gif);
	background-repeat:repeat-y;
	padding: 2px 0px 3px 10px;
	border:1px;
	border-style:solid;
	border-color:#999999;
	font-size:26px;
}
h2{
	font-size:20px;
}
#space{
	padding-left:35px;
}
#box{
	border:1px;
	border-style:solid;
	border-color:#000000;
	padding: 5px 10px 5px 10px;
}
a:link#mail,a:active#mail,a:visited#mail{
	color:#666666;
	text-decoration:underline;
}
a:hover#mail{
	color:#CC9900;
	text-decoration:underline;
}
a:link#linkumum,a:active#linkumum,a:visited#linkumum{
	color:#666666;
	text-decoration:none;
}
a:hover#linkumum{
	color:#CC9900;
	text-decoration:underline;
}
.buttonMouseOut{
	background-color:#FAFAFA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px;
	border-style:solid;
}
.buttonMouseOver{
	background-color:#FAFAFA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px;
	border-style:solid;
	color:#FF0000;
}
#tabeldata{
	background-color:#f6f9fc;
	border:1px;
	border-style:solid;
	border-color:#999999;
}
#tabeldata2{
	background-color:#ffffff;
	border:1px;
	border-style:solid;
	border-color:#999999;
}
#tabelbooking{
	font-family: Verdana;
	font-size:11px;
}
.txtfield{
	font-family: Verdana;
	font-size:11px;
}
.txtselect{
	font-family: Verdana;
	font-size:11px;
	width:135px;
}
#note{
	font-family: Verdana;
	font-size:11px;
	color:red;
}
#txtCenter{
	padding-top:170px;
	text-align:center;
}
#txtUbold{
	font-weight:bold;
	text-decoration:underline;
}
@media print{
	.dontprintme{
		display:none;
	}
}
