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

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

/* 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:visited {
	color: #0000FF;
	text-decoration: none;
}

/* 1. Ebene Ueberschrift */
h1 {
	color: #000000;
	font-size: 16px;
	/* font-style: italic; */
	font-weight: bold;
	margin-top: 5px;
	border-bottom: 2px solid #990000;
}

/* 2. Ebene Ueberschrift */
h2 {
	font-size: 14px;
	border-bottom: 1px solid #555555;
}

/* 3. Ebene Ueberschrift */
h3 {
	font-size: 12px;
	border-bottom: 1px solid #555555;
}

/* 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;
}



