/* CSS Document for lifemediagroup.de */

body {
  margin: 0 auto;
  padding: 0;  
  text-align: center;
  font-family: verdana, geneva, sans-serif;
  font-size: 12px;
  color: #515151;
  overflow-y: scroll;
}

a {
  color: #515151;
  text-decoration: underline;
}
a:hover {
  color: #515151;
  text-decoration: none;
}
a img {border: none;}

h1,h2,h3,h4,h5,h6 {
  font-size: 12px;
  margin: 0; padding: 0;
}
h1 {margin-bottom: 16px;}

#page {
  margin: 0 auto;
  width: 950px;
  text-align: left;
}

#header {
  margin: 20px 0 0 0;
  height: 75px;
}
#header #logo {float: left;}
#header #metanavi {
  float: right;
  margin: 35px 20px 0 0;
  font-size: 10px;
}


#subnavigation {
  width: 270px;
  margin: 0 0 20px 0;
}

#content {
  margin: 20px 20px;
  line-height: 16px;
}
#content .left {
  width: 270px;
  float: left;
}
#content .center {
}
#content .right {
  float: right;
}
#content .center {
  display: none;
} #content .right {
  width: 600px;
}

#footer {
  height: 25px;
  border-top: 1px solid #cccccc;
  padding: 10px 0;
  margin: 40px 20px; 
  text-align: center;
  font-size: 10px;
  color: #a3a3a3;
  clear: both;
}
#footer a {color: #a3a3a3;}


#tmp {display: none;}

