body, html {
	height: 100%;
	overflow: hidden;
}

input, select, textarea {
	font: 12px/normal Arial, Helvetica, sans-serif normal;
}

body {
	background: url(../_img/body/bg.gif);
	font: 12px/normal Arial, Helvetica, sans-serif normal;
	color: #FFFFFF;
	margin: 0px;
}

form {
	margin: 0;
	padding: 0;
}

div#detail-body {
	background: url(../_img/body/bg_krone_detail.gif) center top no-repeat; 
	height: 410px;
	padding: 10px;
}

a, a:link, a:visited {
	color: #FFFFFF;
	text-decoration:underline;
}

a:hover {
	color: #f08e07;
	text-decoration:underline;
}

div#detail-header {
	background: url(../_img/body/logo_detail.gif) center top no-repeat; 
	height: 41px;
	margin: 30px 0px;
}

p {
	margin: 0px 0px 12px 0px;
}

h3 {
	font-size: 18px;
	margin: 0px 0px 12px 0px;
}

h4 {
	font-size: 14px;
	margin: 0px 0px 12px 0px;
}

p:last-child {
	margin: 0px;
}

.font-bold {
	font-weight: bold;
}

.font-orange {
	color: #f08e07;
}

.dotted-line {
	background: url(../_img/body/bg_dotts_hor.gif) center repeat-x; 
	font-size: 0px; 
	line-height: 0px; 
	height: 1px; 
	margin: 20px 0px;
}

select.select-galerie {
	width: 100%;
	margin-bottom: 20px;
}

/******************************************/
/************* Reservation ****************/
/******************************************/

.reservation td {
	padding-bottom: 2px;
}

.reservation input, textarea {
	width: 185px;
	border: 1px solid #bbbbbb;
}

.reservation_radio input {
	margin:0px;
	padding: 0px;
	width: 14px;
	border:0px;
}

.reservation_title {
	width: 160px;
	height: 18px;
	vertical-align: top;
	padding: 1px 0px 0px 2px;
}

.reservation_btn input {
	width: 92px;
	background: #bbbbbb;
	color: #000000;
}

.reservation_select select {
	width: 190px;
	border: 1px solid #bbbbbb;
}