/**
  * fredbaumgart.com
  *
  * @copyright       CONSPIC
  * @author          Tobias Bornemann
  * @version         1.0
  *
  * @revision        $Revision$
  * @lastmodified    $Date$
  */



/**
  * @section Produkt
  *
  * classes relating products
  * @see     
  */


		/**
		  * @subsection Produkt Übersicht
		  *
		  * 
		  * @see     
		  */



			.artikel_root {	
				color: #333;
				background-color: #FFFFFF;
			}
			
			.artikel_top {
				width: 552px;
				height: 15px;
				background-image: url(../_images/artikel_top.png);
			}
			
			.artikel_bottom {
				width: 552px;
				height: 15px;
				background-image: url(../_images/artikel_bottom.png);	
				margin-bottom: 20px;
			}
			
			.artikel_bild {
				background-color: #FFFFFF;
				float: left;
			}
			
			.artikel_desc {
				width: 250px;
				background-color: #FFFFFF;
				margin-left: 20px;
				float: left;
			}
			
			.artikel_preis {
				font-size: 120%;
				font-weight: bold;
			}
			
			
			.artikel_hinweis {
				font-size: 80%;
			}
			
			.artikel_mehr {
					padding-top: 20px;
					color: #ff6501;	
					font-weight: bold;
					float: right;
			}
				
			.artikel_details {
				font-size: 120%;
				margin-bottom: 60px;
			}




				/**
		  * @subsection Produkt Details
		  *
		  * 
		  * @see     
		  */
			.details_root {
				padding: 20px;
				color: #333;
				background-color: #FFFFFF;
			}


			.details_titel {
				margin-bottom: 20px;	
				font-family: Trebuchet MS;
				font-size: 200%;
				font-weight: bold;
				color: #ff6501;		
			}
			
			.details_bild {
						
			}
			
			.details_mehr {
				padding-top: 20px;	
				margin-bottom: 40px;
				font-size: 120%;
			}

			.details_preis {
				text-align: right;
				font-family: Trebuchet MS;
				font-size: 220%;
				font-weight: bold;
				color: #ff6501;
				float: right;								
			}
			
			.details_hinweis {
				padding-top: 5px;
				color: #333;
				font-size: 45%;	
				font-weight: normal;
			}

			.details_bestellen {
				text-align: right;
				margin-top: 20px;
				font-size: 60%;
				float: right;
			}
			
			
			
			
			
			.daten_root {
				font-weight: bold;
				margin-bottom: 10px;
				font-size: 150%;
			}
			
			.daten_titel {
				color: #ff6501;
				width: 150px;
				float: left;
			}
			
			.daten_eintrag {
				width: 200px;
				float: left;	
			}
			
			
			
			.preis_titel {
				font-size: 70%;
				width: 150px;
				float: left;
			}
			
			.preis_eintrag {
				font-size: 70%;
				width: 200px;
				float: left;	
			}		
