.diary_day
{
	font-weight:bold;
	text-align:center;
	font-size:14pt;
	padding-bottom:10px;
	padding-top:10px;
}

.diary_weekday
{
	position:absolute;
	width:657px;
	text-align:right;
}

.diary_track
{
	text-align:center;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color:#eeeeee;
	margin-bottom:10px;
}

.diary_text
{
	margin-top:10px;
	text-align:justify;
}


.diary_image_left
{
	float:left;
	background-color:#ffffff;
	border:1px solid #666666;
	padding:5px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}


.diary_image_right
{
	float:right;
	background-color:#ffffff;
	border:1px solid #666666;
	padding:5px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

.diary_image_text
{
	width:240px;
	background-color:#eeeeee;
	padding:5px;
	font-size:8pt;
}

.diary_hint
{
	background-color:#eeeeee;
	border:1px solid #666666;
	width:300px;
	float:left;
	padding:5px;
	margin:5px;
	text-align:justify;
}

.diary_hint_headline
{
	font-size:12pt;
	font-weight:bold;
}

div.hut
{
	float:right;
	background-color:#ccffcc;
	border:2px solid #66cc66;
	margin-left:10px;
	margin-bottom:10px;
	padding:10px;
}

div.hut_headline
{
	font-size:12pt;
	font-weight:bold;
}

div.hut_property
{
	width:110px;
	text-align:right;
	padding-right:5px;
	float:left;
}

div.hut_stars
{
	width:80px;
	float:left;
	padding-left:5px;
}

div.hut_break
{
}
div.hut_img_stars_1
{
	background-image:url('../../data/webdata/star.png');
	background-repeat:repeat-x;
	width:12px;
	height:12pt;
}
div.hut_img_stars_2
{
	background-image:url('../../data/webdata/star.png');
	background-repeat:repeat-x;
	width:24px;
	height:12pt;
}
div.hut_img_stars_3
{
	background-image:url('../../data/webdata/star.png');
	background-repeat:repeat-x;
	width:36px;
	height:12pt;
}
div.hut_img_stars_4
{
	background-image:url('../../data/webdata/star.png');
	background-repeat:repeat-x;
	width:48px;
	height:12pt;
}
div.hut_img_stars_5
{
	background-image:url('../../data/webdata/star.png');
	background-repeat:repeat-x;
	width:60px;
	height:12pt;
}
div.hut_img_stars_6
{
	background-image:url('../../data/webdata/star.png');
	background-repeat:repeat-x;
	width:72px;
	height:12pt;
}
