/* Infos
-----------------------------------------------------
Seite:  Personello Produktübersicht
Autor:	MZ
Date: 	19.05.08 @ 13:30 Uhr
Update: /
User:	/
*/

/* Farben 
-----------------------------------------------------
   Body Background:       Grau #333333
   Main Text:             Weiß #FFFFFF
   Links:                 Weiß #FFFFFF
   Links Hover:			  Weiß #FFFFFF Underlined
   Button:				  Grau #333333
   Button-Border:		  Weiß #FFFFFF
*/

/* Index
-----------------------------------------------------

	1.0 Basics
	
	2.0 Generelle Definitionen

	3.0 Content
	--3.1 Logo
	--3.2 Topnavi
	--3.3 Mainnavi
	--3.4 Produktbeschreibung
	--3.5 Linkbutton
	--3.6 Beispiele
	--3.7 Footer

*/	



/* 1.0 +Basics
---------------------------------------------------*/


@media print {
	* {background: #fff; color: #000;}
	#mainnavi, #footer, #topnavi {display: none;}
	}

h1 {
	font:normal 18px Arial, Helvetica, sans-serif;
	}

.clear:after 
			{
			content: ".";
			visibility: hidden;			
			height:     0;
			display:    block;
			clear: both; 
			}

* html .clear
			{
			height: 1%;
			}

.transparant {
	behavior: url("/iepngfix/iepng.htc");
	}
	

/* 2.0 +Generelle Definitionen
---------------------------------------------------*/

	
/* 4.0 +Content
---------------------------------------------------*/
#pso-prodindex-contentwrap {
	width:630px;
	}
	
#pso-prodindex-topseller {
	width:624px;
	height:230px;
	}	
	
#pso-prodindex-contentwrap ul {
	padding:0;
	list-style:none;
	float:left;
	width:153px;
	margin:3px 4px 3px 0;
	}
	
#pso-prodindex-contentwrap ul li.pso-prodbox-top {
	width:153px;
	height:36px;
	padding:0;
	margin:0;
	background:url(/buttons/prodindex/boxtop.gif) no-repeat bottom;
	}

#pso-prodindex-contentwrap ul li.pso-prodbox-top h1{
	font:bold 12px Arial, Helvetica, sans-serif;
	padding:5px 0 0 5px;
	color:black;
	}

#pso-prodindex-contentwrap ul li.pso-prodbox-bottom {
	width:153px;
	height:73px;
	padding:0;
	margin:0;
	}
	
#pso-prodindex-contentwrap .pso-prodbox-bottom img {
	padding:0;
	margin:0;
	border:none;
	border-bottom:1px solid #D6D4D4;
	}


.pso-prodtextlinks {
	font:normal 12px Arial, Helvetica, sans-serif;
	width:624px!important;
	border:1px solid #D6D4D4;
	background:#f3f3f3;
	float:left;
	margin:10px 0 0 0;
	}


.pso-prodtextlinks-list {
	font:normal 12px Arial, Helvetica, sans-serif;
	width:152px!important;
	float:left;
	padding:0;
	margin:0;
	list-style:none;
	}

.pso-prodtextlinks h1{
	font:bold 12px Arial, Helvetica, sans-serif;
	padding:2px 5px;
	margin:3px 0 5px 0;
	background:#fcfcfc;
	}

h1 a{
	color:black!important;
	}

.pso-prodtextlinks-list li {
	padding:0 0 0 5px!important;
	margin:0!important;
	line-height:18px;
	}
	
.top20px {
	margin-top:20px;
	}
