/*  */


#mastwrap {
  /*dies ist die Hintergrundfarbe des ganzen Banners*/
    background: bottom left repeat-x #666666;
    border-style: none;
    border:0;
    margin:0px;
}

#masthead {
 /*hoehe des Banners in Pixel */
   position:relative;
   /*#background: url('../img/u-headerlogo.png') bottom left no-repeat transparent;*/
  /*border-style: hidden;*/
   border-style: none;
   border-width: 0px;
   /*color: #747474;*/
   height: 80px;
   margin:0px;
}

#masthead a.imageLink {
    padding: 0px 0 70px 350px;
    text-decoration: none;
}


	h1 { font-size: 160%; font-weight: normal; }
	h2 { font-size: 150%; font-weight: normal; }
	h3 { font-size: 120%; }
	h4 { font-size: 100%; }
	h5 { font-size: 90%; }
	h6 { font-size: 90%; border: 0; }


#sisternav 
{
/*font-family:arial,sans-serif;*/
  position: absolute;
  bottom: 0px;
  right: 0px;
}

#sisternav ul 
{
  display:inline;
  margin:0;
  /*lin RE */
  padding:10px 4px 0px 0px;
  /* padding:0.6em 0.6em 0 1px; */
  list-style:none;
}

#sisternav li 
{
/* hier kann man die Hintergrund farbe des ganzen LI Blocks angeben, z.B. rot */
	display:inline;
	float:left;
  	margin:0;
	/* Zwischenraum der Tabs. geï¿½dert von 0005 auf 0005 
ACHTUNG: padding coordinieren mit sisternav current und plain
wenn gif verwendet werden hat dieser padding keinen Nutzen*/
	/*padding: 0 0 0 15px;*/
	 padding:0 0 0 0.3em; 
}
 
#sisternav a 
{
/*:left;*/
   font-size:0.80em;
   display:block;
   padding:4px 15px 3px 5px;
   text-decoration:none;
   color:white;
}

#sisternav li:hover, #sisternav li:hover a 
{
	/*background-position:0% -163px;
	womoeglich wird die farbe auch hier beeinflusst*/
	  background-position:100%;
	  color: #ffffff;
}

#sisternav li:hover a 
{
    /*# hilights den Text wenn man mit Mouse darueber fï¿½rt*/
	/* Keine Bewegung des Background Bildes
	  background-position:100% -163px; 
	  */
	  background-position:100%;
	color: #ffffff;
}

#sisternav #current 
{
		background:url(tab_li_a.gif) no-repeat left top; 
/* dieser Abstand muss mit Abstand sisternav li */
padding-right: 5px;
padding-left:3px;
		/*color: #f0f0f0;  */            
}

#sisternav #current a 
{
/* die farbe des  current link zb Gruen */
	background:url(tab_mir_a.gif) no-repeat right top;
 
/*padding-left: 2px;*/
	color: #301111;
}
#sisternav #plain  
{
/* die farbe des  current link zb Gruen */
    background:url(tab_li_ia.gif) no-repeat left top;
/* Achtung siehe Comment sisternav current */
padding-right: 5px;
padding-left:3px;
	color: black;
}
#sisternav #plain a 
{
/* die farbe des  current link zb Gruen */
    background:url(tab_mir_ia.gif) no-repeat right top;
/*padding-right: 2px;*/
	color: black;
}
#sisternav #plain a:hover
{
/* die farbe des  current link zb Gruen */
	color: #ffffff;
}


#sisternav #current a:hover
{
  color: #666666;
	/*color: #333333;*/
}



#footer {
  /*text-align: center;*/
  /* Achtung: width nicht auf 100 vergroessern, da sonst ein horizontaler  
     scrollbar erscheint */
  width:95%;
  test margin-top: 2em;
  margin: 1em; /* damit die linie nicht den linken rand beruehrt */
  margin-top: 2em;
  padding-top: 1em;  
  padding-left: 1em;
  border-top: 1px solid #bebebe; /* hellgraue footer linie */
  font-size:70%;
  color: gray;
  clear: both;
}

#footer a {
 
 color: gray;
 font-weight: normal;
 text-decoration:none;
 /*font-size:smaller; sonst wird der Titel auch kleiner */
}



#footer a:hover {
 text-decoration:none;
  color: #bebebe; /*gray; */
}



