body {
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #D5CBBF;
	background-image: url(shared/design/background3.jpg);
}
.text {
	font-size: 12px; color: #000000; line-height: 15px;
}
.text_small {
	font-size: 10px; color: #000000; 
}
.text_bold_red {
	font-weight: bold; font-size: 12px; color: #b71d1d; 
}
.title_bold_black {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
.titel_white {
    color: #FFFFFF;
 	font-size: 12px;
}
.tx_block {
	text-align: justify;
	font-size: 12px;
}
.txb_block {
	font-weight: bold;
	text-align: justify;
	font-size: 12px;
}
.bottom {
	font-size: 9px;
	color: #999999;
}

a:link {
	color: #b71d1d; 
	text-decoration: underline
}
a:visited {
	color: #b71d1d; 
	text-decoration: underline
}
a:hover {
	color: #000000; 
	text-decoration: underline
}
a:active {
	color: #000000; 
	text-decoration: underline
}
ul {
	margin-bottom: 2px;
	font-size: 10px;
	list-style-position: outside;
	list-style-image: url(shared/icons/dot.gif);
}
.table_bottom {
	width: 100%;
	height: 100%;
}
.table_hotels {
	width: 720px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
th {
	border: none;
	background: #b71d1d;
}
.hotels_img {
	border: 1px ridge #4E2124;
}
.underline {
	text-decoration: underline;
}
input {
	font-size: 10px;
	background-color: #F5F1E9;
	border: 1px solid #b71d1d;
}
select {
	font-size: 10px;
	background-color: #F5F1E9;
	border: 1px solid #b71d1d;
}
textarea {
	font-size: 10px;
	background-color: #F5F1E9;
	border: 1px solid #b71d1d;
}
option {
	font-size: 10px;
	background-color: #F5F1E9;
	border: 1px solid #b71d1d;
}
h1 {
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2 {
	font-size: 10px;
	margin-bottom: 2px;
	font-weight: normal;
}
h3 {font-size: 10px;
	color: #FF7300;
	margin-bottom: 2px;
}
hr {
	color: #B71D1D;
}
iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* kontakt  */
.warning {
	color: #F30;
	font-size: 0.8em;
	line-height: 1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

fieldset.person {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
fieldset.person input, fieldset.person select {
	width: 280px;
	margin-bottom: 6px;
	background-color: #F5F1E9;
	padding: 0px;
	height: 24px;
	border: 1px solid #b71d1d;
}


fieldset.rec {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
fieldset.rec input, fieldset.person select {
	width: 240px;
	margin-bottom: 6px;
	background-color: #F5F1E9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	height: 24px;
}



fieldset.option {
	margin: 0px;
	padding: 0px;
	border: thin solid #b71d1d;
}
textarea {
	width: 383px;
	padding: 0em;
	background-color: #F5F1E9;
	height: 100px;
	border: 1px solid #b71d1d;
}
input#submit {
	width: 72px;
	background-color: #F5F1E9;
	color: #333;
	font-weight: normal;
	margin-top: 0.5em;
	text-decoration: underline;
	border: 1px none #b71d1d;
}
input#submit:hover {
	background-color: #F5F1E9;
}

.upload_file {
	width: 200px;
	background-color: #F0F0EB;
	color: #333;
	font-weight: normal;
	margin-top: 0.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;
}


.hidden {
	height: 0px;
	width: 0px;
	visibility: hidden;
}
/* kontakt ende  */
