/* CSS Document */

/* Farben
	konzept-e-rot	  #CD3333
	invest-blau		  #168ECB
	element-i-grün	#68ae45
	kind-ev-braun	  #CF772D
	grau 1			    #999999
*/
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(/pictures/basic/bckgrd0_2.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
.wehelp {
	color: #CC3300;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	line-height: 18px;
}
.wehelp_separator {
	margin: 20px 0xp 10px 0px;
	color: #CC3300; 
}
.wehelp_separatorheader {
	width: 100%;
	background-color: #E8E8E8;
}
.wehelp_block {
	padding: 10px;
  margin: 10px 0px 10px 0px;
	background-color: #E8E8E8;
	border: 1px solid #666666;
}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #CD3333;
}
.vam {
	vertical-align: middle;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

.cb {
	clear: both;
}
img {
	border: 0px;
}
.picFloatLeft {
	clear: both;
	width: 190px;
	float: left;
}
.date {
  margin: 0px 0px 15px 0px;
  font-style: italic;
}
hr {
  border: none;
  border-top: 1px solid #999999;
  margin-bottom: 20px;
}
.right {
  text-align: right ! important;
}
.left {
  text-align: left ! important;
}

/* für den Redakteur ----------------------------------------------------------------------------- */
#content .hervorgehoben {
	font-weight: bold;
}
#content .kursiv, #content2 .kursiv {
	font-style: italic;
}

/* content1 --------------------------------------------------------------------------------------*/
#content h1, .weeditor h1 {
	font-size: 16px;
	font-weight: bold;
	color: #CD3333;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#content h2, .weeditor h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #000000;
}
#content h3, .weeditor h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #000000;
}
#content h4, .weeditor h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #000000;
}
#content p, .weeditor p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	line-height: 18px;
}
#content ul, .weeditor ul {
	list-style-position: outside;
	list-style-image: url(/pictures/basic/bul1.gif);
	padding-left: 23px;
	margin: 0px 0px 15px 0px;
}
#content li, .weeditor li {
	list-style-type: square;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
#content ul.ul2, .weeditor ul.ul2 { /* wenn 2 Listen aufeinanderfolgen */
	border-top: 1px solid #e4e4e4;
}
/* Tabellen -------------------------------------------------------------------------------------- */
#content .table1 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#content .table1 tr {

}
#content .table1 tr:hover {
	background-color: #EFEFEF;
	color: #000000;
}
#content .table1 th {
  font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 5px 8px 5px 0px;
}
#content .table1 td {
  text-align: left;
  vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 5px 8px 5px 0px;
}
#content .table1 p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	line-height: normal;
}
/* ---------------------------------------- */
#content .table2 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#content .table2 tr:hover {
	background-color: #EFEFEF;
	color: #000000;
}
#content .table2 th {
  font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 5px 8px 5px 0px;
}
#content .table2 td {
  text-align: left;
  vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 5px 8px 5px 0px;
}
#content .table2 .tr_border td {
  border-bottom: 1px solid #999999;
  padding: 5px 8px 15px 0px;
}
/* ---------------------------------------- */
#content .table_programmuebersicht1, .table_programmuebersicht2 {
	margin: 0px 0px 0px -10px;
	padding: 0px;
  border-spacing: 10px;
  width: 440px;
  table-layout: fixed;
}
#content .table_programmuebersicht1 th, .table_programmuebersicht2 th {
  font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 5px 8px 5px 0px;
  overflow : hidden;
}
#content .table_programmuebersicht1 td, .table_programmuebersicht2 td {
  text-align: center;
  vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 5px;
  background-color: #e0e0e0;
  border: 1px solid #000000;
  overflow : hidden;
}
#content .table_programmuebersicht1 tr.data td, .table_programmuebersicht2 tr.data td {
  height: 110px;
  overflow : hidden;
  margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#content .table_programmuebersicht1 a, .table_programmuebersicht2 a {
  text-decoration: none;
}
#content .table_programmuebersicht1 a:hover, .table_programmuebersicht2 a:hover {
  text-decoration: none;
  color: #CD3333;
}
#content .table_programmuebersicht1 tr.data td a {
  display: block;
  width: 140px;
  height: 100px;
  padding: 5px;
}
#content .table_programmuebersicht2 tr.data td a {
  display: block;
  width: 100px;
  height: 100px;
  padding: 5px;
}
#content .table_programmuebersicht1 tr.data td a:hover, .table_programmuebersicht2 tr.data td a:hover {
 background-color: #e8e8e8;
}
#content .table_programmuebersicht1 td.bgcolor0, .table_programmuebersicht2 td.bgcolor0 {
  font-weight: bold;
  background-color: transparent;
  border: none;
}
#content .table_programmuebersicht1 td.bgcolor1, .table_programmuebersicht2 td.bgcolor1 {
  background-color: #b6e3f1;
}
#content .table_programmuebersicht1 td.bgcolor2, .table_programmuebersicht2 td.bgcolor2 {
  background-color: #35b4d9;
}
#content .table_programmuebersicht1 td.bgcolor3, .table_programmuebersicht2 td.bgcolor3 {
  background-color: #168ECB;
}

