/******************************************************************************/
/* content.css                                                                */
/* -----------                                                                */
/* BFKDO St. Poelten                                                          */
/* Markus Duerauer 2007                                                       */
/******************************************************************************/

/* Standardschriftgroesze */
td, div, body{
	font-size: 12px;
}

/* Listen */
ul {
	list-style-position: outside;
}

li {
	margin-left: 20px;
}

/* Link */
a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
}

/* 1. Ebene Ueberschrift */
h1 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

/* 2. Ebene Ueberschrift */
h2 {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}

/* 3. Ebene Ueberschrift */
h3 {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

/* Standard-Tabelle */
table.content_table,table.content_table_noborder {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}


/* Zellen Standard-Tabelle */
td.content_table, table.content_table td{
	padding: 3px;
	border: 1px solid #AAAAAA;
}

/* Zellen Standard-Tabelle ohne Rand */
td.content_table_noborder, table.content_table_noborder td{
	padding: 3px;
}

/* Zellen Standard-Tabelle Ueberschrift */
td.content_table_header{
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #AAAAAA;
}

/* Link innerhalb einer Uebschriftszelle */
td.content_table_header a {
	background-color: #990000;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

td.content_table_header a:hover {
	text-decoration: underline;
}

/* Menueleiste */
#content_toolbar
{
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Links Menueleiste */
#content_toolbar a, a.toolbar_button
{
	padding: 5px;
	background-color: #EEEEEE;
	border: 1px solid #666666;
	text-decoration: none;
	color: #000000;
}

#content_toolbar a:hover, a.toolbar_button:hover
{
	text-decoration: underline;
}

/* Inhalt (Modul Content) */

/* Bereich: Einleitungsblock */
div.content_section_head {
  border: 2px solid #000099;
  padding: 5px;
  background-color: #0000FF;
  color: #FFFFFF;
}

/* Bereich: Einleitungsblock Foto */
div.content_section_head img {
  margin-left: 5px;
  margin-bottom: 5px;
}

/* Bereich: Titel */
h1.content_section_head {
  border-bottom: 2px solid #CCCCCC;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #FFFFFF;
}

/* Bereich: Text Einleitungsblock */
p.content_section_head {

}

/* Bereich: Artikelblock */
div.content_section_article {
  margin-top: 10px;
  border: 2px solid #000099;
  padding: 5px;
  background-color: #0000FF;
  color: #FFFFFF;
}

div.content_section_article td {
  color: #FFFFFF;
  vertical-align: top;
}

/* Bereich: Artikeltitel */
div.content_section_article_title {
  border-bottom: 2px solid #CCCCCC;
  margin-bottom: 5px;
}

div.content_section_article_title a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}

div.content_section_article_title a:hover {
  text-decoration: none;
  color: #FFFFFF;
}

div.content_section_article_title a:visited {
  text-decoration: none;
  color: #FFFFFF;
}

div.content_section_article_title a:active {
  text-decoration: none;
  color: #FFFFFF;
}

/* Bereich: Artikel erstellt */
div.content_section_article_created {
  text-align: right;
  font-size: 9px;
}

/* Bereich: Artikelinhalt */
table.content_section_article {
  color: #FFFFFF;
}

table.content_section_article td {
  color: #FFFFFF;
  vertical-align: top;
}

/* Bereich: Artikelinhalt Foto */
table.content_section_article img {
  margin-right: 5px;
  margin-bottom: 5px;
}




