BODY {
background-color: #CBD6DB;
font-family: Arial, Helvetica, sans-serif; 
color: #333333; 
font-size: 10px; 
font-style: normal; 
font-weight: normal;

scrollbar-face-color: FFFFFF;
scrollbar-arrow-color: B4C3CA;
scrollbar-track-color: FFFFFF;
scrollbar-highlight-color: FFFFFF;
scrollbar-shadow-color: B4C3CA;
scrollbar-3dlight-color: B4C3CA;
scrollbar-darkshadow-color: FFFFFF;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
Div.container{
	width: 820px;
	height:650px;
	background-image : url(Container.jpg);
	background-repeat : no-repeat;
	padding: 30px 50px 0px 50px;
	background-position : top;
}

td.book-left{
	width:400px;
	background-color: #EFEDED;
	font-family: Arial, Helvetica, sans-serif; 
	color: #660000; 
	font-size: 12px; 
	font-weight: bold; 	
	vertical-align : top;
}

td.book-right{
	width:400px;
	background-color: white;
	vertical-align : top;
	overflow-x : scroll;
}
A.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

A.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFE4E1;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

div.title {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform : uppercase;
	padding:10px;
}

hr.grey{
	width:100%;
	height: 1px;
	color:grey;
}
td.text {
font-family: Arial, Helvetica, sans-serif; 
color: #333333; 
font-size: 12px; 
font-style: normal; 
font-weight: normal;
}

th{

font-family: Arial, Helvetica, sans-serif; 
color: #660000; 
font-size: 12px; 
font-style: normal; 
font-weight: bold;
border-bottom: 1px solid #660000;
}

th.title{
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	border-bottom: 1px solid #660000;
	border-top: 1px solid #660000;
	background-color : #CBD6DB;
}

A{
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

div.content{
	font-family: Arial, Helvetica, sans-serif;
	color:black;
	font-size: 12px;
	font-style: normal;
	padding-left:10px;
	width:375px;
	overflow-y : auto;
	height:350px;
}

td.calender{
	padding:3px 3px 3px 3px;
	border:1px dashed #660000;
	background-color: #EFEDED;
	color:#660000;
	width:15px;
	height:15px;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight : bold;
}

td.zimmer{
	padding:3px 3px 3px 3px;
	border:1px dashed #660000;
	background-color: #EFEDED;
	color:#660000;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight : bold;
	text-align : center;
}

div.film{
	background-image : url(../images/diary/film.gif);
	height:55px;
	width:350px;
	padding-bottom : 10px;
	padding-top : 10px;
}

