/*---------------------------------------------		  		  
		  RTE Style Sheet
		  
		  version: 		1.0
		  author:  		name
		  webseite:		http://www.xpect-media.de
		  Stand: 		28.03.2008
		  email: 		info@xpect-media.de
		  
------------------------------------------------*/




/*Einstellungen fuer die Stile im RTE
  ShowTagFreeClasses muss in der Page TS-Config auf "0" 
  gesetzt sein  damit Einstellung kontextabhaengig*/

/* Ueberschrift 1, !important --> Browserweiche */
H1 {

}

/* Ueberschrift 2, !important --> Browserweiche*/
H2,
#col3 H2 {
color:#0070b8;
font-size:13px;
}
#col3 H2 {
font-weight:bold;
}

P.small,
SPAN.small {
font-size:11px;
}

/*
#col3 P {
line-height:1.3em;
}
*/
#col3  .innercontent P,
#col3  .news-list-item P  {
width:90%;
}


UL LI {


}

SPAN.phone {
		background:url(../images/backgrounds/phone-link.png) no-repeat 0px 2px;
		padding-left:18px;
		
	}
SPAN.fax {
		background:url(../images/backgrounds/fax-link.png) no-repeat 0px 3px;
		padding-left:18px;
		
}
A.mail {
		background:url(../images/backgrounds/mail-link.png) no-repeat 0px 4px;
		padding-left:18px;
		
}



TABLE.ansprechpartner {

width:100%;
}

TABLE.ansprechpartner TD.imagecell {
width:64px;
height:64px;
padding-right:0px;
}

TABLE.ansprechpartner TR TD {
border-top:1px solid #ccc;
padding:12px;
}

TABLE.ansprechpartner TR TD DIV.description {
	font-size:11px;
}

TABLE.ansprechpartner TD IMG{
	border:1px solid #ccc;
}

TABLE.ansprechpartner TD H2 {
color:#868686 !important;
font-size:12px !important;
margin-bottom:0px;
}
TABLE.ansprechpartner TD .description,
TABLE.ansprechpartner TD .description  P {
font-size:10px !important;
margin-bottom:4px;
}

TABLE.ansprechpartner TD {
color:#707173;
vertical-align:top;
}
TABLE.ansprechpartner TD SPAN.phone,
TABLE.ansprechpartner TD SPAN.fax {
display:block;
font-size:11px;
}
TABLE.ansprechpartner TD A.mail {
color:#868686 ;
font-size:11px;
}
