.color1, .color1 a, #wikia_header, #link_box, #link_box a {
   background-color: #aa915d;
   color:            #fff;
}
 
#page_controls a {
   color: White !important;
}
 
#user_masthead {
        background-color: #eb8a00 !Important; 
       -moz-border-radius-bottomright: 0.0em;
       -moz-border-radius-bottomleft: 0.0em; }
#user_masthead li a {color: #000 !Important; }
#user_masthead li.selected {background-color: #bbb !Important; }
 
.color2 {
   background-color: #eb8a00;
}
 
<!--#wikia_header {
   background-color: #;
}-->
 
#wikia_header a {
   color: white;
}
 
#wikia_page {
 background-color:#fff;
}
 
#background_strip {
   background-color: #fff;
}
 
.headerMenuButton dt {
   color: #000;
}
 
#wikia_footer a {
   color: #333;
}
 
#navigation a {
   background-color: #e9e9e9;
   color: #000;
}
 
#navigation a:hover, .navigation-hover {
   background-color: #e9e9e9;
}
 
#navigation .menu-item {
   border-color: #e9e9e9;
}
 
 
.widget dd {
	color: #000;
	background-color: #e9e9e9; <!-- Hintergrund der leeren Communitybox -->
}
 
.community_details {
	border: 1px solid #e9e9e9;
        background: #e9e9e9;
        color: black;
}
 
#page_controls {
  float:left;
  padding: 0px;
  margin: 0px;
  font-size: 12px;
}
#page_tabs {
  float:right;
  padding: 0px;
  margin: 0px;
  font-size: 13px;
}
 
#wikia_logo {
   background-image: url(http://images2.wikia.nocookie.net/help/images//5/5b/Beach_wikia_logo.png);
}
 
* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images2.wikia.nocookie.net/help/images//5/5b/Beach_wikia_logo.png', sizingMethod='crop');
}
 
.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images3.wikia.nocookie.net/help/images//1/1c/Beach_header_button.png);
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images3.wikia.nocookie.net/help/images//1/1c/Beach_header_button.png', sizingMethod='crop');
}
 
a:link { color : #b36e00 } 
a:visited { color : #331580 }  
a:hover { color : #d68400 }
 
/*########## Rounded Corners on Objects ##########*/
#navigation_widget {
       -moz-border-radius-topright: 0.4em;
       -moz-border-radius-bottomright: 0.4em;
       -moz-border-radius-topleft: 0.4em;
       -moz-border-radius-bottomleft: 0.4em;
}
 
#search_box {
       -moz-border-radius-topright: 0.4em;
       -moz-border-radius-bottomright: 0.4em;
       -moz-border-radius-topleft: 0.4em;
       -moz-border-radius-bottomleft: 0.4em;
}
 
#page_bar {
       -moz-border-radius-topright: 0.4em;
       -moz-border-radius-bottomright: 0.0em;
       -moz-border-radius-topleft: 0.4em;
       -moz-border-radius-bottomleft: 0.0em;
}
 
.page_bar a:link { color : #000 !Important; } 
.page_bar a:visited { color : #666 !Important; }  
.page_bar a:hover { color : #aaa !Important; }
 
/*########## Page Tabs ##########*/
#page_tabs li {
    border: 3px solid #aa915d;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    border-bottom: none;
    background-color:#EEEEEE;
    -moz-border-radius-topleft: 0.4em;
    -moz-border-radius-topright: 0.4em;
}
 
#page_tabs li.selected {
    color: #7098B8;
    border-color: #cdff8c;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    background: White;
}
 
#page_tabs li a,
#page_tabs li a:visited {
   color: #000000;
}
 
<!--- made by MtaÄ -->