@font-face {
  font-family: "Trajan";
  src: url(Trajan.ttf);
}


@media all
{
  html { height: 98%; margin-top: auto; margin-bottom: auto;}

  body {
    padding: 1px 0;
    /* (en) Fix for rounding errors when scaling font sizes in older versions of Opera browser */
    /* (de) Beseitigung von Rundungsfehler beim Skalieren von SchriftgrĂ¶Ă?en in Ă¤lteren Opera Versionen */
    font-size: 100.01%;
    text-align: left;
    color: #fff;
    background-color: #333333;
  }
  
  a 
    {
	color: #FFF;
	text-decoration: none;
  }
  
  a:focus, a:hover, a:active
   {
    text-decoration: underline;
	color: #FFC;
  }
  
  /* Layout: Width, Background, Border | Layout: Breite, Hintergrund, Rahmen */

  #page_margins {
     position: relative;
     width:800px;
     height: 600px;
     margin:auto;
     background-color: #fff;
     background-image: url('../eisenberg.jpg');
     background-repeat: no-repeat;
     border: 1px solid #000;
  }

  #page{
    text-align:left;
    padding:0;
  }
  
  #inhalt{
    position: absolute;
    top: 20px;
    left: 15px;
    width:530px;
    height:340px;
    /*background-color: #777777;   */
    FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular
  }

  
  
  #header
  {
    width: 535px;
    color: #ffffff;
    border-bottom: 1px solid white;
    margin-bottom: 2px;
  }
  
  .firstHeader {
    margin: 0;
    font-size: 20px;
    font-family: Trajan;
    font-weight: none;
  }
  
  /* easyscroll */

  #easyscrollnav, #easyscrollnav li{
                height: 18px;
		margin:0;
		padding:0;
		}
	#easyscrollnav{
		margin:1em 0;
		}
	#easyscrollnav li {
		list-style:none;
                float: left;
		margin-right:10px;
		padding:0 10px;
		cursor:pointer;
		}

  #scrollcontent{
    width:530px;
    height: 315px;
    overflow: auto;
    padding-top: 0.5em;
    padding-bottom: 2em;
    font-size: 0.9em;
    padding-right: 10px;
  }
  
  #navigation{
    position: absolute;
    top: 480px;
    left: 10px;
    font-size: 19px;
  }
  
  #navigation ul {
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    margin-top: 0pt;
    margin-right: 0pt;
    margin-bottom: 0pt;
    margin-left: 0pt;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 0pt;
    line-height: 1;
  }
   
  #navigation ul li {
    float:left;
    color: white;
    margin:0.2em 0.8em; padding:0;
  }
  
  #navigation ul li .active {
    display: block;
    padding-top: 0pt;
    padding-right: 0.5em;
    padding-bottom: 0pt;
    padding-left: 0.5em;
    color: #440000;
    width: auto;
  }
  
  #navigation ul li a{
    display: block;
    padding-top: 0pt;
    padding-right: 0.5em;
    padding-bottom: 0pt;
    padding-left: 0.5em;
    width: auto;
    color: white;
    text-decoration: none;
  }
  
  #navigation ul li a:hover,
  #navigation ul li.active a {
    display: block;
    padding-top: 0pt;
    padding-right: 0.5em;
    padding-bottom: 0pt;
    padding-left: 0.5em;
    color: #FFC;
    width: auto;
  }

  #player {
    position: absolute;
    top:565px; left:20px;
  }
  
  
  #footer{
    font-size: 0.7em;
    color: #888888;
    width: 800px;
    margin: auto;
    text-align: right;
    padding-right: 5px;
  }
  
  #footer a {
    color: #eeeeee;
    text-decoration: none;
  }
  
  #footer a:hover {
    color: #eeeeee;
    text-decoration: underline;
  }
  
  .brwnhead {
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    COLOR: #fff;
  }
  
  .medhead {
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #fff;
  }
  
  
  .dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;
}

.dynamic-tab-pane-control .tab-row .tab {
	font:			Menu;
	cursor:			Default;
	display:		inline;
	margin:			1px -2px 1px 2px;
	float:			left;
	padding:		2px 5px 3px 5px;
	border-bottom:	0;
	z-index:		1;
	position:		relative;
	top:			0;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	border-bottom:	0;
	z-index:		3;
	padding:		2px 6px 5px 7px;
	margin:			1px -3px -2px 0px;
	top:			-2px;
}

.dynamic-tab-pane-control .tab-row .tab a {
	font:				Menu;
	color:				WindowText;
	text-decoration:	none;
	cursor:				default;
}

.dynamic-tab-pane-control .tab-row .hover a {
	color:	blue;
}

.dynamic-tab-pane-control .tab-page {
	clear:			both;
	z-index:		2;
	position:		relative;
	top:			-2px;
	padding:		10px;
}

.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
}


}

