/***********************************************/
/* content.css                                 */
/* Aussehen der Content-Elemente               */
/***********************************************/

/*	----------------------------------------------------------------------//
// 	Christian Späth - www.sv1845es.de											 //
//	----------------------------------------------------------------------//
//    letzte Änderung: 25.09.2006													 //
//	----------------------------------------------------------------------*/


/* Modulname: 01 - Headline */
.headline {
	font-size: 20px;
	font-stretch: inherit;
	font-weight: bolder;
}
/********************************************/

/* Modulname: E-Mail Adresse geschützt einbinden */
#button { 
	font-size:1em;
	font-weight:bold;
	font-family:arial, verdana, helvetica, sans-serif;
	color:#C04040;
	border: 0;
	background:#fff;
	text-decoration:none;
}
/********************************************/

p {
	font-size: 16px;
}
/********************************************/

/*externe Links markieren-Template*/
.extern {
 padding-right:15px;
 background:url('../files/extern.jpg') no-repeat right center;
}
/********************************************/

/* Download-Modul */
#inhalt .download-hdl p, 
#inhalt .download-file p, 
#inhalt .download-desc p { 
  width:97.3%; /* IE6 Hack */
	margin: 0;
}

#inhalt .download-hdl p { 
	font-weight: bold;
	color: #fff;
}

#inhalt .download-file p {
	font-size: 12px;
	border: none;
	text-decoration: none;
}

#inhalt .download-desc { 
	margin-bottom: 1.2em;
	padding: 1.2em 7px;
}

#inhalt .download-without-desc { 
	margin-bottom: 1.2em;
}
/********************************************/

/*Categorylist-Modul*/
.catlist {
	font-size: 16px;
}
/********************************************/

/*sitemap-Modul*/
.sitemap1st {
	font-size: 16px;
}
.sitemap2nd{
	font-size: 14px;
}

/********************************************/

/*19 - Last Pageupdate-Modul*/
.pageupdate{
	text-align: right;
	font: 12px Arial, Helvetica, sans-serif;
}

/********************************************/

/*08 - Articlelist-Modul*/
.article-list h2{
	line-height: 60%;
}
.article-list p{
	line-height: normal;
}

/********************************************/

/*29 - Titel-Modul*/
.titel{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

