body {
	color: #887c6b;
	background-color: #1d1918;
	background-image: url('images/this_place/Hintergrund.png');
	text-align: center;
	line-height: 1.4;
	margin: 0;
	overflow-y: scroll;
	
	font-family: tahoma;
	font-size: 11px;
}

.modnotice {
	background-color: #201c1a;
	background-image: url('images/this_place/Hintergrund.png');
	padding: 8px;
	margin: auto auto;
	border: 1px solid #201c1a;
	color: #887c6b;
	font-size: 11px;
}

a.click {
	color: #8d5d39;
	text-decoration: none;
	font-family: 'Roboto Mono';
	text-transform: uppercase;
	font-size: 11px;
}

a.click:hover {
	cursor: help;
}

a:link {
	color: #8d5d39;
	text-decoration: none;
	font-family: 'Roboto Mono';
	text-transform: uppercase;
	font-size: 11px;
}

a:visited {
	color: #8d5d39;
	text-decoration: none;
	font-family: 'Roboto Mono';
	font-size: 11px;
}

a:hover,
a:active {
	color: #887c6b;
	text-decoration: none;
}

#container {
	background: #201c1a;
	width: 950px;
	color: #887c6b;
	overflow: hidden;
	font-family: tahoma;
}

#logo {
	background: #201c1a;
	color: #887c6b;
}

#content {
	background: #201c1a;
	width: 930px;
	color: #887c6b;
	overflow: hidden;
	font-family: tahoma;
}

#panel {
	background: #201c1a;
	width: 930px;
	color: #887c6b;
	padding: 10px;
	font-family: tahoma;
	font-size: 9px;
}

#quick_login .remember_me input {
	vertical-align: middle;
	margin: -3px 0 0 5px;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 20px;
	font-size: 11px;
}

.scaleimages img {
	max-width: 100%;
}

table {
	font-size: 11px;
}

.tborder {
	margin: auto auto;
	
	
	width: 100%;
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

.thead {
	background: #191615;
	color: #887c6b;
	padding: 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}

.thead a:link {
	color: #8d5d39;
	text-decoration: none;
}

.thead a:visited {
	color: #8d5d39;
	text-decoration: none;
}

.thead a:hover,
.thead a:active {
	color: #887c6b;
	text-decoration: none;
}

.tcat {
	background: #191615;
	color: #887c6b;
	padding: 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
	
	font-size: 9px;
}

.tcat a:link {
	color: #8d5d39;
	letter-spacing: 1px;
}

.tcat a:visited {
	color: #8d5d39;
	letter-spacing: 1px;
}

.tcat a:hover,
.tcat a:active {
	color: #887c6b;
	letter-spacing: 1px;
}

.trow1 {
	background: #1d1918;
	color: #887c6b;
}

.trow2 {
	background: #1d1918;
	color: #887c6b;
}

.trow_shaded {
	background: #1d1918;
}

.no_bottom_border {
	border-bottom: 0;
}

.post.unapproved_post {
	background: #ffdde0;
}

.post.unapproved_post .post_author {
	border-bottom-color: #ffb8be;
}

.post.classic.unapproved_post .post_author {
	border-color: #ffb8be;
}

.post.unapproved_post .post_controls {
	border-top-color: #ffb8be;
}

.trow_deleted,
.post.deleted_post {
	background: #E8DEFF;
}

.post_foot {
	height: 16.4px;
	background-color: #191615;
}

.trow_selected,
tr.trow_selected td {
	background: #201c1a;
	border-right-color: #201c1a;
	border-bottom-color: #201c1a;
}

.trow_sep {
	background: #191615;
	color: #887c6b;
	padding: 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: tahoma;
	font-size: 11px;
}

.tfoot {
	color: #887c6b;
	padding: 6px;
}

.tfoot a:link {
	color: #9e9d9c;
	text-decoration: none;
	text-transform: uppercase;
}

.tfoot a:visited {
	color: #9e9d9c;
	text-decoration: none;
	text-transform: uppercase;
}

.tfoot a:hover,
.tfoot a:active {
}

.thead input.textbox,
.thead select {
	border: 1px solid #201c1a;
}

.bottommenu {
	background: #efefef;
	color: #333;
	border: 1px solid #bec2c2;
	padding: 10px;
}

.navigation {
	text-align: center;
	text-transform: uppercase;
	margin-top: 5px;
	
	color: #c1b8a2;
	font-size: 11px;
}

.navigation a:link {
	color: #c1b8a2;
	text-decoration: none;
}

.navigation a:visited {
	width: #c1b8a2;
	text-decoration: none;
}

.navigation a:hover,
.navigation a:active {
	color: #c1b8a2;
}

.navigation .active {
	background: #202020;
	padding: 3px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #bcbcbc;
	font-size: 7px;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

fieldset {
	background: #1d1918;
	padding: 5px;
	margin: 0;
	border: 0px;
}

fieldset#user_profile {
	background: #1d1918;
	padding: 9px;
	margin: 0;
	border: 0px;
}

fieldset.trow1,
fieldset.trow2 {
	border-color: #bbb;
}

fieldset.align_right {
	text-align: right;
}

input.textbox {
	font-size: 11px;
	font-family: Tahoma,Helvetica;
	letter-spacing: 1px;
	color: #887c6b;
	background-color: #201c1a;
	border: 1px solid #201c1a;
	padding: 3px;
}

textarea {
	font-size: 11px;
	font-family: Tahoma,Helvetica;
	letter-spacing: 1px;
	color: #887c6b;
	background-color: #201c1a;
	padding: 0;
	border: 0px;
	resize: vertical;
}

select {
font-size: 10px;
 FONT-FAMILY: Tahoma,Helvetica;
 letter-spacing: 1px;
 text-transform: uppercase;
 COLOR: #887c6b;
 BACKGROUND-COLOR: #191615;
 border: 1px solid #191615;
 padding-left: 10px;
}

.select2_drop_mask {
font-size: 11px;
 FONT-FAMILY: Tahoma,Helvetica;
 letter-spacing: 1px;
 text-transform: uppercase;
 COLOR: #887c6b;
 BACKGROUND-COLOR: #201c1a;
 border: 1px solid #201c1a;
 padding-left: 10px;
}

button,
input.button {
font-size: 11px;
 FONT-FAMILY: Tahoma,Helvetica;
 letter-spacing: 1px;
 COLOR: #887c6b;
 BACKGROUND-COLOR: #201c1a;
 border: 1px solid #201c1a;
 padding: 3px;
}

button:hover,
input.button:hover {
	border-color: #201c1a;
}

form {
	margin: 0;
	padding: 0;
}

form input.error {
	border: 1px solid #201c1a;
	color: #887c6b;
	background: #201c1a;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

form input.valid {
	border: 1px solid #201c1a;
	background: #201c1a;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

form label.error {
	color: #887c6b;
	margin: 5px;
	padding: 0px;
	display: block;
	font-weight: bold;
	font-size: 11px;
}

form #message {
	background: #201c1a;
	width: 100%;
	color: #887c6b;
	letter-spacing: 1px;
	padding: 0;
	border: 0px;
	
	font-family: tahoma;
	font-size: 11px;
}

.editor {
	background: #201c1a;
	border: 1px solid #201c1a;
}

.editor_control_bar {
	background: #201c1a;
	border: 1px solid #201c1a;
}

.post .editor_control_bar {
	background: #201c1a;
}

.popup_menu {
	background: #201c1a;
	border: 1px solid #201c1a;
}

.popup_menu .popup_item {
	background: #201c1a;
	color: #887c6b;
}

.popup_menu .popup_item:hover {
	background: #1d1918;
	color: #887c6b;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}

._neutral {
	background-color:#FAFAFA;
	color: #999999;
	border:1px solid #CCCCCC;
}

._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border:1px solid #980201;
}

._plus {
	background-color:#E8FCDC;
	color: #008800;
	border:1px solid #008800;
}

img {
	border: none;
	opacity: 1.0;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #656565;
	height: 1px;
	border: 0px;
	
	color: #000000;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background: #201c1a;
	border-bottom: 1px solid #201c1a;
	color: #333;
	text-align: center;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

.tcat_menu > .expcolimage {
	margin-top: 0;
}

blockquote {
	background: #191615;
	margin: 0;
	padding: 10px;
	letter-spacing: 1px;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #887c6b;
	font-style: normal;
	display: block;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

blockquote cite span {
	float: right;
	font-weight: normal;
	font-size: 11px;
	color: #666;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	background-color: #191615;
	padding-bottom: 0;
}

.codeblock {
	background: #201c1a;
	border: 1px solid #201c1a;
	padding: 10px;
	letter-spacing: 1px;
}

.codeblock .title {
	border-bottom: 1px solid #887c6b;
	font-weight: bold;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: tahoma, Monaco, Consolas, Courier, monospace;
	font-size: 11px;
	letter-spacing: 1px;
}

.smilie {
	vertical-align: middle;
}

.smilie_pointer {
	cursor: pointer;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 4px;
	white-space: nowrap;
	text-decoration: none;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #191615;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	
	font-size: 11px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
	word-wrap: break-word;
}

.red_alert a:link,
.red_alert a:visited,
.red_alert a:hover,
.red_alert  a:active {
	color: #A5161A;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

div.error {
	padding: 5px 10px;
	border-top: 2px solid #191615;
	border-bottom: 2px solid #191615;
	background: #1d1918;
	font-size: 11px;
}

div.error p {
	margin: 0;
	color: #333;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(images/error.png) no-repeat 0;
}

div.error ul {
	margin-left: 24px;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
}

.tfoot .pagination,
.tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	/*font-weight: bold;*/
}

.pagination .pagination_current,
.pagination a {
	background: #1d1918;
	border: 1px solid #1d1918;
}

.pagination a {
	background: #1d1918;
	border: 1px solid #1d1918;
}

.pagination .pagination_current {
	background: none;
	color: #887c6b;
	border: none;
	/*font-weight: bold;*/
}

.pagination .go_page img {
	margin-bottom: -4px;
}

.drop_go_page {
	background: #f5f5f5;
	padding: 4px;
}

.pagination_breadcrumb {
	background-color: #1d1918;
	border: 1px solid #1d1918;
	outline: 1px solid #1d1918;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

.thread_legend,
.thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.success_message {
	color: #887c6b;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 10px;
}

#posts_container {
	padding: 0;
}

.ignored_post {
	border-top: 3px solid #333;
	padding: 15px;
}

.ignored_post .show_ignored_post {
	margin-top: -15px;
}

.ignored_post .show_ignored_post a.button span {
	background-position: 0 -400px;
}

.post {
	overflow: hidden;
}

.post.classic {
	padding-top: 15px;
}

#author_information {
	/*width: 250px;*/
}

.post_body {
	padding: 5px;
	text-align: justify;
	
	font-size: 11px;
	letter-spacing: 1px;
}

.post.classic .post_content {
	float: left;
	width: 90%;
	padding: 2px;
}

.post_content {
	padding: 2px;
}

.post_content .signature {
	margin-top: 5px;
	border-top: 1px dotted #ddd;
	padding: 10px 0 4px 0;
}

.post .post_meta {
	margin: 4px 0;
	font-size: 11px;
	color: #999;
}

.post .post_meta a:link,
.post .post_meta a:visited {
	color: #777;
}

.post .post_meta a:hover,
.post .post_meta a:active {
	color: #777;
}

.post_controls {
	clear: both;
	background: #f5f5f5;
	border-bottom: 1px solid #191615;
	padding: 5px;
	overflow: hidden;
}

.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
	display: inline-block;
	padding: 2px 5px;
	margin: 2px;
	font-size: 11px;
	background: #201c1a url(images/buttons_bg.png) repeat-x;
	border: 1px solid #191615;
	color: #555;
}

.postbit_buttons > a:hover {
	border-color: #bbb;
}

.postbit_buttons a span {
	padding-left: 20px;
	display: inline-block;
	height: 16px;
	background-image: url(images/buttons_sprite.png);
	background-repeat: no-repeat;
}

.postbit_buttons a.postbit_find span {
	background-position: 0 0;
}

.postbit_buttons a.postbit_reputation_add span {
	background-position: 0 -20px;
}

.postbit_buttons a.postbit_email span {
	background-position: 0 -40px;
}

.postbit_buttons a.postbit_website span {
	background-position: 0 -60px;
}

.postbit_buttons a.postbit_pm span {
	background-position: 0 -80px;
}

.postbit_buttons a.postbit_quote span {
	background-position: 0 -100px;
}

.postbit_buttons a.postbit_multiquote span {
	background-position: 0 -120px;
}

.postbit_buttons a.postbit_multiquote_on span {
	background-position: 0 -140px;
}

.postbit_buttons a.postbit_edit span {
	background-position: 0 -160px;
}

.postbit_buttons a.postbit_qdelete span {
	background-position: 0 -180px;
}

.postbit_buttons a.postbit_qrestore span {
	background-position: 0 -200px;
}

.postbit_buttons a.postbit_report span {
	background-position: 0 -220px;
}

.postbit_buttons a.postbit_warn span {
	background-position: 0 -240px;
}

.postbit_buttons a.postbit_purgespammer span {
	background-position: 0 -540px;
}

.postbit_buttons a.postbit_reply_pm span {
	background-position: 0 -260px;
}

.postbit_buttons a.postbit_reply_all span {
	background-position: 0 -280px;
}

.postbit_buttons a.postbit_forward_pm span {
	background-position: 0 -300px;
}

.postbit_buttons a.postbit_delete_pm span {
	background-position: 0 -320px;
}

a.button:link,
a.button:hover,
a.button:visited,
a.button:active {
	background: #0f0f0f url(images/tcat.png) repeat-x;
	color: #fff;
	display: inline-block;
	padding: 4px 8px;
	margin: 2px 2px 6px 2px;
	border: 1px solid #000;
	font-size: 14px;
}

a.button.small_button {
	font-size: 13px;
	margin: 0;
	padding: 3px 6px;
}

a.button span {
	padding-left: 20px;
	display: inline-block;
	background-image: url(images/buttons_sprite.png);
	background-repeat: no-repeat;
}

a.button.new_thread_button span {
	background-position: 0 -340px;
}

a.button.new_reply_button span {
	background-position: 0 -360px;
}

a.button.closed_button span {
	background-position: 0 -380px;
}

a.button.rate_user_button span {
	background-position: 0 -400px;
}

a.button.add_buddy_button span {
	background-position: 0 -440px;
}

a.button.remove_buddy_button span {
	background-position: 0 -480px;
}

a.button.add_ignore_button span {
	background-position: 0 -460px;
}

a.button.remove_ignore_button span {
	background-position: 0 -500px;
}

a.button.report_user_button span {
	background-position: 0 -520px;
}

.quick_jump {
	background: url(images/jump.png) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	margin-top: -3px;
	border: none;
}

.pollbar {
	background: url(images/pollbar.png) top left repeat-x;
	border: 1px solid #3f3f3f;
	height: 10px;
}

.pollbar .percent {
	display: none;
}

.posticons_label {
	white-space: nowrap;
}

/** jGrowl Start **/

/** Special IE6 Style Positioning **/
.ie6 {
	position: absolute;
}

.ie6.top-right {
	right: auto;
	bottom: auto;
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.top-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-right {
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.center {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 100%;
}

/** jGrowl Styling **/
.jGrowl {
	z-index: 9999;
	color: #fff;
	font-size: 11px;
	position: fixed;
}

.jGrowl.top-left {
	left: 0px;
	top: 0px;
}

.jGrowl.top-right {
	right: 0px;
	top: 0px;
}

.jGrowl.bottom-left {
	left: 0px;
	bottom:	0px;
}

.jGrowl.bottom-right {
	right: 0px;
	bottom: 0px;
}

.jGrowl.center {
	top: 0px;
	width: 50%;
	left: 25%;
}

/** Cross Browser Styling **/

.center .jGrowl-notification,
.center .jGrowl-closer {
	margin-left: auto;
	margin-right: auto;
}

.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer {
	background-color: #000;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	zoom: 1;
	width: 235px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	display: none;
	border-radius: 5px;
}

.jGrowl .jGrowl-notification {
	min-height: 40px;
}

.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer {
	margin: 10px;
}

.jGrowl .jGrowl-notification .jGrowl-header {
	font-weight: bold;
	font-size: .85em;
}

.jGrowl .jGrowl-notification .jGrowl-close {
	z-index: 99;
	float: right;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}

.jGrowl .jGrowl-closer {
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}

/** Hide jGrowl when printing **/
@media print {
	.jGrowl {
		display: none;
}


}

/** jGrowl End **/

/** Modal Start **/

.modal {
	background: #fff;
	display: none;
	text-align: left;
	
	
	width: 400px;
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(images/close.png) no-repeat 0 0;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(images/spinner_big.gif) no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

/** Modal End **/

/** Impromptu Start **/

/*! jQuery-Impromptu - v5.2.4 - 2014-05-26
* http://trentrichardson.com/Impromptu
* Copyright (c) 2014 Trent Richardson; Licensed MIT */

.jqifade {
	position: absolute;
	background-color: #777777;
}

.justify {
	text-align: justify;
}

div.jqi {
	width: 400px;
	max-width:90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #201c1aeee;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 7px;
}

div.jqi .jqiclose {
	position: absolute;
	top: 4px; right: -2px;
	width: 18px;
	cursor: default;
	color: #bbbbbb;
	font-weight: bold;
}

div.jqi .jqistate {
	background-color: #fff;
}

div.jqi .jqititle {
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #201c1aeee;
}

div.jqi .jqimessage {
	padding: 10px;
	line-height: 20px;
	color: #887c6b;
}

div.jqi .jqibuttons {
	text-align: right;
	margin: 0 -7px -7px -7px;
	border-top: solid 1px #e4e4e4;
	background-color: #f4f4f4;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}

div.jqi .jqibuttons button {
	margin: 0;
	padding: 15px 20px;
	background-color: transparent;
	font-weight: normal;
	border: none;
	border-left: solid 1px #e4e4e4;
	color: #777;
	font-weight: bold;
	font-size: 11px;
}

div.jqi .jqibuttons button.jqidefaultbutton {
	color: #489afe;
}

div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus {
	color: #287ade;
	outline: none;
}

.jqiwarning .jqi .jqibuttons {
	background-color: #b95656;
}

/* sub states */

div.jqi .jqiparentstate::after {
	background-color: #777;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.jqi .jqisubstate {
	position: absolute;
	top: 0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #201c1aeee;
	border-top: none;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}

div.jqi .jqisubstate .jqibuttons button {
	padding: 10px 18px;
}

/* arrows for tooltips/tours */

.jqi .jqiarrow {
	position: absolute;
	height: 0; width: 0;
	line-height: 0;
	font-size: 0;
	border: solid 10px transparent;
}

.jqi .jqiarrowtl {
	left: 10px;
	top: -20px;
	border-bottom-color: #ffffff;
}

.jqi .jqiarrowtc {
	left: 50%;
	top: -20px;
	border-bottom-color: #ffffff;
	margin-left: -10px;
}

.jqi .jqiarrowtr {
	right: 10px;
	top: -20px;
	border-bottom-color: #ffffff;
}

.jqi .jqiarrowbl {
	left: 10px;
	bottom: -20px;
	border-top-color: #ffffff;
}

.jqi .jqiarrowbc {
	left: 50%;
	bottom: -20px;
	border-top-color: #ffffff;
	margin-left: -10px;
}

.jqi .jqiarrowbr {
	right: 10px;
	bottom: -20px;
	border-top-color: #ffffff;
}

.jqi .jqiarrowlt {
	left: -20px;
	top: 10px;
	border-right-color: #ffffff;
}

.jqi .jqiarrowlm {
	left: -20px;
	top: 50%;
	border-right-color: #ffffff;
	margin-top: -10px;
}

.jqi .jqiarrowlb {
	left: -20px;
	bottom: 10px;
	border-right-color: #ffffff;
}

.jqi .jqiarrowrt {
	right: -20px;
	top: 10px;
	border-left-color: #ffffff;
}

.jqi .jqiarrowrm {
	right: -20px;
	top: 50%;
	border-left-color: #ffffff;
	margin-top: -10px;
}

.jqi .jqiarrowrb {
	right: -20px;
	bottom: 10px;
	border-left-color: #ffffff;
}

/** Impromptu End */

i {
	color: #623821;
}

strong {
	color: #583421;
}

b {
	color: #623821;
}

.postbitbg {
	background: #1d1918;
	width: 280px;
}

.tablecat {
	padding: 0px;
	height: 76px;
}

u1 {
	text-align: center;
	text-transform: uppercase;
	font-family: tahoma;
	letter-spacing: 1px;
	line-height: 100%;
	padding: 2px;
	
	font-size: 11px;
}

.tab{
background-color: #202020;
height: 190px;
overflow: auto; 
text-align: justify;
font-size: 11px;
padding: 5px;
}

#panel {
padding: 3px;
text-align: center;
line-height: 11px;
font-size: 11px;
}

.bdsc {
text-align: left;
padding: 5px;
font-size: 9px;
letter-spacing: 1px;
}

#fade-background {
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	z-index: 2;
}

#modal-window {
	position: fixed;
	top: 35px;
	left: 51%;
	width: 830px;
    height: 434px; 
	background-color: #F9F9F9;
	margin: 0 0 0 -430px;
	z-index: 3;
}

.indexbox {
	background: #161616;
	color: #fbfbfb;
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px;
	text-align: center;
}

.headertabelle {
	background: #1d1918;
	width: 930px;
	letter-spacing: 1px;
	text-align: justify;
	margin-top: 7px;
	margin-bottom: 7px;
	font-family: tahoma;
	font-size: 10px;
}

.headline {
 background-color: #242620;
 background-image: url('images/this_place/headline.png');
 color: #887c6b;
 font-family: times;
 text-transform: uppercase;
 font-size: 15px;
 text-align: center;
 margin-bottom: 3px;
}

.headliner {
	background: #191615;
	color: #583421;
	text-transform: uppercase;
	
	font-size: 11px;
	font-weight: bold;
}

.bdsc-sub {
	background: #191615;
	text-align: left;
	padding-left: 7px;
	padding-right: 7px;
	letter-spacing: 2px;
	font-size: 9px;
	line-height: 15.4px;
	border-bottom: solid 1px rgba(141, 93, 57, 0.25);
}

.sec-headline {
	color: #8d5d39;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
	margin-left: 7px;
	margin-bottom: -8px;
	padding-left: 20px;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	
	font-family: 'Roboto Mono';
	font-size: 17px;
}

.sec-headline:hover {
	color: #887c6b;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

extra {
	color: #887c6b;
	background-color: #191615;
	padding: 1px;
	padding-left: 5px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 1px;
	border-left: 20px solid #201c1a;
	font-family: 'Roboto Mono';
	font-size: 8px;
	font-weight: normal;
}

atall {
	background: #191615;
	color: #887c6b;
	padding: 2px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 1px;
	
	font-family: 'Roboto Mono';
	font-size: 11px;
	font-weight: normal;
}

::selection {
	background: #191615;
}

::-moz-selection {
	background: #191615;
}

::-webkit-scrollbar {
 width: 7px; height: 7px;
}

::-webkit-scrollbar-thumb {
	background: #623821;
}

::-webkit-scrollbar-track-piece {
 background: #201c1a;
}

th {
	background: #201c1a;
	color: #887c6b;
	padding: 2px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 1px;
	font-family: 'Roboto Mono';
	font-size: 11px;
	font-weight: normal;
}

h1 {
	background: #191615;
	color: #887c6b;
	padding: 2px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 1px;
	font-family: 'Roboto Mono';
	font-size: 11px;
	font-weight: normal;
}

h2 {
	color: #623821;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 1px;
	border: solid 1px #201c1a;
	
	font-family: 'Roboto Mono';
	font-size: 11px;
	font-weight: normal;
}

h3 {
	background: #191615;
	color: #887c6b;
	padding: 2px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 1px;
	border-bottom: solid 2px #623821;
	font-family: 'Roboto Mono';
	font-size: 11px;
	font-weight: normal;
}

h4 {
	background: #191615;
	color: #887c6b;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 1px;
	border: solid 1px #201c1a;
	font-family: 'Roboto Mono';
	font-size: 11px;
	font-weight: normal;
}

/*h5 {
     background-color: #201c1a;
     background-image: url(/images/tincture/tabletitle.png);
     font-size: 11px; 
     font-weight: normal;
     text-transform: uppercase;
     text-align: center;
     margin: 0px;
     font-family: times;
     color: #c1bbb3;
     letter-spacing: 4px;
}

*/

h5 {
	background: #191615;
	color: #887c6b;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	margin: 1px;
	font-family: 'Roboto Mono';
	font-size: 13px;
	font-weight: normal;
}

h6 {
	background: #191615;
	color: #887c6b;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 1px;
	border: solid 1px #201c1a;
	font-family: 'Roboto Mono';
	font-size: 9px;
	font-weight: normal;
}

.gruppe_1 {
 border: 2px solid #887c6b;
}

.gruppe_2 {
 border: 2px solid #887c6b;
}

.gruppe_8 {
 border: 2px solid #827c5f;
}

.gruppe_9 {
 border: 2px solid #5d7a5f;
}

.gruppe_10 {
 border: 2px solid #576670;
}

.gruppe_11 {
 border: 2px solid #7c6e7c;
}

.gruppe_12 {
 border: 2px solid #887c6b;
}

smallfont {
	font-size: 10px;
	letter-spacing: 1px;
	font-family: tahoma;
}

.profil_head {
	background: #191615;
	width: 33%;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
}

.profil_low {
	background: #1d1918;
	width: 33%;
	font-size: 11px;
	text-align: justify;
	vertical-align: top;
}

.memback {
	background: #1d1918;
	padding-top: 15px;
}

div.mitglied {
	background: #191615;
	width: 280px;
	float: left;
	margin: 5px;
	padding: 8px;
	text-align: left;
}

#mitglied-box {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

img.mitglied {
	width: 280px;
	height: auto;
}

.teamseitea {
	background: #191615;
	width: 250px;
	text-align: center;
}

.teamseiteb {
	background: #191615;
	width: 100%;
	text-align: center;
	border-color: #1d1918;
}

.username {
	background: #1d1918;
	padding: 2px;
	text-align: right;
	text-transform: uppercase;
	padding-right: 5px;
	font-size: 11px;
}

td#headleft {
	background: #191615;
	width: 33%;
	text-align: center;
}

td#headmidd {
	background: #191615;
	width: 34%;
	text-align: center;
	border-left: #201c1a solid 7px;
	border-right: #201c1a solid 7px;
}

td#headright {
	background: #191615;
	width: 33%;
	text-align: center;
}

td.bodyside {
	width: 33%;
	vertical-align: middle;
}

td#bodymid1 {
	width: 34%;
	height: 90px;
	vertical-align: middle;
	border-left: #201c1a solid 7px;
	border-right: #201c1a solid 7px;
	border-bottom: #201c1a solid 7px;
}

td#bodymid2 {
	border-left: #201c1a solid 7px;
	border-right: #201c1a solid 7px;
}

td#navi {
	background: #191615;
	text-align: center;
	width: 20%;
}

td#welcome {
	background: #191615;
	border-top: #201c1a solid 7px;
	text-align: center;
}

div.infobox {
	background: #191615;
	width: 60%;
	padding: 3px;
	margin: 1px;
	
	font-size: 9px;
}

font.infobox {
	letter-spacing: 1px;
	font-size: 8.5px;
}

a.infobox {
	font-size: 8.5px;
}

td#stathleft {
	background: #191615;
	width: 55%;
	text-align: center;
}

td#stathright {
	background: #191615;
	width: 45%;
	text-align: center;
	border-left: #201c1a solid 7px;
	padding-right: 25px;
}

td#statbleft {
	width: 55%;
	vertical-align: top;
}

td#statbright {
	width: 45%;
	vertical-align: top;
	border-left: #201c1a solid 7px;
	padding-right: 25px;
}

div#onlinenote {
	background: #191615;
	width: 102%;
	text-align: center;
	padding: 3px;
	margin-bottom: 7px;
}

td#recomm {
	background: #191615;
	width: 15%;
	text-align: center;
}

td#mybb_copyright {
	background: #191615;
	width: 30%;
	text-align: center;
}

div#fpic {
	position: relative;
	width: 950px;
}

div#copyright {
	position: absolute;
	width: 100%;
	background-color: #1d191880;
	bottom: 0;
	text-align: right;
}

a.imp {
	font-size: 8.1px;
}

div#teamtext {
	background: #1d1918;
	width: 234px;
	text-align: justify;
	margin: 5px;
	padding: 3px;
}

smallfont.teamtext {
	/*margin: 8px;*/
	text-align: justify;
}

smallfont.left {
	margin-right: 8px;
	float: left;
}

smallfont.right {
	margin-left: 8px;
	float: right;
}

img.teamseite {
	/*opacity: 0.8;*/
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

img.teamseite:hover {
	/*opacity: 1.0;*/
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}

.userinfo {
	background: #1d1918;
	padding: 0 3px;
	margin-bottom: 2px;
}

.threadlistbg {
	background: #1d1918;
}

img.postbit_avatar {
	width: 280px;
	height: auto;	
}

td.postbitinfo {
	background: #1d1918;
	padding: 0 3px;
	margin: 1px 0;
}

td.postbitregdate {
	background: #191615;
	width: 50%;
	text-align: left;
	padding-left: 3px;
	margin: 1px 0;
}

div#member_offline {
	background: #191615;
	width: 240px;
	text-align: left;
	padding: 5px;
	margin-top: 5px;
}

div#member_online {
	background: #191615;
	width: 240px;
	text-align: left;
	padding: 5px;
	margin-top: 5px;
}

div#achievement {
	background: #191615;
	width: 240px;
	text-align: left;
	padding: 5px;
	margin-top: 5px;
}

div#ougcawards {
	background: #191615;
	height: 220.3px;
	text-align: left;
	overflow-y: auto;
}

div#profil_accswitcher {
	background: #191615;
	max-height: 107.5px;
	text-align: left;
	padding: 5px;
	overflow-y: auto;
}

td.userprofile {
	width: 306px;
	padding: 0;
}

td.userdetails {
	background: #191615;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	width: 50%;
	max-width: 306px;
	vertical-align: top;
	padding: 5px;
	overflow: hidden:
	white-space: nowrap;
}

a.userdetails, span.userdetails {
	font-size:10.5px;
	color: #623821;
	font-family: Tahoma;
	font-weight: bold;
	letter-spacing: 1px;
}

a.userdetails:hover {
	color: #887c6b;
}

div#usertitel {
	background: #191615;
	height: 104.6px;
	display: flex;
	flex-direction: center;
	justify-content: center;
}

img.userdetails {
	border: 3px solid #191615;
}

td.userdetails_left {
	background: #191615;
	text-overflow: ellipsis;
	max-width: 306px;
	vertical-align: top;
	padding: 5px;
	overflow: hidden;
	white-space: nowrap;
	/*border-right: solid 3px #1d1918;*/
}

td.userdetails_right {
	background: #191615;
	text-overflow: ellipsis;
	max-width: 306px;
	vertical-align: top;
	padding: 5px;
	overflow: hidden;
	white-space: nowrap;
	/*border-left: solid 3px #1d1918;*/
}

td#userspecial {
	height: 154.8px;
	white-space: normal;
}

div#characterpic {
	background: #191615;
	/*width: 600px;*/
	text-align: center;
	padding-top: 13px;
	/*margin-left: 1px;
	margin-top: 4px;*/
}

div#usertime {
	background: #191615;
	text-align: center;
	font-size: 8px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 5px;
}

div.warrant {
	background: #191615;
	width: 600px;
	margin-left: 1px;
	margin-top: 4px;
}

td#profil_mid.profil_head {
	width: 34%;
	border-left: 7px solid #201c1a;
	border-right: 7px solid #201c1a;
}

td#profil_mid2.profil_head {
	width: 34%;
	border-left: 7px solid #201c1a;
	border-right: 7px solid #201c1a;
}

td#profil_mid.profil_low {
	width: 34%;
	border-left: 7px solid #201c1a;
	border-right: 7px solid #201c1a;
	border-bottom: 7px solid #201c1a;
}

td#profil_mid2.profil_low {
	width: 34%;
	border-left: 7px solid #201c1a;
	border-right: 7px solid #201c1a;
}

td.cpuser_boxes {
	background: #191615;
	width: 350px;
	padding-left: 7px;
}

div.spielleitung {
	background: linear-gradient(#191615, #191615 25%, #201c1a 75%);
	width: 568px;
	text-align: justify;
	padding: 3px;
}

div.middle {
	background: #1d1918;
	padding: 0px 5px;
	display: inline-flex;
	align-items: center;
	height: 169px;
}

div.post_profil {
	background: #191615;
	padding: 2px 0px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
}

div.account_rank {
	background: #191615;
	padding: 2px 0px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
	font-style: italic;
	font-size: 9px;
}

div.account_reg {
	background: #191615;
	padding: 2px 0px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 8px;
}

smallfont.reg_date {
	font-size: 9px;
	color: #583421;
}

div.postbitibox {
	background: #191615;
	padding: 3px;
	margin: 4px 0;
}

table.postbititable {
	width: 100%;
	/*margin-left: -1px;*/
}

.post_author.scaleimages {
	margin-top: 2px;
	margin-bottom: 3px;
}

div.bebo {
	width: 80%;
	text-align: justify;
	background-color: #1d1918;
	padding: 3px;
	border: 8px solid #191615;
}

table.bebo {
	width: 100%;
	background-color: #191615;
	top: 0;
	text-align: center;
	margin-bottom: 10px;
}

#map-overlay {
	background-color: #201c1a;
	width: 1300px;
	height: 760px;
	box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12),0 3px 5px -1px rgba(0,0,0,0.3);
	position: fixed;
	display: none;
	top: 50%;
	left: 50%;
	margin-top: -380px;
	margin-left: -660px;
	z-index: 500;
}

.map-button {
	float: right;
	margin-top: 3px;
	margin-right: 10px;
}

#map-frame {
	/*width: 1280px;
	height: 720px;*/
	margin: 20px 10px;
	position: relative;
	display: flex;
}

.info_pin {
	position: absolute;
	background: #201c1a;
	text-transform: uppercase;
	width: 65px;
	height: 17px;
	opacity: 0.7;
	visibility: hidden;
	z-index: 502;
}

.info_pin:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 22.5px;
	width: 0;
	height: 0;
	border-top: solid 10px #201c1a;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
}

li.liste {
	list-style-type: none;
	padding-left: 40px;
}

li.liste:before {
	content: '\2756\00a0\00a0';
	color: #623821;
	font-weight: bold;
}

input[type="text"], input[type="color"] {
	background: #201c1a;
	color: #887c6b;
	border: solid 1px #1d1918;
	border-radius: 2px;
	box-sizing: border-box;
}

span.chatplay {
	color: #75726d;
}

div.agreement {
	height:  400px;
	width: 80%;
	overflow-x:  auto;
	margin: auto;
	border: 4px solid #1d1918;
	background: #201c1a;
}

