/*

   CSS für http://rolaroad.de
   Webdesign & Internetconsulting
   Christian Fischer
   www.c-fischer.com - office@c-fischer.com

*/

/* ............................................................................. Reset'em all */
* {
  margin: 0;
  padding: 0;
}


/* ............................................................................. Basics */
body {
  background-color: #324454;
  color: #545454;
  font-family: verdana, arial, helvetica, swiss, sans-serif;
  font-size: 100.01%;
/*  text-align: center;*/
}
hr {
  margin: 0 0 -1px 0;
  height: 1px;
  width: 1px;
  border: none;
  visibility: hidden;
  clear: both;
}

a {
  color: #005BAA;
  text-decoration: none;
  border-bottom: 1px dotted #cfcfcf;
}
	a:hover {
           border-bottom: 1px solid #cfcfcf;
         }
         a.nodecoration {
           border: none;
         }

img {
  border: none;
 }

/* ............................................................................. Aufbau */
#head-wrapper {
  background-image: url(grafik/back-head-aussen.gif);
  width: 100%;
  height: 153px;
  z-index: 0;
}
#page {
  margin: -153px auto 0 auto;
  padding: 0 0 40px 0;
  width: 821px;
  background-color: #F5F5F5;
  background-image: url(grafik/back-body.gif);
  background-position: center;
  font-size: 0.7em;
  line-height: 1.4em;
  text-align: left;
  z-index: 1;
}
#kooperation {
  margin: 0 auto ;
  padding: 10px 30px;
  height: 135px;
  background-image: url(grafik/back-head.gif);
}
/*	#pfleigerer {
           float: left;
         }*/
         #limes {
           float: left;
         }
#content {
  padding: 0 30px;
}
#logo {
  position: relative;
  margin: 0 0 0 -14px;
  width: 248px;
  height: 43px;
  overflow: hidden;
  z-index: 0;
  color: #F5F5F5;
}
	#logo span {
           position: absolute;
           top: 0;
           left: 0;
           height: 43px;
           width: 248px;
           z-index: 2;
           background-image: url(grafik/logo-rr.gif);
         }

#pix {
  margin: 0 0 0 20px;
  width: 210px;
  float: right;
}
	#pix img {
           margin: 0 0 1em 0;
           border-left: 10px solid #f5f5f5;
         }

#footer {
  margin: 4em 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px dotted #cfcfcf;
}
	#footer img {
           margin: 0 3px;
           vertical-align: middle;
         }


/* ............................................................................. Text */
h2, h3 {
  margin: 2.8em 0 0.7em 0;
  font-size: 1em;
  font-weight: normal;
  text-align: left !important;
}
h4 {
  font-weight: bold;
  font-size: 1em;
}
p, ul {
  margin: 0 0 1.4em 0;
}
ul {
  padding: 0 0 0 20px;
}


#technik {
  margin: 1em 0 2.8em 20px;
  padding: 10px;
  border: 1px solid #cfcfcf;
}

/* ............................................................................. Impressum */
#impressum {
  margin: 0 0 1em 0;
  padding: 0 0 0 20px;
}
#imprint, table, tr, td {
  border: none;
}
#imprint td {
  padding: 0 10px 0 0 !important;
  vertical-align: top;
}

#imprint {
  text-align: left;
}
#imprint h4 {
  font-weight: bold;
}
#imprint h4, #imprint p {
  text-align: left;
}




/* ............................................................................. Film */
#film {
  margin: 30px auto;
  width: 320px;
}
