/*
   CSS für teim.de
   Webdesign & Internetconsulting
   Christian Fischer
   www.c-fischer.com
*/





/* .............................................................................. reset'em all */
* {
  margin: 0;
  padding: 0;
}


/* .............................................................................. Basics */
body {
  background-color: #c8c8c8;
  background-image: url(../images/back-site.gif);
  background-repeat: repeat-x;
  color: #4c4c4c;
  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;
}
hr.divider {
  margin: 2em 0;
  width: 100%;
  border-bottom: 1px solid #F5E8BA;
  visibility: visible;
}


/* .............................................................................. 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;
  background-image: url(../images/back-page.gif);
  background-repeat: repeat-y;
  font-size: 0.7em;
  text-align: left;
}

#wrapper {
  background-image: url(../images/back-head.gif);
  background-repeat: repeat-x;
}

#head {
  position: relative;
  height: 94px;
  width: 831px;
  z-index: 0;
}
	#head span {
           position: absolute;
           height: 94px;
           width: 831px;
           background-image: url(../images/head.gif);
           z-index: 2;
         }
#navi {
  position: relative;
  margin: 45px 0 0 54px;
  width: 144px;
  z-index: 4;
  float: left;
}
	#navi ul {
           list-style-type: none;
           border-top: 1px solid #E8DCB1;
         }
         #navi ul li {
           padding: 3px 10px 3px 0;
           text-align: right;
           text-transform: uppercase;
           font-size: 1.1em;
           border-bottom: 1px solid #E8DCB1;
         }
         #navi ul li a {
           display: block;
         }
#footer {
  padding: 28px 0 0 0;
  height: 36px;
  background-image: url(../images/back-footer.gif);
  text-align: center;
}
	#footer span {
           margin: 0 5px;
}


/* .............................................................................. Inhalt */
#content {
  position: relative;
  margin: 45px  0 0 254px;
  width: 520px;
}

#neuekurse {
  position: absolute;
  top: -50px;
  left: 500px;
}

	#content h2 {
           margin: 0 0 0.7em 0;
           padding: 3px 20px;
           background-color: #F5E8BA;
           font-size: 1.1em;
           font-weight: normal;
         }
         #content h3 {
           margin: 0 0 0.4em 0;
           padding: 0 0 0 20px;
           font-weight: bold;
           font-size: 1em;
         }
         #content p, #content ul, #content ol {
           margin: 0 0 1.5em 0;
           padding: 0 0 0 20px;
           line-height: 1.5em;
         }
         #content ul, #content ol {
           padding-left: 40px;
         }
         #content .center {
           text-align: center;
         }
img.inlinepic {
  margin: 0 0 10px 10px;
  float: right;
}

#adresse {
  margin: 0 0 0 20px;
  padding: 10px 0 0 0;
  width: 479px;
  height: 410px;
  background-image: url(../images/anfahrt.gif);
}
	#adresse p {
           margin: 0 0 0 270px;
           padding: 2px 2px 2px 4px;
           border: 1px solid #cfcfcf;
           background-color: #fff;
         }


.new {
  padding: 5px !important;
  text-align: center;
  background-color: #F5E8BA;
 }
