@charset "utf-8";
/* CSS Document */

*,html {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

html {
	height: 100.1%;
}
body {
	margin:0;
	padding:0;
	background: url(../img/bg2.jpg) #810000 repeat-x;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

#boddywrapper {
	background: url(../img/wappen.jpg) no-repeat;
	width: 990px;
	margin: 0px auto;
	padding:0px;
}

#banner {
	background: url(../img/banner.jpg) no-repeat;
	height: 137px;
	width:876px;
	margin: 0px auto;
	text-align: left;
}

#sitename {
	width: 870px;
	margin: 0px auto 5px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align:right;
	padding-top:30px;	
	padding-right: 6px;
}

#sitename a{
	color: #FFF;
}

#sitename a:hover {
	text-decoration: underline;
}

#inhaltsangabe {
	width: 470px;
	margin:4px 0px 0px 0px;
	color: #99ccff;
	float: left;
	padding-left:260px;
}

#suchen {
	width:130px;
	height: 20px;
	/*background: #B8CFE1;*/
	padding-top: 1px;
	padding-left:3px;
}

#suche {
	width: 62px;
	border: 1px solid #000;
	margin-right: 3px;
}

#suchwrapper {
	float: left;
	width: 130px;
	height: 30px;
	padding-top: 100px;
}

#suchform {
	background: #B8CFE1;
	padding:1px 0px 1px 2px;
}

#mainnav, #subnav {
	list-style: none;
}

#mainnav li{
	float: left;
	/*border-right: 1px solid #e08b8b;*/
}

#subnav {
	margin-left: 4px;
}


#subnav li {
	float: left;
}

#mainnav li a, #subnav li a {
	color: #FFF;
	display: block;
	padding: 2px 5px;
	white-space: nowrap;
}

#mainnav li a:hover {
	background: url(../img/nav_akt.jpg) repeat-x;
}

#subnav li a:hover {
	text-decoration:underline;
}

.mainnavakt {
	background: url(../img/nav_akt.jpg) repeat-x;
}

.wrapper {
	width: 876px;
	margin:0px auto;
}

.clerasil {
	clear: both;
	height:1px;
}

#navcontainer {
	width: 876px;
	margin:0px auto;
	color:#FFF;
	height: 18px;
	background: url(../img/nav_stripe.jpg) no-repeat;
}

.hr {
	width: 870px;
	color: #dc8a8a;
	background-color: #dc8a8a;
	margin:1px 0px;
	padding:0;
}

#subnavcontainer {
	width: 876px;
	margin:0px auto;
	color:#FFF;
	min-height: 18px;
	background: url(../img/subnav_stripe1.jpg) no-repeat;
}

#contentwrapper {
	background: #FFF url(../img/cStripe2.jpg) repeat-y;
}

#contentleft, #contentright{
	width: 170px;
	float: left;
	text-align:left;
	padding-left:1px;
	background-color: inherit;
	margin-top: 13px;
}

#contentmiddle{
	float:left;
	width: 507px;
	margin-right:10px;
	background-color: inherit;
	text-align: left;
}

#contentmiddle h1 {
	font-size: 16px;
	margin: 8px 0px;
}

#contentmiddle li {
	list-style: disc;
	margin: 0px 15px;
}

#contentiframe {
	width: 780px;
	margin:20px auto;
	background-color: inherit;
}

#contentiframe iframe {
	border: 1px solid #CCC;
}

#contentmiddle a, #contentiframe a {
	color: #810000;
	text-decoration: underline;
}

#contentleft{
	margin-right:10px;
}

.boxwrapper {
	background-color: inherit;
	margin-bottom: 20px;
}
.boxheadlineleft {
   color:#FFF;
	background: #840101 url(../img/boxleftCornerTop.gif) right top no-repeat;
	height:16px;
	width:165px;
	text-align: right;
	padding-right:5px;
	padding-top:2px;
}

.boxcontentleft {
	width: 169px;
	border-right:1px solid #840101;
	padding: 5px 0px;
}


.boxfooterleft{
	height: 2px;
}

.boxcontent {
	padding: 4px 8px;
}
.boxcontent a{
	color: #840101;
}

.boxheadlineright {
   color:#FFF;
	background: #840101 url(../img/boxrightCornerTop.gif) left top no-repeat;
	height:16px;
	width:165px;
	padding-left:5px;
	padding-top:2px;
}

.boxcontentright {
	width: 169px;
	border-left:1px solid #840101;
	padding: 5px 0px;
}

.boxfooterright{
	height: 2px;
}

.subsubnavright{
   margin-left:13px;
	list-style:none;
}

.subsubnavright li {
	padding:3px 0px;
	border-bottom:1px solid #000;
	padding-right:1px;
}

.subsubnavright li a, .subsubnavleft li a{
	font-weight: bold;
	color: #000;

}

.subsubnavright li a:hover, .subsubnavleft li a:hover {
	text-decoration: underline;
}


.subsubnavright li.current {
	background: url(../img/pfeil.gif) no-repeat;
	background-position: left top;
	padding-left:10px;
}

.subsubnavright li.current a.current{
	color: #840101;
}

.subsubnavleft{
   margin-right:13px;
	list-style:none;
}

.subsubnavleft li {
	padding:3px 0px;
	border-bottom:1px solid #000;
	padding-left:1px;
	text-align:right;
}

.advertboxwrapper {
	font-size:10px;
	margin-bottom: 15px;
}
.advertbox { width: 507px; background: #eef4f2;}
#contentmiddle .advertbox h1, .advertbox p {margin: 0 10px;}
#contentmiddle .advertbox h1 {font-size:12px; color:#ffffff; }
#contentmiddle .advertbox a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#contentmiddle .advertbox a:hover {
	text-decoration: underline;
}
.advertbox .top, .advertbox .bottom{display:block;background: #FFF;}
.advertbox .top b, .advertbox .bottom b
{
  display:block;height: 1px; overflow: hidden; background: #eef4f2;
}
.advertbox .r1{margin: 0 2px;}
.advertbox .r2{margin: 0 1px;}
.advertbox .r3{margin: 0 2px;}
.advertbox .top .r4, .advertbox .bottom .r4{margin: 0 1px;height: 2px;}


#breadcrump {
	margin: 0px 0px 5px 180px;
	text-align: left;
	width: 507px;
	border-bottom: 1px solid #840101;
}

#breadcrump a{
	color: #000;
}

#breadcrump a.aktiv {
	font-weight: bold;
}

/*Dropdownmenue*/
ul.mainlevel {
list-style:none;
white-space:nowrap;
margin:0;
padding:0 0 0 4px !important;
}
ul.mainlevel li.mainnavigation {
float:left;
margin: 0 0 0 0;
padding: 0px 5px 0 0px !important;
height:18px;
_height:18px;
}
#navilevel ul.mainlevel li.mainnavigation a.spNaviLevel1Link {
margin: 6px 0 0 0;
padding: 2px 3px 0 0 !important;
color: #980100;
text-decoration:none;
line-height:28px;
font-size: 0.625em;
}
.mainlevel1div {
display:block;
position:relative;
list-style:none;
padding:0;
margin:0;
}
.mainlevel1div li {
list-style:none;
display:block;
clear:both;
padding:0;
margin:0;
}
ul.sublevel {
list-style:none;
position:absolute;
top:0;
left:-4px;
float:left;
padding: 0.07em 0 0 0 !important;
margin:0;
display:none;
z-index:100;
}
ul.mainlevel li.mainnavigation:hover ul.sublevel {
display:block;
padding:0;
margin:0;
}
ul.sublevel li {
list-style:none;
padding:0;
margin:0;
display:block;
}
ul.sublevel a {
font-size:10px;
	margin:0 !important;
	padding: 2px 5px 3px 5px !important;
width:200px;
display:block;
/*line-height:1em !important;*/
min-width:200px;
overflow: visible;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
background: #810000;
}

ul.sublevel a:hover {
	text-decoration: underline;
}

div#navilevel ul.mainlevel ul.sublevel li a.spNaviLevel2Last {
border-bottom: 1px solid #ccc;
}
div#navilevel {
position:relative;
float:left;
width:98%;
line-height:normal;
background-repeat: repeat-x;
margin:0;
padding:0;
}

div#navilevel ul ul.sublevel li a:hover {
background: #810000;
}
div#navilevel ul ul.sublevel li a.spNaviLevel2Last:hover {
background: #810000;
}
/*Dropdownmenue*/
.aktiv {
	text-decoration: underline;
}

form#hotels {
	padding: 10px;
}

form#hotels a{
	color: #810000;
}


/*Suche*/
fieldset#txsearch label {
	width: 100px;
	display:blocK;
	float: left;
	text-align: right;
	padding-right: 7px;
	margin: 1px 0px 5px 0px;
}

fieldset#txsearch div {
	margin: 1px 0px 5px 0px;
}

ul.browsebox {
	list-style: none;
	margin: 15px 0px 15px;
}

ul.browsebox li {
	float: left;
	display: block;
	padding: 0px 10px 0px 0px;
}

.txsearchresult {
	margin-top: 15px;
	border-top: 1px solid #840101;
	padding-top: 15px;
}


.subsubsubnavi {
	list-style: none;
	
}

.subsubsubnavi li {
	border: none;
	padding: 2px 0px;
	margin: 0px 0px 0px 10px;
}

#footer {
	width: 868px;
	margin-right: 7px;
	margin-left: 1px;
	border-top: 1px solid #d31d1d;
	text-align: right;
}

#footer a {
	color: #840101;
}

#footer a:hover {
	text-decoration: underline;
}

/*HRS Plugin*/
#hrs-komplett-wrapper {
	width: 485px;
	border : 1px solid #000;
	padding: 10px;
	margin: 10px 0px;
}


.hrs-row label {
	display : block;
	font-weight : bold;
	padding : 5px 0px 0px 0px;
}

.hrs-row {
	width : 240px;
	float : left;
}

#hrsform {
	margin:0;
	padding:0;
}

.hrs-input-long {
	width : 230px;
}
.hrs-input-short {
	width : 125px;
}

.hrs-button-row input {
	background : #fff;
	border : 1px solid #ccc;
}

.hrs-button-row {
	margin: 30px 0px 10px;
	text-align : center;
}