/* Start of CMSMS style sheet 'hbl' */
* {
   margin:0;
   padding: 0;
}

body {
   margin:0;
   padding:0;
   font-family:Arial;
   font-size:12px;
   color: #5F3A03;
   background-color: #694003;
}

html, body {
	height:100%;	
}

img {
	border:none;
	margin:0;
	padding:0;
}

.clr {
	clear:both;
}


/* Layout */
#div_main {
	position: absolute;
	padding-top: 112px;
	margin-left: 50%;
	left: -480px;
	width: 960px;
	min-height: 400px;
  	background: transparent url("/images/hbl/hbl-main-bg.gif") repeat-y top center;
}

#div_header {
	position: fixed;
	top: 0px;
	margin-left: 50%;
	left: -470px;
	width: 940px;
	height: 112px;
	background: white url("/images/hbl/hbl-stripe.gif") repeat-y 1px 0;
    z-index: 10;
}

#div_logo {
	float: left;
	margin-left: 39px;
	width: 397px;
	height: 112px;
}

#div_lang {
	float: left;
	width: 304px;
	height: 112px;	
}

ul.lang_ul {
  	position:relative;
  	top: 10%; 
  	left:50%;
  	list-style-type:none;
  	float:left;

}

ul.lang_ul li { 	
  	position:relative;
  	right:50%;
  	float:left;
}

a.lang_a {
	margin:0 10px;
	color: #5F3A03;
	font-size: 11px;
	text-decoration:none;
	border-width: 1px 0;	
  	border-style: solid;
  	border-color: white;
  	line-height: 16px;	
}

a.lang_a:HOVER, a.lang_a_active {
	border-color: #5F3A03;
}


li.mark_item {
	border-right: 1px solid #5F3A03;	
}

#div_search {
	float: left;
	width: 187px;
	height: 112px;
	background-color: #FFE4BD;
}

#search {
	position:absolute;
	overflow:hidden;
	top:7px;
	right:25px;
	width:167px;
	height:18px;
	background: transparent url("/images/hbl/hbl-searchinput-bg.gif") no-repeat 0 0;
}

#search fieldset {
	border:none;
}
#search input.suchtext {
	border: 1px solid #FFF; /* Weißer Rahmen vor weißem Hintergrund -> auch im IE nun kein Rahmen mehr sichtbar */
	width:138px;
	height:12px;
	margin:1px;
	padding: 0 2px;
	font-size:11px;
	line-height:14px;
	color:#5F3A03;
	float:left;
}
#search input.suchtext:focus {
	background: transparent url("/images/hbl/verlauf.gif") repeat-x 0 -5px;
	background: url("/images/hbl/verlauf.gif") repeat-x 0 -5px;
	color:#5F3A03;
}
#search input.suchbild {
	border:none;
	width:16px;
	height:16px;
	margin: 1px 0;
	padding: 0 1px;
	background: transparent url("/images/hbl/lupe.gif") no-repeat 0 0;
}
#search input.suchbild:hover {
	cursor:pointer;
	background: transparent url("/images/hbl/lupe-rot.gif") no-repeat 0 0;
}

#div_hotline p.hotline{
	position: relative;
	top: 45px;
	width: 187px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #5F3A03;	
}

#div_request p.request{
	position: relative;
	top: 69px;
	width: 173px;
	height: 19px;
	padding: 4px 7px;	
	background: url("/images/hbl/hbl-gruppe.gif") no-repeat 159px 3px;
	background-color: #FFB342;
	font-size: 13px;
	font-weight: bold;
	color: #5F3A03;	
}

a.buchen {
	color: #5F3A03;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;	
}

#div_banner {
	height:260px;
	background-color: #B9996E;
	border-width:5px 0;
	border-style: solid;
	border-color: #B9996E;
	width: 940px;
	margin-left: 10px;  
}

#div_fullcontent {
	height: 100%;
    background: url("/images/hbl/hbl-verlauf-balken.gif") repeat-y 0 0;
	background-color: #FFF;
	width: 940px;
	margin-left: 10px;
}

/* Main Navigation */

#div_leftmenu{
	position:relative;
	overflow:auto;
	margin-top:10px;
	margin-left: 13px;
	width:187px;
	min-height:100px;
	float:left;
}

.main-menu_ul, .main-menu_ul_1 {
	list-style:none;
	margin:0;
}

.main-menu_ul {
	margin: 0 0 5px 0; /* oben rechts unten links */
}

.main-menu_li_1 {
	margin: 0 10px 5px 0; /* oben rechts unten links */
}

.main-menu_li_2 {
	margin: 2px 0 2px 0; /*oben rechts unten links */
}

.main-menu_li_3 {
	margin: 1px 0 1px 0; /*oben rechts unten links */
}

.main-menu_a {
	display:block;
	text-decoration:none;
}

a.main-menu_a_1 {
	background-color: #FFE4BD;
	height: 24px;
	padding: 8px 0 0 20px; /* oben rechts unten links */
	color: #5F3A03;
	font-weight: bold;
	font-size: 15px;
	border-left: #5F3A03 solid 10px;
		
}	

a.main-menu_a_2 {
	background-color: #FFE4BD;
	height: 17px;
	padding: 4px 0 0 50px; /* oben rechts unten links */
	color: #5F3A03;
	font-weight: bold;
	font-size: 11px;
	border-left: #5F3A03 solid 10px;	
}

a.main-menu_a_3 {
	background-color: #FFE4BD;
	height: 15px;
	padding: 3px 0 0 80px; /* oben rechts unten links */
	color: #5F3A03;
	font-weight: bold;
	font-size: 10px;
	border-left: #5F3A03 solid 10px;	
}

.main-menu_span,
a.current,
.main-menu_li_1:hover a.main-menu_a_1,
.main-menu_li_2:hover a.main-menu_a_2,
.main-menu_li_3:hover a.main-menu_a_3 {
	color:#5F3A03;
	background-color: #B9996E;
	border-left: orange solid 10px;
}

.main-menu_separator {
	padding: 0 5px 0 5px; /* oben rechts unten links */
}

#div_content {
	float: left;
	margin-left: 10px;
	width: 500px;
	padding-bottom: 20px;
}

h1.seitenname {
	font-size: 22px;
	font-weight: bold;
	color: #B9996E;
	margin-bottom: 10px;
	width: 495px;
	padding-left: 5px;
	border-bottom: #B9996E solid 2px;	
}

#div_text {
	float: left;
	width: 490px;
	padding: 0 5px;	
}

#div_text_bilder {
	float: left;
	width: 290px;
	padding: 0 5px;	
}

#div_text h1 {
	font-size: 18px;
	font-weight: bold;
	color: #B9996E;
	margin-bottom: 10px;
	width: 495px;
	line-height:22px;	
}

#div_text h2 {
 	font-weight:bold;
 	font-style:normal;
 	font-size:16px;
 	line-height:20px;
 	margin: 0 0 5px 0; /* oben rechts unten links */
 	color: #B9996E;
}

#div_text h3 {
 text-decoration: underline;
 font-weight: normal;
 font-style:normal;
 font-size:14px;
 line-height:18px;
 color: #B9996E;
}

#div_text a[href^="http"] {
 background: url(/images/hbl/external.gif) center right no-repeat;
 padding-right:13px;
}
#div_text a[href^="http://www.hotel-berlin-leipzig.de"],a[href^="https://www.hotel-berlin-leipzig.de"], a[href^="http://hbl"], a[href^="http://www.hbl"] {
 background: url(/images/hbl/pixel-trans.gif) center right no-repeat;
 padding-right:0;
}

#div_text p {
 margin: 0 0 5px 0;
}

#div_text strong, #div_text b {
 font-weight:bold;
}

#div_text em, #div_text i {
   font-style:italic;
}

#div_text ul {
 margin: 5px 0 5px 15px;
}

#div_text li {
 margin: 0 0 0 0;
}

#div_text a:link, #div_text a:visited {
 	color: #5F3A03;
	font-weight: bold;
 	text-decoration:none;
}
#div_text a:hover {
	color: #5F3A03;
	text-decoration:none;
	background-color: #FFE4BD;
}

#div_text label {
	display:block;
	width:250px;
}

#div_text form {
	background-color: #FFE4BD;	
}

#div_text iframe {
	width: 700px;
	height:450px;
        margin-left:0px;
	border: none;	
}

.field-head {
	border: none;
}

.inputfield, .captcha, .fbsubmit, .pflicht {
 margin: 5px 0 5px 10px;	
}

.pflicht {
	padding-top: 5px;
	font-weight: bold;
	font-size: 11px;	
}

.captcha img {
	padding: 0 300px 10px 0;
}

#div_imgs {
	float: right;
	width: 200px;	
}

#div_imgs img {
	padding: 5px 0 10px 17px;	
}

#div_notes {
	position: relative;
	top: -15px;
	float: right;
	width: 157px;
	background-color: #FFE4BD;
	height: auto;
	margin-right: 13px;
	padding: 15px 10px 10px 15px;
}

h2.sidebar-header {
	font-size: 18px;
	color: #FF9900;
	padding-bottom: 20px;	
}

a.newstitle {
	font-size: 11px;
	font-weight: bold;
	color: #5F3A03;
	text-decoration: none;
		
}

.NewsSummaryMorelink {
	border-bottom: solid #5F3A03 1px;
	padding: 2px 0 1px 0; /* oben rechts unten links */	
	margin-bottom: 25px;
	background: url("/images/hbl/hbl-weiter.gif") no-repeat right 5px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}
.NewsSummaryMorelink a{
	text-decoration: none;	
	color: #5F3A03;
	padding-right: 13px;	
}

.NewsSummary-dtld {
	border: 1px solid #FFE4BD;
	margin-bottom: 20px;	
}

.NewsSummaryLink-dtld {
	background: url("/images/hbl/hbl-news-top.gif") repeat-y left top;
	padding: 3px;	
}

a.newstitle-dtld {
	font-size: 13px;
	font-weight: bold;
	color: #5F3A03;
	text-decoration: none;		
}

.NewsSummaryMorelink-dtld {
	padding: 2px 0 1px 0; /* oben rechts unten links */	
	background: url("/images/hbl/hbl-news-bottom.gif") repeat-y right top;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}

img.weiter {
	position: relative;
	top: 2px;	
}

.NewsSummaryMorelink-dtld a{
	text-decoration: none;	
	color: #5F3A03;
	padding-right: 5px;	
}

.NewsSummarySummary-dtld {
	padding: 10px 5px; 	
}

#NewsPostDetailSummary-post {
	font-style: italic;
	font-size: 13px;
	padding: 5px; /* oben rechts unten links */
	background: #FFE4BD url("/images/hbl/hbl-news-vert.gif") repeat-x bottom left;
	margin-bottom: 5px;
	
	z-index: 4;	
}

#NewsPostDetailContent-post {
	padding: 5px; /* oben rechts unten links */		
}

#NewsPostDetailReturnLink-post {
	padding: 5px;
	text-decoration: none;	
}

#NewsPostDetailReturnLink-post a, #NewsPostDetailReturnLink-post a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #5F3A03;	
}

#div_gradient_top {
	height: 15px;
	background: white url("/images/hbl/hbl-verlauf-oben.gif") repeat-x 0 0;
	width: 940px;
	margin-left: 10px;
}

#div_gradient_bottom {
	height: 15px;
	background: white url("/images/hbl/hbl-verlauf-unten.gif") repeat-x 0 0;
	width: 940px;
	margin-left: 10px;
}

#div_footer {
	height: 70px;
	background: url("/images/hbl/hbl-verlauf-balken.gif") repeat-y 0 0;
	background-color: #B9996E;
	width: 940px;
	margin-left: 10px;
}

#div_footer-img {
	float: left;
	margin-top: 11px;
	margin-left: 32px;
}

#div_footer-kontakt {
	float: left;
	margin-top: 12px;
	margin-left: 71px;
}

 a:LINK.mail, a:VISITED.mail, a:HOVER.mail, a:ACTIVE.mail, a:FOCUS.mail {
	text-decoration: underline;
	color: #5F3A03;
	font-weight: bold;	
}

#hoho-logo{float: left;margin-left:50px;margin-top: 16px;}

#div_footer-menu {
	float: right;
	margin-top: 16px;
	margin-right: 19px;
}

.footer-menu_ul, .footer-menu_ul_1 {
	list-style:none;
	margin:0;
}
.footer-menu_ul_1 {
	float:left;
}
.footer-menu_li {
	float:left;
	padding: 0 5px;
}
.footer-menu_a, .footer-menu_a:visited, .footer-menu_span {
	color: #5F3A03;
	font-size: 11px;
	text-decoration:none;
	border-width: 1px 0;	
  	border-style: solid;
  	border-color: #B9996E;
  	line-height: 18px;
}
.footer-menu_a:hover, .footer-menu_span {
	border-color: #5F3A03;
}

.footer-menu_separator {
	padding: 0 5px 0 5px; /* oben rechts unten links */
}


/* End of 'hbl' */

