/* tags */
h1 {
	font-size: 20px;
	color: #4682B4;
	margin: 15px 15px 15px 0px;
	padding: 0px;
}

input[type=text], input[type=password], input[type=email] {
    background: #fff;
    padding: 5px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    letter-spacing: 0.1em!important;
    margin: 0px;
}
input[type=text]:focus, input[type=password]:focus {
    border-color: #e8c291;
    outline: none;
}
textarea {
	font-size: 12px;
	letter-spacing: 0.1em!important;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
}
textarea:focus {
    border-color: #e8c291;
    outline: none;
}
input[type=submit] {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	padding:9px 18px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	background:-ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	color:#666666;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
 	margin-top: 10px;
}
input[type=submit]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	background:-ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
	cursor: pointer;
}
input[type=button] {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	padding:9px 18px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	background:-ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	color:#666666;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
 	margin-top: 10px;
}
input[type=sbutton]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	background:-ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
	cursor: pointer;
}
.styled_select {
    background: #fff;
    padding: 5px;
    margin: 0px;
    height: 30px;
    width: 200px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
.styled_label { 
	display: inline-block; 
	width: 80px; 
}


/* Zitate */
.quote {
	border: 1px solid rgb(96, 161, 199);
	padding: 6px;
	margin: 10px;
	text-align: left;
}

/* Meldungen */
.notification {
	background-size: 40px 40px;
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
							transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
							transparent 75%, transparent);										
	box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
	border: 1px solid;
	color: #fff;
	padding: 15px;
	margin: 10px 0px 10px 0px;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	text-align: center;
	font-size: 12px;
}
.notification a {
	color: #fff;
}
.info{
	background-color: #4ea5cd;
	border-color: #3b8eb5;
}
.error{
	background-color: #de4343;
	border-color: #c43d3d;
	animation: animate-bg 5s linear infinite;
}	 
.warning{
	background-color: #eaaf51;
	border-color: #d99a36;
}
.success{
	background-color: #61b832;
	border-color: #55a12c;
}

@keyframes animate-bg {
    from {
        background-position: 0 0;
    }
    to {
       background-position: -80px 0;
    }
}

/* Generelle Styles */
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.marginb20 {
	margin-bottom: 20px;
}

.boldtext {
	font-weight: bold;
}

.content_frame_400 {
	border: 2px #ddd solid;
    border-radius: 10px;
    padding: 15px;
    margin: auto;
    width: 400px;
}
.content_frame {
	border: 2px #ddd solid;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
}

.content_headline {
	margin: 0px 0px 20px 0px;
	font-size: 12px;
	color: #555;
	text-align: center;
}
.content_headline h1 {
	font-size: 26px;
	color: #4682B4;
	text-shadow: 1px 1px 1px #e9e9e9;
	margin: 15px 0px;
	padding: 0px;
}

.content_headline_big {
	margin: 0px 0px 20px 0px;
	font-size: 15px;
	color: #838383;
	text-align: center;
}
.content_headline_big h1 {
	font-size: 34px;
	text-shadow: 1px 1px 1px #e9e9e9;
	color: #4682B4;
	margin: 15px 0px;
	padding: 0px;
}

/* All furni */ 
#all_furni_value {
	background-color: #f5f5f5;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	overflow: hidden;
}
#all_furni_value_disc {
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	color: #9f9f9f;
	text-align: center;
	padding-bottom: 5px;
}

/* Ticker */
#ticker {
	color: #000;
	border-radius: 8px;
	background: #f5f5f5 url('../../uploads/images/icons/stickies.gif') 10px center no-repeat;
	padding: 5px 5px 5px 30px;
	margin-bottom: 20px;
}

/* Werbebanner */
#home_ad {
	text-align: center;
	margin: 15px 0px;
	border-radius: 10px;
	background-color: #ECF3F7;
	padding: 10px;
	min-height: 40px;
	overflow: hidden;
}

/* Einstellungen*/
.settings_box1 {
	border: 2px #ddd solid;
    border-radius: 20px;
    padding: 15px;
    margin: 0px 20px 0px 0px;
    width: 350px;
    height: 240px;
    display: inline-block;
}
.settings_box2 {
	border: 2px #ddd solid;
    border-radius: 20px;
    padding: 15px;
    margin: 0px;
    width: 320px;
    height: 240px;
    display: inline-block;
}
.settings_box1 h1, .settings_box2 h1 {
	text-align: center;
}
.settings_accdel_button {
        background-color:#ffec64;
        border-radius:6px;
        border:1px solid #ffaa22;
        display: inline-block;
        color:#333333;
        font-family:arial;
        font-size: 13px;
        padding:6px 12px;
        text-decoration:none;
        text-shadow:0px 1px 0px #ffee66;
        margin-top: 20px;
}

/* Teamansicht */
.team_member {
    padding: 8px 4px 8px 35px;
    margin: 6px 4px;
    width: 130px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
	background-position: left -5px;
	background-size: 33px 56px;
	border: 2px solid #fff;
	border-radius: 5px;
	vertical-align: top;
	color:#444;
	cursor: pointer;
	transition: all 0.3s;
	text-decoration: none;
}
.team_member:hover {
	margin: 6px 4px;
	border: 2px solid #e4e4e4;
}
.team_name {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 30px;
	min-width: 200px;
	line-height: 30px;
	padding: 0px 20px 0px 20px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 15px;
}

.team_default {
	padding-top: 40px;
	position: relative;
}
.team_default div.team_name {
	background-color: #e4e4e4;
	color: #000;
}

.team_admin {
	border-color: #008B00;
	padding-top: 40px;
	position: relative;
}
.team_admin div.team_name {
	background-color: #008B00;
}
.team_admin a:hover {
	border-color: #008B00;
}

.team_mod {
	border-color: #CD5555;
	padding-top: 40px;
	position: relative;
}
.team_mod div.team_name {
	background-color: #CD5555;
}
.team_mod a:hover {
	border-color: #CD5555;
}

.team_scout {
	border-color: #00868B;
	padding-top: 40px;
	position: relative;
}
.team_scout div.team_name {
	background-color: #00868B;
}
.team_scout a:hover {
	border-color: #00868B;
}

.team_event {
	border-color: #5D478B;
	padding-top: 40px;
	position: relative;
}
.team_event div.team_name {
	background-color: #5D478B;
}
.team_event a:hover {
	border-color: #5D478B;
}

.team_ehren {
	border-color: #f4c300;
	padding-top: 40px;
	position: relative;
}
.team_ehren div.team_name {
	background-color: #f4c300;
}
.team_ehren a:hover {
	border-color: #f4c300;
}

.team_news {
	border-color: #FF7F24;
	padding-top: 40px;
	position: relative;
}
.team_news div.team_name {
	background-color: #FF7F24;
}
.team_news a:hover {
	border-color: #FF7F24;
}
/* Wer ist online */
.online_user {
	width: 116px;
	height: 25px;
	text-align: left;
	font-size: 9px;
	color: #fff;
	text-decoration: none;
	line-height: 25px;
	padding-left: 30px;	
	background-color: #6B92AF;
	border-radius: 5px;
	margin: 4px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.online_user:hover { 
	background: #E0F3F8;
	cursor: pointer;
	color: #000;
}
.online_user div {
	position: absolute;
	left: 3px; 
	bottom: 0px;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 33px 56px;
}
    
.mod {
	background-color: #CD5555;
}
.scout {
	background-color: #00868B;
}
.admin {
	background-color: #008B00;
}
.event {
	background-color: #5D478B;
}
.ehren {
	background-color: #f4c300;
}
.news {
	background-color: #FF7F24;
}
.scoutevent {
	background-image: url('../../images/online_viewer/online_viewer_colors.png');
	background-position: center -50px;
}
.modevent {
	background-image: url('../../images/online_viewer/online_viewer_colors.png');
	background-position: center 0px;

}
.modscout {
	background-image: url('../../images/online_viewer/online_viewer_colors.png');
	background-position: center -25px;
}
.modscoutevent {
	background-image: url('../../images/online_viewer/online_viewer_colors.png');
	background-position: center -75px;
}

.modnews {
	background-image: url('../../images/online_viewer/online_viewer_colors.png');
	background-position: center -100px;
}
.scoutnews {
	background-image: url('../../images/online_viewer/online_viewer_colors.png');
	background-position: center -125px;
}
.eventnews {
	background-image: url('../../images/online_viewer/online_viewer_colors.png');
	background-position: center -200px;
}
.modscoutnews {
		background-image: url('../../images/online_viewer/online_viewer_colors.png');
	background-position: center -225px;
}
.modeventnews {
	background-image: url('../../images/online_viewer/online_viewer_colors.png');
	background-position: center -150px;
}
.scouteventnews {
	background-image: url('../../images/online_viewer/online_viewer_colors.png');
	background-position: center -175px;
	
}
.modscouteventnews {
	background-image: url('../../images/online_viewer/online_viewer_colors.png');
	background-position: center -250px;
}


/* Pagination */
.pagination {
  margin: 20px 10px;
  word-spacing: -5px;
}
.pagination a {
	display: inline-block;
	margin: 0px;
	height: 40px;
	width: 50px;
	line-height: 40px;
	border: 1px solid #ddd;
	border-left: none;
	text-decoration: none;
	text-align: center;
	color: #4682B4;
	font-size: 15px;
	background-color: #fff;
}
.pagination a:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.pagination a:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-left: 1px solid #ddd;
}
.pagination a:hover {
	background-color: #F5F5F5;
}
.pagination a.disabled, .pagination a.disabled:hover {
	color: #ccc;
	background-color: #fff;
	cursor: default;
}
.pagination a.active, .pagination a.active:hover {
	font-weight: bold;
	background-color:#F1F7FA;
	cursor: default;
}
	
	
/* Inline-Icons */
.inline_icon {
	width: 16px;
	height: 11px;
	background-image: url('../../uploads/images/icons/mail_1.gif');
	display: inline-block;
	position: relative;
	top: 2px;
}


/* Buttons */
.linkbutton_yellow {  
        -moz-box-shadow: 0px 1px 0px 0px #fff6af;
        -webkit-box-shadow: 0px 1px 0px 0px #fff6af;
        box-shadow: 0px 1px 0px 0px #fff6af;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
        background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
        background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
        background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
        background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
        background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
        
        background-color:#ffec64;
    
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        
        border:1px solid #ffaa22;
        display:inline-block;
        color:#333333;
        font-family:arial;
        font-size: 13px;
        padding:6px 12px;
        text-decoration:none;
        text-shadow:0px 1px 0px #ffee66;
}
.linkbutton_yellow:hover {
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #f8a41c));
        background:-moz-linear-gradient(top, #ffec64 5%, #f8a41c 100%);
        background:-webkit-linear-gradient(top, #ffec64 5%, #f8a41c 100%);
        background:-o-linear-gradient(top, #ffec64 5%, #f8a41c 100%);
        background:-ms-linear-gradient(top, #ffec64 5%, #f8a41c 100%);
        background:linear-gradient(to bottom, #ffec64 5%, #f8a41c 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#f8a41c',GradientType=0);
        
        background-color:#ffec64;
}
.linkbutton_yellow:active {
        position:relative;
        top:1px;
 }


/* Furni Boxen */
.furni_box {
	display: inline-block;
	width: 176px;
	height: 170px;
	border: 1px solid #d7d7d7;
	position: relative;
	margin-right: 8px;
	margin-bottom: 8px;
	border-radius: 8px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
}
.furni_box_name {
	position: absolute;
	top: 0px;
	left: 0px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	background-color:rgba(45,78,99,0.91);
	padding: 1px 0px 1px 0px;
	min-height: 15px;
	max-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	width: 167px;
	line-height: 15px;
	font-size: 10px;
	text-align: center;
	overflow: hidden;
	color: #fff;
}
.furni_name_green {
	background-color: rgba(47,115,50,0.91);
}
.furni_name_red {
	background-color: rgba(216,64,73,0.91);
}
.furni_box_price {
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	background-color: rgba(243,243,243,0.8);
	height: 30px;
	width: 176px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #555;
}
.furni_box_change {
	position: absolute;
	bottom: 5px;
	right: 5px;
	border-radius: 3px;
	border: 1px solid #B1B1B1;
	background-color: rgba(224,224,224,1);
	min-width: 20px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	padding: 0px 3px;
}
.price_up {
	color: #0f9628;
}
.price_down {
	color: #b73335;
}
.furni_box_actions {
	position: absolute;
	bottom: -26px;
	left: -1px;
	height: 24px;
	width: 180px;
	border: 1px solid silver;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	background-color: rgba(236,236,236,1);
	text-align: center;
	line-height: 24px;
	padding-top: 6px;
}
.monitoring_box {
	margin: 0px 8px 36px 0px;
}

.monitoring_link {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 165px;
	cursor: pointer;
}
.monitoring_del {
	cursor: pointer;
	margin: 0px 8px 0px 8px;
}
.square_furni_icon {
	display: inline-block;
	width: 33px;
	height: 40px;
	border: 1px solid silver;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #f7f7f7;
	margin-right: 17px;
	margin-bottom: 5px;
	border-radius: 4px;
}
.square_furni_icon:nth-child(3n){
	margin-right: 0px;
}
.square_furni_icon:hover {
	background-color: #cedeea;
}


.furni_icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid silver;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #f7f7f7;
	margin-right: 16px;
	margin-bottom: 5px;
	border-radius: 4px;
}
.furni_icon:hover {
	background-color: #cedeea;
}
/* Login Formular */
#login_background {
	background-image: url('../../uploads/images/system/hotelview_de.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: 420px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #B1B1B1;

}
#login_box {
	width: 340px;
	background: rgba(255,255,255,0.90);
	border-radius: 3px;
	border: 1px solid #B1B1B1;
	margin-top: 50px;
	margin-left: 500px;
}

#login_box form {
	margin: 0 auto;
	margin-top: 20px;
}

#login_box label {
	color: #555;
	display: inline-block;
	margin-left: 18px;
	padding-top: 10px;
	font-size: 14px;
}

#login_box p a {
	font-size: 11px;
	color: #888;
	float: right;
	margin-top: -13px;
	margin-right: 20px;
	text-decoration: none;
	transition: all .4s ease;
}

#login_box p a:hover {
	text-decoration: underline;
	color: #555;
}

#login_box input {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px;
	outline: none;
}

#login_box input[type=text],
#login_box input[type=password] {
	color: #777;
	padding-left: 10px;
	margin: 10px;
	margin-top: 12px;
	margin-left: 18px;
	width: 290px;
	height: 35px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	transition: all .4s ease;
}

#login_box input[type=text]:hover,
#login_box input[type=password]:hover {
	border: 1px solid #b6bfc0;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
}

#login_box input[type=text]:focus,
#login_box input[type=password]:focus {
	border: 1px solid #a8c9e4;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;
}

#login_box #lower {
	background: #ecf2f5;
	width: 100%;
	height: 69px;
	margin-top: 20px;
	box-shadow: inset 0 1px 1px #fff;
	border-top: 1px solid #ccc;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#login_box input[type=checkbox] {
	margin-left: 20px;
	margin-top: 30px;
}

#login_box .check {
	margin-left: 5px;
	font-size: 11px;
	color: #444;
	text-shadow: 0 1px 0 #fff;
}

#login_box input[type=submit] {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	width: 80px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
}

/* Debatte */
#debate_furni_box {
	position: relative;
	background: #f7f7f7;
	width: 100%;
	height: 250px;
	border: 1px solid #e7e7e7; 
	margin-bottom: 25px;
}
#debate_furni_box_pic {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 180px;
	height: 250px;
	background-color: #F6F6F6;
	background-repeat: no-repeat;
	background-position: center center;
	border-right: 1px solid #e0e0e0; 
	z-index: 100;
}
#debate_furni_box_pic:hover #furni_info {
	visibility: visible;
}
#furni_info {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px; 
	width: 170px;
	max-height: 220px;
	padding: 5px;
	z-index: 100;
	font-size: 11px;
	color: #444;
	overflow: hidden;
	background-color: rgba(240,240,240,0.93);
}
#debate_furni_box_userprice {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: rgba(200,200,200,0.8);
	height: 25px;
	width: 180px;
	text-align: center;
	line-height: 25px;
}
#debate_furni_box_userprice a {
	font-weight: normal;
	color: #444;
	font-size: 12px;
	text-decoration: none;
}
#debate_furni_box_price {
	position: absolute;
	bottom: 25px;
	left: 0px;
	background-color: rgba(220,220,220,0.8);
	height: 30px;
	width: 180px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #555;
}
#debate_furni_change {
	position: absolute;
	bottom: 5px;
	right: 5px;
	border-radius: 3px;
	border: 1px solid #B1B1B1;
	background-color: rgba(224,224,224,1);
	min-width: 20px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	padding: 0px 3px;
}
#debate_furni_graph {
	overflow: hidden;
}	
.debate_furni_graph {
	position: absolute;
	bottom: -10px;
	right: -30px;
	z-index: 100;
	width: 350px;
	height: 200px;
}
#debate_furni_graph_more {
	display: block;
	width: 17px;
	height: 9px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 200;
}	
#debate_furni_box_name {
	position: absolute;
	top: 10px; 
	left: 210px;
	width: 540px;
	height: 20px;
	line-height: 20px;
	font-size: 13px!important;
	color: #4682B4;
}
#debate_furni_box_disc {
	position: absolute;
	top: 40px; 
	left: 210px;
	width: 540px;
	height: 30px;
	line-height: 15px;
	font-size: 10px!important;
	color: #666;
	font-style: italic;	
	padding-bottom: 5px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
}
#debate_furni_box_infos {
	position: absolute;
	top: 110px; 
	left: 210px;
	width: 210px;
	height: 120px;
}
#debate_furni_box_infos a {
	color: #333;
}
#debate_furni_box_infos div {
	display: block;
	width: 210px;
	height: 20px;
	line-height: 20px;
	text-indent: 27px;
	margin-bottom: 6px;
}
#debate_furni_box_infos_cat {
	background: url('../../uploads/images/icons/cats_trigger.gif') no-repeat left;
}
#debate_furni_box_infos_buyprice {
	background: url('../../uploads/images/icons/buy_price.gif') no-repeat 3px center;
}
#debate_furni_box_infos_release {
	background: url('../../uploads/images/icons/hotel_go.gif') no-repeat 2px center;
}
#debate_furni_box_infos_function {
	background: url('../../uploads/images/icons/function_icon.gif') no-repeat 3px center;
}
#debate_furni_box_infos_date {
	background: url('../../uploads/images/icons/last_change_icon.gif') no-repeat 1px center;
}

#debate_actions_box {
	width: 100%;
	height: 30px;
	background-color: #f7f7f7;
	border: 1px solid #e7e7e7;
	margin-bottom: 15px;
}
.debate_furni_actions {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #666;
	font-size: 11px;
	letter-spacing: normal;
	text-decoration: none;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding: 0px 5px;
	margin-right: 6px;
}
.debate_furni_actions:hover {
	background-color: #cedeea;
}
.debate_monitoring {
	background-image: url('../../uploads/images/icons/lupe.gif');
	text-indent: 20px;
}

.debate_mark {
	background-image: url('../../uploads/images/icons/mark.gif');
	text-indent: 20px;
}

.debate_del {
	background-image: url('../../uploads/images/icons/del.gif');
	text-indent: 20px;
}

.debate_plus {
	background-image: url('../../uploads/images/icons/plus.gif');
	text-indent: 20px;
}

.debate_minus {
	background-image: url('../../uploads/images/icons/minus.gif');
	text-indent: 20px;
}

.debate_closed {
	background-image: url('../../uploads/images/icons/close.gif');
	text-indent: 20px;
}


.debate_del_monitoring {
	background-image: url('../../uploads/images/icons/del.gif');
	text-indent: 22px;
}
.debate_proposal {
	background-image: url('../../uploads/images/icons/proposal.gif');
	text-indent: 25px;
	cursor: pointer;
}
.debate_proposal_vote {
	background-image: url('../../uploads/images/icons/people.gif');
	text-indent: 25px;
}
.debate_proposal_voting {
	background-image: url('../../uploads/images/icons/ok.gif');
	text-indent: 22px;
}
.debate_proposal_close {
	background-image: url('../../uploads/images/icons/close.gif');
	text-indent: 25px;
}
.debate_proposal_impossible {
	background-image: url('../../uploads/images/icons/blocked.gif');
	text-indent: 23px;
}
.debate_scoutdebatte {
	background-image: url('../../uploads/images/icons/paper_bubble.gif');
	text-indent: 22px;
}
.debate_preisbeantragen {
	background-image: url('../../uploads/images/icons/credits_icon.gif');
	text-indent: 26px;
}
.debate_del_comments {
	background-image: url('../../uploads/images/icons/del.gif');
	text-indent: 22px;
}

/*  hnliche M belst cke */
#similar_furnis {
	margin-bottom: 15px;
}

/* Beliebe M belst cke */
#popular_furnis {
	text-align: center;
	margin-bottom: 15px;
}
#popular_furnis .furni_icon:nth-child(6n){
	margin-right: 0px;
}
#popular_furnis_headline {
	font-size: 20px;
	color: #4682B4;
	text-shadow: 1px 1px 1px #e9e9e9;
	text-align: center;
	margin-bottom: 10px;
}

/* Neuen Kommentar schreiben */

#write_new_comment {
	padding: 20px;
	text-align: center;
}
#write_new_comment textarea {
	width: 100%;
	height: 80px;
	margin-bottom: 15px;
	border: 1px solid silver;
}

/* Debatten-Kommentare */
.debate_comment {
	border-radius: 10px;
	margin-bottom: 15px;
	background-color: #ECF3F7;
	padding: 0px;
	position: relative;
}
.debate_comment:nth-child(2n+1) {
	background-color: #E1EBF2;
}

.debate_comment:nth-child(2n+1) .debate_comment_name_user {
	background-color: #ECF3F7;
}

.debate_comment_infos {
	display: block;
	width: 100%;
	height: 25px;
}
.debate_comment_name_user {
	width: 146px;
	height: 25px;
	text-align: center;
	font-size: 10px;
	color: #4682B4;
	line-height: 25px;	
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
	background-color: #E1EBF2;
}
.debate_comment_name_staff {
	width: 146px;
	height: 25px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	line-height: 25px;	
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
}

.debate_comment_date {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #4682B4;
	padding: 8px;
}
.debate_comment_text {
	display: block;
	background-position: 5px top;
	background-repeat: no-repeat;
	
	padding: 10px 20px 10px 50px;
	text-align: left;
	max-width: 670px;
	overflow: hidden;
}
.debate_comment_actions {
	position: absolute;
	top: 5px;
	left: 170px;
	width: 160px;
	height: 25px;
	line-height: 25px;
}
.debate_comment_actions a {
	margin-right: 8px;
	cursor: pointer;
}
.debate_comment_alert {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}


/* Debatten-Kommentare Vorschau */
.preview_debate_comment {
	border-radius: 10px;
	border: 1px solid transparent;
	margin: 6px;
	background-color: #ECF3F7;
	padding: 0px;
	position: relative;
	display: block;
	width: 365px;
	height: 120px;
	float: left;
	transition: all 0.4s;
}
.preview_debate_comment:hover {
	border: 1px solid #4682B4;
	cursor: pointer;
}
.preview_debate_comment_text {
	display: block;
	width: 230px;
	height: 75px;
	background-position: 5px top;
	background-repeat: no-repeat;
	background-size: 33px 56px;
	padding: 5px 0px 0px 50px;
	text-align: left;
	overflow: hidden;
}
.preview_debate_comment_furni {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 120px;
	background-color: #E1EBF2;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	background-repeat: no-repeat;
	background-position: center center;
}
.preview_debate_comment_price {
	position: absolute;
	bottom: 12px;
	right: 0px;
	width: 50px;
	height: 10px;
	line-height: 10px;
	color: #4682B4; 
	text-align: center;
}

.home_preview_debate_comment {
	border-radius: 10px;
	border: 1px solid transparent;
	background-color: #ECF3F7;
	padding: 0px;
	margin-bottom: 8px;
	position: relative;
	display: block;
	width: 350px;
	height: 90px;
	transition: all 0.4s;
}
.home_preview_debate_comment:hover {
	border: 1px solid #4682B4;
	cursor: pointer;
}
.home_preview_debate_comment_text {
	display: block;
	width: 230px;
	height: 55px;
	background-position: 5px top;
	background-repeat: no-repeat;
	background-size: 33px 56px;
	padding: 5px 0px 0px 50px;
	text-align: left;
	overflow: hidden;
}
.home_preview_debate_comment_furni {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 90px;
	background-color: #E1EBF2;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	background-repeat: no-repeat;
	background-position: center center;
}
/* Profile */
#profil_box {
	position: relative;
	background: #f7f7f7;
	height: 200px;
	border: 1px solid #e7e7e7; 
	border-bottom: none;
	margin-bottom: 0px;
}
#profil_box_avatar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 180px;
	height: 160px;
	padding-top: 40px;
	text-align: center;
	z-index: 30;
	background: url(../../uploads/images/system/profile_barren.png) no-repeat center 105px;
}
#profil_box_avatar_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 200px;
	border-right: 1px solid #e0e0e0; 
	z-index: 20;
	background: url(../../uploads/images/system/profile_bg.png);
	overflow: hidden;
}
#profil_box_avatar_curtaint {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 11px;
	z-index: 60;
	background: url(../../uploads/images/system/vorhang_top.png);
}
#profil_box_avatar_curtainl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 90px;
	height: 200px;
	z-index: 50;
	background: url(../../uploads/images/system/vorhang_left.png) no-repeat;
	background-position: right -22px;
}
#profil_box_avatar_curtainr {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 90px;
	height: 200px;
	z-index: 50;
	background: url(../../uploads/images/system/vorhang_right.png) no-repeat;
	background-position: 0px -22px;
}
#profil_box_name {
	position: absolute;
	top: 10px; 
	left: 0px;
	width: 180px;
	height: 25px;
	line-height: 25px;
	font-size: 13px!important;
	color: #4682B4;
	font-weight: bold;
	text-align: center;
	z-index: 40;
}
.profil_box_name_staff {
	width: 146px;
	height: 25px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	line-height: 25px;	
	border-radius: 5px;
	display: inline-block;
	overflow: hidden;
}
#profil_box_signature {
	position: absolute;
	top: 10px; 
	left: 190px;
	width: 155px;
	line-height: 15px;
	font-size: 10px!important;
	color: #666;
	font-style: italic;	
	overflow: hidden;
}
#profil_box_rank {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 100;
}
.rank0 {
	bottom: 35px; 
	right: 72px;
	width: 23px;
	height: 18px;
}
.rank1 {
	bottom: 35px; 
	right: 72px;
	width: 23px;
	height: 18px;
}
.rank2 {
	bottom: 35px; 
	right: 72px;
	width: 23px;
	height: 18px;
}
.rank3 {
	bottom: 32px; 
	right: 60px;
	width: 48px;
	height: 57px;
}
.rank4 {
	bottom: 23px; 
	right: 50px;
	width: 65px;
	height: 46px;
}
.rank5 {
	bottom: 28px; 
	right: 55px;
	width: 55px;
	height: 37px;
}
.rank6 {
	bottom: 28px; 
	right: 61px;
	width: 46px;
	height: 35px;
}
.rank7 {
	bottom: 22px; 
	right: 44px;
	width: 80px;
	height: 80px;
}
.rank8 {
	bottom: 22px; 
	right: 44px;
	width: 80px;
	height: 80px;
}
.rank9 {
	bottom: 30px; 
	right: 61px;
	width: 46px;
	height: 81px;
}
.rank10 {
	bottom: 10px; 
	right: 48px;
	width: 72px;
	height: 68px;
}
.rank11 {
	bottom: 30px; 
	right: 61px;
	width: 46px;
	height: 81px;
}
.rank12 {
	bottom: 30px; 
	right: 61px;
	width: 46px;
	height: 55px;
}
.rank13 {
	bottom: 25px; 
	right: 52px;
	width: 64px;
	height: 89px;
}
.rank14 {
	bottom: 34px; 
	right: 69px;
	width: 30px;
	height: 51px;
}
.rank15 {
	bottom: 34px; 
	right: 69px;
	width: 30px;
	height: 51px;
}
.rank16 {
	bottom: 34px; 
	right: 69px;
	width: 30px;
	height: 51px;
}
.rank17 {
	bottom: 30px; 
	right: 61px;
	width: 46px;
	height: 81px;
}

#profil_box_infos {
	line-height: 25px;
	color: #666;
	background: #f7f7f7;
	border: 1px solid #e7e7e7;
	border-top: 1px solid #e4e4e4;
	padding: 10px;
}

#profil_box_infos a {
	text-decoration: none;
	color: #4682B4;
}

#profil_box_ranking {
	height: 35px;
	line-height: 35px;
	border: 1px solid #e7e7e7;
	border-top: none;
	margin-bottom: 20px;
	padding: 10px 0 10px 55px;
	background: #f7f7f7 url(../../uploads/images/icons/big_star.gif) no-repeat;
	background-position: 15px center;
	font-size: 16px;
	color: #4682B4;
	font-family: 'Ubuntu', Georgia, "Times New Roman", Times, serif;
}
.profil_ranking_button {
	line-height: 20px;
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: 0px 1px 0px 0px #fff6af;
    box-shadow: 0px 1px 0px 0px #fff6af;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
    background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
        
    background-color:#ffec64;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #ffaa22;
    display:inline-block;
    color:#333333;
    font-family:arial;
    font-size: 13px;
    padding:6px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffee66;
    margin-left: 20px;
}


#profil_box_rank_podium {
	position: absolute;
	bottom: 0px; 
	right: 35px;
	width: 98px;
	height: 62px;
	background-image: url(../../uploads/images/system/profile_podium.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 50;
}
.profil_ban_button {
	display: block;
	position: absolute;
	top: -15px;
	right: 10px;
	height: 20px;
	line-height: 20px;
	width: 100px;
	background-color: #d66767;
	color: #9a1010;
	text-decoration: none;
	text-align: center;
	border-radius: 3px;
}
#profil_new_forum {
	width: 100%;
	padding: 0px;
}
#profil_new_debate {
	width: 100%;
	padding: 0px;
}

.profil_new_posts {
	border-radius: 5px;
	margin-bottom: 8px;
	background-color: #ECF3F7;
	padding: 8px;
	position: relative;
	display: block;
	color: #444;
	text-decoration: none;
	border: 1px solid transparent;
	transition: all 0.4s;
}
.profil_new_posts:nth-child(2n+1) {
	background-color: #E1EBF2;
}
.profil_new_posts:hover {
	border: 1px solid #4682B4;
}
.profil_new_posts_title {
	color: #4682B4;
	line-height: 15px;
	font-size: 12px;
	margin-bottom: 8px;
	overflow: hidden;
}
.profil_new_posts_date {
	color: #4682B4;
	font-size: 10px;
	margin-top: 5px;
	text-align: right;
}
.profil_new_comments {
	display: block;
	min-height: 40px;
	padding: 5px 5px 5px 50px;
	margin: 0px 0px 8px 4px;
	border: 1px solid transparent;
	border-bottom: 1px dotted silver;
	color: #444;
	text-decoration: none;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	transition: all 0.3s;
}
.profil_new_comments:last-child {
	border-bottom: none;
}
.profil_new_comments:hover {
	border: 1px solid #4682B4;
}

/* Forumbeitr ge Vorschau */
.home_preview_forum {
	border-radius: 10px;
	border: 1px solid transparent;
	background-color: #ECF3F7;
	padding: 0px;
	margin-bottom: 8px;
	position: relative;
	display: block;
	width: 350px;
	height: 110px;
	transition: all 0.4s;
}
.home_preview_forum:nth-child(2n+1) {
	background-color: #E1EBF2;
}
.home_preview_forum:nth-child(2n+1) .debate_comment_name_user {
	background-color: #ECF3F7;
}
.home_preview_forum:hover {
	border: 1px solid #4682B4;
	cursor: pointer;
}
.home_preview_forum_text {
	display: block;
	width: 290px;
	height: 65px;
	background-position: 5px top;
	background-repeat: no-repeat;
	background-size: 33px 56px;
	padding: 5px 0px 0px 50px;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	overflow: hidden;
}
.home_preview_forum_text h1 {
	padding: 0px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #4682B4;
}

.home_preview_forum_date {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px;
	color: #4682B4;
}

/* Simple Table */
.simple_table {
	color:#444;
	text-shadow:1px 1px 0px #fff;
	background:#eaebec;
	border:#ccc 1px solid;
	border-radius:3px;
	box-shadow:0 1px 2px #d1d1d1;
	width: 100%;
	margin: 20px 0px 20px 0px;
}
.simple_table a:link {
	color:#666;
	font-weight: bold;
	text-decoration:none;
}
.simple_table a:visited {
	color:#666;
	font-weight:bold;
	text-decoration:none;
}
.simple_table a:active,
.simple_table a:hover {
	color: #4682B4;
	text-decoration:underline;
}
.simple_table th {
	padding:15px 5px 15px 5px;
	border-top:1px solid #007DAA;
	border-bottom:1px solid #e0e0e0;
	color:#fff;
	text-shadow:1px 1px 0px #00506D;
	text-align:center;
	background: #477d91; /* Old browsers */
	background: -moz-linear-gradient(top, #477d91 0%, #2a587d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#477d91), color-stop(100%,#2a587d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #477d91 0%,#2a587d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #477d91 0%,#2a587d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #477d91 0%,#2a587d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #477d91 0%,#2a587d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#477d91', endColorstr='#2a587d',GradientType=0 ); /* IE6-9 */
}
.simple_table th:first-child {
	text-align:center;
	padding-left:10px;
}
.simple_table tr:first-child th:first-child {
	border-top-left-radius:3px;
}
.simple_table tr:first-child th:last-child {
	border-top-right-radius:3px;
}
.simple_table td:first-child {
	border-left:0;
}
.simple_table td {
	padding:8px 5px 8px 5px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background:#fafafa;
	text-align:center;
	vertical-align:middle;
}
.simple_table tr:nth-child(2n+2) td {
	background:#f3f3f3;
}
.simple_table tr:last-child td {
	border-bottom:0;
}
.simple_table tr:last-child td:first-child {
	border-bottom-left-radius:3px;
}
.simple_table tr:last-child td:last-child {
	border-bottom-right-radius:3px;
}
.simple_table tr:hover td {
	background-color:#F1F7FA;
}

/* Registration */
#registration_header {
	font-size: 34px;
	color: #4682B4;
	padding: 15px;
	text-align: center;
	text-shadow: 1px 1px 1px #e9e9e9;
}
#registration_subheader {
	font-size: 20px;
	color: #838383;
	text-align: center;
}
#registraion_text {
	padding: 40px 20px 40px 20px;
}
#registration_form {
	width: 400px;
	border: 2px #ddd solid;
    border-radius: 20px;
    padding: 15px;
    float:left;
}
#registration_form input {
    width: 260px;
    padding: 10px;
    font-size: 12px;
}
#registration_form input:not(:last-child) {
    border-bottom: 1px #ddd solid;
}
#registration_image {
	text-align: center;
	width: 315px;
	float:left;
}
#registration_image b {
	font-size: 18px;
	font-family: 'Ubuntu', Georgia, "Times New Roman", Times, serif;
	letter-spacing: inherit;
}
#registration_image a {
	line-height: 40px;
} 
#registration_notice {
	clear: left;
	font-size: 10px;
	font-style: italic;
	padding: 20px;
	color: #616161;
}


/*Preisvorschl ge*/
.inv_box {
	position: relative;
	border: 1px solid #999;
	border-radius: 6px;
	box-shadow: 0px 2px 0px #B5B5AF;
	background-color: #F3F3F3;
	background-repeat: no-repeat;
	background-position: 5px 0px;
	width: 180px;
	height: 36px;
	margin: 4px 3px 6px 3px;
	display: block;
	float: left;
	cursor: pointer;	
}
.inv_box:hover {
	background-color: #DEDEDE;
}
.inv_box .del_icon {
	position: absolute;
	top: -5px;
	right: -5px;
	border: none;
}
.inv_box .name {
	position: absolute;
	top: 5px;
	left: 48px;
	border: none;	
	font-size: 9px;
 	color: #444444;	
 	width: 95px;
 	height: 30px;
 	overflow: hidden;
}

/* Scoutdebatte */
.scoutdebate_preview {
  border: 1px solid #CCCCCC;
  padding: 6px 6px 6px 60px;
  width: 680px;
  height: 50px;
  overflow: hidden;
  background-position: 0px -20px;
  background-repeat: no-repeat;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #666666;
  cursor: pointer;
  background-color: #F6F6F6;
}

.scoutdebate_preview:hover {
  background-color: #E0F3F8;
}


/* Rangliste */
#ranking {
	background-color: #f2f2f2;
	margin: 10px 0px;
	padding: 10px;
	border-radius: 10px;
}
#ranking_header {
	font-size: 25px;
	color: #4682B4;
	font-family: 'Ubuntu', Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 5px 0px;
}
.ranking {
	display: block;
	width: 100%;
	height: 40px;
	background-position: 290px center;
	background-repeat: no-repeat;
	line-height: 40px;
	font-size: 14px;
	text-decoration: none;
	color:#5a5a5a;
	transition: all 0.2s;
	border-radius: 5px;
}
.ranking span {
	color: #4682B4;
	display: inline-block;
	width: 30px;
	padding-right: 10px;
	text-align: right;
	font-family: 'Ubuntu', Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.ranking:hover {
	background-color: #cedeea;
	cursor: pointer;
}

/* Inventar */
#add_to_inv {
	margin-bottom: 15px;
	padding: 4px 20px 10px 20px;
	background-color: #f3f3f3;
	border-radius: 8px;
}
#add_to_inv_button {
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	margin-left: 10px; 
	border:1px solid #dcdcdc;
	padding:7px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	background:-ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	color:#666666;
	display:inline-block;
}
#add_to_inv_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	background:-ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}
.inv_item {
	position: relative;
	border: 1px solid #4682B4;
	border-radius: 6px;
	background-repeat: no-repeat;
	background-position: 5px 0px;
	width: 240px;
	height: 36px;
	margin: 8px 4px;
	display: inline-block;	
}
.inv_item .del_inv {
	position: absolute;
	top: -5px;
	right: -5px;
	cursor: pointer;
}
.inv_item .del_offer {
	position: absolute;
	top: -5px;
	left: -5px;
	cursor: pointer;
}
.furni_box .del_offer {
	position: absolute;
	top: -5px;
	left: -5px;
	cursor: pointer;
	z-index: 10;
}
.inv_item .name {
	display: blocK;
	position: absolute;
	top: 5px;
	left: 48px;
	width: 120px;
 	height: 30px;
	font-size: 9px;
 	color: #444444;	
 	text-decoration: none;
 	overflow: hidden;
}
.inv_item .name:hover {
	color: #4682B4;
}
.inv_item .amount {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 70px;
 	height: 30px;
	font-size: 10px;
 	color: #444444;	
 	text-align: center;
 	overflow: hidden;
}

#offers_headline {
	color: #4682B4;
	font-size: 16px;
	text-align: center;
	margin-bottom: 5px;
}
.inv_item_offer {
	position: relative;
	display: block;	
	width: 160px;
	height: 56px;
	border: 1px solid #4682B4;
	border-radius: 6px;
	margin-bottom: 10px;
	line-height: 36px;
	text-indent: 5px;
	text-decoration: none;
	color: #3d3d3d;
}
.inv_item_offer:hover {
	background-color: #f3f3f3;
}
.inv_item_offer .amount {
	display: block;
	position: absolute;
	top: 5px;
	right: 0px;
	width: 55px;
 	height: 30px;
	font-size: 10px;
 	color: #444444;	
 	text-align: center;
 	line-height: 15px;
 	
}


/* Newsbanner */
#newsbanner_bg {
	display: block;
	width: 350px;
	height: 185px;
	margin-bottom: 10px;
	background: url('../../uploads/images/system/newsbanner_bg.png');
	position: relative;
	cursor: pointer;
}
#newsbanner_img {
	width: 300px;
	height: 181px;
	background-position: right -5px;
	position: absolute;
	top: 2px;
	right: 2px;
}
#newsbanner_text {
	width: 230px;
	height: 150px;
	position: absolute;
	top: 20px;
	left: 65px;
	text-shadow: 1px 1px 0 rgba(148,148,148,1);
	font-weight: lighter;
	color: #FFFFFF;
	letter-spacing: 3pt;
	word-spacing: 2pt;
	font-size: 26px;
	text-align: left;
	font-family: helvetica, sans-serif;
	line-height: 30px;
}

/* News bersicht */

.news_preview {
	position: relative;
	display: inline-block;
	width: 275px;
	height: 172px;
	margin: 4px;
	//border-radius: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	//box-shadow: 0 8px 6px -6px black;
	//transition: all 2s;
	
}
/*
.news_preview:hover {
	animation: animate-news-scale 0.7s forwards 1;
}
@keyframes animate-news-scale {
    0% {
        background-size: 100%;
    }
    100% {
       background-size: 130%;
    }
}
*/
.news_preview_border {
	position: relative;
	display: inline-block;
	border: 1px solid #fff;
	//border-radius: 10px;/Users/Marcel/Downloads/general.css
	//margin: 15px;
}
.news_preview_border:hover {
	border: 1px solid #6B92AF;
}
.news_preview_text {
	width: 190px;
	position: absolute;
	top: 20px;
	left: 20px;
	text-shadow: 2px 1px 0 rgba(118,118,118,1);
	font-weight: lighter;
	color: #fcfcfc;
	letter-spacing: 2.5pt;
	word-spacing: 1.pt;
	font-size: 26px;
	text-align: left;
	font-family: helvetica, sans-serif;
	line-height: 30px;
}

.news_preview_topstory {
	position: relative;
	display: block;
	width: 560px;
	height: 170px;
	background-repeat: no-repeat;
	background-position: right center;
}
.news_preview_topstory_text {
	width: 320px;
	height: 115px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-shadow: 1px 1px 0 rgba(148,148,148,1);
	font-weight: lighter;
	color: #fcfcfc;
	letter-spacing: 2.5pt;
	word-spacing: 1.pt;
	font-size: 26px;
	text-align: left;
	font-family: helvetica, sans-serif;
	line-height: 30px;
	padding: 40px 15px 15px 25px;
	//background-color: rgba(40, 40, 40, 0.3);
	z-index: 100;
}
.news_preview_topstory_gradient {
	width: 330px;
	height: 170px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 90;
}
#topstorys-slideshow {
	margin: 0px 0px 8px 4px;
}

#topstorys-slideshow ol {
	z-index: 120;
	margin: 0px 0px 0px 8px;
}

.hc-icon {
    vertical-align: middle;
    width: 25px;
    height: 25px;
}

.hc1-icon {
    vertical-align: middle;
    width: 16px;
    height: 16px;
}


/* Wieder Entfernen !!! */
.content_box {
	border: 1px solid #999;
	box-shadow: 1px 2px 1px #B5B5AF;
	background: #FCFCFC;
	display: block;
	margin: 0px 7px 8px 3px;
	text-align: left;
	padding: 8px;
}