/**************************************************************
   Visit studio7designs.com for more layouts and downloads for this template!
 **************************************************************/
 
/**************************************************************
   All page content except for footer
 **************************************************************/

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font: 400 0.9em verdana, arial, sans-serif;
  line-height: 200%;
  color: #000;
}

h1 {
  font: 400 2em arial black, sans-serif;
  color: #000;
}

h2 {
    display:none;
}

/* Links */
a {
  text-decoration: underline;
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

a img {
  border: 0;
}

a img.border {  
  border: 0px;
}


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

}


/**************************************************************
   Top menu and logo
 **************************************************************/

#header {
    display:none;
}


/**************************************************************
   Page Content
 **************************************************************/

#page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 72px;
  margin-top: -50px;
  text-align: left;
}

#columns {
  margin: 0px auto;

}


#columns #bg {

  position: relative;
  margin: 0 auto;
}




/* Column widths */
.width {
  width: 800px;
}

.widthPad {
  width: 800px;
}

.width1 {
  width: 0px;
}

.width2 {
  width: 160px;
}

.width3 {
  width: 550px;
}

.width25 {
  width: 24%;
}

.width50 {
  width: 45%;
}

.width73 {
  width: 73%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;

}


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


#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 72px;
  margin-top: -72px;
  margin-left: -107px;
}


#footer ul {
  margin: 7px 27px 0 0 !important;
  margin: 7px 0.5 em 0 0;
  padding: 0em;
  float: right;

}

#footer ul li {
  float: left;
  padding: 0 1em;
  list-style: none;
  font: 400 0.9em arial, sans-serif;
  letter-spacing: 0em;
  line-height: 0.8em !important;
  line-height: 1.0em;
  color: #555;
  border-right: 1px solid #555;

}

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


#footer ul li a {
  float: left;
  padding: 0 0em;
  list-style: none;
  font: 400 0.9em arial, sans-serif;
  letter-spacing: 0em;
  line-height: 0.8em !important;
  line-height: 1em;
  color: #555;
}

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

#footer ul li a:hover {
  color: #555;
  text-decoration: none;
}

#footer #bg {

  position: relative;
  height: 72px;
  margin: 0 auto;
  background-color: #fff;
}



/**************************************************************
   Bild unten links
 **************************************************************/

#bild {
    display:none;
}


/**************************************************************
   Posts
 **************************************************************/

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



/**************************************************************
   Navigation
 **************************************************************/

ul.submenu1{
  display:none;
  margin: 0 20px 20px 0;
  padding: 0;
}

/**************************************************************
   Generic Display 
 **************************************************************/


.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 27px;
}

.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;
}

