*
{
	font-family: 'Lato', sans-serif;
	font-size: 12pt;
#	color: #4f6069;
	color: #e9cf9f;
}
html, body
{
	margin: 0px;
	background-color: #000000;
}

/* CONTENT 'index.php' */
.bg {
	position: relative;
	margin: auto;
	width: 85%;
	min-height: 100vh;
	background-image: url('../image/heist-bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-size: 85%;
	text-align: center;
}
.trade_logo {
	margin-left: calc(50% - 128px);
	width: 256px;
	height: 192px;
	background-image: url('../image/poetrade_logo.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
.logout {
	position:absolute;
	top:20px;
	right:7%;
	cursor:pointer;
	opacity: 0.8;
	background:transparent;
	font-size: 0.8em;
	text-transform: uppercase;
	color:#00b6ff;
	border: none;
}
.logout:hover {
	opacity: 1;
}
.content {
	position: relative;
	margin: auto;
	margin-top: 40px;
	width: 93%;
	min-height: 600px;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.75);
	text-align: left;
}
.input_ok {
	position: absolute;
	top: -60px;
	left: 0px;
	width: 250px;
	height: 60px;
	padding: 10px;
	box-sizing: border-box;
	background-color: #3d713d;
	text-align: center;
}
.input_button, .input_sendbutton, .item_update button {
	cursor: pointer;
	padding: 9px 15px 9px 15px;
	box-sizing: border-box;
	background-color: #5a3806;
	color: #e9cf9f;
	border: none;
	border: 1px solid #8a5609;
}
.input_button:hover, .input_sendbutton:hover, .item_update button:hover {
	background-color: #724708;
}
.input * {
	color: #e9cf9f;
}
.input {
	position: absolute;
	top: 65px;
	left: 15px;
	width: calc(100% - (2 * 15px));
	max-height: 0px;
	overflow: hidden;
	transition: max-height ease-out 0.4s;
	z-index: 2;
}
.input_expand {
	height: 320px;
	max-height: 320px;
}

.zeile {
	position: relative;
	margin: 10px;
}
.zelle {
	position: relative;
	float: left;
	margin-right: 10px;
	width: 200px;
	box-sizing: border-box;
	text-align: left;
	border-top: 1px solid transparent;
}
.titelzeile .zelle {
	padding: 10px;
	box-sizing: border-box;
	background-color: rgb(27, 28, 29, 0.75);
	font-weight: bold;
	border: 1px solid #202224;
}
.letzte_zelle {
	margin-right: 0px;
	width: calc(100% - (5 * 210px));
}
.titelzeile .wv {
	border: 1px solid rgb(36, 77, 113,0.7);
}
.zelle input, .zelle textarea, .zelle select {
	width: 100%;
	height: 37px;
	padding: 7px;
	box-sizing: border-box;
	background-color: #1e2124;
	color: #e2e2e2;
	border: none;
	resize: none;
	border: 1px solid #634928;
}
.zelle textarea {
	font-size: 0.85em;
}
.zelle input:hover, .zelle textarea:hover {
	background-color: #2a2f34;
}
.zelle input:focus, .zelle textarea:focus {
	border: 1px solid #893627;
}
textarea.expand:hover {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 50px;
	box-sizing: border-box;
	z-index: 1;
}
textarea.expand:focus {
	position: absolute;
	top: -30px;
	left: -30px;
	width: 350px;
	height: 200px;
	z-index: 1;
}
input.preis {
	margin-right: 5px;
	width: 65px;
	text-align: right;
}
select.waehrung {
	width: 100px;
}


.item_liste {
	position: relative;
	margin-top: 30px;
	width: 100%;
	background-color: rgba(10,10,10,0.7);
	text-align: left;
	transition: all ease 0.5s;
	z-index: 1;
}
.item_liste_move {
	margin-top: 340px;
	transition: all ease-out 0.3s;
}
.item {
}
.item .farbrand {
	float: left;
	margin-top: 3px;
	width: 5px;
	height: 34px;
}
.item_zeile {
	margin: 0px 20px 0px 10px;
	width: calc(100% - 40px);
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
	background-color: #000000;
	border-bottom: 1px solid #333333;
}
.item_zeile:hover {
	background-color: #2e2c28;
}
.item_active {
	background-color: #2e2c28;
}
.item_details * {
	color: #8888ff;
}
.item_details {
	margin: 0px 20px 0px 10px;
	width: calc(100% - 40px);
	max-height: 0px;
	overflow: hidden;
	background-color: rgb(17, 17, 17,0.5);
	transition: max-height ease-out 0.15s;
}
.item_details_links {
	float: left;
	width: 40%;
}
.item_graphic {
	width: 100%;
	padding: 20px 10px 20px 10px;
	box-sizing: border-box;
	text-align: center;
}
.item_head {
	height: 34px;
	padding: 5px 20px 0px 20px;
	box-sizing: border-box;
	font-family: verdana;
	font-size: 1.1em;
}
.item_body {
	width: 100%;
	min-height: 100px;
	padding: 10px 30px 20px 30px;
	box-sizing: border-box;
	background-color: #000000;
	text-align: center;
}
.property_color {
	color: #7f7f7f;
}
.property_color .value {
	font-size: 0.9em;
	color: #ffffff;
}
.property_color .fire {
	color: #960000;
}
.property_color .cold {
	color: #366492;
}
.property_color .lightning {
	color: #ffd700;
}
.item_details_rechts {
	float: left;
	width: 60%;
	padding: 20px 10px 0px 20px;
	box-sizing: border-box;
}
.item_notiz {
	padding: 20px 10px 40px 10px;
	box-sizing: border-box;
	background-color: #2e2c28;
	color: #7f7f7f;
}
.item_notiz strong {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
.item_update {
	
}
.item_update button {
	margin: 0px 0px 20px 30px;
	padding: 5px 10px 5px 10px;
	box-sizing: border-box;
	font-size: 0.9em;
	color: #ffffff;
}
.item_update_form {
	position: relative;
	margin-top: 20px;
	max-height: 0px;
	visibility: hidden;
	background-color: #2e2c28;
}
.update_expand {
	float: left;
	width: 100%;
#	height: 200px;
	max-height: none;
	padding: 10px;
	visibility: visible;
	box-sizing: border-box;
}




.item_update_form textarea {
	margin-bottom: 20px;
	width: 100%;
	height: 600px;
	padding: 7px;
	box-sizing: border-box;
	background-color: #1e2124;
	color: #e2e2e2;
	border: none;
	resize: none;
	border: 1px solid #634928;
}
.item_update_form textarea {
	font-size: 0.85em;
}
.item_update_form textarea:hover {
	background-color: #2a2f34;
}
.item_update_form textarea:focus {
	border: 1px solid #893627;
}
/*
textarea.expand:hover {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 50px;
	box-sizing: border-box;
	z-index: 1;
}
textarea.expand:focus {
	position: absolute;
	top: -30px;
	left: -30px;
	width: 350px;
	height: 200px;
	z-index: 1;
}
*/





.input_sendbutton {
	margin-top: 30px;
	margin-left: 35%;
	width: 30%;
	background-color: #0f304d;
	font-size: 0.9em;
	color: #d9dee2;
	border: 1px solid #4c4c7d;
}
.input_sendbutton:hover {
	background-color: #133d62;
}

/* Einzelbefehle */
.float_left
{
	float:left;
}
.float_right
{
	float:right;
}
.display {
	display: block;
}
.nodisplay {
	display: none;
}
.center
{
	text-align:center;
}
.weight_bold
{
	font-weight:bold;
}
.weight_normal
{
	font-weight:normal;
}
.font_kleiner
{
	font-size:10pt;
}
.font_red
{
	color:darkred;
}
.nomargin
{
	margin:0px;
}
.clear
{
	clear:both;
}
