body
{
  font-family: verdana;
  font-size: 10pt;
}


/* 
   Logo Positionen 
 	 S T A R T
*/

.logoimg-round-div
{
	position: absolute;
	left: 5px;
	top: 5px;
	height: 115px;
	width:205px;
	background-color: #D7DEFF; /* #D9DEFF; */
	text-align: center;
	
}

.logoimg-round-img
{
	position: relative;
	left: 0px;
	top: 7px;
}


.logoimg-font-div
{
	position: absolute;
	left: 210px;
	top: 5px;
	height: 115px;
	width:765px;
	background-color: #E6FFEA;
	text-align: center;
}


.logoimg-font-img
{
	position: relative;
	left: 0px;
	top: 0px;
}


/* 
   Logo Positionen 
 	 E N D E
*/





/* Navigation Position und Styles
		S T A R T
*/		

.main-navigation-div {
	position: absolute;
	left: 5px;
	top: 120px; 
	width: 205px;
	height: 525px;
 	background-color: #EEEEEE ; /*#E6FFEA;*/
}


.main-navigation-1stEntry {
	text-align: left;
    border-bottom: 1px dashed #7979FF;
    font-size: 9pt;
    font-weight: bold;
	width: 200px;
	height: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
/*    background-color: #CCCCCC;*/
}

.main-navigation-1stEntry A{
 	color: #000066; 
	text-decoration: none;
 }

.main-navigation-1stEntry A:hover{
  color: #0000FF;
  text-decoration: underline;  
}



.main-navigation-2ndEntry {
	text-align: left;
	position:relative;
    border-bottom: 1px dashed #7979FF;
/*	border-left: 1px dashed #7979FF;*/
	font-size: 9pt;
	font-weight: bold;
	width: 185px;
	left: 15px;
	height: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
 	background-color: #DDDDDD;
}


.main-navigation-2ndEntry A{
 	color: #000066; 
	text-decoration: none;
}

.main-navigation-2ndEntry A:hover{
  color: #0000FF;
  text-decoration: underline;  
}



.main-navigation-3rdEntry {
	text-align: left;
	position:relative;    
	border-bottom: 1px dashed #7979FF;
/*	border-left: 1px dashed #7979FF;*/
    font-size: 9pt;
    font-weight: bold;
	width: 170px;
	left: 30px;
	height: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;

 	background-color: #CCCCCC;
}


.main-navigation-3rdEntry A{
 	color: #000066; 
	text-decoration: none;
}

.main-navigation-3rdEntry A:hover{
  color: #0000FF;
  text-decoration: underline;  
}

	
/* Navigation Position und Styles
		E N D
*/		
		


/* Content Position
		S T A R T
*/		

.content-div {
	position: absolute;
	left: 210px;
	top: 120px; 
	width: 665px;
	height: 505px;
 	background-color: #FAFAFF;
	overflow: auto;
	padding: 10px;
	padding-left: 50px;
	padding-right: 50px;
	
}

.align-center {
	text-align: center;
}

	
/* Content Position
		E N D
*/		
		



.piccomment {
	font-size: 8pt;
}

.bodytext {
	font-size: 10pt;
}

.newsheader{ font-weight:  bold; font-size:  12pt; border-bottom: 1px solid navy; border-top-width: 1px; border-left-width: 1px;solid;border-right-width: 1px; }
.newsentry{ font-size: 10pt; border-bottom: 1px solid navy; border-top-width: 1px; border-right-width: 1px; border-left-width: 1px; }

h1
{
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
h2
{
	text-align: center;
	font-size: 11pt;
}







