body {
   background-color: #000000;
   margin: 0 auto;
   font-family: Verdana, Arial;
   font-size: 11px;
   color: #FFFFFF;
}

a.dotlink:link, a.dotlink:visited, a.dotlink:active {
   color: white;
   text-decoration: none;
   background-color: transparent;
   border-color: #BA0000;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-right-width: 0px;
   border-top-width: 0px;
   border-style: dotted;
}

a.hot:link, a.hot:visited, a.hot:active {
   color: #BA0000;
   text-decoration: none;
}

a.hot:hover, a.dotlink:hover {
   text-decoration: none;
   color: #BA0000;
   cursor: url("https://www.hotel666.de/img/icons/metalhand.cur"), auto;
}

img.onclick {
	cursor: url("https://www.hotel666.de/img/icons/metalhand.cur"), auto;
}

a:link, a:visited, a:active {
   color: white;
   text-decoration: none;
}

a:hover {
   text-decoration: none;
   color: #BA0000;
   cursor: url("https://www.hotel666.de/img/icons/metalhand.cur"), auto;
}

div.menu_list {
	margin: 5px;
	padding-left: 12px;
	color: #BA0000;
}

.lthrough {
	text-decoration: line-through;
}

.forum {
   border-width:1px;
   border-style:solid;    
   border-color:#FFFFFF;
   text-align: left;
}

.line {
   font-size:12px;
   color:#3F3836;
}

.box {
    font-size:10px;
    color:#864300;
    font-weight:bold;
}


/**********KALENDER**********/
.day {
    height:50px;
    width:70px;
    text-align:center;
    vertical-align:top; 
    border-top:solid 1px #FFFFFF;
    border-right:solid 1px #FFFFFF;   
}

.today {
    color: red;
    font-weight:bold;
    height:50px;
    text-align:center;
    vertical-align:top;
    border-top:solid 1px #FFFFFF;
    border-right:solid 1px #FFFFFF;    
}

.pnmonth {
    color:#730000;
    height:50px;
    text-align:center;
    vertical-align:top;
    border-top:solid 1px #FFFFFF;
    border-right:solid 1px #FFFFFF;
}


.ToolTipTitel {
   color: black;
   font-weight: bold;
}

.ToolTipInhalt {
   color: black;
}

#ToolTip {
   background-color: #000000;
   position:absolute;
   top: 10px;
   left: 10px;
   z-index: 4;
   visibility: hidden;
}

.gradualshine {
   filter += ("progid:DXImageTransform.Microsoft.Alpha(opacity=30)"); 
   opacity: 0.3;
}

.tip {
    border: solid 1px #666666; 
    position:absolute; 
    z-index: 100; 
    visibility:hidden; 
    top: 20px; 
    left: 90px; 
    background-color:#000000; 
}

div.hover {
	margin: 0 auto;
	top: 50%;
	left: 40%;
   position: absolute;
   z-index: 2;
}

table.jspopup {
   border:#FFFFFF 1px solid;
   background-color:#000000;
   width:274px;
   z-index:2;
}

table.jspopupi {
   border:#FFFFFF 1px solid;
   background-color:#000000;
   z-index:2;
}

td.jspopup {
   color: #FFFFFF;
}


td.headline {
   font-size: 12px;
   font-weight: bold;
   background-color: #730000;
   border-bottom: solid 1px #FFFFFF;
   border-top: solid 1px #FFFFFF;
   text-align: left;
}

tr.headline {
   font-size: 12px;
   font-weight: bold;
   background-color: #730000;
   border-bottom: solid 1px #FFFFFF;
   border-top: solid 1px #FFFFFF;
   text-align: left;
}

td.headlinel {
   font-size: 12px;
   font-weight: bold;
   background-color: #730000;
   border-bottom: solid 1px #FFFFFF;
   border-top: solid 1px #FFFFFF;
   text-align: left;
   padding-left: 10px;
}

td.paddl {
	padding-left: 10px;
}

td.bottomline {
   font-size: 12px;
   font-weight: bold;

   background-color: #730000;
   border-top: solid 1px #FFFFFF;
}

/**********LOGFILE**********/
tr.log_INSERT {
   background-color: #12c50e;
}

tr.log_UPDATE {
   background-color: #c5710e;
}

tr.log_DELETE {
   background-color: #c51f0e;
}

/**********CONTENT**********/
table.tcontent {
   text-align: left;
   width: 540px;
   border-bottom: solid 1px white;
   border-left: solid 1px white;
   border-right: solid 1px white;
}

table.content {
   text-align: left;
}


/*********FORMULARE**********/
/***LABEL***/
label.long {
   margin: 1px;
   padding: 1px;
   width: 200px;
   display: block;
   float: left;
   text-align: left;
   clear: left;
}

label {
   margin: 1px;
   padding: 1px;
   width: 100px;
   display: block;
   float: left;
   text-align: left;
   clear: left;
}

label.errlong {
   margin: 1px;
   padding: 1px;
   width: 200px;
   display: block;
   float: left;
   text-align: left;
   clear: left;
   color: #FFFFFF;
   text-decoration: underline;
}

label.err {
   margin: 1px;
   padding: 1px;
   width: 100px;
   display: block;
   float: left;
   text-align: left;
   clear: left;
   color: #FFFFFF;
   text-decoration: underline;
}

label.rights {
   margin: 1px;
   padding: 1px;
   width: 130px;
   display: block;
   float: left;
   text-align: left;
   clear: left;
}

/***TEXTAREA***/
textarea.big {
	width: 510px;
	height: 300px;
}

textarea.med {
	width: 510px;
   height: 150px;
}

textarea.small {
   width: 510px;
   height: 60px;
}

/***INPUTFELDER***/
input.long {
   width: 405px;
}

fieldset input.long {
    width: 380px;
}

input.med {
   width: 200px;
}

input.short {
   width: 50px;
}

input, textarea, select {
   background-color: white;
   border: solid 1px black;
   font-family: Verdana;
   font-size: 11px;
   color: black;
   margin: 2px;
}

fieldset {
   width: 495px;
   text-align: left;
   border: 1px solid #FFFFFF;
}

legend {

}

.submit {
   text-align: right;   
}

form {
   text-align: left;
}

div.headline {
   font-size: 12px;
   font-weight: bold;
   background-color: #730000;
   border: 1px solid #ffffff;
   padding-left: 10px;
   text-align: left;
   line-height: 14px;
   height: 14px;
}

div.bottomline {
   font-size: 12px;
   font-weight: bold;
   background-color: #730000;
   border-left: 1px solid #ffffff;
   border-right: 1px solid #ffffff;
   border-bottom: 1px solid #ffffff;
   text-align: center;
   line-height: 14px;
   height: 14px;
}

div.tcontent {
   text-align: center;
   width: 538px;
   border-bottom: 1px solid white;
   border-left: 1px solid white;
   border-right: 1px solid white;
}

div.text {
   padding: 10px 10px 10px 10px;
}

tr.over {
   background: #720000;
}

div.hidden {
   display: none;
}

div.visible {
   display: block;
}

div.headline_left {
   text-align: left;
   line-height: 14px;
   height: 14px;
   width: 397px;
   padding-left: 10px;
   font-size: 12px;
   font-weight: bold;
   background-color: #730000;
   border-bottom: 1px solid #FFFFFF;
   border-top: 1px solid #FFFFFF;
   border-left: 1px solid #FFFFFF;
   float: left;
   overflow: hidden;
   vertical-align: middle;
}

div.headline_right {
   text-align: right;
   line-height: 14px;
   height: 14px;
   width: 124px;
   padding-right: 5px;
   font-size: 12px;
   font-weight: bold;
   background-color: #730000;
   border-bottom: 1px solid #FFFFFF;
   border-top: 1px solid #FFFFFF;
   border-right: 1px solid #FFFFFF;
   float: right;
   vertical-align: middle;
}

div.clearing {
   clear: both;
}

div.itext {
   border-bottom: 1px solid #FFFFFF;
   border-left: 1px solid #FFFFFF;
   border-right: 1px solid #FFFFFF;
   padding: 10px 10px 10px 10px;
   text-align: left;
}

div.spacer {
   margin-bottom: 20px;
}

div.icontent {

   text-align: left;
   color: #FFFFFF;
   width: 538px;
   background-color: #000000;
}

div.news_content {
   border-bottom: 1px solid #FFFFFF;
   border-left: 1px solid #FFFFFF;
   border-right: 1px solid #FFFFFF;
}

div.news_text {
   height: expression( (this.scrollHeight > 99) ? "100px": "auto" ); /* sets max-height for IE */
   padding-bottom: 10px;
}

div.msg_text {
   padding-bottom: 10px;
}

hr.quote {
   background-color: #FFFFFF;
   color: #FFFFFF;
   height: 0.5px;
}

hr {
   border: solid #ffffff 1px;
}

div.ajax_box {
   background-color: #ffffff;
   color: #000000;
   position: relative;
   z-index: 2;
   padding: 0;
   left: 100px;
   top: 30px;
   width: 200px;
   height: 50px;
   border: 1px solid #000000;
}

/**********SEITE AUSGRAUEN**********/
div.greyBox {
   position: fixed;
   width: 100%;
   height: 100%; 
   left: 0;
   top: 0;
   z-index: 4;
   text-align: center;
   background: #000000;
   filter += ("progid:DXImageTransform.Microsoft.Alpha(opacity=60)"); 
   opacity: 0.5;
}

div.greyBoxContent {
   position: absolute;
   text-align: center;
   z-index: 5;
}


/********* THIS IS THE NEW SHITE **********/
h1 {
    font-size: 12px;
    font-weight: bold;
    background-color: #730000;
    padding-left: 10px;
    height: 14px;
    text-align: left;
    margin: 0px;
}

h1.overview {
    border-bottom: 1px solid #ffffff;
}

h1.menuCat {
	margin: 0px auto;
	width: 90%;
	border: solid 1px #FFFFFF;
}

ul.menuCat {
	list-style: none;
	color: #BA0000;
	margin: 5px;
	margin-left: 20px;
	padding: 0px;
}

div.pad {
   padding: 10px 10px 10px 10px;
   text-align: left;
}

div.overview {
	border: 1px solid #ffffff;
	background-color: #000000;
	text-align: left;
}

div.overview_news {
	float:left;
	position:relative;
	left:9px;
	width:408px;
}

div.overview_reviews {
	float:left;
	position:relative;
	margin-top:0px;
	left:9px;
	width:408px;
	max-height:120px;
	overflow: hidden;
	text-align: center;
}

div.overview_gallery {
	position: absolute;
	left: 427px;
	height: 255px;
	width: 120px;
	float: right;
}

div.overview_ads {
	float: left;
	margin-top: 20px;
	position:relative;
	width:100%;
	text-align:center;
}

div.overview_events {
	position:relative;
	margin-top: 20px;
	float: left;
	left:9px;
	width:408px;
}

div.overview_interviews {
	position:relative;
	margin-top: 20px;
	float: right;
	right:9px;
	width:190px;
}

div.overview_bands {
	position:relative;
	margin-top: 20px;
	float: left;
	left:9px;
	width:190px;
}

div.overview_reports {
	position:relative;
	margin-top: 20px;
	float: left;
	left:9px;
	width:340px;
}