body {
		background: #2B1E1E;
		background-image: url(../../../styles/01/gfx/background1.jpg);
		'background-attachment:repeat;
		'background-position: center top;
		background-repeat:repeat;
		color: #cec6c5;
		margin-top: 0px;
		font-family: Arial, Sans-Serif;
		font-size: 12px;
		text-align: left; /* IE 5 fix */
		line-height: 1.4;
}

/* ############# NEW/OLD POSTS ICONS - START*/

.forum_status {
	height: 115px;
	width: 85px;
	background: url(../../../images/forum_icon_sprite.png) no-repeat 0 0;
	display: inline-block;
}

.forum_on {
	background-position: 0 0;
	background: url(../../../styles/01/on.gif) no-repeat 0 0;
}

.forum_off {
	background-position: 0 -30px;
	background: url(../../../styles/01/off.gif) no-repeat 0 0;
}

.forum_offclose {
	background-position: 0 -60px;
	background: url(../../../styles/01/offlock.gif) no-repeat 0 0;
}


/* ############# NEW/OLD POSTS ICONS - ENDE*/

a:link, a:active {
	color: #cc8800;
	text-decoration: none;
        text-transform: uppercase;
        font-family: tahoma;
}

a:visited {
	color: #cc8800;
	text-decoration: none;
        text-transform: uppercase;
        font-family: tahoma;
}

a:hover  {
	color: #cc8800;
    background: #221918;
	text-decoration: none;
        text-transform: uppercase;
        font-family: tahoma;
}

#container {
	background: #2B1E1E;
	width: 1400px;
	color: #cec6c5;
	background-image: url(../../../styles/01/gfx/bg_tabelle.jpg);
	margin: 30px auto;
	'padding-top: 30px;
	text-align: left;
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
}

#content {
	/* FIX: Make internet explorer wrap correctly */
	width: auto !important;
}

.menu ul {
	color: #cec6c5;
	font-weight: bold;
	text-align: right;
	padding: 4px;
}

.menu ul a:link {
	color: #cec6c5;
	text-decoration: none;
}

.menu ul a:visited {
	color: #cec6c5;
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	color: #cec6c5;
	text-decoration: none;
}

#panel {
	background: #221918;
	color: #cec6c5;
	font-size: 11px;
	border: 0px solid #8796b5;
	padding: 8px;
}

#panel .remember_me input {
	vertical-align: middle;
	margin-top: -1px;
}

table {
	color: #cec6c5;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

.tborder {
	width: 100%;
	margin: auto auto;
	border: 1px solid #221918;
}

.thead {
	background: #1c1716;
	color: #cec6c5;
}

.thead a:link {
	color: #cec6c5;
	text-decoration: none;
}

.thead a:visited {
	color: #cec6c5;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #cec6c5;
	text-decoration: underline;
}

.tcat {
	background: #1c1716;
	color: #8796b5;
	font-size: 11px;
        font-family: tahoma;
        text-transform: uppercase;
}

.tcat a:link {
	color: #8796b5;
        text-transform: uppercase;
}

.tcat a:visited {
	color: #8796b5;
        text-transform: uppercase;
}

.tcat a:hover, .tcat a:active {
	color: #8796b5;
        text-transform: uppercase;
}

.trow1 {
	background: #221918;
}

.trow2 {
	background: #221918;
}

.trow_shaded {
	background: #111111;
}

.trow_selected td {
	background: #FFFBD9;
}

.trow_sep {
	background: #221918;
        border-left: 10px solid #8796b5; 
        border-right: 10px solid #8796b5; 
        font-family: 'Open Sans Condensed', sans-serif;
	color: #cec6c5;
	font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
}

.tfoot {
	background: #221918 url(../../../) top left repeat-x;
	color: #cec6c5;
        text-transform: uppercase;
}

.tfoot a:link {
	color: #cec6c5;
	text-decoration: none;
}

.tfoot a:visited {
	color: #cec6c5;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #cec6c5;
	text-decoration: underline;
}

.bottommenu {
	background: #221918;
	color: #cec6c5;
	border: 0px solid #595959;
	padding: 10px;
}

.navigation {
	color: #cec6c5;
	font-size: 13px;
	font-weight: bold;
        width: 1380px;
        text-align: center;
        background-color: #221918;
        border-left: 10px solid #8a7005; 
        border-right: 10px solid #8a7005;
}

.navigation a:link {
	text-decoration: none;
}

.navigation a:visited {
	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	text-decoration: none;
}

.navigation .active {
	color: #cec6c5;
	font-size: 13px;
	font-weight: bold;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

input.textbox {
	background: #2B1E1E;
	color: #cec6c5;
	border: 1px solid #221918;
	padding: 1px;
}

textarea {
	background: #2B1E1E;
	color: #cec6c5;
	border: 1px solid #221918;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.4;
	font-size: 13px;
}

select {
	background: #2B1E1E;
	color: #cec6c5;
	border: 1px solid #cec6c5;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #cec6c5;
}

.autocomplete {
	background: #fff;
	border: 1px solid #000;
	color: black;
}

.autocomplete_selected {
	background: #adcee7;
	color: #000;
}

.popup_menu {
	background: #ccc;
	border: 1px solid #000;
}

.popup_menu .popup_item {
	background: #fff;
	color: #000;
}

.popup_menu .popup_item:hover {
	background: #C7DBEE;
	color: #000;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.invalid_field {
	border: 1px solid #f30;
	color: #f30;
}

.valid_field {
	border: 1px solid #0c0;
}

.validation_error {
	background: url(../../../images/invalid.gif) no-repeat center left;
	color: #f30;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_success {
	background: url(../../../images/valid.gif) no-repeat center left;
	color: #00b200;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_loading {
	background: url(../../../images/spinner.gif) no-repeat center left;
	color: #555;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

/* Additional CSS (Master) */
img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background-color: #FFFBD9;
	font-weight: bold;
	text-align: center;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.menu ul {
	list-style: none;
	margin: 0;
}

.menu li {
	display: inline;
	padding-left: 5px;
}

.menu img {
	padding-right: 5px;
	vertical-align: top;
}

#panel .links {
	margin: 0;
	float: right;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #cec6c5;
	color: #cec6c5;
	height: 1px;
	border: 0px;
}

#copyright {
	font: 10px Verdana, Arial, Sans-Serif;
	margin: 0;
        text-align: center;
        text-transform: uppercase;
	padding: 10px 0 0 0;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

blockquote {
	border-left: 5px solid #8a7005;
	margin: 0;
	background: #221918;
	background-image: url(../../../styles/01/gfx/bg_tabelle.jpg);
	padding: 4px;
}

blockquote cite {
	font-weight: bold;
        text-transform: uppercase;
	border-bottom: 1px dotted #8a7005;
	font-style: normal;
	display: block;
	margin: 4px 0;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: #221918;
	border-left: 5px solid #8a7005;
	background-image: url(../../../styles/01/gfx/bg_tabelle.jpg);
	padding: 4px;
}

.codeblock .title {
	border-bottom: 1px dotted #8a7005;
	font-weight: bold;
	margin: 4px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	padding-right: 5px;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.subforumicon {
	border: 0;
	vertical-align: middle;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 3px;
	text-decoration: none;
	white-space: nowrap;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.autocomplete {
	text-align: left;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #9a6161;
	color: #fff;
	border-left: 10px solid #8a7005; 
	border-right: 10px solid #8a7005; 
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
}

.red_alert {
	background: #A5161A;
	border: 1px solid #A5161A;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 15px;
	text-transform: uppercase;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #000;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(../../../images/error.gif) no-repeat 0;
}

div.error ul {
	margin-left: 24px;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	padding: 2px 6px;
	margin-bottom: 3px;
}

.pagination a {
	border: 1px solid #8a7005;
}

.pagination .pagination_current {
	background: #8a7005;
	border: 1px solid #8a7005;
	font-weight: bold;
	color: #000;
}

.pagination a:hover {
	background: #221918;
	text-decoration: none;
}

.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;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
        text-transform: uppercase;
}

.forum_legend dt {
	margin-right: 0px;
        margin-left: 20px;
        text-align: center;
	float: left;
        text-transform: uppercase;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.post_body {
		padding: 12px;
        text-align: justify;
        font-size: 12px;
}

.post_content {
	padding: 5px 10px;
}

.quick_jump {
	background: url(../../../images/jump.gif) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	vertical-align: middle;
	border: none;
}

.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;
}

.pagination_breadcrumb {
	background-color: #f5f5f5;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
	white-space: nowrap;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

/* ############ FORMATIERUNG DER INDEX-SEITE */

.indexueber1:before {
        content: "   ➤ ";
}

.indexueber1 {
		font-family: 'Abril Fatface';
        font-size: 25px;
        letter-spacing: 1px;
        
}

.unterforumue1 {
        font-family: 'Julius Sans One', sans-serif;
        font-size: 15px;
        letter-spacing: 2px;
	    margin-left: 12px;
	    margin-bottom: 2px;
}

.indexbox {
        background-color: #221918;
	    background-image: url(../../../styles/01/gfx/bg_tabelle.jpg);
        /* border: 1px dotted #1c1716;  */
        font-size: 11px;
        letter-spacing: 1px;
        padding: 10px;
	    margin-left: 10px;
	    margin-right: 0px;
	    margin-top: 0px;
	    margin-bottom: 10px;
        text-align: justify;
		float:left;
	   	width: 950px;
}

.indexnav1 {
   		float: left; 
		margin-left: 10px;
		margin-top: -38px;
		width: 190px;
		height: 112px;
		background-color: #221918;
		background-image: url(../../../styles/01/gfx/bgindexnav.jpg);
    	border-left: 10px solid #8a7005; 
}

.indexnav a:link, a:visited {
    display: inline-block;
    font-size: 10px;
    font-family: tahoma;
	background-color:rgba(28, 23, 22, 0.8);
    border-bottom: 2px solid #8a7005; 
	padding-top: 4px;
    padding-left: 5px;
	padding-right: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.indexnav a:hover, a:active {
    background-color: #8a7005;
	color: #221918;
}

.index_gosquotes {
	width: 810px;
	text-align: center;
}

.index_gosquotes_inhalt {
	float: left;
	width: 380px;
	background-color: #221918;
	border: 1px dotted #8a7005; 
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: center;
}

.index_gosquotes_inhalt_quotes {
	text-align: justify;
	
}

.lastpost_title {
	font-size:20px; 
	letter-spacing: -1px;
	text-transform: uppercase;
}

.index_theadpost_count {
	width: 300px;
	text-align: center;
}

.itc_element {
	width: 140px;
	padding: 5px;
	background-color: #1c1716;
	font-size: 10px;
	float: left;
	position: relative;
}

.itc_h1 {
	color:#cc8800; 
	font-family: 'Abril Fatface';
	font-size:17px; 
}


/* ############ FORMATIERUNG DER LINKS FÜR NEUES THEMA & NEUER BEITRAEGE */

.neuesThema {
        background-color: #221918;
        font-size: 14px;
        font-weight: bold;
}

.neuerBeitrag {
        background-color: #221918;
        font-size: 14px;
        font-weight: bold;
}

.geschlossen {
        background-color: #221918;
        font-size: 14px;
        font-weight: bold;
        text-decoration: line-through;
}

.button_postbit {
        font-family: tahoma; 
        font-size: 11px; 
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 2px;
        border-left: 10px solid #8a7005; 
        padding-left: 6px;
        background: #1c1716;
        line-height: 13px;
        margin-top: 0px;
        margin-bottom: -25px;
        padding-bottom: 0px;
}

.button_postbit:hover {
	background-color:#221918;
}

.button_postbit:active {
	position:relative;
	top:1px;
}

/* ############  PROFIL-FORMATIERUNG */

.smsbox {
		padding: 5px;
	    margin-left: 10px;
	    margin-right: 0px;
	    margin-top: 20px;
	    margin-bottom: 10px;
}

.profilbox_sms {
		background-color: #221918;
	    background-image: url(../../../styles/01/gfx/bg_tabelle.jpg);
        border: 1px dotted #8a7005; 
        font-size: 9px;
        letter-spacing: 1px;
        padding: 5px;
	    margin-left: 0px;
	    margin-right: 0px;
	    margin-top: 10px;
	    margin-bottom: 10px;
        text-transform: uppercase;
        text-align: justify;
		float:left;
	   	width: 900px;
}

.profilbox {
        background-color: #221918;
	    background-image: url(../../../styles/01/gfx/bg_tabelle.jpg);
        border: 1px dotted #8a7005; 
        font-size: 9px;
        letter-spacing: 1px;
        padding: 5px;
	    margin-left: 0px;
	    margin-right: 0px;
	    margin-top: 10px;
	    margin-bottom: 10px;
        text-transform: uppercase;
        text-align: justify;
		float:left;
	   	width: 930px;
}

.profil_general_quote {
	text-align: center;
	font-family: georgia;
	font-style: italic;
	font-size: 15px;
	line-height: 17px;
	width: 260px;
}

/* ############  HEADERTABELLE-FORMATIERUNG */

.headernavfix {
	   	position: fixed;
		margin-left: 0px;
		left: 50%;
		transform: translateX(-50%);
	   	width: 100%;
		height: 30px;
		margin-top: -30px;
		z-index: 20;
		background-image: url(../../../styles/01/gfx/bgindexnav.jpg);
}

.headernavfix ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-left: 120px;
	overflow: hidden;
	text-align: center;
	background-color:rgba(28, 23, 22, 0.6);
}

.headernavfix li {
  	float: left;
	margin-top: -2px;
}

.headernavfix li a {
  display: block;
  text-align: center;
  padding: 10px;
  margin-right: 3px;
  width: 145px;
  height: 12px;
  text-decoration: none;
  font-size: 12px;
  border: 1px dotted #8a7005; 
}

.headernavfix li a:hover {
  	background-color: #8a7005;
	color: #1c1716;
}

#circle {
		width: 95px;
		height: 95px;
		background-color: #1c1716;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
		border-radius: 50%;
		position: fixed;
		margin-left: 10px;
		margin-top: -10px;
		overflow: hidden;
}

.circle_img {
		width: 155px;
		height: 110px;
		 -moz-border-radius: 50px;
		-webkit-border-radius: 50px;
		border-radius: 50%;
		opacity: 0.7;
	    margin-left: -20px;
}

.headertab {
		background-color: #1c1716;
		border-bottom: 1px dotted #8a7005;
		border-left: 1px dotted #8a7005;
		border-right: 1px dotted #8a7005;
		padding: 5px;
}

.headertabelle {
        font-family: tahoma;
        font-size: 11px;
        line-height: 11px;
        letter-spacing: 0px;
		height: 260px;
		width: 350px;
}

.headerbox {
        padding-left: 5px;
	    padding-right: 5px;
        text-align: justify;
        font-size: 12px;
	    letter-spacing: 1px;
	    color: #cec6c5;
		height: 260px;
		width: 330px;
}

.headnav1 {
   	float: left; 
	width: 330px;
	background-image: url(../../../styles/01/gfx/bg_tabelle.jpg);
}

.headnav2 {
   float: left; 
   padding-right: 7px;
}

#headnav ul.headnav, li.headnav {
	list-style-type:none;
    margin: 0;
    margin-left: -40px;
	margin-top: -10px;
    padding: 0;
    overflow: hidden;
    float: none;
}

#headnav a:link, a:visited {
    display: inline-block;
    width: 330px;
    font-size: 10px;
    font-family: tahoma;
    background-color:rgba(28, 23, 22, 0.6);
    /* border-left: 10px solid #8a7005; */
	border-bottom: 2px solid #8a7005; 
    padding-left: 3px;
	padding-top: 4px;
	padding-bottom: 3px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#headnav a:hover, a:active {
    background-color: #8a7005;
	color: #1c1716;
}

/* ############ WETTER */

.head_weather {
	width: 330px;
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
}

.hw_element {
	width: 70px;
	height: 70px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: -5px;
	background-image: url(../../../styles/01/gfx/bg_tabelle.jpg);
	float: left;
	position: relative; 
	font-size:10px;
	text-transform: uppercase;
}

.hw_element2 {
	width: 70px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: -5px;
	background-image: url(../../../styles/01/gfx/bg_tabelle.jpg);
	float: left;
	position: relative;
	color:#cc8800; 
	font-size:10px;
	text-transform: uppercase;
}

.hw_h1 {
	font-family: 'Abril Fatface';
	font-size:17px; 
}

/* ############  KALENDER */

.kalender {
	width: 330px;
    height: auto;
    margin-left: 10px;
    padding: 4px;
    position: relative;
    display: inline-block;
	margin-top: -5px;
}
.head {
	font-size: 32px;
    letter-spacing: -3px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(90deg);
    margin-top: 60px;
    position: absolute;
    margin-left: -67px;
    opacity: 0.4;
}

.inhalt {
    width:320px;
    padding:0px;
    border:none;
	margin-left: 10px;
}
.text {
    width:15px;
    padding:6px;
	padding-left: 12px;
	padding-right: 12px;
    display:inline-block;
    position:relative; 
	filter:alpha(opacity=90);
	opacity:0.9;
	font-size: 9px;
	color: #cec6c5;
	font-family: tahoma;
    text-align:center;
}

.marker {
    width:15px;
    padding: 6px;
	padding-left: 12px;
	padding-right: 12px;
	display:inline-block;
	position:relative; 
	background-image: url(../../../styles/01/gfx/bg_tabelle.jpg);
	filter:alpha(opacity=70);
	opacity:0.7;
    font-family:arial;
    font-size:9px; 
	color:#cc8800; 
	font-family: tahoma;
	text-align:center;
}

.leer{
    width:15px;
    padding: 6px;
	padding-left: 12px;
	padding-right: 12px;
    display:inline-block;
    position:relative; 
	filter:alpha(opacity=40);
	opacity:0.4;
    font-size:9px; 
	font-style: italic;
    text-align:center;
}

.eventdate{
    width:15px;
    padding:6px;
	padding-left: 12px;
	padding-right: 12px;
    display:inline-block;
    position:relative; 
	filter:alpha(opacity=90);
	opacity:0.9;
	font-size: 9px;
	color: #5a86b5;
	font-family: tahoma;
    text-align:center;
}

.eventdate .info {
	visibility: hidden;
	width: 140px;
	background-color: #5a86b5;
	color: #cec6c5;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 120%;
	left: 50%;
	margin-left: -70px;
}

.eventdate .info::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #5a86b5 transparent transparent transparent;
}

.eventdate:hover .info {
  visibility: visible;
}

/* ############  DIE UEBERSCHRIFTEN */

h1 {
color:#cc8800; 
font-family: 'Abril Fatface';
font-size:35px; 
font-weight: normal;
letter-spacing: 1px; 
word-spacing:1px;
line-height: 36px;
text-align:center;
margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
z-index: 2;
}

h2 {
font-family: arial; 
font-style: italic;
font-weight: normal;
color: #D9E0D9; 
line-height: 10px; 
font-size: 10px; 
text-transform: uppercase; 
letter-spacing: 3px;
text-align:center;
margin-top: -20px;
margin-bottom: 2px;
padding-bottom: 0px;
z-index: 1;
}

h3 {
font-family: tahoma; 
font-size: 12px; 
font-weight: normal;
color: #cec6c5; 
text-transform: uppercase;
letter-spacing: 2px;
border-bottom: 1px dotted #8a7005; 
line-height: 15px;
margin-top: 0px;
margin-bottom: -25px;
padding-bottom: 0px;
}

/* ############  PROFILFELD */

h4 {
font-family: tahoma; 
font-size: 12px; 
font-weight: normal;
color: #cec6c5; 
text-transform: uppercase;
letter-spacing: 2px;
border-bottom: 1px dotted #8a7005; 
background: #221918;
line-height: 13px;
margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}

.postbit_regis_post {
	font-size: 11px;
	text-align: justify;
	border-top: 1px dotted #8a7005; 
	padding-left: 6px;
}

.profilicon {
    max-width: 250px;
    max-height: 130px;
    margin: auto; ' (Optional! Damit das Icon immer automatisch zentriert bleibt)
}

/* ############ POSTBIT */

.postbit_quote {
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-family: georgia;
	font-style: italic;
	font-size: 13px;
	line-height: 15px;
}

.ranggrad {
	font-size: 10px;
	letter-spacing: 1px;
	margin-top: -10px;
	background-color: #cc8800;
	color: #2B1E1E;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.postbit_schlagwort {
	border: 1px solid #1c1716;
	background-color: #1c1716;
	background-image: url(../../../styles/01/gfx/bg_tabelle.jpg);
	width: 220px;
	padding: 10px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 4px;
}

.author_name {
	font-size: 25px;
}

.author_avatar {
	border: 1px solid #1c1716;
	background-color: #1c1716;
	background-image: url(../../../styles/01/gfx/bg_tabelle.jpg);
	width: 310px;
	height: 220px;
	margin-left: 4px;
}

.postbit_profilfeld {
	width: 310px;
	height: 170px;
	margin-left: 4px;
	background-color: #1c1716;
	background-image: url(../../../styles/01/gfx/bg_tabelle.jpg);
	overflow:hidden;
	border-left: 1px solid #1c1716;
	border-right: 1px solid #1c1716;
	border-bottom: 1px dotted #8a7005;
}

.postbit_profilfeld_text {
	width: 98%;
	height: 170px;
	text-align: justify;
	overflow-y: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
  	scrollbar-width: none;  /* Firefox */
	padding-left: 2px;
    padding-right: 2px;
	padding-bottom: 18px;
	opacity: 0.9;
}

.postbit_profilfeld_text::-webkit-scrollbar {
    display: none;
}

/* ############ TEXTFORMATIERUNG */

i {
	font-family: georgia;
	letter-spacing: 1px;
	color: #cc8800;
}

b {
	font-family: verdana;
	font-size: 11px;
	letter-spacing: 1px;
	color: #cec6c5;
}

u {
	font-size: 10px;
	letter-spacing: 1px;
	margin-top: -10px;
	background-color: #cc8800;
	color: #2B1E1E;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

s {
color: #989898;
font-family: tahoma;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 1px;
}

.nature_table {
	padding: 3px;
	border-top: 5px solid #8a7005;
	border-bottom: 5px solid #8a7005;
	margin: 0;
	width: 700px;
	background: #221918;
	background-image: url(../../../styles/01/gfx/bg_tabelle.jpg);
}

.nature_table td {
	padding: 5px;
	vertical-align: top;
	width: 350px;
}

.nature_table u {
	font-size: 10px;
	letter-spacing: 1px;
	background-color: #cc8800;
	color: #2B1E1E;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.nature_table ul {
    list-style-type: none;	
}

.nature_table li {
	margin-left: -25px;
	margin-bottom: 8px;
}

.nature_table li:before {
	content: "» ";
	font-weight: bold;
	font-family: georgia;
	font-size: 18px;
	filter:alpha(opacity=70);
	opacity:0.7;
	color: #cc8800;
}

.nature_table .neben {
	filter:alpha(opacity=60);
	opacity:0.6;
}

.bildLinks {
 	float: left;
	margin: 5px;
	border: 1px solid #cc8800;
	
    /* -webkit-filter : hue-rotate(180deg);
     filter : hue-rotate(180deg); */
}
.bildRechts {
 	float: right;
	margin: 5px;
	border: 1px solid #cc8800;
}


.nature_list {
    display: block;
    padding: 26px 0 26px 26px;
	list-style-type: none;
    overflow: hidden;
    background: #221918;
    width: 600px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px dotted #5f5f5f;
}

.nature_list li {
    width: 550px;
    margin-right: 44px;
    margin-bottom: 15px;
    position: relative;
    text-align: justify;
}

.nature_list span {
    float: left;
    
    font: bold 15px sans-serif;
    text-align: center;
    color: #fff;
    line-height: 38px;
    
    width: 40px;
    height: 40px;
    background: #8a7005;
	width: 0; 
 	height: 0; 
  	border-right: 30px solid transparent;
  	border-bottom: 30px solid transparent;
	transform: rotate(-45deg);
  
  	#border-left: 60px solid green;
    #-webkit-border-radius: 50%;
    #-moz-border-radius: 50%;
    #border-radius: 50%;
    padding: 3px 5px;
    margin-right: 0.5em;
}

/* -------------  Divbox fuer Infotexte - Start */

.nature_div {
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 5px solid #8a7005;
	margin: 0;
	background: #221918;
	background-image: url(../../../styles/01/gfx/bg_tabelle.jpg);
}

/* -------------  Divbox fuer Infotexte - Ende */

/* -------------  Stundenplan - Start */

.nature_stundenplan {
	padding: 3px;
	border-top: 5px solid #8a7005;
	border-bottom: 5px solid #8a7005;
	margin: 0;
	background: #221918;
	background-image: url(../../../styles/01/gfx/bg_tabelle.jpg);
}

.nature_stundenplan td {
	padding: 5px;
	vertical-align: top;
	text-align: center;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 12px;
	letter-spacing: 1px;
	width: 100px;
}

.nature_stundenplan tr:nth-child(odd)
{
  background-color: #1c1716;
}

.nature_stundenplan b {
	color: #8a7005;
	font-family: 'Abril Fatface';
	font-size:14px; 
}

.nature_stundenplan u {
	background-color: #8a7005;
	color: #221918;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size:10px; 
	text-decoration: none;
	line-height: 12px;
}

.nature_sp_ags {
	color: #8a7005;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-size: 12px;
}

/* -------------  Stundenplan - Ende */

/* -------------  Timeline - Start */

.nature_timeline {
	padding: 3px;
	border-top: 5px solid #8a7005;
	border-bottom: 5px solid #8a7005;
	margin: 0;
	background: #221918;
	background-image: url(../../../styles/01/gfx/bg_tabelle.jpg);
	width: 700px;
}

.nature_timeline td {
	padding: 5px;
	vertical-align: top;
	font-size: 12px;
	letter-spacing: 1px;
}

.nature_timeline tr:nth-child(odd)
{
  background-color: #1c1716;
}

.nature_timeline u {
	background-color: #8a7005;
	color: #221918;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size:15px; 
	text-decoration: none;
	line-height: 12px;
}

.nature_jahr {
	color: #8a7005;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-size: 17px;
}

/* -------------  Timeline - Ende */


/* ############ GRUPPENFORMATIERUNG */
.admin {
color: #cec6c5;
letter-spacing: 1px;
border-bottom: 2px solid #cec6c5;
}

.mod {
color: #cec6c5;
letter-spacing: 1px;
font-style: italic;
border-bottom: 2px solid #cec6c5;
}

.bewerber {
color: #6c6f74;
}

.helden {
color: #6f784f;
}

.einwohner {
color: #8796b5;
}

.schurken {
color: #cec6c5;
}

.vigilante {
color: #a86f6f;
}

.vizard {
color: #637e96;
}

/* ############# GRUPPEN-LEGENDE */

.gruppenlegende {
	overflow: auto;
	margin-left: 15px;
	text-align:center;
	width: 210px;
	height: 140px;
	float: left;
}

.legende_counter {
	width: 30px;
	padding-top: 2px;
	color: #000;
	text-align:center;
	float: left;
}

.legende_text {
	font-family: arial;
	text-transform: uppercase;
	width: 100px;
	margin-left: 35px;
	padding-top: 4px;
	color: #000;
	position: relative;
	float: left;
}

.legende_helden {
	background-color: #6f784f;
	width: 200px;
	height: 25px;
	position: relative;
	margin-bottom: 2px;
}

.legende_einwohner {
	background-color: #8796b5;
	width: 200px;
	height: 25px;
	position: relative;
	margin-bottom: 2px;
}

.legende_vigilante {
	background-color: #a86f6f;
	width: 200px;
	height: 25px;
	position: relative;
	margin-bottom: 2px;
}

.legende_schurken {
	background-color: #cec6c5;
	width: 200px;
	height: 25px;
	position: relative;
	margin-bottom: 2px;
}

.legende_bewerber {
	background-color: #6c6f74;
	width: 200px;
	height: 25px;
	position: relative;
	margin-bottom: 2px;
}

/* ############# LEGENDE - PARTNER */

.partner {
	overflow: auto;
	padding-left: 10px;
	margin-left: 5px;
	margin-top: 3px;
	width: 280px;
}

.partner_platzhalter {
	background-color: #1c1716;
	width: 88px;
	height: 31px;
	margin-left: 3px;
	margin-bottom: 3px;
	float: left;
	position: relative;	
}

/* ############# MEMBERLIST */

.mitglied {
	float: left;
	margin-left: 30px;
	margin-bottom: 10px;
	width:240px;
}

.memberL_name {
	text-align: center;
	font-size: 15px;
	letter-spacing: 1px;
	font-family: 'Open Sans Condensed', sans-serif;
	margin-bottom: 2px;
}

.memberL_avatar {
	text-align: justify;
}

.memberL_charbox {
	text-align: center;
	font-size: 12px;
	font-family: arial;
	margin-top: 3px;
	padding: 5px;
}

/* ############# MEMBERLIST ENDE*

/* ############# STECKBRIEF TABS */

[type=radio]:checked ~ label  ~ .tab-contentprofil { /* Defintion des ausgewählten Feldes */

		color: #cec6c5 !important;
		text-decoration: none;
		display: block;
		padding: 3px;
		
     }

.tabs_profil input[type=radio] {
         position: absolute;
         display: none; 
     }

.tabs_profil {
		width: 970px; 
		float: none;
		list-style: none;
		position: relative;
		padding: 0;
		margin:auto;
		margin-top: -20px;
		margin-bottom: 0px;
		height: 800px; /* Höhe muss definiert werden, damit Inhalt nicht überlappt */
     }

.tabs_profil li:first-child{
		float:left;
		margin-left:5px;
     }

.tabs_profil li{
       float:left; /* entweder rechts oder links */

     }

.tabs_profil label { /* Defintion der anklickbaren Felder */
		font-family:  Arial, Sans-Serif;
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: 3px;
		color: #cec6c5 !important;
		display: block;
		background-color: #221918;
		border-bottom: 2px solid #8a7005;
		margin-right: 8px;
		margin-left: 8px;
		margin-top: 25px;
		padding: 3px;
		font-weight: bold;
		position: static;
     }

.tabs_profil label:hover {
		background-color: #8a7005;
		color: #221918;
		text-decoration: none;
     }
        
[type=radio]:checked ~ label ~ .tab-contentprofil {
		display: block;
     }

.tab-contentprofil{ /* Hier wird des ganz normale Inhalt des Tabs definiert wie Schrift, Farbe, Zeilenhöhe etc */
		z-index: 2;
		display: none;
		width: 960px;
		height: 800px;
		overflow-y: scroll;
		-ms-overflow-style: none;  /* IE and Edge */
  		scrollbar-width: none;  /* Firefox */
		padding-top: 10px;
	    margin-top: 15px;
		padding: 5px;
		position: absolute;
		top: 34px;
		left: 0;
		text-align: justify;
		box-sizing: border-box;
		font-size: 11px !important;;
		color: #cec6c5;
}

.tab-contentprofil::-webkit-scrollbar {
		display: none;
}

.profilansicht {
		width: 1390px;
		margin-left: 0px;
	
}

.infos {
		float: left;
		padding: 3px;
		width: 400px;
		height: 800px;
		margin-top: 30px;
		margin-left: 15px;
		background-image: url(../../../styles/01/gfx/bg_tabelle.jpg);
}

.profildiv {
		float: left;
		padding: 3px;
		width: 960px;
		height: 700px;
		
}

.profildiv_content {
		width: 960px;
		height: 700px;
		overflow: auto;
		padding-left: 5px;
		padding-right: 5px;
		overflow-y: scroll;
		overflow: inherit;
		-ms-overflow-style: none;  /* IE and Edge */
  		scrollbar-width: none;  /* Firefox */
}

.profildiv_content::-webkit-scrollbar {
		display: none;
}

/* ############# STECKBRIEF TABS - ENDE*/

/* ############# STECKBRIEF PROFIL - START*/

/* -------------  Trennlienie */

.hr_steckbrief {
	width: 80%;
	border-top: 1px dotted #000;
	margin-left: 12%;
	margin-top: 10px;
}

/* -------------  Profilbild */

.steckbrief_bild {
	float: left;
	width: 260px;
	height: 300px;
	border: 1px solid #8a7005;
	margin-right: 15px;
}

.steckbriefbild {
    max-width: 260px;
    max-height: 300px;
}

/* -------------  Zusammenfassung */

.steckbrief_kurz {
	float: left;
	padding: 3px;
	width: 320px;
	height: 300px;
	padding-left: 5px;
	padding-right: 5px;
}

.steckbrief_kurz_inhalt {
	width: 320px;
	height: 300px;
	overflow: auto;
	padding-left: 5px;
	padding-right: 5px;
	overflow-y: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.steckbrief_kurz_inhalt::-webkit-scrollbar {
		display: none;
}

/* -------------  Kurzinfos */

.steckbrief_kurzinfos {
		width: 940px;
}

.steckbrief_kurzinfos_box {
	float: left;
	width: 170px;
	height: 60px;
	background-color: #221918;
	border: 1px dotted #8a7005; 
	padding: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	font-family: georgia;
	font-size: 18px;
	text-align: center;
}

.steckbrief_kurzinfos_box_ueber {
	font-family: Arial, Sans-Serif;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}

/* -------------  General Stuff */

.stuff_general {
	background-image: url(../../../styles/01/gfx/bg_tabelle.jpg);
}

.sg_icon {
	margin-left: 5px;
	margin-right: 20px;
	float: left;
}

.sg_quote {
	float: left;
	text-align: justify;
	font-family: georgia;
	font-style: italic;
	font-size: 13px;
	margin-top: 10px;
    width: 450px;
}

.sg_quote h4 {
		font-style: normal;
}

/* -------------  Charakter */

.steckbrief_charaketer {
	width: 960px;
}

.steckbrief_charaketer_inhalt {
	text-align: justify;
	padding-left: 15px;
	padding-right: 20px;
}

/* -------------  Staerken/Schwaechen und Vorlieben/Abneigungen */

.steckbrief_charaketer_inhalt_ss {
	float:left;
	margin-top: 20px;
	margin-left: 5px;
	padding: 5px;
	width: 210px;
	height: 100%;
	text-align: left;
}

.steckbrief_charaketer_inhalt_list {
	padding: 5px;
	list-style: circle;
	text-transform: uppercase;
	display:grid;
	line-height: 11px;
	grid-row-gap: 3px;
  	grid-template-columns: auto auto 1;
}

.steckbrief_charaketer_inhalt_list li:first-child{
	margin-left: 25px;
	margin-top: 8px;
}

.steckbrief_charaketer_inhalt_list li {
	margin-left: 25px;
}

.steckbrief_charaketer_inhalt_list li:after { 
     'content: "\A";
	 'padding-right: 20px;
     'white-space: pre; 
}

/* -------------  Wusstest du schon, dass... */

.steckbrief_charaketer_inhalt_wissen {
}

.steckbrief_charaketer_inhalt_wissen_list {
	padding-top: 5px;
	padding-bottom: 5px;
  list-style-type: none;
	list-style-position: outside;
	line-height: 15px;
  text-indent:-38px;
}

.steckbrief_charaketer_inhalt_wissen_list li:before {
  content: "... ";
  padding-left: 10px;
  padding-right: 10px;
}


.steckbrief_charaketer_inhalt_wissen_list li:first-child{
	margin-left: 25px;
	float:none;
}

.steckbrief_charaketer_inhalt_wissen_list li {
	margin-left: 25px;
	padding-right: 3px;
  padding-left: 25px;
	 float:none;
}

.steckbrief_charaketer_inhalt_wissen_list li:nth-child(1):after { 
     'content: "\A";
     'white-space: pre; 
}

/* -------------  Familie */

.steckbrief_familie {
	width: 95%;
	margin-left: 25px;
}

.steckbrief_familie_inhalt {
	padding: 5px;
	list-style: none;
	margin-bottom: 10px;
}

.steckbrief_familie_inhalt b {
	color: #8a7005;
	font-family: 'Abril Fatface';
	font-weight: bold;
	font-size:14px; 
}

.steckbrief_familie_inhalt u {
	background-color: #8a7005;
	color: #221918;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size:10px; 
	text-decoration: none;
	line-height: 12px;
	padding-right: 10px;
    padding-left: 10px;
}

.steckbrief_familie_inhalt li:first-child{
	margin-left: 5px;
}

.steckbrief_familie_inhalt li:before {
  	content: url(/styles/01/gfx/steckbrief_fam.png);
  	padding-right: 8px;
	float: left;
	vertical-align:middle;
}

.steckbrief_familie_inhalt li {
	margin-left: 5px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #8a7005;
}

/* -------------  Geheimnis, Gegenstand */

.steckbrief_importantstuff {
	padding: 5px;
}

.steckbrief_importantstuff b {
	color: #8a7005;
	font-family: 'Abril Fatface';
	font-weight: bold;
	font-size:14px; 
}

.si_gegenstand {
	float: left;
	width: 450px;
	padding: 10px;
}

.si_geheimnis {
	float: left;
	width: 450px;
	padding: 10px;
}

/* -------------  Akteneintrag */

.steckbrief_akten {
	padding: 5px;
	list-style: none;
	margin-bottom: 10px;
}

.steckbrief_akten_inhalt b {
	color: #8a7005;
	font-family: 'Abril Fatface';
	font-size: 11px; 
}

.steckbrief_akten_inhalt li:first-child{
	margin-left: -20px;
}

.steckbrief_akten_inhalt li:before {
  	content: "   ➤ ";
  	padding-right: 8px;
	float: left;
	vertical-align:middle;
}

.steckbrief_akten_inhalt li {
	margin-left: -20px;
	margin-bottom: 10px;
	padding: 5px;
	width: 900px;
	list-style: none;
	border: 1px solid #8a7005;
}

/* -------------  Quirk, Schwaeche, Faehigkeit, Kostuem */

.quirk_shortinfo {
	margin-left: 20px;
}

.qs_label {
	background-color: #8a7005;
	color: #221918;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 19px;
	font-family: Arial, Sans-Serif;
	text-align: center; 
	width: 170px;
	height: 60px;
	padding: 5px;
	float: left;
	margin-right: 40px;
}

.qs_name {
	float: left;
	width: 170px;
	height: 60px;
	background-color: #221918;
	border: 1px dotted #8a7005; 
	padding: 5px;
	margin-right: 55px;
	margin-bottom: 10px;
	font-family: georgia;
	font-size: 18px;
	text-align: center;
}

.quirk_detail {
	margin-left: 20px;
	overflow: hidden;
	min-height: 130px;
}

.qd_label {
    font-size: 32px;
	font-family: 'Abril Fatface';
	color:#cc8800; 
    letter-spacing: 3px;
    font-weight: bold;
    text-align: center;
    transform: rotate(270deg);
    margin-top: 55px;
    margin-left: 30px;
    margin-right: 85px;
    float: left;
	
}

.qd_detail {
	width: 690px;
	text-align: justify;
	overflow: hidden;
}

.quirk_schwaeche {
	margin-left: 20px;
	overflow: hidden;
}

.qs_schwaeche {
	width: 690px;
	text-align: justify;
	overflow: hidden;
}

.steckbrief_basicstuff {
	padding: 5px;
}

.steckbrief_basicstuff b {
	color: #8a7005;
	font-family: 'Abril Fatface';
	font-weight: bold;
	font-size:14px; 
}

.sb_grundfaehigkeit {
	float: left;
	width: 450px;
	padding: 10px;
}

.sb_kostuem {
	float: left;
	width: 450px;
	padding: 10px;
}

/* ############# STECKBRIEF PROFIL - ENDE*/

/* ############# RELATIONS PROFIL - START*/

.relations_type_box {
	width: 100%;
	height: 390px;
	overflow: auto;
	text-align: center;
}

.relations_entry_box {
	width: 280px;
	height: 175px;
	overflow: hidden;
	border-left: 1px solid #8a7005;
	border-right: 1px solid #8a7005;
	border-bottom: 10px solid #8a7005;
	float: left;
}

.relations_entry_text {
	width: 290px;
	height: 175px;
	text-align: justify;
	overflow: auto;
	padding-left: 5px;
    padding-right: 13px;
}

.relations_delete {
	border-top: 1px dotted #000;
	margin-top: 5px;
	font-size: 10px;
	text-align: right;
}

.relations_text {
	text-align: justify;
}

.relations_avatar {
	width: 120px;
	float:left;
}

.relations_name {
	width: 120px;
	margin-top: 40px;
	padding-right: 5px;
	font-size: 16px;
	float:left;
}

.relations_npc_text {
	border-bottom: 1px dotted #000;
	margin-top: 5px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.end_float {
	clear: both;
}

/* ############# RELATIONS PROFIL - ENDE*/

/* ############# LISTEN - START */

.listen {
	width: 1200px;
	height: 100px;
	text-align: center;
}

.listen_box {
	float: left;
	width: 200px;
	height: 40px;
	background-color: #221918;
	border: 1px dotted #5f5f5f; 
	padding: 5px;
	padding-top: 20px;
	margin-left: 25px;
	margin-bottom: 10px;
	font-family: georgia;
	font-size: 16px;
	text-align: center;
}

.listen_box:hover{
	background-color: #8a7005;
}

.listen_box a:hover, a:active {
	background-color: #8a7005;
	color: #221918;
}

/* ############# LISTEN - ENDE */

/* ############# CHARAKTERVORSTELLUNG - START */
/* BOX
*/ #steckbrief_naturalbox { box-sizing: border-box; width: 550px; background: #2B1E1E; background-image: url(../../../styles/01/gfx/bg_tabelle.jpg); border-top: solid 5px #8a7005; border-bottom: solid 5px #8a7005; padding: 10px;} /*
TOPBOX
*/ #steckbrief_naturaltopbox { 530px; height: 300px; } /*
HEADER
*/ #steckbrief_naturalheader { border: dotted 1px #cec6c5; float: left; width: 260px;} /*
SHORTFACTS
*/ #steckbrief_naturalshortfacts { padding: 5px; text-align: center; float: left; width: 230px;} /*
TITEL
*/ #steckbrief_naturaltitel { font-family: 'Julius Sans One', sans-serif; font-size: 30px; text-transform: uppercase; color: #cec6c5;} /*
UNTERTITEL
*/ #steckbrief_naturalfacts { font-family: arial; font-size: 13px; color: #cec6c5; line-height: 20px; } /*
INHALTBOX
*/ .steckbrief_naturalinhalt { background: #221918; margin-top: 5px; padding: 15px; font-family: arial; font-size: 12px; text-align: justify; color: #cec6c5; border: dotted 1px #8a7005;;} /*
MARKIERUNG
*/ .steckbrief_fragi { font-family: georgia; background-color: #cc8800; color: #2B1E1E; text-transform: uppercase; letter-spacing: 1px; font-size: 12px; padding-left: 5px; padding-right: 5px;} /*

/* ############# CHARAKTERVORSTELLUNG - ENDE */

/* ############ FORMATIERUNG DER NEWS - START */

#nature_news { 
	width: 600px; 
	background: #221918; 
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	margin-top: 50px; 
	border-radius: 20px; 
	border: 1px dotted #5f5f5f; 
	padding: 26px 0 26px 26px; 
	z-index: 1; 
	overflow: hidden;
} 

.news_headline { 
	text-align: left; 
	margin-top: -60px; 
	margin-left: 10px; 
	font-family: 'Julius Sans One', sans-serif; 
	font-size: 30px; 
	letter-spacing: 2px; 
	color: #6a3f43; 
	z-index: 2; 
	position: absolute;
} 

.news_text { 
width: 555px; 
	margin-right: 30px; 
	margin-bottom: 15px;  
	position: relative; 
	text-align: justify; 
	font-family: arial; 
	font-size: 13px;  
	color: #cec6c5; 
}

/* ############ FORMATIERUNG DER NEWS - ENDE */

/* ############# Modal Start */

.blocker {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
overflow: auto;
z-index: 9999;
padding: 20px;
box-sizing: border-box;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.75);
text-align: center;
}

.blocker:before{
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.05em;
}

.blocker.behind {
background-color: transparent;
}

.modal {
width: 400px;
text-align: left;
background: #cec6c5;
display: inline-block;
vertical-align: middle;
position: relative;
z-index: 2;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-o-border-radius: 8px;
-ms-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: 0 0 10px #000;
-moz-box-shadow: 0 0 10px #000;
-o-box-shadow: 0 0 10px #000;
-ms-box-shadow: 0 0 10px #000;
box-shadow: 0 0 10px #000;
}

.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 */

.spoiler_active {
	padding: 5px;
	background-color: #a5161a;
	width: 1380px;
	height: 25px;
	letter-spacing: 1px;
}

.spoiler_active u {
	background-color: #cec6c5;
	color: #a5161a;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}

.comment_message {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.listen_quirk {
	width: 330px;
	padding-left: 2px;
	padding-right: 6px;
	padding-bottom: 50px;
	text-align: left;
	float: left;
	display: inline-block;
}

.listen_quirk u {
	background-color: #cec6c5;
	color: #a5161a;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}

/* -------------  Fahndungsliste - Start */

.fahndung_box {
	float: left;
	width: 600px;
	padding-left: 70px;
	padding-right: 20px;
	padding-bottom: 50px;
	text-align: justify;
}

.fb_liste {
	font-size: 13px;
	font-family: Monaco, Consolas, Courier, monospace;
	padding-right: 20px;
	padding-left: 20px;
	border-bottom: 1px dotted #8a7005;
	background-image: url(../../../styles/01/gfx/bg_tabelle.jpg);
}

/* -------------  Fahndungsliste - Ende */
		