/* Lutti 2009 */

body {
  margin: 0;
  padding: 0;
  font-family: Arial;
  font-size: 0.80em; 
}

* {margin: 0; padding: 0; border: 0; font-family:  Arial, Helvetica, sans-serif}


/*--- Generell ---*/

h1, h2, h3, h4 {
  font-family: Arial, Georgia, Georgia, serif;
  margin: 5px 0 0 5px; color: #000;
  font-weight: normal;
  text-decoration: none;
}
h1 {  font-size: 1.8em;}


.hh {color: #000;
}


p, ul, ol {
  margin: 10px 10px 0 7px; 
  line-height: 1.50em; 
  color: #000; 
  letter-spacing: 0.05em
}


a:link, a:visited {color: #000;; font-weight: bold; text-decoration: none; border-bottom: 1px solid #415137}
a:hover, a:active {color: #000; border-color: #fff}

ul {list-style: inside square} /* general lists */


/*--- Layout DIVS ---*/

#container {  /* keeps everything together */
}

/*---- header ----*/
#hdr {  display:none; }
#hdrprnt {
  text-align:center;
  
}

#hdrprntlogo {
  display: block;
  text-align: right;
  float: right;
}

#content h1, #content h2
{   margin-top:30px; }

#bttmbar {
  text-align: center;
  font-size: 0.85em;
  height: 10em;
  line-height: 3em;
  border-top: 1px solid #000;
}

#quote {   /* Zitat */
	text-align: center;
}

#quote p {
  color: #444;
  font-size: 0.90em;
  font-weight: bold;
  line-height: 2.00em
}  /* Zitat box */

#quote span { color: #444;  font-size: 0.80em; } /* Author */


/*--- Main Navigation ---*/

ul#nav {  
	display:none;
}

#logostart { display:none; }


	