/* css für contentbereich
** Gruen AG
** erstellt: TF, 14.03.2007
 
 */
a{
/*	font-weight: bold;*/
	text-decoration: none;
	color: #232766;
}
a:hover{
	text-decoration: underline;

}
div.titelrahmen{
		width: 100%;
	}

.titel{
	position: relative;
	left: 0px;
	top: 0px;
	color: #7d8bb2;
	font-size: 25px; /*font-size: 1.65em;*/
	text-align: left;
	/*font-style: normal;*/
	font-weight: lighter;
	letter-spacing: 0px;
	background-color: white;
	z-index: 1;
}

.titelstrich{
	position: relative;
	top: -6px;
	border-bottom: 1px solid #7d8bb2;
	z-index: 0;
}


/*übershrift in content*/
.homepage_titel{
	color: #7d8bb2;
	font-size: 1.65em;
	/*font-family: Helvetica;*/
	text-align: left;
	font-style: normal;
	font-weight: 100;
	letter-spacing: 1px;
}

/*content text inhalt*/
div.homepage_text{
	font-size: 0.7em;
	line-height: 22px;
	padding-bottom: 20px;
}





/****************************************************
*** neueste 3 Newseinträge auf Homepage ************
***************************************************
*/

table.news_box{
	width: 100%;
}



table.news_box tr th{
    font-size: 25px; /*font-size: 1.65em;*/
	text-align: left;
	font-weight: lighter;
	letter-spacing: 0px;
	}

table.news_box tr td{
	font-size: 0.7em;
	border-top: 1px solid #d2d2d2;
	vertical-align: middle;
	text-align: left;
	padding: 11px;
	line-height: 20px;
}

td.news_bild
{
   padding-left:  20px;
   padding-top: 11px;
   padding-bottom: 11px;
}

a.news_title{
	font-weight: bold;
	text-decoration: none;
	color: #232766;
}
a.news_title:hover{
	text-decoration: underline;

}

a.news_mehr{
	text-decoration: none;
	color: rgb(120,120,120);
}
a.news_mehr:hover{
	text-decoration: underline;
}	

/****************************************************
****** für rechte floating der Image in ec_newsitem***
*****************************************************
*/
.newsimagefloat{
	float: right;
	z-index:1;
}

/**********Download Tabelle***************/
table.download{
	width: 100%;
	font-size: 0.7em;
	text-align: left;
}

table.download tr {

}

table.download tr th{
	font-weight: bold;
		height: 20px;
}

table.download tr td{
	height: 40px;
	vertical-align: middle;
	
	border-top: 1px solid #d2d2d2;


}
table.download tr td.gruppekopf{
	height: 35px;
	vertical-align: middle;
	/*line-height: 20px;*/
	font-weight: bold;
	border: 0px;


}
/****************************************************
*** Forum tabelle ************
***************************************************
*/
.forum textarea{
	wrap: soft;
	width: 600px;
	

}
table.forum{
	width: 100%;
	border: 1px;
	font-size: 0.7em;
}

table.forum_innen{
	width: 100%;
	border: 0px;
	background-color: #afbde4;
}

tr.thread_header{
  background-color:#f5f5f5;/**/
 
}
tr.thread_item{
	background-color: #ffffff;
}

hr.forum{
	color:#9fadd4; 
	background-color: #9fadd4; 
	height:2px; 
}

/*** Page Navigation ***/
div.pagenavi{
	font-size: 0.7em;
	text-align: center;
	line-height: 13px;
	padding-top: 10px;
}
/********************************************************
******Suchergebnis*********************************/
div.searchresult_item{
	/*font-size: 0.7em;*/
	/*line-height: 22px;*/
	padding-bottom: 10px;
	border-top: 1px solid #d2d2d2;
	
}