@charset "utf-8";

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input,table { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
table,fieldset,img { border: none; }
caption,th { text-align: center; }
 
 
/* 
# HabboWert Clone CMS. Licence No. 2984BrWi29 #
# copyright @ Airport # RetroTimes.in Source #
*/ 

body {
	margin: 0px;
	padding: 0px;
	background-color: #7CA0BA;
	font-family: Verdana, Geneva, "DejaVu Sans", Arial, sans-serif;
	font-size: 12px!important;
	letter-spacing: 0.01em!important;
	color: #222;
	min-width: 990px;
}
#bg {
	width: 100%;
	/* Hier stand die alte Schachbrett-Tapete (images/bg2.png). modern.css
	   ueberschreibt diese Regel seit 20.07.2026 mit einem Blauverlauf und
	   "!important" - das Bild wurde also nie mehr geladen. Beim Aufraeumen
	   am 03.08.2026 entfernt; die Zeile hier ist mitgegangen, damit kein
	   Verweis auf eine geloeschte Datei stehenbleibt. */
	background-color: #FFF;
	/* padding-bottom: 10px; */
}

textarea {
	font-family: Verdana, Geneva, "DejaVu Sans", Arial, sans-serif; 
	padding:10px;
}

#top{
	width: 100%;
	height: 52px;
	background-color: #fff;
	border-bottom: 1px solid rgba(50, 47, 47, 0.77);
  position: relative;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.24);
  margin-bottom: 20px;
}
}
#top_inner {
	width: 100%;
	height: 50px;
	position: relative;
}
#top_inner a {
	display: inline-block;
	height: 47px;
	line-height: 47px;
	color: #4682B4;
	text-decoration: none;
	font-size: 13px;
	padding: 3px 20px 0px 20px;
}
#top_inner a:first-child {
	margin-left: 20px;
}
#top_inner a:hover {
	border-bottom: 2px solid #4682B4;
}
#login_button {
	position: absolute;
	top: 10px;
	right: 160px;
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #4682B4;
	border-radius: 4px;
	z-index: 10;
	transition: background-color 0.3s;
}
#login_button:hover {
	background-color: #3b76a6;
}
#reg_button {
	position: absolute;
	top: 10px;
	right: 20px;
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #4682B4;
	border-radius: 4px;
	z-index: 10;
	transition: background-color 0.3s;
}
#reg_button:hover {
	background-color: #3b76a6;
}
#member_area {
	position: absolute;
	top: 0px;
	right: 20px;
	height: 52px;
	line-height: 52px;
	color: #4682B4;
	text-decoration: none;
	padding: 0px 20px 0px 20px;
	border-right: 1px solid #fff;
}
#member_area:hover {
	border-right: 1px solid #4682B4;
}
#member_area a {
	color: #4682B4;
	text-decoration: none;
}
#member_area a:hover {
	text-decoration: underline;
}
#member_area:hover div {
	display: block;
}
#member_area div {
	position: absolute;
	top: 52px;
	right: -1px;
	width: 160px;
	border-right: 1px solid #4682B4;
	border-bottom:1px solid rgba(48,48,48,0.2);
	background-color: #fff;
	padding: 6px 0px;
	z-index: 20;
	display: none;
}
#member_area div hr {
	color: #4682B4;
	background-color: #4682B4;
	height: 1px;
}
#member_area div a {
	display: block;
	width: 150px;
	height: 25px;
	line-height: 25px;
	color: #4682B4;
	text-align: right;
	padding-right: 10px;
	text-decoration: none;
	transition: all 0.3s;
	background-color: #fff;
}
#member_area div a:hover {
	background-color: #eeeeee;
	text-decoration: underline;
}
#member_area div input {
	display: block;
	width: 145px;
	height: 20px;
	padding: 0px;
	margin: 5px;
}
#wrap {
	margin: auto;
	width: 990px;
	padding: 0px;
}

#header {
	height: 250px;	
	text-align: center;	
}
#header_image {
	position: relative;
	width: 990px;
	height: 250px;	
	margin: auto;
	/* Hier stand das alte Kopfbild (images/header.png) mit fest
	   eingebackenem Logo. modern.css setzt an dieser Stelle seit 20.07.2026
	   "background-image:none !important" - geladen wurde es also nie mehr.
	   Beim Aufraeumen am 03.08.2026 entfernt. */
	background-repeat: no-repeat;
	background-position: center center;
}
#logolink {
	position: absolute;
	left: 250px;
	top: 85px;
	width: 490px;
	height: 70px;
	cursor: pointer;
	z-index: 500;
}
#header_search {
	position: absolute;
	left: 245px;
	top: 185px;
	width: 500px;
	min-height: 35px;
	padding-top: 2px;
	padding-bottom: 0px;
	background-color: rgba(255,255,255,0.96);
	border-radius: 10px;
	box-shadow: 5px 5px 5px #c9c9c9;
	cursor: pointer;
	z-index: 500;
}
#header_search #searchinput {
	background-color: transparent;
	width: 430px;
	height: 33px;	
	outline: none;
	text-align: center;
	color: #000;
	font-size: 18px;
	letter-spacing: 0px;
	padding: 0px 20px 0px 0px;
	margin: 0px;
    border: none;
}
#search_results {
	z-index: 500;
	padding: 5px 5px 5px 7px;
	display: none;
}
#search_results_info {
	display: none;
}
.search_results_img {
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #d7d7d7;
	width: 36px;
	height: 36px;
	text-align: center;
	margin: 5px;
	padding: 3px;
	z-index: 600;
	float: left;
}
.search_results_img:hover {
	background-color: #cedeea;
	cursor: pointer;
}
.search_results_user {
	border: 1px solid #E1EBF2;
	width: 140px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	margin: 8px;
	padding: 2px;
	z-index: 600;
	float: left;
 	background-color: #edf1f3;
	font-size: 10px;
}
.search_results_user a { 
	text-decoration: none;
	color: #444;
}
.search_results_user:hover { 
  background-color: #cedeea;
  cursor: pointer;
}

#header_cats_trigger {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 19px;
	height: 18px;
	background: url('../../uploads/images/icons/cats_trigger.gif') no-repeat;
	cursor: pointer;
}
#header_cats {
	position: absolute;
	right: -70px;
	top: 30px;
	width: 190px;
	max-height: 250px;
	overflow-y: scroll;
	overflow-x: hidden;
	background: rgba(255,255,255,0.93);
	border-radius: 5px;
	border: 1px solid #dadada;
	display: none;
	z-index: 10;
}
#header_cats a:last-child {
	border: none;
}
#header_cats a {
	display: block;
	width: 190px;
	height: 18px;
	line-height: 18px;
	color: #333;
	text-indent:  10px;
	text-decoration: none;
	border-bottom: 1px solid silver;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#header_cats a:hover {
	background:rgba(231,231,231,0.87);
}
#header_left_banner {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 468px;
	height: 60px;
	display: block;
	z-index: 100;
	background: url('../../uploads/images/system/progress_habbos.gif') no-repeat center center;
}
#header_right_banner {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 468px;
	height: 60px;
	display: block;
	
}

#banner_box {
	width: 950px;
	height:60px;
	position: relative; 
	padding: 20px;
	background-color: #fff;
	border-bottom:1px solid rgba(48,48,48,0.2);
	margin-bottom: 30px;
}

#content {
	width: 950px;
	padding: 20px 20px 20px 20px;
	background-color: #fff;
	border-bottom:1px solid rgba(48,48,48,0.2);
	margin-bottom: 30px;  
	border-radius: 4px;
  box-shadow: 1px 1px 8px 1px rgba(152, 152, 152, 0.50);
}

.content_wrap {
	width: 950px;
	padding: 20px;
	background-color: #fff;
	border-bottom:1px solid rgba(48,48,48,0.2);
	margin-bottom: 30px;
}

#content_left {
	width: 760px;
	margin-right: 23px;
	display: inline-block;
	vertical-align: top;
	padding: 0px;
}

#content_right {
	width: 160px;
	display: inline-block;
	vertical-align: top;
	padding: 0px;
}

#home_content_left {
	width: 570px;
	margin-right: 23px;
	display: inline-block;
	vertical-align: top;
	padding: 0px;
}

#home_content_right {
	width: 350px;
	display: inline-block;
	vertical-align: top;
	padding: 0px;
}

#online_viewer {
	width: 100%;
	background-color: #7CA0BA;
}

#online_viewer_inner {
	width: 95%;
	text-align: center;
	margin: auto;
	padding: 20px 0px 20px 0px;
	color: #fff;
}

#footer {
	width: 100%;
	height: 90px;
	background-color: #6B92AF;
	text-align: center;
	line-height: 90px;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}	

#login-errors {
  width: 100%;
  height: auto;
  background-color: #fc6621;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
}