  /*
** MBO: Alle Fonts
*/
  html {

	font-family: Verdana, Helvetica, Arial, sans-serif;

}

/*
** MBO: Hintergrundfarbe Links linke Seite
*/
#sidebar-left, #sidebar-right {
  background-color: #000033;
 }
 
 /*
** MBO: Allgemeiner Text und Hintergrund
*/
body {
  color: white;
  background-color: #000066;

}

/*
** MBO: Alle Linkfarben 
*/


a:link {
  color: #80FFFF;
}

a:hover {
 color: #80FFFF;
}

a:active {
  color: #80FFFF;
  }
  
  
a:visited {
  color: #80FFFF;
  }
  
.links {
  color: #80FFFF;
}

.hover {
 color: #80FFFF;
}

.active {
  color: #80FFFF;
  }
  
.visited {
  color: #80FFFF;
  }

/*
** MBO: Alle Fonts
*/
  html {

	font-family: Verdana, Helvetica, Arial, sans-serif;

}
/*
** MBO: Seitenüberschrift
*/
.site-name a:link, .site-name a:visited {
  color: white;
}

/*
** MBO: Seitenüberschrift
*/
.site-name a:hover {
  color: white;
  text-decoration: none;
}

 
 /*
** MBO: Header Hintergrund oben unter Überschrift
*/
#header {
  background-color: #000033;
  }
  
  /*
** MBO: (Überschriften)
*/
.title, .title a {
  color: white;
}


/*
** MBO: kleiner text: verfasst von
*/
.submitted {
  color: white;
}

/*
** MBO: aktive und besuchte links im menü linke seite
*/

#block-user-1  ul li a:active {
	color:whitwe;
} 

#block-user-1  ul li a:visited {
	color:white;
} 

/*
** MBO: Hier  beginnt der Forumsbereich
*/

/*
** MBO: Hitergrund Forum
*/
table.forum td.forum, table.forum tr.dark, table.forum tr.light, table.forum td.topic, td.forum-middle-left, td.forum-middle-right, td.forum-bottom-left, td.forum-bottom-right
{
  background-color: #000066;
}
/*
** MBO: Mouseover Forum und rechte seite forum wo threads angezeigt werden
*/
table.forum td.forum:hover, table.forum td.numposts, table.forum td.post_user_info, table.forum td.numtopics, table.forum td.uieforum-last-reply, table.forum td.topic:hover, table.forum td.replies, table.forum td.created, table.forum th.created, table.forum td.forum_pagenums, td.forum-header-left, td.forum-header-right, table.forum td.uieforumicon
{
  background-color: #000033	;
}

/*
** MBO: Mouseover Forum  Threads Hintergrundfarbe boxen
*/

table.forum td.post_text { background-color:#000066; vertical-align: text-top; position: relative; }

/*
** MBO: Namen Themen, Menüpunkte Themen alles Text
*/
.form-item label {
  color: white;
}


/*
** MBO: Farbe Fussleiste
*/
#footer {
  background-color: #000033;

}

/*
** MBO: TAKEN FROM DRUPALL CSS
*/


tr.even, tr.odd {
  background-color: #000066;
  border-bottom: 1px solid #ccc;
}

td.active {
  background-color: #000066;
}

li a.active {
  color: #80FFFF;
}
td.menu-disabled {
  background: #000066;
}

.block-region {
  background-color: #000066;
}


.error {
  color: #80FFFF;
}
.item-list .icon {
  color: #80FFFF;
}
.item-list .icon a {
  color: #80FFFF;
}
.item-list .icon a:hover {
  color: #80FFFF;
}

.marker, .form-required {
  color: #80FFFF;
}

.ok {
  color: #80FFFF;
}

.node-unpublished, .comment-unpublished {
  background-color: #000066;
}
.preview .node, .preview .comment {
  background-color: #000066;
}

.calendar .row-week td a:hover {
  background-color: #000066; color: #80FFFF;
}

td.revision-current {
  background: #000066;
}

tr.watchdog-user {
  background: #000066;
}
tr.watchdog-user .active {
  background: #000066;
}
tr.watchdog-content {
  background: #000066;
}
tr.watchdog-content .active {
  background: #000066;
}
tr.watchdog-page-not-found, tr.watchdog-access-denied {
  background: #000066;
}
tr.watchdog-page-not-found .active, tr.watchdog-access-denied .active {
  background: #000066;
}
tr.watchdog-error {
  background: #000066;
}
tr.watchdog-error .active {
  background: #000066;
}

ul.primary li a {
  background-color: #000066;
}

ul.primary li.active a {
  background-color: #000066;
}
ul.primary li a:hover {
  background-color: #000066;
}

/*
** Autocomplete styles
*/
/* Suggestion list */

#autocomplete li {
  background: #000066;
  color: #80FFFF;
}
#autocomplete li.selected {
  background: #000066;
  color: #80FFFF;
}
/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url(throbber.gif);
}

/*
** Progressbar styles
*/

.progress .bar {
  background: #000066 url(progress.gif);
}

html.js fieldset.collapsible legend a {
  background: url(menu-expanded.png) 5px 50% no-repeat;
}
html.js fieldset.collapsed legend a {
  background-image: url(menu-collapsed.png);
}

/*
** Resizable text areas
*/

.resizable-textarea .grippie {
  height: 14px;
  background: #000066 url(grippie.png) no-repeat 100% 100%;

}


/*
** MBO TEXTBOXEN Progressbar styles
*/
input, select, textarea { color:white; background-color:#000033; border:1px solid white;
border-top-color: white;

border-right-color: white;

border-bottom-color: white;

border-left-color: white;
 }

form-submit { color:white; background-color:#000033; border:1px solid white; }
submit { color:white; background-color:#000033; border:1px solid white; }

input, form-submit { color:white; background-color:#000033; border:1px solid white; }


.form-text, .form-submit 

{
color:white; 

background-color:#000033; 

border:1px solid white; 

border-top-color: white;

border-right-color: white;

border-bottom-color: white;

border-left-color: white;


}


/*
** MBO Zitat Textbox Hintergrund
*/

div.quote, div.uie_pre 
{

background-color: #000033;

}


.error 

{

color: white;
background-color: #000033;


border-top-color: white;

border-right-color: white;

border-bottom-color: white;

border-left-color: white;
}


.messages (linie 215)

{

background-color: #000033;

border-top-color: white;

border-right-color: white;

border-bottom-color: white;

border-left-color: white;



}




div.rant 

{

background-color: #000033;

color: white;

border-top-width: 2px;

border-right-width: 2px;

border-bottom-width: 2px;

border-left-width: 2px;

border-top-style: solid;

border-right-style: solid;

border-bottom-style: solid;

border-left-style: solid;

border-top-color: white;

border-right-color: white;

border-bottom-color: white;

border-left-color: white;


}



div.quote, div.uie_pre (linie 24)

{

background-color: #000033;

}

div.uie_pre 

{

border-top-style: solid;

border-right-style: solid;

border-bottom-style: solid;

border-left-style: solid;

border-top-color: white;

border-right-color: white;

border-bottom-color: white;

border-left-color: white;


color: white;



}
