* {
	border: 0;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}


#subkat_active a:link {
	text-decoration: none;
	font-weight: bold;
}
#subkat_active a:visited {
	text-decoration: none;
	font-weight: bold;
}
#subkat_active a:hover {
	text-decoration: underline;
	font-weight: bold;
}
#subkat_active a:active {
	text-decoration: underline;
	font-weight: bold;
}


.hmp a:link {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.hmp a:visited {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.hmp a:hover {
	font-size: 15px;
	font-weight: bold;
	color: #777777;
	text-decoration: none;
}
.hmp a:active {
	font-size: 15px;
	font-weight: bold;
	color: #777777;
	text-decoration: none;
}

body {
	border: 0;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

p {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
}

strong {
	font-weight: bold;
}

u {
	text-decoration: underline;
}

i {
	font-style: italic;
}

#table_01 {
	width: 765px;
	margin-top: 20px;
	border: 1px solid black;
	border-bottom: 0;
}
#table_02 {
	width: 767px;
	border: 1px solid black;
	border-bottom: 0;
	border-top: 0;
}
#table_03 {
	width: 765px;
	margin-bottom: 20px;
	border: 1px solid black;
	border-top: 0;
}

.hmp {
	width: 117px;
	height: 26px;
	text-align: center;
	vertical-align: top;
	font-size: 15px;
	font-weight: bold;
}

.on {
	border: 1px solid black;
	border-bottom: 0;
	background-color: #FFF3E7;
	padding-top: 2px;
/*	background-image: url(../layout/hmp_on.gif); */
}

.off {
	border-bottom: 1px solid black;
/*	background-image: url(../layout/hmp_off.gif); */
}

.hmp_between {
	border-bottom: 1px solid black;
	width: 30px;
}

.boxon {
	background-color: #FFF3E7;
	border: 0;
	display: block;
	width: 117px;
}

.boxoff {
	background-color: #FFF3E7;
	border: 1px solid black;
	padding: 2px;
	margin-bottom: 5px;
	display: block;
	width: 117px;
}

#sub_menu {
	text-align: center;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	width: 765px;
	height: 23px;
	background-color: #FFF3E7;
	border-bottom: 1px solid black;
}

#content {
	padding: 15px;
	width: 765px;
	background-color: #FFF3E7;
}

#footer {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
	width: 765px;
	height: 26px;
	background-image: url(../layout/bg_fusszeile.gif);
}

.bildfloat_left {
	float: left;
	margin-right: 17px;
	margin-bottom: 10px;
	width: auto;
}

.bildfloat_right {
	float: right;
	margin-left: 17px;
	margin-bottom: 10px;
	width: auto;
}

.bildfloat_none {
	float: none;
	margin:10px;
	width: auto;
}
.special_content_table_01 {
	width: 100%;
	border: 0;
	padding-top: 25px;
	margin: 0;
	vertical-align: top;
}

.u_main_img {
	width: 250px;
	vertical-align: top;
}

.u_horizontal_distance {
	width: 20px;
	vertical-align: top;
}

.u_text {
	vertical-align: top;
}

.u_img_rechts_fixed {
	width: 80px;
	height: 60px;
	vertical-align: top;
}

.u_vertical_distance {
	height: 20px;
	vertical-align: top;
}

.u_vertical_distance_02 {
	height: 20px;
	vertical-align: top;
	border-top: 1px solid black;
}

.u_img_rechts {
	width: 80px;
	height: auto;
	vertical-align: top;
}

/* Styles für Buchungsformular */

.buchungsformular_table {
	width: 100%;
	margin: 0;
	padding: 0;
}

.buchungsformular_table td {
	padding-bottom: 5px;
}

.b_headline {
	padding-bottom: 10px;
}

.b_input_kurz {
	width: 30px;
	border: 1px solid #AAAAAA;
	text-align: center;
	margin-right: 3px;
}

.b_input_lang {
	width: 60px;
	border: 1px solid #AAAAAA;
	text-align: center;
	margin-right: 3px;
}

.b_textfeld {
	width: 100%;
	height: 200px;
	padding: 5px;
	text-align: left;
	border: 1px solid #AAAAAA;
}

.b_pers_titel {
	font-weight: bold;
}

.b_pers_input {
	width: 350px;
	border: 1px solid #AAAAAA;
}

.b_senden {
	width: 200px;
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
}
.error_message {
	font-weight: bold;
	color: #FF0000;
}