body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
font-family: arial;
}

#framecontentTopTopLeft{
position: absolute; 
top: 0; 
left: 0; 
width: 192px; /*Width of left frame div*/
height: 52px;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-image:url(images/ob_li.gif);
color: white;
}

#framecontentTopLeft{
position: absolute; 
top: 52px; 
left: 0; 
width: 192px; /*Width of left frame div*/
height: 35px;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-image:url(images/leiste_li.gif);
color: white;
}

#framecontentTopTop{
position: absolute; 
top: 0px; 
left: 192px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
height: 52px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-image:url(images/titel.gif);
color: black;
text-align: center;
letter-spacing: 2px;
font-size: 11pt;
}
#framecontentTop{
position: absolute; 
top: 52px; 
left: 192px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
height: 35px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-image:url(images/leiste.gif);
background-repeat:repeat-x;
color: white;
}
#framecontentLeft{
position: absolute; 
top: 87px; 
left: 0; 
width: 192px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
color: white;
background-image:url(images/back_nav.jpg);
background-repeat:repeat-y;
}

#framecontentBottom{
position: absolute; 
top: auto; 
left: 0; /*Set left value to WidthOfLeftFrameDiv*/
width: 192px; /*Width of left frame div*/
bottom: 0;
height: 30px; /*Height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-image:url(images/back_nav.jpg);
color: white;
font-size:7pt;
vertical-align:bottom;
}

#maincontent{
position: fixed; 
top: 87px; /*Set top value to HeightOfTopFrameDiv*/
left: 192px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
bottom: 0; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: auto; 
background: #fff;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 87px 0 0px 192px; /*Set value to (HeightOfTopFrameDiv  0 HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}
* html #framecontentBottom{ /*IE6 hack*/
width: 192px;
}



#menu1 a {display: block; color:white; text-decoration:none ;font-family:verdana, sans-serif; font-size: 10pt;width:194px;

}

#menu1 a:visited{ color:white;text-decoration:none;font-family:verdana, sans-serif; font-size:10pt;width:194px;

 }

#menu1 a:active{ color:silver;text-decoration:none;font-family:verdana, sans-serif; font-size: 10pt;width:194px;

  }

#menu1 a:hover { color:#ffff99; text-decoration:none ;font-family:verdana, sans-serif; font-size: 10pt;width:194px;
}

	.styled-row {
		vertical-align: text-top;
	}
	
	.styled-cell {
		vertical-align: text-top;
		padding: 15px;
		text-align: left;
	}
	
	.styled-birth {
		font-size: 0.6em;
		vertical-align: text-top;
		text-align: left;
	}
	
	.styled-death {
		font-size: 0.6em;
		vertical-align: text-top;
		text-align: left;
	}
	
p {
  text-indent: 5px;
}