/* default.css - media: all - for wwww.luxsiebenzwo.de ----------------------------------------------------------- */

/*-----------------------------------------------------------------------------
luxsiebenzwo Standard Stylesheet

version:   1.0
date:      2009-03-20
website:   http://luxsiebenzwo.de
-----------------------------------------------------------------------------*/

/* Import other stylesheets ---------------------------------------------------------------------------- */
@import url("reset.css");
/* General settings ------------------------------------------------------------------------------------ */
html, body {
  height: 100%;
}
body {
  background-color: #64ac15;
  color: #fff;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
}
strong {
  font-weight: bold; 
}
a {
  color: #fff;
  text-decoration: none;
}
a:focus, a:hover {
  color: #ccc;
}
.hidden {
  display: none; 
}
/* Wrapper --------------------------------------------------------------------------------------------- */
div.wrapper {
  
  height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
  margin-left: auto;
	margin-right: auto;
  text-align: left;
  width: 960px;
}
/* Header ---------------------------------------------------------------------------------------------- */
div.header {
  margin-left: 105px;
  padding-top: 70px;
}
h1 {
  margin-bottom: 3em;
}
div.header p {
  margin-bottom: 1.5em;
}
/* Content --------------------------------------------------------------------------------------------- */
div.content {
	margin-left: 105px;
}
div.content p {
  clear: both;
}
span.col1 {
  clear: both;
  float: left;
  width: 210px;
}
span.col2 {
  float: left;
  width: 130px;
}
span.col3 {
  float: left;
  width: 200px;
}
span.col4 {
  float: left; 
}
span.col5 {
  clear: both; 
  float: left;
  margin-bottom: 2em;
}
/* Clear_footer ---------------------------------------------------------------------------------------- */
div.clear_footer {
  clear: both;
  height: 60px;
}
/* Footer ---------------------------------------------------------------------------------------------- */
div.footer {
  display: none;
}