body {
	text-align: center;
}

* {
	font-size: 12px;
	font-family: arial;
	color: black;
}

div.overall {
	width: 670px;
	margin: 0 auto;
	text-align: left;
}

/* Tabellen*/
.tdHead {
	background-image:url(images/table-head.png);
	background-repeat:no-repeat;
	width:670px;
	height:19px;
	border:0px;
	text-align: center;
	padding-top:5px;
	font-weight:bold;
	color:#FFFFFF;	
}
.tdBottom {
	background-image:url(images/table-bottom.png);
	background-repeat:no-repeat;
	width:670px;
	height:8px;
	border:0px;
}
td,th {
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:3px;
}

th {
text-align:left;
}

.contenttable {
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	width:670px;
}
.c2l1-left {
	border:0px;
	vertical-align:top;
	padding:0px;
}
.c2l1-middle {
	border:0px;
	vertical-align:top;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:10px;
}

/* Standard Links */
a:link {
	text-decoration:none;
	color:#0066CC;
}
a:visited {
	text-decoration:none;
	color:#0066CC;
}
a:hover {
	text-decoration:none;
	color:#0099FF;
}
a:active {
	text-decoration:none;
	color:#0066CC;
}
div.news-latest-item, div.news-list-item {
	border-bottom:1px solid #CCCCCC;
	margin-bottom:10px;
	padding-bottom:10px;
}

