/*

  CSS für raum-im-netz.de
  Christian Fischer            Internetconsulting + Webdesign
  Bischof-Henninghaus-Str. 8b  58706 Menden
  www.c-fischer.com            office@c-fischer.com

*/

/* ............................................................................... reset'em all */
* {
  margin: 0;
  padding: 0;
}


/* ............................................................................... Basics */
body {
  background-color: #fff;
  background-position: center;
  background-repeat: repeat-y;
  background-image: url(./grafik/back-page.gif);
  color: #3b3b3b;
  font-family: georgia, "times new roman", times, serif;
  font-size: 100.01%;
  text-align: center;
}

hr {
  margin: 0 0 -1px 0;
  width: 1px;
  height: 1px;
  border: none;
  clear: both;
  visibility: hidden;
}

a {
  color: #919288;
/*  border-bottom: 1px dotted #D0D1C2;*/
  text-decoration: none;
}
a:hover {
  border-bottom: 1px dotted #D0D1C2;
}


/* ............................................................................... Layout */
#page {
  margin: 20px auto;
  width: 800px;
  text-align: left;
  font-size: 0.9em;
}

#head {
  position: relative;
  width: 800px;
  height: 57px;
  z-index: 0;
  color: #cfcfcf;
}
	#head span {
           position: absolute;
           top: 0;
           left: 0;
	  width: 800px;
	  height: 57px;
           z-index: 2;
           background-image: url(./grafik/head.gif);
         }

#claim {
  margin: 15px 0 35px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: normal;
}
	#claim span {
           margin: 0 6px;
         }

#content {
  padding: 17px 26px;
  background-image: url(./grafik/back-content.jpg);
  background-repeat: no-repeat;
}
#vika {
  margin: 0 85px 0 0;
  width: 335px;
  float: left;
  z-index: 2 !important;
}
	#vika h3 {
           margin: 0 0 0.3em 0;
           font-size: 1em;
           font-weight: normal;
         }
	#vika p, #friendfeed p {
           margin: 0 0 0.9em 0;
           line-height: 1.3em;
         }
         #vika dl {
           margin: 0 0 0.9em 15px;
         }
         #vika dt {
           width: 80px;
           float: left;
           clear: left;
         }
#friendfeed {
  width: 328px;
  float: right;
}
#friendfeed a {
  color: #9d9d9d;
}

#footer {
  margin: -120px 0 0 0;
  padding: 170px 0 0 0;
  text-align: center;
  height: 72px;
  width: 800px;
  background-image: url(./grafik/back-footer.gif);
  background-repeat: no-repeat;
  z-index: 0 !important;
}