/*
   Print-CSS für teim.de
   Webdesign & Internetconsulting
   Christian Fischer
   www.c-fischer.com
*/





/* .............................................................................. reset'em all */
* {
  margin: 0;
  padding: 0;
}


/* .............................................................................. Basics */
body {
  background-color: #fff;
  color: #000;
  font-family: verdana, arial, helvetica, swiss, sans-serif;
  font-size: 100.01%;
  text-align: center;
}

img {
  border: none;
}

hr {
  margin: 0 0 -1px 0;
  width: 1px;
  height: 1px;
  border: none;
  visibility: hidden;
  clear: both;
}

.noprint {
  display: none;
}

/* .............................................................................. Links */
#footer a {
  color: #4c4c4c;
  text-decoration: none;
}
#navi a {
  color: #4c4c4c;
  text-decoration: none;
}
#navi a:hover, #navi a.active {
  color: #CAAE4B;
}
#navi a.active {
  font-weight: bold;
}

#content a {
  color: #CAAE4B;
  text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}


/* .............................................................................. Layout */
#page {
  margin: 20px auto;
  width: 831px;
  background-color: #fff;
  font-size: 0.7em;
  text-align: left;
}

#wrapper {
  background-repeat: repeat-x;
}

#head {
  position: relative;
  padding: 10px 0;
  width: 831px;
  z-index: 0;
  border-bottom: 3px solid #cfcfcf;
  border-top: 3px solid #cfcfcf;
  font-family: "century gothic", verdana, arial, helvetica, swiss, sans-serif;
}
	#head span {
           display: none;
         }
#navi {
  display: none;
}
#footer {
  padding: 10px 0;
  margin: 20px 0 0 0;
  text-align: center;
  border-bottom: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
}
	#footer span {
           margin: 0 5px;
}


/* .............................................................................. Inhalt */
#content {
  margin: 45px  50px 0 50px;
}
	#content h2 {
           margin: 0 0 0.7em 0;
           padding: 3px 20px;
           background-color: #F5E8BA;
           font-size: 1.1em;
           font-weight: bold;
	  border-bottom: 1px solid #cfcfcf;
           width: 65%;
         }
         #content h3 {
           margin: 0 0 0.4em 0;
           padding: 0 0 0 20px;
           font-weight: bold;
           font-size: 1em;
         }
         #content p, #content ul {
           margin: 0 0 1.5em 0;
           padding: 0 0 0 20px;
           line-height: 1.5em;
         }
         #content ul {
           padding-left: 40px;
         }
img.inlinepic {
  margin: 0 0 10px 10px;
  float: right;
}

#adresse {
  margin: 0 0 0 20px;
  width: 479px;
  height: 420px;
  background-image: url(../images/anfahrt.gif);
}
	#adresse p {
           margin: 0 0 0 250px;
           padding: 2px;
           border: 1px solid #cfcfcf;
         }
