body {
  background:#fab66d;
  padding:0;
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  scrollbar-face-color: #FFDDB9;
  scrollbar-shadow-color: #FCB86E;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-3dlight-color: #FFDDB9;
  scrollbar-darkshadow-color: #FCB86E;
  scrollbar-track-color: #FCB86E;
  scrollbar-arrow-color: #FCB86E;
}

.links td, a, a:visited, a:hover, a:active{
          font-size:11px;
          color:#000000;
          text-decoration:none;
        }

/*Kopfzeile*/
#header {
  width:829px;
  height:47px;
  background:#d2976d;
  overflow:hidden;
  vertical-align: center;
}

/*Inhaltsspalte - da steht der Text der Seite drin*/
#content {
  position:relative;
  width:510px;
  height:590px;
 /* background-position: 315px 47px; /*left;/* 305px; */
  margin:0px;
  float:left;
  overflow-y:auto;
  scroll:scroll;
  background-repeat: no-repeat;
/*  background-attachment: fixed;
  background-position:314px 50px; */
}

        /*Domain in der ersten Zeile des Contents*/
        #content div#contentdomain {
          margin:60px 30px;
          font-weight:600;
          font-size:16px;
/*          letter-spacing:2px; */
/*          line-height:20px; */
        }

        /*Eigentlicher Inhalt im Content-Div*/
        #content div#contentinhalt {
          margin-left:30px;
          margin-right:0px;
          font-weight:600;
          font-size:12px;
/*          letter-spacing:2px;
          line-height:20px; */
           color:#333333;
           height:485px;
           overflow:auto;
        }

      #content a,a:visited,a:active,a:hover {
          font-size:12px;
          font-weight:600;
          color:#333333;
/*          letter-spacing:1px;  */
          text-decoration:underline;
        }
        /*Partnerbilchen im Content-Div*/
        /*#content #contentpartner {
          position:absolute;
          margin-left:30px;
          bottom:0px;
        }*/

/*Die Navigation*/
#navigation {
  width:312px;
  height:560px;
  background-image:URL('http://www.eintrittsbaender.de/images/bckg_li_home.jpg');
  float:left;
  margin:0px;
}

        #navigation div#navigationdomain {
          margin-top:25px;
          margin-left:135px;
          font-size:14px;
          font-weight:bold;
          color:red;
/*          letter-spacing:1px;
          line-height:34px; */
        }

        #navigation div#navigationinhalt {
          margin-top:15px;
          margin-left:135px;
          font-size:14px;
          font-weight:bold;
          color:#333333;
/*          letter-spacing:1px;
          line-height:14px; */
        }

        /*Die "gro?en" Links"*/
        #navigation a,a:visited {
          font-size:14px;
          font-weight:bold;
          color:#333333;
/*          letter-spacing:1px; */
          text-decoration:none;
/*          line-height:34px;     */
        }

        /*Die "kleinen" Links*/
        #navigation a#navigationlink, a:visited#navigationlink {
          color:#333333;
          font-size: 11px;
          font-weight: bold;
/*          letter-spacing: 1px; */
          text-decoration: none;
/*          line-height: 18px;     */
        }

/*Rechte Spalte mit Logo und Kasten "WEITERE PRODUKTE"*/
#weitereProdukte {
  width:150px;
  height:590px;
  background-image:URL('http://www.eintrittsbaender.de/images/bckg_re_home.jpg');
  float:left;
  margin:0px;
  text-align:center;
}

        /*Kasten in rechter Spalte mit Logo*/
        #weitereProdukte div#kasten {
          margin:25px 5px;

          font-size: 12px;
          font-weight: bold;
          color: #FFFFFF;
/*          letter-spacing: 1px; */
          text-decoration: none;
        }

        /*Kasten in rechter Spalte mit Logo: Titelzeile*/
        #weitereProdukte div#kasten p#titel {
          background:#AD5A28;
          margin-top:0px;
          margin-bottom:6px;
          padding-top:10px;
          padding-bottom:10px;
        }

        /*Kasten in rechter Spalte mit Logo: Links*/
        #weitereProdukte a,a:visited {
          font-size: 11px;
          font-weight: bolder;
          color:#333333;
/*          letter-spacing: 1px;   */
          text-decoration: none;
          line-height:24px;
        }

        /*Kasten in rechter Spalte mit Logo: Links bei Maus?berfahrt*/
        #weitereProdukte a:hover {
          text-decoration:none;
          color: #555555;
        }

/*gelber Ticker links unten*/
#ticker {
  width:302px;
  height:16px;
  float:left;
  padding:0px;
  background-color:#A95225;
  text-color:#A95225;
  text-align:center;
  vertical-align:top;
}

#partner {

/*  width:514px;
  height:101px;
  margin-left:314px;
  margin-top:-101px; */
  padding-left:30px;
  float:left;
/*  background-image:URL('partner.jpg'); */
  text-align:left;
  vertical-align:top;
  font-size:12px;
  font-weight:bold;
  color:#333333;
/*  letter-spacing:1px; */
  line-height:13px;
}

#partner a,a:visited,a:active,a:hover {
          font-size:11px;
          font-weight:bold;
          color:#333333;
/*          letter-spacing:1px; */
          text-decoration:underline;
        }

/*Fusszeile*/
#footer {
  width:992px;
  padding-top:20px;
  text-align:center;
  font-size:11px;
  font-weight:normal;
/*  letter-spacing:0px;
  line-height:14px; */
}

        /*Links in der Fusszeile*/
        #footer a,a:visited {
          font-size:11px;
          font-weight:normal;
          color:#333333;
/*          letter-spacing:0px;
          line-height:14px; */
          text-decoration:underline;
        }
