body {
	background: #efefef;
	color: #000;
	font-family: Monda;
	font-size: 13px;
	text-align: center; /* IE 5 fix */
	line-height: 1.4;
        background-image: url(../../../images/Temptation/bg.png);
        background-attachment: fixed; background-position: center;
}

a:link {
	color: #9F4036;
	text-decoration: none;
}

a:visited {
	color: #9F4036;
	text-decoration: none;
}

a:hover, a:active {
	color: #9F4036;
	text-decoration: none;
}

#container {
	background: #270b09;
	width: 900px;
	color: #ffffff;
	border: 1px solid #270b09;
	margin: auto auto;
	padding: 20px;
	text-align: left;
	font-family: Monda;
	font-size: 11px;
        margin: auto auto;
}

/* test */

.wrapper {
	width: 100%;
	min-width: 800px;
	max-width: 800px;
	margin: auto auto;
}

#content {
	/* FIX: Make internet explorer wrap correctly */
	width: auto !important;

}

.menu ul {
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	padding: 4px;
}

.menu ul a:link {
	color: #ffffff;
	text-decoration: none;
}

.menu ul a:visited {
	color: #ffffff;
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	color: #ffffff;
	text-decoration: none;
}

#panel {
	background: #2c0d0a;
	color: #ffffff;
	border: 1px solid #2c0d0a;
	padding: 8px;
	font-size: 11px;
        inline-width: 796px;
}

#panel .remember_me input {
	vertical-align: middle;
	margin-top: -1px;
}

table {
	color: #ffffff;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

.tborder {
	background: #270b09;
	width: 100%;
	margin: auto auto;
	border: 1px solid #270b09;
}

.thead a:link {
	color: #ffffff;
	text-decoration: none;
}

.thead a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #ffffff;
	text-decoration: underline;
}

.tcat {
	background: #270b09;
	color: #ffffff;
	font-size: 12px;
}

.tcat a:link {
	color: #ffffff;
}

.tcat a:visited {
	color: #ffffff;
}

.tcat a:hover, .tcat a:active {
	color: #ffffff;
}

.trow1 {
	background: #2c0d0a;
}

.trow2 {
	background: #2c0d0a;
}

.trow_shaded {
	background: #2c0d0a;
}

.trow_selected td {
	background: #2c0d0a;
}

.trow_sep {
	background: #2c0d0a;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	background: #2c0d0a;
	color: #ffffff;
        text-align: right;
}

.tfoot a:link {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:visited {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #ffffff;
	text-decoration: underline;
}

.bottommenu {
	background: #efefef;
	color: #2c0d0a;
	border: 1px solid #4874a3;
	padding: 10px;
}

.breadcrumb {
	font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    overflow: hidden;
    margin: auto;
    padding: 0;
    color: #9F4036;
    border: 1px solid #270b09;
    height: 40px;
    border-radius: 3px;
}

.breadcrumb .crust {
    display: block;
    float: left;
    position: relative;
}

.breadcrumb .crust:first-child a.crumb {
    padding-left: 10px;
	border-radius: 4px 0 0 4px;
}

.breadcrumb .crust a.crumb, .breadcrumb .crust b.lastcrumb {
    text-decoration: none;
    padding: 5px 5px 5px 30px;
    margin-bottom: -1px;
	line-height: 30px;
    outline: 0 none;
    display: block;
    color: #9F4036;
    text-decoration: none;
	transition: all 0.3s ease;
    background: #270b09;
	box-shadow: inset 0 1px 0 0 #270b09;
}

.breadcrumb .crust b.lastcrumb {
    background: transparent none;
}

.breadcrumb .crust .arrow {
    border: 20px solid transparent;
    border-right: 1px none;
    border-left-color: #270b09;
    display: block;
    position: absolute;
    right: -21px;
    top: 0;
    z-index: 1;
    width: 0px;
    height: 0px;
}

.breadcrumb .crust .arrow span {
    border: 20px solid transparent;
    border-right: 1px none;
    border-left-color: #270b09;
    display: block;
    position: absolute;
    left: -21px;
    top: -20px;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 9999px;
    width: 0px;
    height: 0px;
	transition: all 0.3s ease;
}

.breadcrumb .refresh:hover {
    background-position: 0px -16px;
}

.breadcrumb .crust:hover a.crumb {
    text-decoration:none; 
    cursor: pointer;
    background: #2c0d0a;
	transition: all 0.3s ease;
}

.breadcrumb .crust:hover .arrow span {
 
    border-left-color: #2c0d0a;
	transition: all 0.3s ease;
}

.navigation a:link {
	text-decoration: none;
}

.navigation a:visited {
	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	text-decoration: none;
}

.smalltext {
	font-size: 10px;
              font-family: "Monda";
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

input.textbox {
	background: #270b09;
	color: #ffffff;
	border: 1px dotted #2c0d0a;
	padding: 1px;
}

textarea {
              background: #2c0d0a;
	color: #ffffff;
              border: 2px solid #270b09;
              box-shadow: inset 0px 1px 6px 2px #270b09;
	padding: 1px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.6;
	font-size: 12px;
              resize: none;
}

select {
        font-size: 11px;
        font-family:  Tahoma,Helvetica;
	background: #270b09;
        color: #ffffff;
	border: 1px solid #2c0d0a;
}

input {
background: #270b09;
border: 2px solid #2c0d0a;
color: #ffffff;
font-family: 'Monda';
font-size: 10px;
padding: 4px;
text-transform: none;
}

b {
color: #9F4036; text-transform:uppercase; font-size:11px; font-family: Calibri;  font-weight:italic;
}

i {
 color:#9F4036; word-spacing:1px; font-size:11px; font-family: Calibri;
}

i1 {
    color: #9F4036; font-size: 14px; font-family: Calibri; font-style: italic; text-transform: uppercase; letter-spacing: 2px;
}

u {
color:#9F4036; word-spacing:1px; font-size:11px; font-family: Calibri;
}

s {
 color:#9F4036; word-spacing:1px; font-size:11px; font-family: Calibri;
}

.header {
 height: 370px; 
width: 900px; 
opacity: 0.7;
position: relative; 
top: 50px; 
left: 35px;
}

.teambild {  
overflow: hidden;
opacity: 0.0; 
transition-delay: 0.2s; 
transition-duration: 0.2s; 
transition-property: all; 
transition-timing-function: ease;
-moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
}


.teambild:hover {
 opacity: 0.7;
}

.partner {
  border-radius: 29px;
  margin: 2px;
}

.alink1 a {
color: #9F4036;
text-decoration: none;
transition-duration: 0.5s; 
transition-property: all; 
transition-timing-function: ease;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
}

.alink1 a:hover {
color: #9F4036;
background-color: #45bbd0;
opacity: 0.4;
}

#sidetable {
padding-top: 10px;
padding-bottom: 10px;
position: fixed;
top: 0px;
left: 0px;
right: 0px;
align: center;
height: 12px;
width: 100%;
background: #270b09;
}

.navilink {
	color: #9F4036;
	text-transform: uppercase;
	display: inline-block;
	text-shadow: #000000 0px 0px 0px;
	font-family: 'Abel', sans-serif;
	font-size: 16px;
}

 .tpl1 {
    font-family: Calibri;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
}

.tpl2 {
    font-family: Calibri;
    font-size: 12px;
    text-transform: uppercase;
    color: #9F4036;
    font-style: oblique;
}

h1 {
box-sizing: border-box; 
height: 15px; 
border-left: 80px solid #9F4036; 
border-right: 80px solid #9F4036;
background: #270b09; 
color: #9F4036; 
font-family: 'Calibri'; 
font-size: 8px; 
text-transform: uppercase; 
letter-spacing: 3px; 
line-height: 1.6em;
text-align: center;
}

h2 {
height: 15px; 
border-bottom: 2px solid #9F4036; 
background: #270b09; 
text-align: center; 
color: #9F4036; 
font-family: 'Calibri'; 
font-size: 8px; 
text-transform: uppercase; 
letter-spacing: 3px; 
line-height: 1.6em; 
font-style: none;
}

h3 {
    font-family: Georgia;
    font-size: 14pt;
    font-variant: small-caps;
    text-align: center;
    background: #270b09;
    line-height: 14pt;
    color: #9F4036;
    margin: 0px 0px;
    font-weight: normal;
    border-bottom: 1px solid #9F4036;
    height: 18px;
}

h4 {
box-sizing: border-box;  
background: linear-gradient(to bottom, #270b09, #9F4036); 
border-left: 70px solid #270b09;  
border-right: 70px solid #270b09; 
text-align: center; color: #ffffff; 
font-family: 'Calibri'; 
font-size: 8px; 
text-transform: uppercase; 
letter-spacing: 3px; 
height: 15px; 
line-height: 1.6em;
}

h5 {
background-color: #270b09;
font-family: 'Monda';
text-align: center;
font-size: 10px; 
color: #9F4036;
line-height: 30%;
margin-top: 6px;
font-weigh: light;
}

h6 {
background-color: #270b09;
font-family: Calibri;
text-align: center;
height: 15px;
font-size: 9px; 
font-style: italic;
color: #9F4036;
font-weigh: 300;
border-bottom: 2px solid #9F4036; 
border-top: 2px solid #9F4036; 
letter-spacing: 1px;
text-transform: none;
}

.tabelle {
font-family: 'Monda'; 
letter-spacing:2px; 
font-size:9px; 
padding-left:7px; 
padding-right:7px;  
color:#bcbebe; 
line-height:10px; 
text-align: justify;
text-transform: uppercase;
}

forentitel {
color: #9F4036;
font-family: 'Saira Condensed', sans-serif;
font-size: 28px;
font-weight: 300;
line-height: 0%;
height: 15px;
padding: 1px;
letter-spacing: 0.1em;
text-align: center;
text-shadow: 1px 1px 1px #000000;
text-transform: none;
}

g1 {
    color: #a52a2a;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px dashed; //ADMIN//
}

g2 {
    color: #a52a2a;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic; 
    border-bottom: 1px dashed; //MODERATOR//
}

g3 {
    color: #4682b4;
    font-weight: normal;
    text-transform: uppercase;
    font-style: normal; // Club Crew//
}

g4 {
    color: #6b8e23;
    font-weight: normal;
    text-transform: uppercase;
    font-style: normal; // Inhabitant//
}

g5 {
    color: #ba55d3;
    font-weight: normal;
    text-transform: uppercase;
    font-style: normal; // Sklaven//
}

g6 {
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: line-through;
    font-style: normal; // Applicants//
}



headline {
font-family: 'Monda', sans-serif;
font-size: 20px;
font-style: oblique;
border-bottom: 4px dashed ##675e5c;
text-align: center;
margin-left: 40px;
margin-right:40px;
}

.forumdesc {
background: #2c0d0a;
color: #ffffff;
font-family: "Calibri";
font-size: 11px;
font-weight: lighter;
margin-left: 10px;
margin-right: 10px;
padding: 5px;
text-align: justify;
text-transform: uppercase;
}

headline2 {
font-family: 'Monda', sans-serif;
font-size: 16px;
font-style: oblique;
text-decoration: underline;
}


}

.editor {
	background: #242323;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #242323;
	border: 1px solid #1e1b1d;
}

.autocomplete {
	background: #fff;
	border: 1px solid #000;
	color: black;
}

.autocomplete_selected {
	background: #adcee7;
	color: #000;
}

.popup_menu {
	background: #191d24;
	border: 1px solid #2c0d0a;
}

.popup_menu .popup_item {
	background: #2c0d0a;
	color: #ffffff;
}

.popup_menu .popup_item:hover {
	background: #2c0d0a;
	color: #ffffff;
}

.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: #000000;
	color: #ffffff;
	height: 1px;
	border: 0px;
}

#copyright {
	font: 11px Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 10px 0 0 0;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

blockquote {
	margin: 0;
	padding: 4px;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	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: #2c0d0a;
	border: 1px solid #270b09;
	padding: 4px;
}

.codeblock .title {
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
	margin: 4px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	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: #270b09;
	border: 1px solid #ffffff;
	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;
}

.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 #2c0d0a;
}

.pagination .pagination_current {
	background: #270b09;
	border: 1px solid #2c0d0a;
	font-weight: bold;
	color: #ffffff;
}

.pagination a:hover {
	background: #270b09;
	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;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.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: 5px;
}

.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;
}

/** 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: #270b09;
	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 **/

/*** Wer war online becky version ***/
.becky1 {
width: 880px; 
border: 7px solid #2B0C0A; 
background: #200b09;
}

.becky2 {
background: #210A08;
background-image:url(../../../);
background: #210A08;
}
		
.becky3 {
text-transform:None; 
font-family:Calibri; 
letter-spacing:2px; 
font-size:10px; 
padding-top:2px; 
padding-left:7px; 
padding-right:7px;  
color:#ffffff; 
line-height:12px;
}

.select2-search input {
    color: #000 !important;
}
/*** Wer war online becky version Ende***/		
		
		
		