
/**************************************************************
   Seiteninhalt (ausser Header)
 **************************************************************/

#content {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

/**************************************************************
   Header
 **************************************************************/

#headerImg {
  margin: 0 auto;
  height: 200px;
  background-image: url(../images/bg/header.jpg)
  background-color: #ea6527;
  padding-bottom: 5px;
}

/**************************************************************
   Oberes Menue
 **************************************************************/

#menu {
  margin: 0 auto;
}

#menu ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;

  text-align: left;
  background: #439882 url(../images/bg/menu.gif) repeat-x top left;
}

#menu ul li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul li a {
  float: left;
  width: 33.3333333%;
  height: 3em;

  font: 400 1.2em arial, sans-serif bold;
  letter-spacing: 0.1em;

  color: #000;

  border-top: 7px solid #f0b678;
}

#menu ul li a span {
  display: block;
  padding: 2px 7px;
}


#menu ul li a span.desc {
  font-size: 0.8em;
  color: #b91b2f;
  font-weight: bold;
  margin-top: 5px;
}


#menu ul li a:hover,
#menu ul li a.here {
  margin: 0;
  padding: 0;
  background: #ba1b2f;
  border-top: 7px solid #ee7f00;
  color: #fff;
}

#menu ul li a:hover span.desc,
#menu ul li a.here span.desc {
  color: #bbb;
}

/**************************************************************
   Seiteninhalt
 **************************************************************/

#page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 6em;
  text-align: left;
}

#columns {
  margin: 0 auto;
}


/* Zeilenbreite */
.width {
  width: 850px;
}

.widthPad {
  width: 840px;
}

.width25 {
  width: 24%;
}

.width50 {
  width: 48%;
}

.width73 {
  width: 73%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}


/**************************************************************
   Footer
 **************************************************************/


#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 5em;
  margin-top: -5em;
}

#footer #bg {
  position: relative;
  height: 5em;
  margin: 0 auto;
  background: #FFFFFF;
}

#footer #bg ul {
  float: right;
  margin: 3em 1em 0 0 !important;
  margin: 3em 0.5em 0 0;
  padding: 0;
}

#footer #bg ul li {
  display: inline;
  list-style: none;
}

#footer #bg ul li a {
  float: left;
  padding: 0 1em;

  font: 400 1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;

  color: #4D5760;
  border-right: 1px solid #4D5760;
}

#footer #bg ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#footer #bg ul li a:hover {
  color: #ee7f00;
}

#footer #bg img {
  position: absolute;
  top: 6%;
  left: 10px;
}



/**************************************************************
	Icons
 **************************************************************/

a.lightTheme img,
a.darkTheme img,
a.submitButton img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

a.lightTheme img {
  background: url(../images/icons/light_light_theme.gif) no-repeat center center;
}

a.darkTheme img {
  background: url(../images/icons/light_dark_theme.gif) no-repeat center center;
}

a.submitButton img {
  background: url(../images/icons/light_submit.gif) no-repeat center center;
}


/**************************************************************
   Einträge
 **************************************************************/

.post {
  float: left;
  width: 100% !important;
  width: 99%;
  height: 100% !important;
  height: 99%;
  position: relative;
}

.post .title {
  display: block;
  padding: 0 0 5px 0;

  font-size: 1.2em;
  font-weight: bold;
  color: #f2932e;
}

.post p {
  margin: 0 0 0 0;
  padding:  0 0 1em 1.2em;
  border: 1px dotted #f2932e;
}


/**************************************************************
   Untermenue
 **************************************************************/

ul.submenu1,
ul.submenu2 {
  margin: 0 0 20px 0;
  padding: 0;
}

ul.submenu1 li,
ul.submenu2 li{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: url(foo.gif); 
}

ul.submenu1 li a,
ul.submenu2 li a {
  display: block;
  height: auto !important;

  height: 1%;

  padding: 1px 5px 1px 20px;
}

ul.submenu1 li a {
  color: #ba571b;
  background: url(../images/bg/submenu1.gif) no-repeat 5px 50%;
}

ul.submenu1 a:hover {
  color: #000;
  background: #f0b678 url(../images/bg/submenu1.gif) no-repeat 5px 50%;
}


/**************************************************************
   Normale Anzeige
 **************************************************************/


.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.lightBlueBg {
  background-color: #feefde;
}

.dark {
  color: #AAAAAA;
}
