/* PERIDOT Stylesheet */
/* erstellt: ARS IN4MATICA GmbH */

Body {
  background-color: #FFFFFF;
  padding: 0px;
  margin: 0px;
}
a img {
  border: none;
}
a:link {
  text-decoration: none;
  color: #000080;
}
a:visited {
  text-decoration: none;
  color: #000;
}

/* ---------- Container ----------- */


#Main {
  margin-left: auto;
  margin-right: auto;
  width: 820px;
  height: 600px;
}

    #Banner {
        background-image: url(images/banner.jpg);
        width: 820px;
        height: 95px;
    }


#Navigation {
	  background-image: url(images/navigation.jpg);
      height: 69px;
      padding: 0px;
      width: 820px;
    }
		#Navigation ul {
			margin: 0;
			padding-left: 250px;
			list-style: none;
			font-family: Tahoma;
			font-size: 13px;
			font-weight: bold;
			text-align: right;
		}
		#Navigation ul li  {
			padding-top: 22px;
			float: left;
			color: #FFFFFF;
			width: 130px;
		}
		#Navigation ul li a:hover {
			color: #0000c0;
		}

/* -------------*/
    #Content {
      background-image: url(images/inhalt_background.jpg);
      height: 157px;
      width: 820px;
      background-repeat: no-repeat;
    }
    #Content_Impressum {
      background-image: url(images/inhalt_impressum.jpg);
      height: 157px;
      width: 820px;
      background-repeat: no-repeat;
    }
    #Content_Kontakt {
      background-image: url(images/inhalt_kontakt.jpg);
      height: 157px;
      width: 820px;
      background-repeat: no-repeat;
    }
    #Content_Leistungen {
      background-image: url(images/inhalt_leistungen.jpg);
      height: 157px;
      width: 820px;
      background-repeat: no-repeat;
    }
      #Content_Table {
            width: 400px;
            height: 150px;
            padding-left: 20px;
            padding-top: 10px;
            overflow: hidden;
      }
/*---------------------*/

    #Inhalt {
      background-image: url(images/inhalt.jpg);
      height: 344px;
      width: 820px;
      background-repeat: no-repeat;
    }
      #Inhalt_Table {
          width: 750px;
          height: 344px;
          padding-left: 20px;
          padding-top: 10px;
          font-family: Tahoma;
          font-size: 12px;
          color: #000000;
          letter-spacing: 1px;
      }

      #Inhalt_Table a:link {
        color: #0000f0;
      }
      #Inhalt_Table a:visited {
        color: #0000f0;
      }
      #Inhalt_Table a:hover {
        color: #0000ff;
        text-decoration: underline;
      }
      #Inhalt_Table a:active {
        color: #0000ff;
        text-decoration: underline;
      }

/* ---------- Fusszeile ----------- */

    #Footer {
      width: 820px;
      height: 40px;
    }
		#Footer_Table {
		  padding-left: 27px;
		  padding-top: 10px;
		  font-family: Verdana;
		  font-size: 10px;
		  color: #c0c0c0;
		  text-align: center;
		}
                        #Footer_Table a:link {
                                color: #0000f0;
                        }
			#Footer_Table a:hover {
				color: #0000ff;
			}
			#Footer_Table a:active {
				color: #000080;
			}
/* ---------- Texte ----------- */

.text {
  font-family: Tahoma;
  font-size: 12px;
  color: #000000;
  letter-spacing: 1px;;
}
.highlight {
  font-family: Tahoma;
  font-size: 18px;
  color: #0000ff;
  font-weight: bold;
}
.headliner {
  font-weight: bold;
  font-family: Tahoma;
  font-size: 11px;
  color: #000080;
  letter-spacing: 1px;
}