@import url(import/container.css);
@import url(import/navi.css);
@import url(import/content.css);

* {
	font-family:Arial;
	font-size:14px;
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#D2E5E0;
}

h1 {
	margin:25px 0 10px 0;
}

a {
	color:#000;
	text-decoration:none;
}

.hide {
	display:none;
}

.show {
	display:block;
}

#ui-datepicker-div {
	width:185px;
}

#OT_form .OT_wrapper .OT_list li,
#OT_form .OT_wrapper {
	border:0;
}

#reservierung {
	height:400px;
}

#TB_overlay {
	z-index:1000 !important;
}
