/* --------------------------------------------------------- [file: news.css] */
/*                                                       [project: heholz.at] */
/*                                            [Andreas Hechenblaickner, 2005] */

/* -------------------------------------------------------------------------- */

@media all {
	
	#gototop {
		display: none;
	}

	#news {
		padding: 1em;
	}
	
	#news a {
		color: red;
	}

	#news table {
		border-collapse: collapse;
		table-layout: fixed;
		border: 0;
	}
				  
	#news td {
		border: 0;
	}

	#news p {
		line-height: 150%;
	}

	#news ul {
		list-style-type: square;
	}

	#news li {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
		line-height: 150%;
	}
				  
	#news img {
		border: 0;
	}

	#news td.element {
		width: 240px;
		height: 180px;
		vertical-align: middle;
	}
				  
	#news td.style1 {
		border: 3px solid #ffbbaa;
		padding: 0;
	}

	#news td.style2 {
		border: 3px solid #ffbbaa;
		padding: 0;
	}
				  
	#news .headline {
		font-size: 1.4em;
		font-weight: bold;
		text-align: center;
		margin: 1em;
	}

	#news .text {
		padding-top: 1em;
	}

	#news .tagline {
		text-align: center;
		padding: 0.2em 1em 0.2em 1em;
	}
}

@media screen {
	
	#header {
		display: none;
	}

	#news td.news {
		background-image: url(../images/main/news.gif);
		background-repeat: no-repeat;
		width: 90px;
	}
	
	#news td.style1 {
		background-color: #dc2b19;
	}

	#news td.style2 {
		background-color: #ffbbaa;
	}
	
	#news .headline {
		color: white;
	}
}

@media print {
	
	#news td.news {
		display: none;
	}
}

/* ---------------------------------------------------------- [eof: news.css] */