@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	background-image: url(images/hotel_site_bg.gif);
	background-repeat: repeat;
}
a:link {
	text-decoration: none;
	color:#333333;
}
a:visited {
	text-decoration: none;
	color:#333333;
}
a:hover {
	text-decoration: none;
	color:#333333;
}
a:active {
	text-decoration: none;
	color:#333333;
}
td.frame_yl {
	background-image:url(images/hotel_frame_yl.jpg);
	background-repeat:repeat-y;
	width:30px;
}
td.frame_yr {
	background-image:url(images/hotel_frame_yr.jpg);
	background-repeat:repeat;
	width:30px;
}
td.content {
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat;
	width:877px;
	text-align:left;
	padding: 15px;
}
.marked {
	color:#900;
}
input.txtbox {
	border: 1px solid #A77003;
	width:500px;
	font-size:12px;
}
textarea.txtarea {
	border: 1px solid #A77003;
	width:500px;
	height:100px;
	font-size:12px;
}
input.txtfield {
	border: 1px solid #A77003;
	width:30px;
	font-size:12px;
}
input.button {
	border: 1px solid #A77003;
	width:200px;
	font-size:12px;
}
select.selectbox {
	border: 1px solid #A77003;
	width:150px;
	font-size:12px;
}
#wetter {
	position:absolute;
	width:145px;
	height:149px;
	visibility:hidden;
	background-color:#C6DFFF;
	border:1px solid #630;
}