/* ---------------------- STYLE - DATEI fr Hotel Arndt garni Rust ------------------ */

/* Initialisierung */
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #CFCFCF;
	padding: 0px;
	margin: 0px;
	background-image: url(assets/bg_main.gif);
	background-repeat: repeat-x;
	
}


/* ------ Tabellen ------ */
.table_main{
	width: 900px;
	border: 1px solid #222222;
	height: 560px;
}
.div_content{
	height: 319px;
	width: 646px;
	display: block;
	clear: both;
	overflow: auto;
	font-size: 9px;
	color: #222222;
	text-align: left;
}



/* ------ Navigations-Elemente ------ */
.div_navi_box{
	width: 636px;
	height: 29px;
	display: block;
	float: left;
	clear: both;
	padding-left:10px;
}
a.div_naki_pkt:link, a.div_naki_pkt:visited{
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	height: 18px;
	float: left;
	padding-left:11px;
	padding-right:11px;
	padding-top:4px;
	display: block;
	text-decoration: none;
}
a.div_naki_pkt:hover{
	font-size: 12px;
	font-weight: normal;
	color: #FFE26F;
	height: 18px;
	float: left;
	padding-left:11px;
	padding-right:11px;
	padding-top:4px;
	display: block;
	text-decoration: none;
}
a.div_naki_pkt_aktiv:link, a.div_naki_pkt_aktiv:visited{
	font-size: 12px;
	font-weight: normal;
	color: #222222;
	height: 22px;
	float: left;
	background-color: #969696;
	padding-left:11px;
	padding-right:11px;
	padding-top:4px;
	display: block;
	text-decoration: none;
}
a.div_naki_pkt_aktiv:hover{
	font-size: 12px;
	font-weight: normal;
	color: #222222;
	float: left;
	background-color: #969696;
	height:22px;
	padding-left:11px;
	padding-right:11px;
	padding-top:4px;
	display: block;
	text-decoration: none;
}
a.a_btt_impressum:link, a.a_btt_impressum:visited{
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	display: block;
	float: right;
	clear: both;
	text-decoration: none;
	padding:5px;
	padding-right:8px;
}
a.a_btt_impressum:hover{
	font-size: 11px;
	font-weight: normal;
	color: #FFE26F;
	display: block;
	float: right;
	clear: both;
	text-decoration: none;
	padding:5px;
	padding-right:8px;
}
a.a_btt_impressum_active:link, a.a_btt_impressum_active:visited{
	font-size: 11px;
	font-weight: bold;
	color: #FFE26F;
	display: block;
	float: right;
	clear: both;
	text-decoration: none;
	padding:5px;
	padding-right:8px;
}

/* ------ Text-Formatierungen ------ */

.fliesstext1{
	font-size: 11px;
	color: #222222;
}
.fliesstext2{
	font-size: 9px;
	color: #222222;
}
.footer_txt1{
	font-size: 10px;
	color: #ffffff;
   font-weight: bold;
}
.footer_txt2{
	font-size: 10px;
	color: #FFE26F;
	padding-left:0px;

}

.ueberschrift {
	font-weight: bold;
	font-size: 12px;
	color: #D30032;
}
/* ------ Listen-Formatierungen ------ */

li {
	text-indent: -40px;
	display: list-item;
	list-style-position: inside;
	line-height: 16px;
}


/* ------ Link-Formatierungen ------ */

a:link, a:visited, a {
	color: #D30032;
	text-decoration: none;
}
a:hover {
	color: #D30032;
	text-decoration: underline;
	text-decoration: none
}

/* ------ Diverses ------ */
.input_field{
	border: 1px solid #888888;
	background-image: url(assets/input.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	font-size: 11px;
	height:20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 2px;
	width:250px;
}
.input_btt{
	background-color: #D30032;
	color: #FFE47B;
	border:1px solid #888888;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	width: 120px;
	cursor: pointer;
}
.input_btt:hover {
	text-decoration: underline;
}

span.required {
	color: #D30032;
	font-weight: bold;
}

/*NEWS*/

.ueberschrift_aktuelles {
	color: #008BD0;
	font-size: 11px;
	font-weight: bold;
}
.fliesstext1_center {
	text-align: center;
	font-size: 11px;
	color: #222222;
}
.aktuell_zusatz_table {
	font-size:11px;
}
.home_news_ueberschrift {
	border-bottom: 1px solid #008BD0;
	color: #008BD0;
}

/*Marken*/

.marken_ueberschrift1 {
	color: #008BD0;
	font-size: 12px;
	font-weight: bold;
	padding:4px;
	background-color:#FFE26F;
	cursor:pointer;
}
.marken_ueberschrift2{
	color: #000000;
	font-size: 11px;
	padding-top:5px;
	cursor:pointer;
}
.marken_fliesstext {
	font-size: 10px;
	padding-top:3px;
}