
/* ----- il_artikel.css ----- */
/*
  This file is based on the ploneCustom.css.dtml shipped with Plone.

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

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

/* -------------------------------------------------------------------------*/	
	
		
	#portal-column-one
	{		
		background-color: #E3BE7A ;	
	}		
	#portal-column-one p
	{
		margin: 15px;
		font-size: 93%;
	}
	#portal-column-one p img
	{
		margin: 0 0 4px 0;
	}
	
	#portal-column-content
	{
		width: 400px;		
		color: #003333;
		background-color: #FBDA9D ;	
		padding: 15px;	
	}
	#portal-column-content p
	{
		margin: 10px 0 0 0;
		color: #000000;
		
	}

	.plain
	{
		color: #330000;
	}
	
	#portal-column-content .formleft
	{
		width: 100px;
		display: block;
		float: left;
	}
	#portal-column-content .formleft .standard
	{
		width: 240px;
	}
	#portal-column-content p .imgfloatright
	{
		float: right;
		margin: 0 0 0 10px;
	}
	#portal-column-content p .imgfloatleft
	{
		float: left;
		margin: 0 10px 0 0;
	}
	#portal-column-content h1
	{
		margin: 0 0 15px 0;
		color: #330000;
		font-weight:bold;
	}
	#portal-column-content ul
	{
		margin: 20px 0 10px 16px;
	}
	#portal-column-content li
	{
		list-style: disc outside;
		margin: 2px 0 2px 0;
	}
	#portal-column-content .artikelnavi
	{
		border-top: 1px solid #003333;
		padding: 4px 0 0 0 ;
		margin: 20px 0 0px 0;
		font-size: 93%;
		width: 400px;
		text-align: center;
	}
	#portal-column-content .artikelnavi a
	{
		text-decoration: none;
		color: #003333;
		font-weight: bold;
		font-size: 93%;
	}
	#portal-column-content .artikelnavi .back
	{
		float: left;
		display: block;	
		background: url(pfeil_orange_links.gif) no-repeat ;	
		padding: 1px 0 0 12px;
	}
	#portal-column-content .artikelnavi .forward
	{
		float: right;
		text-align: right;
		width: 70px;
		display: block;	
		background: url(pfeil_orange_rechts.gif) no-repeat ;	
		padding: 1px 12px 0 0;
	}
	#portal-column-content .artikelnavi i
	{
		font-style: normal;
		font-weight: bold;
		text-decoration: underline;
	}
	#portal-column-content strong
	{
		display: block;
		margin: 0 0 10px 0;
		font-weight: bold;
	}
	
	#portal-column-content h4
	{
		display: none;
	}
	
	/* rausgenommen für Artikel */
	.rightImagesBlock, .documentDescription, .documentByLine, .reviewHistory, .documentActions
	{
		display: none;
	}
	
	/* Navigationsleisten etc */
	.linkBlock 
	{
	  
	}
	
	.attachmentBlock {
	  float: left;
	  margin-right: 1em;
	}
	
	.leftPlaced {
	  float: left;
	}
	
	.rightPlaced {
	  float: right;
	  margin: 0;
	}
	
	.twoImagesColumn {
	  margin: 2em auto 0 auto;
	  width:550px;
	  text-align:center;
	}
	
	.twoImagesLine {
	  float: left;
	  display: inline;
	  width: 200px;
	  overflow: hidden;
	}
	
	.rightImagesBlock {
	  clear: both;
	  margin-top: 1em;
	  float: right;
	  width: 100px;
	  text-align: center;
	  line-height: normal;
	}
	
	.leftAttachmentBlock {
	  clear: both;
	  float: left;
	  width: 15%;
	  margin-right: 1em;
	}
	
	.rightPlacedBody {
	  float: left;
	  width: 60%;
	}
	
	.middlePlacedBody {
	  height: 100%;
	}
	
	.blockClear {
	  display: block;
	  clear: both;
	}

	.imageTitle {
		font-size: 80%;
		color: black;
		font-weight: normal;
		text-align:center;
	}
		
	.topNavigation {
		clear: both;
		text-align: right;
	}
	
	.bottomNavigation {
		clear: both;
		margin-top: 0.2em;
		margin-bottom: 0.2em;
		float: right;
		width: 100%;
	}
	
	.bottomNavigation .previous {
		float: left;
		width: 15%;
		text-align: left;
	}
	
	.bottomNavigation .pages {
		float: left;
		width: 70%;
		text-align: center;
	}
	
	.bottomNavigation .pages .selected {
		font-weight: bold;
	}
	
	.bottomNavigation .next {
		float: right;
		text-align: right;
	}

	.multipageDescription {
	font-style: italic;
	font-weight: normal;
	}

/* 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 */	

