/* DATEI: style.css */

a:link { font-weight:bold; color:#CC6600; text-decoration:none; }
a:visited { font-weight:bold; color:#CC9966; text-decoration:none; }
a:focus { font-weight:bold; color:red; text-decoration:underline; }
a:hover { font-weight:bolder; color:#FF9900; text-decoration:underline; ; font-style: normal}
a:active { font-weight:bolder; color:#FFCC00; text-decoration:underline; }


body{
  margin:0;
  padding:100 0 0 0;
  background:#FFDBC4;
  background-image:url(../pic/agincourtcarol_fade.jpg);
  background-repeat:no-repeat;
  height:480px
 }
div#oben{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100;
}

div#inhalt {
position:absolute;
  top:100;
  left:120;
/*margin:0 auto;*/
width:780px;
height:470px;
overflow:scroll;
scrollbar-base-color:#C8B496
}

div#inhalt p {
margin:0;
padding:10px;
}

div#inhalt p,h1,h2,h3,ul,ol,li,td,th,address,blockquote,nobr,b,i { 
font-weight: bold;
color:#870324;
font-family:Verdana, Arial, Garamond,sans-serif;
 }

div#inhalt p { font-size:14px;}
div#inhalt h1 { font-size:26px; margin-bottom:5px; }
div#inhalt h2 { font-size:21px; margin-bottom:5px; }
div#inhalt h3 { font-size:16px; margin-bottom:5px; }

.repert {font-size:12px;font-weight: normal;}

div#left-sidebar{
  position:absolute;
  top:0;
  left:0;
  width:100;
  height:100%;
 }

 @media screen{
  body>div#left-sidebar{
   position:fixed;
  }
{
  body>div#oben{
   position:fixed;
  }
 }
 
* html body{
  overflow:hidden;
 } 
* html div#inhalt{
  overflow:auto;
 }






 
