/*

   Print-CSS für http://lehmann-kom.de/
   Webdesign & Internetconsulting
   Christian Fischer
   www.c-fischer.com - office@c-fischer.com

*/

/* ............................................................................. Reset'em all */
* {
  margin: 0;
  padding: 0;
}


/* ............................................................................. Basics */
body {
  background-color: #fff;
  color: #000;
  font-family: georgia, "times new roman", times, serif;
  font-size: 100.01%;
  text-align: center;
}

img {
  border: none;
}

hr {
  margin: 0 0 -1px 0;
  border: none;
  width: 1px;
  height: 1px;
  clear: both;
  visibility: hidden;
}


/* ............................................................................. Aufbau */
#page {
  margin: 0 auto 40px auto;
  width: 90%;
  text-align: left;
  font-size: 0.75em;
}

#main {
  margin: 0;
}
	#logo {
           position: relative;
           margin: 65px 0 0 0;
         }
         #logo a {
           color: #000;
           font-size: 1.2em;
           text-decoration: none;
         }
         #logo span {
           display: none;
         }


#sidebar {
  display: none;
}

#content {
  margin: 60px 0 0 0;
  line-height: 1.6em;
}

#footer {
  margin: 3em 0 0 0;
  padding: 9px 0 0 0;
  text-align: center;
  border-top: 1px solid #000;
  color: #7f7f7f;
  font-size: 0.9em;
}
	#footer span.dot {
           padding: 0 10px;
         }
         #footer a {
           color: #7f7f7f;
           text-decoration: none;
         }


/* ............................................................................. Content */
#content h2 {
  margin: 0 0 1.75em 0;
  font-style: italic;
  font-size: 2em;
}
#content p {
  margin: 0 0 0.8em 0;
}
#content p.divider {
  margin: 2.4em 0 0.8em 0;
}


#content a {
  text-decoration: underline;
  color: #000;
}
#content a[href]:after {
 content:" ("attr(href)")";
 color:#888;
}


#referenzliste {
  padding: 0 0 0 20px;
  font-size: 0.85em;
  line-height: 1.4em;
}

#datenschutz {
  margin: 2em 0 0 0;
  font-size: 0.85em;
  line-height: 1.4em;
}
	#datenschutz ul {
           padding: 0 0 0 20px;
         }
         #datenschutz p {
           margin: 0;
         }
         #datenschutz h3 {
           margin: 1em 0 0.2em 0;
           border-bottom: 1px dotted #919191;
         }

/* ............................................................................. Main-Navi */
#mainnavi {
  display: none;
}

/* ............................................................................. Print-Hinweis */
#printhead {
  position: absolute;
  padding: 10px;
  top: 0;
  left:0;
  width: 90%;
  border: 2px solid #999;
  font-size: 0.8em;
}
