
/* CSS Document */

html, body {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

table {
	border:0;
	/*width:450px;
	height:100%;*/
	text-align:left
}

table.linkListe {
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	margin: 20px;
}

table.linkListe th {
	padding: 0 0 10px 0
}

.firstColumn {
	text-align:right;
	width: 40%;
}

.secondColumn {
	padding-left:20px;
}

.secondColumn a:link {
	color:#666;
	text-decoration:none
}

.secondColumn a:hover {
	color:#798719;
	text-decoration:none
}

.secondColumn a:visited {
	color:#666;
	text-decoration:none
}

.newsRightColumn {
	font-size: 13px;
	padding-left: 30px;
}

.newsRightColumn h2 {
	font-weight:800;
	font-size: 15px;
}

