@charset "UTF-8";
/**
 * Bürkle GmbH
 * 2009
 *
 * Homepage elements
 *
 */

@media all
{
  
  /*--------------------------- welcome_teaser --------------------------*/
  
  	.home_teaser {
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		position:relative;
		width:760px;
		height:203px;
		background:url(images/home/home_teaser_bgimg.jpg) top left no-repeat;
		border-bottom: 1px solid #fff;
	}
	.teaser_shadow{
		height:10px;
		background:url(images/home/teaser_shadow.jpg) top left no-repeat;
	}
	.home_teaser h2{
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-weight:normal;
		letter-spacing:0.01em;
	}
		.home_teaser h2.product_category{
			position:absolute;
			top:44px;
			left:9px;
		}
		.home_teaser ul.teaser_product_category{
			position:absolute;
			bottom: 0px;
			left: 0px;
			height:120px;
			width:260px;
			list-style:none;
			margin:0;
			background:url(images/home/home_teaser_product_category_bg.jpg) top left no-repeat;
		}
			.home_teaser ul.teaser_product_category li{
				display:block;
				height:20px;
				line-height:100%;
				padding: 10px 0 0 0;
			}
				.home_teaser ul.teaser_product_category li a{
					color:#4c494c;
					text-decoration:none;
					font-weight: 500;
			
				}
					#col1 .home_teaser ul.teaser_product_category li a:hover{
						text-decoration:none;
						background:none;
						color:#c30218;
					}
				.home_teaser .home_teaser_directorder{
					position:absolute;
					top: 35px;
					right: 20px;
					width:193px;
					height: 94px;
					padding: 15px 0 0 7px;
					background:url(images/home/home_teaser_directorder_bg.png) top left repeat;
					color:#3f4044;
				}
				.home_teaser .home_teaser_directorder_button{
					position:absolute;
					top: 144px;
					right: 12px;
					width:214px;
					height: 49px;
					
					background:url(images/home/home_teaser_directorder_button.png) top left no-repeat;
				}
					.home_teaser .home_teaser_directorder_button a{
						display: block;
						width:190px;
						height:30px;
						margin:6px 0 0 6px;
						padding: 5px 0 0 10px;
						color:#fff;
						font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
						font-size:18px;
						text-decoration:none;
					}
						#col1 .home_teaser .home_teaser_directorder_button a:hover{
							color:#c30218;
							background:none;
						}
	
	/*--------------------------- teaser box --------------------------*/

	#col1 .teaser{
		width:240px;
		display: inline;
		float: left;
		margin: 40px 20px 0 0;
		overflow:hidden;
		border: none;
	}
		#col1 .teaser_head{
			background: url(images/main_cols/teaser_box_head_bg.jpg) top left no-repeat;
			height:28px;
			color:#fff;
			padding:12px 0 0 10px;
			margin: 0;
		}
		
		#col1 .teaser img{
			border: none;
			float: none;
			height: 160px;
			width: 238px;
			margin: 0;
		}
		
		#col1 .teaser_content{
			background: url(images/main_cols/teaser_box_main_bg.jpg) bottom left no-repeat;
			min-height:300px; 
			height:auto !important; /* for all other browsers */ 
			height:300px;/* for ie6 */
			border:1px solid #6e6e71;
			overflow:hidden;
			margin: 0;
		}
			#col1 .teaser p{
				margin: 12px 5px 5px 9px;
				color:#000;
			}
	   #col1 .teaser_url {
	       margin: -25px 20px 10px 0;	
       }
}
