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

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

#Hintergrund {
  background-image: url(images/hintergrund.jpg);
  background-repeat: repeat-x;
  width: 100%;
  height: 700px;
}

#Main {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  height: 621px;
}

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


    #Navigation {
      background-image: url(images/navigation.jpg);
      height: 49px;
      padding: 0px;
      width: 800px;
      /*border: blue solid 2px;*/
    }
		#Navigation ul {
			margin: 0;
			/*padding-left: 220px;*/
			list-style: none;
			font-family: Tahoma;
			font-size: 13px;
			font-weight: bold;
			text-align: center;
			float: right;
		}
		#Navigation ul li  {
			padding-top: 12px;
			float: left;
			color: #FFFFFF;
			width: 120px;
			/*border: red solid 2px;*/
		}
		#Navigation ul li a:hover {
			color: #fff;
		}
    #Content {
      background-image: url(images/content_background.jpg);
      height: 170px;
      width: 800px;
      background-repeat: no-repeat;
    }
      #Content_Table a:link {
        color: dd137b;
      }
      #Content_Table a:visited {
        color: #000000;
      }
      #Content_Table a:hover {
        color: dd137b;
        text-decoration: underline;
      }
      #Content_Table a:active {
        color: dd137b;
        text-decoration: underline;
      }
        #Content_Table {
            width: 400px;
            height: 150px;
            padding-left: 40px;
            padding-top: 10px;
            overflow: hidden;
        }
    #Inhalt {
      /*background-image: url(images/inhalt.jpg);*/
      height: 368px;
      width: 800px;
      background-repeat: no-repeat;
    }
      #Inhalt_Table {
          width: 750px;
          height: 355px;
          padding-left: 40px;
          padding-top: 10px;
          text-align: left;
          font-family: Tahoma;
          font-size: 12px;
          color: #000000;
          letter-spacing: 1px;
      }

    #Footer {
      width: 800px;
      height: 44px;
    }
		#Footer_Table {
		  padding-left: 0px;
		  padding-top: 13px;
		  font-family: Verdana;
		  font-size: 10px;
		  color: #000;
                  text-align: center;
		}
			#Footer_Table a:hover {
				color: #dd137b;
                                font-weight: bold;
			}
			#Footer_Table a:active {
				color: #dd137b;
			}
/* ---------- Texte ----------- */

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

