body {
	margin: 10 0 0 10;
	padding: 0;
	font: 80%/1em Verdana, Tahoma, sans-serif; 
	/*font: 100%/1em "Times New Roman", Verdana, helvetica, serif;*/
	color: Black;
	background: White;
}
.titel {
   font-size: 20px;
}
.small {
   font-size: 95%;
}
.link-titel {
   font-weight: bold;
   color: #0869AC;
}

.border-right {
/*
background-image: url(/images/punkt-border.gif);
background-repeat: repeat-y;
*/
   border-right-style: solid;
   border-width: 1px;
   margin-right: 3px;
   padding-right: 16px;
	text-align: justify;
	
   
}
h2 {
   font-weight: 600;
   font-size: medium;
	text-align: left;	
}
h2.news {
   font-weight: 600;
   font-size: medium;
   line-height: normal;
	margin-bottom: 2px;	
	text-align: left;
}
h2.news-all {
   font-weight: 600;
   font-size: medium;
   line-height: normal;
	margin-top: 0px;	
	margin-bottom: 2px;	
	text-align: left;
}
.foto-news {
   margin-right: 10px;
   /*
   border-right-color: #39618F;
   border-right-width: 1px;
   border-right-style: solid;  
   */
   padding: 1px 1px 1px 1px;
   border-color: #39618F;
   border-width: 1px;
   border-style: solid;  
   text-align: center;
   /*background-color: #CFD7E4; */
   font: small/1.1em arial, helvetica, sans-serif; 
   float: left;
   }
   .img-desc {
      background-color: White;
   }
   h3.search {
   font-weight: 500;
   font-size: small;
   text-align: right;
   }
   .black {
      background-image: url(/images/spacer.gif);
      background-repeat: repeat-x;
      background-color: Black;
   }
	
	h3  {
   font-weight: 600;
   font-size: 13px;
   line-height: normal;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	/*color: #0099CC; */
}
	
	b {
		color: #898989;
		font-weight: 600;
	}
	td {
		text-align: left;
	}
	td.right {
			text-align: right;
		}	
	
ol {
   line-height: 1.5em;
}
b.red {
 color: Red;
}