.container {
  border: 1px dashed #333;
  background-color: #ffe;
  clear: both;
  padding:5px;
  font-family:Trebuchet MS,Verdana;
  font-size:13px;
  width:300px;
  margin-left:30px;
  margin-top:20px;
  }
.eingabe {
  border: 1px solid #333;
  background-color: #ffe;
  clear: both;
  padding:5px;
  font-family:Trebuchet MS,Verdana;
  font-size:13px;
  width:300px;
  margin-left:30px;
  margin-top:20px;

}

div.spacer {
 clear: both;
  }
.info {
font-size:13px;font-family:Trebuchet MS,Arial;background-color:#FFFFFF;padding:12px;
}
.unten {
font-size:13px;font-family:Trebuchet MS,Arial;background-color:#FFCC66;padding:5px;
border-top-style:solid;border-top-color:#000000;border-top-width:1px;
}

.hotnew {
position:absolute;left:906px;top:270px;visibility:show;
color:#FFFFFF;
}
a:link {
        color:#DCDCDC;
        text-decoration:none;
        border-color:#DCDCDC;
        border-bottom-width:1px;
}
a:hover {
        color:#DCDCDC;
        text-decoration:none;
        border-color:#FFFFFF;
        }
a:visited {
        color:#DCDCDC;
        text-decoration:none;
        border-color:#DCDCDC;
        border-bottom-width:1px;
}
a:active {
        color:#DCDCDC;
        text-decoration:none;
        }



label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

br {
	clear: left;
}
input,select,textarea {
	background-color: #EBF1FA;
	color: #222222;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
	background-color: #B5B5B5;
	color: #1C1C1C;
}

input:focus,
select:focus,
textarea:focus {
	background-color: #ffffff;
}

.room{
visibility:hidden;
position:absolute;
top:300px;
left:260px;
z-index:3;
font-family:Trebuchet MS;
font-size:13px;
color:#000000;
border: 1px dashed #000000;
background-color: transparent;
clear: both;
padding:5px;
width:230px;
height:80px;
text-align:center;
}