/* NEWS - general */
DIV.tx-mininews-pi1 P {
  font-family : Verdana;
  font-size: 11px;
  margin: 0 0 0 0;
}

/* NEWS - Front-page news */
DIV.tx-mininews-pi1-fp_listrow P.tx-mininews-pi1-fp_listrowField-datetime {
  font-size: 10px;
  background-color: #AFB85B;
}
DIV.tx-mininews-pi1-fp_listrow P.tx-mininews-pi1-fp_listrowField-title {
  font-size: 12px;
  font-weight: bold;
}

/* NEWS - Archive news */
DIV.tx-mininews-pi1-listrow P.tx-mininews-pi1-listrowField-datetime {
  font-size: 10px;
  background-color: #AFB85B;
}
DIV.tx-mininews-pi1-listrow P.tx-mininews-pi1-listrowField-title {
  font-size: 13px;
  font-weight: bold;
}
DIV.tx-mininews-pi1-listrow P.tx-mininews-pi1-listrowField-title A {
  color: navy;
}

/* NEWS - details */
DIV.tx-mininews-pi1 {
  font-family : Verdana;
  font-size: 11px;
}
DIV.tx-mininews-pi1 H2 {
  font-family : Verdana;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: navy;
}

.my_top_table
{
	width:100%;
	table-layout: fixed; 
	overflow: hidden;
	border: hidden;
	border-collapse: collapse;
	/* border:thin solid red; */
}

.my_top_logo
{
	width: 150px;
	/* height: 100px; */
	background: #fffedc;
        border: hidden;
        border-collapse: collapse;
}

.my_top_image
{
	width: 100%;
	height: 100px;
	background: #fffedc;
	border: hidden;
        border-collapse: collapse;
}

.my_footer_top
{
        width: 250px;
        font-size: 80%;
	/* color: #007014;*/
        color: #9f9f9f;
        background-color: #fffedc;
	text-align: left;
	vertical-align: bottom;
}
.my_footer
{
     
        font-size: 50%;
	/* color: #007014;*/
        color: #9f9f9f;
        background-color: #f7bf16;
	text-align: right;
	vertical-align: middle;
}

.my_content_table     
{  
	table-layout: fixed; 
	overflow: hidden;
	border: hidden;
        border-collapse: collapse;
        width: 100%;
}


.my_main_menu
{
	
	background: #ffedc;
        /*margin-top: 210px;*/
	text-align: left;
        /* height: 27px; */
	border: hidden;
        border-collapse: collapse;
	color: red;
	
}



.my_dummy_column_middle
{
	color: #fce489;
        /* und nun diese Spalte verstecken */
	width: 1ex;
	background: #fce489;
        /* background: green; */
}


.my_dummy_column_bottom
{
	color: #fce489;
        /* und nun diese Spalte verstecken */
	width: 1ex;
	background: #fce489;
        /* background: lightgreen; */
}

.my_sub_menu
{
  
        width: 150px;
        /* background: #fff1b1; */
        /* background: #f7bf16; */
        background: #fce489;
        padding: 5px;
        vertical-align: top;
}


.my_content
{
        width: 100%;
        background: #fef9cc;
        border-right: 1px solid #9f9f9f;
        border-left: 1px solid #9f9f9f;
        padding: 5px;
	vertical-align: top;
        font-family : Verdana;
}


.my_right
{

        width: 250px;
        background: #fffedc;
        /* border-right: 1px solid #9f9f9f; */
        padding: 5px;
        /* text-align: justify; */
        vertical-align: top;
        font-family : Verdana;
}

.my_left
{
	font-size: 80%;
	color: #9f9f9f;
        width: 130px;
        background: #fce489;
	/* background: yellow; */
        /* border-top: 1px solid #9f9f9f; */
        padding: 5px;
        vertical-align: top;
        font-family : Verdana;
}

.my_impressum
{

        font-size: 80%;
	color: #007014;
        background-color: #f7bf16;
	text-align: center;
	vertical-align: middle;
	font-family : Verdana;
}

.my_rootline
{
	/*color: red;*/
}
.tx-bktfegraphiccounter-pi1
{

        /* background-color: red; */
}

/* und hier ein etwas schmutziger workaround fuer die fehlen class Definitionen der htmlara RTE extension: 2008-11-13 by Kurt Strojny */


.align-left
{
	text-align: left
}

.align-right
{
	text-align: right
}


.align-center
{
	text-align: center
}



