body {
	   background-color: #222222;
	}

/* Proposed base palettes: http://paletton.com/palette.php?uid=7170u0kRZsauvM8PGFkTsm6Vrfi */

/* pushfooter */
html, body {
       height: 100%;
    }

#wrap {	
    height: 100%;
    height: auto !important;
    min-height: 100%;
}

#footer {
    width: 100%;
    height: 222px;
    margin-top: 0px;
    background-color: #555555 !important;
    
    /*background: url("images/danga.png") repeat-x top left;*/
    
    color: #ededed;
    clear: both;
    position: relative;
    text-align: left;
    
    /*border-radius: 1em 1em 0 0;
    -moz-border-radius: 1em 1em 0 0;
    -webkit-border-radius: 1em 1em 0 0;*/
}

/* dayz css */

.content {
	background-color: white;
	border-radius: 0.5em 0.5em;
    -moz-border-radius: 0.5em 0.5em;
    -webkit-border-radius: 0.5em 0.5em;
    margin: 1em;
    padding: 1em;
    border: 1px black solid;
    padding-left: 2.2em;
    padding-right: 2.2em;
}

/* weltenfall css */
#header_logo {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
	background: url("files/weltenfall_topbar_black.png") repeat top left;
	width: 100%;
	min-width: 100%;
	height: 43px;
	font-size: x-small;
	font-family: 'Andale Mono', 'Courier New', monospace;
	vertical-align: top;
	color: #FFFFFF;
	}

#page_outer {
    /* border:1px dotted #000000; */
    width: 982px; /*758 ?*/
    /* max-width: 1000px; */
    margin: 15px auto; /* auto schwingt das teil in die mitte! */
    padding-top: 45px;
}

#page_outer_strict {
    /* border:1px dotted #000000; */
    width: 758px; /*758 ?*/
    margin: 15px auto; /* auto schwingt das teil in die mitte! */
    /*padding:0;*/
}

#page_fck {
    /* border:1px dotted #000000; */
    background-color: #000000;
    background: url("files/fck_background.png") repeat top left;
    text-align:left;
    padding: 2px;
}

#page {
    /* border:1px dotted #000000; */
    /* background-color: inherit; */
    background: url("files/trans.png") repeat top left;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    text-align:left;
    min-height: 400px;
    padding: 5px;
}

.mceContentBody {
	background-color: #FAFAFA;
	}

#page_inner {
	border: 1px solid #c6ad3f;
	}

#page_top {
	
	}

#content {
    width: 700px;
    right: 10px;
    float: none;
}


#section_after_body {
    width: 600px;
    background-color: #131313;
    background: url("files/trans.png") repeat top left;
    margin: 50px auto;
    margin-bottom: 0px;
    position: static;
    bottom: 0;
    text-align:center;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
}

#header_logo {
        position: relative;
    }

    
#page_top h1 .dark_gold  {
    color: #c6ad3f;
    }

#page_top h1  {
    color:#c9af3f;
    border-color: #c6ad3f;
    border-bottom: none;
    text-shadow:black 3px 2px 4px;
    }

#page_top h1 {
    background-color: inherit;
    font-size: 150%;
    font-weight: normal;
    font-family: 'Calligraffitti', cursive;
    margin: 0 0 1em 0;
    padding: 0.5em 0 0 0;
    border-bottom: 1px solid #c6ad3f;
    background: url("files/smallfireline.png") repeat-x bottom right;
    clear: none;
}

#page_top h2 {
    background-color: inherit;
    font-size: 130%;
    font-weight: normal;
    margin: 0 0 1em 0;
    padding: 0.5em 0 0 0;
    border-bottom: 1px solid #c6ad3f;
    background: url("files/smallfireline2.png") repeat-x bottom right;
    clear: none;
}

.smallfire {
    background: url("files/smallfireline.png") repeat-x bottom right;
    }

.smallfire2 {
    background: url("files/smallfireline2.png") repeat-x bottom right;
    }

.marble {
    color: #010101;
    background: #FBFBFB url("files/light_swirl_marble.jpg") repeat bottom right;
    }
    
.marble :hover {
    border: 1px solid #c6ad3f;
    }

.corner {
    line-height: normal;
    padding: 0px;
    margin: 0px;
    
    }

.white {
    /* border:1px dotted #000000; */
    /* background-color: inherit; */
    background: url("files/trans.png") repeat top left;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    }

.yello {
    /* border:1px dotted #000000; */
    /* background-color: inherit; */
    background: url("files/trans_gold.png") repeat top left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color:#000000;
    }

hr {
    color:#c6ad3f;
    background: #c6ad3f url("files/goldstriperight.png") repeat-y top right;
    }

td {
    border-bottom: thin none;
    }

.collapsible {
	width: 90%;
	background-color: #CCCCCC; 
	color: black;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 2px;
    padding-left: 20px;
	}

.collapsible h2 {
	color: black;
	}

.collapsible * {
	color: black;
	}

.black-text {
	color: black;
	}

.collapsible:HOVER {
    background-color: #DDDDDD; 
    }

.collapsible.open {
	background-color: #FFFFFF;
	color: black;
	border: 1px solid black;
	width: 90%;
	}
	
.collapsible.closed {
	color: black;
    background-color: #FFFFFF;
    }

.tooltip {
    display:none;
    background:transparent url(files/trans.png);
    font-size:12px;
    min-height:70px;
    width:160px;
    padding:25px;
    color:#eee;
  }

.deprecated {
	color: gray;
	text-decoration: line-through;
	}

.file-path {
    font-family: monospace;
    font-size: 10pt;
    background-color: #CCCCFF;
    color: black;
	}

.avatar {
  position: relative;
  margin: 2px 4px 0 4px;
  padding: 1px 1px 1px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.bs-section {
  position: relative;
  margin: 15px 5px 15px 2px;
  padding: 19px 19px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/* WF SPECIFIC **/
.swish-title {
    font-size: large;
    font-family: sans-serif;
    color: #eeeeee;
    background: #3A3A3F url("files/swish-grey.png") top left no-repeat;
    
    padding: 0;
    
    margin: 0px;
    background-color: #3A3A3F;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;

}

.swish-title > h1 {
    font-size: large;
    font-family: 'Courier New', sans-serif;
    color: #eeeeee;
    padding: 0 0 0 8px;
}

/** forum **/

td.post-content img {
	max-width: 640px !important;
}

.category-title {
	font-size: large;
	font-family: sans-serif;
	color: #eeeeee;
	background: #3A3A3F url("files/swish-grey.png") top left no-repeat;
	
	padding: 0;
	
	margin: 0px;
	background-color: #3A3A3F;
	height: 32px;
    -webkit-border-radius: 4px 4px 0 2px;
     -moz-border-radius: 4px 4px 0 2px;
          border-radius: 4px 4px 0 2px;
    
}

.category-title > h2 {
	font-size: large;
    font-family: 'Courier New', sans-serif;
    color: #eeeeee;
    padding: 0 0 0 8px;
}

/* Forum categories */
.category-name-test {
}

.category-name-weltenfall {
	border-color: 1px solid black;
}

.category-name-servers {
	border-color: 1px solid black;
}

.category-name-development {
    border-color: 1px solid black;
}

.category-name-weltenfall-dayz {
	background: #3A3A3F url("files/swish-dayz.png") top left no-repeat;
}

.category-name-owl-initiative {
    background: #3A3A3F url("files/swish-owl.png") top left no-repeat;
}

/* Sitelet stuff */
.sitelet {
	width: 320px;
	background-color: #AAAAAA;
    -webkit-border-radius: 4px 4px 0 2px;
     -moz-border-radius: 4px 4px 0 2px;
          border-radius: 4px 4px 0 2px;

}

.sitelet-inner {
	
}

.sitelet-icon {
	
}