/* CSS Document */

body {
	margin:0;
	background-image:url(pics/bg-kachel.jpg);
}
/*========================================================*/
/* Schriftarten */
/* Standard */
html, body, table, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#000000;
}
	
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:15px;
	color:#FF0000;
}	
	
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
	color:#cd0000;
}

.hd_people {
	font-weight:bold;
	color:#cd0000;
}

.news_date {
	font-weight:bold;
	padding-right: 10px;
}



/*========================================================*/
/* Tabellenzellen */

/* Hintergrund-Kachel d. gesamten linken Hauptzelle */
.row_bg {
	background-image:url(pics/kachel-main.jpg);
}

/* Hauptzelle */
.row_content {
	padding:20px;
}

/* News-Inhalt */
div {
	background-image:url(pics/news-bg.jpg);
	height:64px;
	padding:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:12px;
}

.headline {
	font-weight:bold;
	color:#FF0000;
}

.readmore {
	font-weight:bold;
	color:#ff0000;
	padding-top:2px;
}



/*========================================================*/
/* Diverses */
/* Rand zu Bildern */
img#space {
	margin-left:15px;
}

/*========================================================*/
/*Listen Eigenschaften*/
.sub_list {
	padding:3px 0 3px 0;
	line-height:16px;
}

.sub_list_b {
	padding:3px 0 3px 0;
	list-style-type:square;
}

a:link, a:active, a:focus, a:visited {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:underline;
	color:#cd0000;
}

.footer{
				background-image:url(pics/footer.jpg);
				width:940px;
				height:22px;
				
				font-family:Arial, Helvetica, sans-serif;
				font-size:11px;
				color:#ffffff;
				padding:8px 0 0px 20px;
				text-align:left;
				
}

.footer a{
				color:#ffffff;
				text-decoration:none;
				}

.footer a:hover{
				text-decoration:underline;
}

	



