/* ------ Rechte Inhaltstypen fuer website pl-coteam.de ------ */



/* -------------- Inhaltsbereich Rechts / Partner, News etc. -------------- */

DIV#partnerGruppe {  
	padding: 0;
	margin: 28px 0;
}

DIV#rightPartner {  
	margin:5px 5px 0 5px;
	width:auto;
	background-color: #FFF;
//	min-height: 40px;
	text-align: center;
}

DIV#rightPartner IMG {
	width: 120px;
	margin: 2px;
}

DIV#rightPartner a:link,
DIV#rightPartner a:visited {  
	padding:4px 2px;
	display: block;	
	border:1px outset #a1a5a9;
}

DIV#rightPartner a:active,
DIV#rightPartner a:hover {  
	padding:4px 2px;
	display: block;	
	border:1px inset #a1a5a9;
}



DIV#newsGruppe {  
	padding: 0;
	margin: 28px 0;
}

DIV#rightNews {  
	margin:5px 5px 0 5px;
	width:auto;
	background-color: #FFF;
	min-height:30px;
}

DIV#rightNews a:link,
DIV#rightNews a:visited {  
	padding:4px 2px;
	display: block;	
	border:1px outset #F80B0A;
	text-align: center;	
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.3em;
}

DIV#rightNews a:active,
DIV#rightNews a:hover {  
	display: block;
	border:1px inset #F80B0A;
	color: #666;
	text-decoration: none;
}

