/* $Id: local-sample.css,v 1.1.2.1 2010/01/11 00:08:12 sociotech Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */

.feed-icon {
  display: none;
}

body {
 background-color: #000;
 background-image: url(../images/bodyback_2.jpg);
 background-repeat: no-repeat;
}

body.front {
 background-image: url(../images/bodybackhome_2.jpg);
 background-repeat: no-repeat;
}

.front #sidebar-first {
  background-image: url(../images/menubackhome_2.jpg);
  background-position: 50px 0;
  background-repeat: no-repeat;
  margin-right: -10px;
  width: 250px;
}

#sidebar-first {
  background-image: url(../images/menuback_2.jpg);
  background-position: 50px 0;
  background-repeat: no-repeat;
  margin-right: -10px;
  width: 250px;
}

#header-group,
#header-group-wrapper,
#header-group-inner {
  height: 0;
}

#block-menu-menu-hauptmenu {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.page,
.row {
  margin: 0 0;
}

#main,
#main-inner {
  margin: 0;
  padding: 0;
}

body.admin-menu {
margin-top: 0 !important;
}

#main-inner {
  margin-top: 50px;
}
#main-wrapper {
  color: #FFF;
  font-size: 11px !important;
  letter-spacing: 0.087em;
  line-height: 1.5em;
}

h1,
h2,
h3 {
  color: #FFF;
  font-size: 11px;
}

h1,
h2  {
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 10px;
}

h1 {
  font-weight: bold;
  margin-top: 30px;
}

#content-group-inner {
  margin-left: 10px;
  background-color: #A50A32;
  width: 650px;
  min-height: 888px;
  height: auto !important;
  height: 888px;
  background-image: url(../images/contentback_2.jpg);
  background-repeat: no-repeat;
}

.front #content-group-inner {
  background-image: url(../images/contentbackhome_2.jpg);
  background-repeat: no-repeat;
}

#content-inner-inner {
  margin-top: 105px;
  width: 550px;
  margin-left: 50px;
}

.front .title,
.node-type-page h1.title,
.node-type-page h2.title {
  display: none;
}

.field-field-seite-bilder,
.field-field-seite-link-bilder {
  width: 260px;
  float: left;
  margin-right: 30px;
  margin-bottom: 16px;
  padding-top: 5px;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #FFF;
}

#block-menu-menu-hauptmenu ul {
  margin-top: 5px;
}

#block-menu-menu-hauptmenu li {
  list-style: none;
  text-align: right;
  margin-bottom: 2px;
}

#block-menu-menu-hauptmenu a {
  color: #737272;
  font-weight: bold;
  font-size: 11.5px;
}

#block-menu-menu-hauptmenu .inner {
  margin-right: 0;
}

#block-menu-menu-hauptmenu a.active {
  color: #bebebe;
}


tr.odd, tr.odd td {
  background-color:#94092d;
  border-bottom:1px solid #CCCCCC;
}

tr.even, tr.even td {
  background-color:#830828;
  border-bottom:1px solid #CCCCCC;
}

#block-user-1 a {
  color: #FFF;
}
