* {
    margin: 0;
    padding: 0;
}

body {
  text-align: center;
  background:url(images/backgroundline.gif);
}

#seitenbereich {
  text-align:left;
  margin: 0 auto;
  width: 960px;
  background-color:#dcdddf;
}

#header {
  background:url(images/header.jpg) no-repeat right top;
  height: 196px;
}

#header ul {
   list-style: none;
   font-family: arial;
}

#header li {
   display:inline;  /*  ERSATZ FÜR: float:left; */
   margin-right:20px;
   width:90px;
}

#header a:link    { color:#646466; text-decoration:none; }
#header a:visited { color:#646466; text-decoration:none; }
#header a:focus   { color:white; text-decoration:none; }
#header a:hover   { color:#F29400; text-decoration:none; }
#header a:active  { color:white; text-decoration:none; }

#navi {
   float:left;
   width:  300px; 
   height: 300px;
   text-align: right;
   background-color:#dcdddf;
}

#navi ul {
   list-style: none;
   font-family: arial;
}

#navi li {
   border-bottom: 0px #646466 solid; 
   margin-top: 10px;            
}

#navi a:link    { color:#646466; text-decoration:none; padding-right:20px;}
#navi a:visited { color:#646466; text-decoration:none; padding-right:20px;}
#navi a:focus   { color:white; text-decoration:none; padding-right:20px;}
#navi a:hover   { color:#F29400; text-decoration:none; background-image:url(images/icon-pfeil.gif); background-repeat: no-repeat; background-position: right center; padding-right:20px;}
#navi a:active  { color:white; text-decoration:none; padding-right:20px;}

#inhalte {
   float:right;
   width: 600px;
   background-color:#dcdddf;
 }

#inhalte a:link    { color:#646466; text-decoration:none; }
#inhalte a:visited { color:#646466; text-decoration:none; }
#inhalte a:focus   { color:white; text-decoration:none; }
#inhalte a:hover   { color:#F29400; text-decoration:none; }
#inhalte a:active  { color:white; text-decoration:none; }

#fusszeile {

  background-color:#e9eef7;
  border-top:1px dotted black;
  position:absolute;
  bottom: 0;
  width: 960px;
  height: 20px;
  padding: 2px;
}


h1 {
  color: #f29400;
  font-size: 20pt;
  font-family: arial;
}

h2 {
  color: #646466;
  border-top: grey 1px solid;
  border-left: grey 1px solid;
}

p {
  color: #646466;
  font-family: arial;
}

p2 {
  color: black;
  font-family: arial;
}
strong {background-color: yellow;}
i {color: white; background-color: green;}