/*
// ==============================================================
// telepark.cms

// This Software is copyright (c) 2007 by telepark, 
// Inh. Patrick Thomas, www.telepark.de. 
// All rights reserved. 

// You may not modify, extend, alter, reverse engineer or emulate
// the functionality, or create derivative works of the 
// Software in parts or it's entirety without the prior
// written consent of telepark.
// ==============================================================
*/

@charset "utf-8";

.newsArchiv {
	margin-top:20px;
}

.newsArchiv div {
	border-bottom:1px dashed #E0E0E0;
	line-height:140%;
}

.newsHeadline {
	height:20px;
	color:#000;
}

.newsContent {
	height:100px;
	background-color:#F0F0F0;
	font-size:10px;
	overflow:auto;
}

.newsContent p, .newsContent table td, .newsContent li, .newsContent table th, .newsContent span, .newsContent div {
	font-size:10px;
}
