
/* ----- il_portlets.css ----- */
#portlet-libri-mitte {
padding: 0;
background:url(bg_libri.gif) no-repeat scroll 0 0;
height:32px;
margin:0 0 10px;
}
#portlet-libri-mitte a {
float:left;
color:#663300;
font-family:Times,Georgia,serif;
padding:10px 0 0 44px;
text-decoration:none;
}
#portlet-libri-left {
padding: 0;
background:url(bg_libri.gif) no-repeat scroll 0 0;
height:32px;
margin:0 0 10px;
border:1px solid #663300;
}
#portlet-libri-left a {
float:left;
color:#663300;
font-family:Times,Georgia,serif;
padding:5px 0 0 33px;
text-decoration:none;
}
/*
  This file is based on the ploneCustom.css.dtml shipped with Plone.

   (do not remove this)
   (not this either)
*/

/* ------------------- Place Styles here --------------------------------*/

/* -------------------------------------------------------------------------*/
		
		.portlet
		{
			margin: 0 0 10px 0;
			width: 210px;
		}				
		.portlet p
		{
			height: 30px;
		}
		.portlet a
		{
			display: block;
			color: #260000;
			text-decoration: none;
			margin: 0 0 0 16px;
		}	
		.portlet a:hover
		{
			color: #ffffff;
		}
		
		
		#portlet-reminder, #portlet-forum, #portlet-veranstaltungen
		{
			height: 88px;	
			float: left;
		}		
		#portlet-reminder p, #portlet-forum p, #portlet-veranstaltungen p
		{
			margin: 36px 0 0 16px;							
		}
		#portlet-reminder a, #portlet-forum a, #portlet-veranstaltungen a
		{
			font-weight: bold;
		}
		#portlet-reminder h6, #portlet-forum h6, #portlet-veranstaltungen h6, #portlet-gewinnspiel h6, #portlet-podcast h6
		{
			display: none;
		}				
		#portlet-reminder
		{
			background: url(bg_portlet_reminder.gif) no-repeat ;			
		}		
		#portlet-forum
		{
			background: url(bg_portlet_forum.gif) no-repeat ;			
		}
		#portlet-veranstaltungen
		{
			background: url(bg_portlet_veranst.gif) no-repeat ;			
		}



		#portlet-libri
		{			
			background: url(bg_libri.gif) no-repeat ;	
			background-color: #FBDA9D ;						
			height: 32px;
			width: 210px;
		}
		#portlet-libri a
		{
			font-family: Times, Georgia, serif; 
			text-decoration: none;
			color: #003333;
			padding: 3px 0 0 44px;
		}
		#portlet-libri a:hover
		{
			color: #ffffff;
		}
		
		
		
		#portlet-weitere
		{			
			background-color: #E3BE7A ;
			padding: 6px 0 0 0;
		}
		#portlet-weitere h6
		{			
			font-size:	100%;
			padding: 0 0 4px 15px;
		}
		#portlet-weitere ul
		{			
			padding: 2px 0 2px 15px;
		}
		
		
		
		
		#portlet-gewinnspiel
		{
			height: 88px;
			background: url(bg_gewinnspiel.jpg) no-repeat ;			
			background-color: #cccccc;
			float: left;
		}
		#portlet-gewinnspiel a
		{			
			margin: 0px;
			padding: 36px 10px 0px 16px;
			color: #ffffff;
			line-height: 143%;
		}										
		#portlet-gewinnspiel a:hover
		{
			color: #000000;
		}
		
				
		#portlet-podcast
		{
			height: 88px;
			background: url(bg_podcast.jpg) no-repeat ;			
			float: left;
		}		
		#portlet-podcast a
		{
			padding: 36px 10px 8px 0px;
			text-decoration: none;
			color: #003333;
			line-height: 143%;
		}
		#portlet-podcast a:hover
		{
			color: #ffffff;
		}	
		
		
		
		.leseprobe, .rezensionen, .buecherderautorin, .leserstimmen
		{
			height: 32px;
			margin: 0px;
			font-weight: bold;
		}
		.leseprobe a, .rezensionen a, .buecherderautorin a, .leserstimmen a
		{
			display: block;
			padding: 10px 0 0 30px;
			text-decoration: none;
			color: #330000;
		}
		.leseprobe a:hover, .rezensionen a:hover, .buecherderautorin a:hover, .leserstimmen a:hover
		{		
			color: #ffffff;
		}
		.leseprobe
		{
			background: url(bg_leseprobe.gif) no-repeat ;					
		}
		.rezensionen
		{
			background: url(bg_rezensionen.gif) no-repeat ;					
		}
		.buecherderautorin
		{
			background: url(bg_buecherderautorin.gif) no-repeat ;					
		}
		.leserstimmen
		{
			background: url(bg_leserstimmen.gif) no-repeat ;					
		}
		

/* YOUR CSS RULES STOP HERE */

/*  */

/* Latest version of the documentation on pre-defined properties from Plone
   can be found in CMFPlone/skins/plone_styles/ploneCustom.css.dtml */	

