								/* ############ */
								/* ### NEWS ### */
								/* ############ */

div.news_inner {
	padding: 5px;
}

div#news_category_image {
	float: right;
}



/* ################### */
/* ### LATEST-VIEW ### */
/* ################### */

div#news_latest {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}

	div#news_latest_item {
		position: relative;
		top: 0px;
		margin: 0px auto;
		width: 100%;
	}
	
		div#news_latest_item_header {
			height: 20px;
			line-height: 20px;
			width: 100%;
		}
		
		div#news_latest_item_content {
			clear: both;
			width: 100%;
		}
		
			div#news_latest_item_content_img {
				float: left;
			}
			
				div#news_latest_item_content_img img {
					margin-right: 5px;
					margin-bottom: 5px;
				}
	
	div#news_latest_spacer {
		clear: left;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 20px;
		/*background-image: url(images/border_footer.jpg);
		background-position: center center;
		background-repeat: repeat-x;*/
	}
	
	div#news_latest_navigation {
		float: right;
	}
	
	
	
/* ################# */
/* ### LIST-VIEW ### */
/* ################# */

div#news_list {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}

	div#news_list_item {
		position: relative;
		top: 0px;
		margin: 0px auto;
		width: 100%;
	}
	
		div#news_list_item_header {
			height: 20px;
			line-height: 20px;
			width: 100%;
		}
		
		div#news_list_item_content {
			clear: both;
			width: 100%;
		}
		
			div#news_list_item_content_img {
				float: left;
			}
			
				div#news_list_item_content_img img {
					margin-right: 5px;
					margin-bottom: 5px;
				}
	
	div#news_list_spacer {
		clear: left;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 20px;
		background-image: url(images/border_footer.jpg);
		background-position: center center;
		background-repeat: repeat-x;
	}
	
	div#news_list_navigation {
		float: right;
	}
	
	

/* ################### */
/* ### DETAIL-VIEW ### */
/* ################### */

div#news_single_container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}

	div#news_single {
		position: relative;
		top: 0px;
		margin: 0px auto;
		width: 100%;
	}
	
		div#news_single_header {
			height: 20px;
			line-height: 20px;
			width: 100%;
			background-image: url(images/border_footer.jpg);
			background-position: bottom;
			background-repeat: repeat-x;
		}
		
		div#news_single_content {
			clear: both;
			width: 100%;
		}
		
			div#news_single_content_img {
				float: left;
			}
			
				div#news_single_content_img img {
					margin-right: 5px;
					margin-bottom: 5px;
				}
					
		div#news_single_footer {
			clear: left;
			height: 20px;
			line-height: 20px;
			width: 100%;
			
		}
	
	div#news_single_navigation {
		float: right;
	}



/* ############# */
/* ### FILES ### */
/* ############# */

div#news_files_container {
	padding-top: 15px;
	display: block;
	clear: both;
}

	div#news_files_header {
		font-weight: bold;
	}
	
	div#news_files {
		padding-top: 2px;
		padding-bottom: 2px;
	}
		
		div#news_files a {
			padding-right: 3px;
		}
		
		div#news_files img {
			margin-right: 3px;
		}
