﻿/* Standard Stylesheet
www.peter-kaiser.de
Start: 18.02.2009
Letzte Aenderung: 18.02.2009 - 19uhr
*/

/* -------------------------------------------------------------- News Slider -------------------------------------------------------------------- */

hr {
	width: 960px;
	color: #efefef;
	background-color: #efefef;
	height: 2px;
	margin: 0 0 0 0;
}

.news {
	overflow: hidden;
	width: 960px; 
	height: 55px;
	cursor: pointer;
    border-bottom: #efefef solid 2px;
}

.redstripe {
    border-bottom: #c80033 solid 2px;
}

.newsbild {
	float: left;
	width: 320px;
	text-align: right;
	margin: 5px 0 0 0;
}

.newstext {
	float: left;
	margin: 0 0 0 23px;
	width: 566px;
	height: 85px;
	font-size: 12px;
	line-height: 15px;
	overflow:hidden;
	white-space:normal;
}

.newstext > h2 {
	margin: 7px 0 8px 0px;
	font-size: 18px;
	font-weight:normal;
	line-height: 16px;
	color:#cacaca;	
}
.newstext > h1 a {color: inherit; text-decoration:none;}

.txt_cat {
	font-size:13px;
	display:block;
	font-weight:bold;
	color:#888888;
	margin: 8px 0 3px 0;
}

/* -------------------------------------------------------------- News Liste -------------------------------------------------------------------- */


#content * nl_link > a:link, #content * nl_link > a:visited {
	margin:0 0 7px 0;
	font-size:14px;
	line-height:16px;
	background-position:0 4px;
	color: #888888;
	font-weight:bold;
	text-decoration: none;
	display: block;
}

