

/* slot center */

	div.slot_center {
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			position: absolute;
			top: 150px;
			left: 200px;
			width: 400px;
		}

	
/* slot right */

	div.slot_right {
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			position: absolute;
			top: 150px;
			left: 600px;
			width: 200px;
		}


/* intro */	
	
	div.intro {
			margin: 20px 0px 30px 10px;
			padding: 45px 20px 10px 20px; 
			font-size: 8pt;
			background-image: url(../img/intro.gif);
			background-repeat: no-repeat;
			background-position: left top;
		}

	div.intro h1 {
			font-size: 9.5pt;
			margin-top: 0px;
			margin-bottom: 1.5em;			
			color: black;
			display: none;
		}

	div.intro h2 {
			font-size: 9pt;
			background-color: #EABD76;
			line-height: 1.5em;
			display: none;
		}
		
	div.intro p {
			line-height: 1.5em;
		}


/* slogan */

	div.slogan {
			margin: 0px 0px 30px 10px;
			padding: 0px 0px 0px 0px; 
			font-size: 8pt;
		}

	div.slogan h2 {
			font-size: 9pt;
			margin-top: 0px;
			margin-bottom: 1.5em;			
			color: black;
			display: none;
		}
		
	div.slogan p {
			font: georgia;
			text-align: center;
			font-size: 10pt;
			line-height: 1.5em;			
			font-weight: bolder;		
			color: #5f5f5f;
		}
		
	div.slogan img {
			border: none;
		}


/* articles */
		
	div.articles {
			margin: 50px 0px 0px 10px;
			padding: 33px 0px 10px 20px; 			
			font-size: 8pt;
			background-image: url(../img/articles.gif);
			background-repeat: no-repeat;
			background-position: left top;
		}

	div.articles h2 {
			font-size: 9pt;
			font-weight: bolder;		
			color: white;
			background-color: #EABD76;
			padding-left: 0.3em;
			margin-top: 0px;
			margin-bottom: 1.5em;
			display: none;
		}

	div.article {
			margin: 0px 0px 30px 0px;
			padding: 0px 5px 5px 0px;
			clear: both;
		}

	div.article div.head {
		}

	div.head h3 {
			font-size: 9pt;
			font-weight: bolder;		
		}
		
	div.head div.image {
			margin: 0px 5px 5px 0px;
			padding: 0px 5px 5px 0px;
			float: left;
		}

	div.head div.image div.legend {
			color: #7f7f7f;
			text-align: left;
			font-size: 8pt;
		}
	
	div.article div.content {
		}
	
	div.article div.content p {
			color: #3f3f3f;
			font-size: 8pt;
			line-height: 1.5em;			
		}

	div.article div.link {
			padding-top: 1.5em;
			text-align: left;
			clear: both;
		}

	div.article div.link a {
			font-size: 8pt;
			padding-left: 15px;
			background-image: url(../img/rect_lightgray.gif);
			background-repeat: no-repeat;
			background-position: left center; 

		}
	
	
/* customer */		
	
	div.customer {
			margin: 0px 0px 30px 0px;
			padding: 70px 5px 5px 10px;
			font-size: 8pt;
			line-height: 1.5em;
			background-image: url(../img/rubrik_customer.gif);
			background-repeat: no-repeat;
			background-position: left top; 			
		}

	div.customer h2 {
			font-size: 9pt;
			margin-top: 0px;
			margin-bottom: 1.5em;			
			color: black;
		}
		
	div.customer p {
			font-weight: bold;
			font-size: 8pt;
			color: gray;
			line-height: 1.5em;
			text-transform: uppercase;
		}

	div.customer div.topic {
			margin-bottom: 0.5em;
			font-size: 8pt;
			color: #5f5f5f;
		}

	div.customer div.link {
			padding-top: 1.5em;
			text-align: left;
		}

	div.customer div.link a {
			font-size: 7pt;
			padding-left: 15px;
			background-image: url(../img/rect_lightgray.gif);
			background-repeat: no-repeat;
			background-position: left center; 
		}


/* keywords */

	div.keywords {
			margin: 20px 0px 30px 0px;
			padding: 70px 5px 5px 10px; 
			width: 200px;
			font-size: 8pt;
			line-height: 1.5em;
			background-image: url(../img/rubrik_keywords.gif);
			background-repeat: no-repeat;
			background-position: left top;
		}

	div.keywords h2 {
			font-size: 9pt;
			margin-top: 0px;
			margin-bottom: 1.5em;
			color: black;
		}

	div.keywords div.topic {
			margin-bottom: 0.5em;
			color: #5f5f5f;
		}
		
	div.keywords div.link {
			padding-top: 1.5em;
			text-align: left;
		}

	div.keywords div.link a {
			font-size: 7pt;
			padding-left: 15px;
			background-image: url(../img/rect_lightgray.gif);
			background-repeat: no-repeat;
			background-position: left center; 
		}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
