	body, td, pre {		
						font-family: "Open Sans", "Trebuchet MS", Helvetica, sans-serif;
						/* font-family: "Lato Latin", "Myriad Pro", serif; */
						font-size: 14px;
						color: #4F2219;
				}
				
		/* Italic text */
		
		em, cite  {
			font-family: 'Open Sans Italic';
			font-style: normal;
		}

		/* Bold text */
		strong, h1, h2, h3, h4, h5, h6, .title {
			font-family: 'Open Sans Bold', sons-serif;
			/*font-family: 'Lato Latin Bold',serif;*/
			font-weight: normal;
		}

		/* Bold-italic text */
		em strong, strong em, strong cite, cite strong {
			font-family: 'Open Sans Bold Italic'; 
			font-style: normal;
			font-weight: normal;
		}
		

		p								{ text-align: justify; margin-left: 4px; }
				
		h1, .title				{	font-size: 22px;    color: #5F2317;	display: inline;}
		h2								{ font-size: 20px;  }
		h3								{ font-size: 18px; }
		h4								{ font-size: 16px; }

		
		
		a, a:link				{	color: #710;  font-family: 'Open Sans Bold', sans-serif; text-decoration: none; border-bottom: 1px solid #500;	 }
		a:hover					{ color: #600; border-bottom: 1px solid #720; }	

		a.img, a.img:hover { border-bottom: none; } 
		
		
		
		img	{ border: none; }
		img.news  		{ border: 1px solid black; padding: 3px; }
		img.imgdefault		{ width: 300px; }
		
		
		
		.redbold				{ color: #993300; font-weight: bold; }
		.red						{ color: #993300; }
		
		#main #content .fix {
				position: relative;
				float: right;
		}
	

	.newsentry {
		/* border-width: 0px 0px 1px 0px;*/
		margin-bottom: 10px;
		background-color: #FAF7F5;
	}
	
	.newswrap {
		padding: 6px 6px;
		border: 1px solid #9AA795;
		overflow: hidden;
	}
	
	.newsimg {float: left; margin-right: 10px; width: 150px;}
	.newsimg img {width: 150px; }
	.newsaddimg {margin: 12px 0px 5px 0px; }
	.newsaddimg img {width: 600px; }
	
	.newsdet {float: left; width: 434px; }
	.startnewsdet {width: 100%; }
		
	.contenttitle{
		
		background-color: #DAE7D5;
		/*border: 1px solid #9AA795;*/
		padding: 4px 6px;
	}

	.contentblock{
		/*border: 1px solid #9AA795;
		border-top: none;
		*/
		margin-bottom: 5px;
	}

	
	
	.page table.listlong, .page table.list, .page table.overview {
		width: 100%;
		border: 1px solid #006633;
		margin-bottom: 10px;
	}
	
	.page table.overview {
		background: #efefdd;
	}
	
	.page table.listlong td, .page table.list td, .page table.overview td {
		border: 1px solid #006633;
		padding: 2px 4px;
	}


	.page table tr.trtitle, .page table.listlong tr:first-child, .page table.overview tr:first-child {
		background: #e4fdb4;
		font-weight: bold;
	}
	
	.page table tr.trtitle td {
		/*border: none;*/
	}
	
	.allcorners { border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
	
	.small { font-size: 10px; }
	
	#sponsoren {
    padding-left: 5px;
    text-align: center;
  }
	#sponsoren p {
    text-align: left;
  }
  
	#sponsoren a {
    border: none;
    display: inline-block;
  }
  
	#sponsoren img{
    width: 135px;
    margin-bottom: 10px;
    /* vertical-align: middle; */
    margin-right: 15px;
  }
	#sponsoren #sp2 img{ width: 180px; }
	#sponsoren #sp3 img{ width: 105px; }
  
  
  /*
	#sponsoren a:nth-child(odd){
    margin-right: 40px;
  
  }
  */
  
  
  
  