/* styling */
 
#edit_enhancements_toolbar {
   background-color: #98D06E !important;
   color:            #000;
}
 
.color2 {
   background: DarkSlateGray url(http://images4.wikia.nocookie.net/test/de/images/2/2b/Snow-100_fade.png);
   color: black;
}
 
#user_masthead {
background:DarkOliveGreen;
color:;
margin: 0 !important;
border: 0;
}
body.masthead-regular #page_bar, body.masthead-special #page_bar {
background: darkgreen !important;
}

#user_masthead, .masthead-regular, .masthead-regular #page_bar, .masthead-special #page_bar { 
color:white;
}

.masthead-regular #page_bar, .masthead-special #page_bar {
border-top: 1px solid gold !important;
border-bottom: 1px solid gold !important;
}
#user_masthead_scorecard {
color: gold;
}

#user_masthead #user_masthead_tabs li {
background-color: darkgreen;
color: white;
}
#user_masthead #user_masthead_tabs li a {
background-color: inherit;
color: white;
}

#user_masthead #user_masthead_tabs li.selected {
background-color: gold;
border-color: gold;
}
#user_masthead #user_masthead_tabs li.selected a {
color:black;
}

body.masthead-regular #page_bar a, body.masthead-special #page_bar a {
color: white;
}
 
#articleFooter {
   background-color: darkgreen;
   color: #fff;
}
#articleFooter a {
color: white;
}
 
#wikia_header {
   background-color: none;
   border-color:     #5d1b01;
}
 
#wikia_header a {
   color: #FFFFFF;
}
 
#background_strip {
   background: GreenYellow url(http://images2.wikia.nocookie.net/meerundmehr/images/d/de/Mumbg09.png); background-repeat: repeat-x;
   border-bottom: 1px solid #5D1B01;
}
 
.widget {
	background-color: #707040;
	border-color: #fff;
	padding:0 !important;
}
.widget dt, #search_box {
background: #228B22 !important;
color: white;
}
.widget dd {
	color: #fff;
	background-color: #707040; /* Hintergrund der leeren Communitybox */
}
.widget a {
color: white;
}
.widget a:link, .widget a:visited {
color: #ddd;
}
#navigation {
        background-color: #707040 !important;
}
#navigation .menu-item {
	border-color: #ffffff;
}
#navigation a {
	background-color: #707040;
	color: #fff;
}
#navigation a:hover, .navigation-hover {
	background-color: #441; 
        color: white;
}
#link_box, .community_details {
	background-image: none;
        background-color: #707040;
        color: white;
}
#link_box a {
color: white;
}
.community_details {
	border: none;
        background: #707040;
}
.community_details a {
        color: #fff;
}
 
#wikia_page {
        background-color: LightGoldenRodYellow;
        border:1px solid black;
        color: black;
}
 
a:link { color : #2c3276 } 
a:visited { color : #7b3696 }  
a:hover { color : #7b3696 }
 
a.new:link { color: green !important; }
a.new:visited { color: green !important; }
a.new:hover { color: yellow !important; }

/* *** */
 
#wikia_logo {
   background-image: url(http://images1.wikia.nocookie.net/help/images/d/d5/Turqoise_wikia_logo.png);
}
* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images1.wikia.nocookie.net/help/images/d/d5/Turqoise_wikia_logo.png', sizingMethod='crop');
}

.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images4.wikia.nocookie.net/help/images/7/7f/Monaco_header_button_dusky_blue.png);
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images4.wikia.nocookie.net/help/images/7/7f/Monaco_header_button_dusky_blue.png', sizingMethod='crop');
}

 
#search_button {
   background-image: url(http://images3.wikia.nocookie.net/meerundmehr/images/9/95/Search.png);
}
* html #search_button {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images3.wikia.nocookie.net/meerundmehr/images/9/95/Search.png', sizingMethod='crop');
}
 
#page_bar {
background: darkgreen;
border:1px solid black;
margin:-1px !important;
}
#page_bar a {
       color: white;
}
 
/*########## Page Tabs ##########*/
#page_tabs li {
    border: 1px solid #aaa;
    border-bottom: 0;
    background-color:#EEEEEE;
    -moz-border-radius-topleft: 0.2em;
    -moz-border-radius-topright: 0.2em;
}
 
#page_tabs li.selected {
    color: #7098B8;
    border-color: Peru !important;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    background: White;
}
 
#page_tabs li:hover, #search_field.field_active {
    border-color: #000 !important;
    background: #aab;
}
 
#page_tabs li a,
#page_tabs li a:visited {
   color: #000000;
}
 
.usermessage {
   background-color: #5b5f5e;
   color: #ffffff;
   border-color: #fec423;
}
 
.usermessage a:link, .usermessage a:hover, .usermessage a:visited {
color:white !important;
text-decoration: overline;
}
 
#wikia_footer th, #wikia_footer td, #wikia_footer a, #wikia_footer a:link, #wikia_footer a:visited {
color: #0ff;
}
 
#wikia_corporate_footer {
border-top:1px dashed #CC00CC !important;
}