﻿.home_flash
{
	width:100%;
	height:420px;
}
.main_home
{
	margin-left:auto;
	margin-right:auto;
}
.bucket_container
{
	width:100%;
	height:266px;
	background:url(../images/startpage/bucket_bg.jpg) no-repeat;
}


/*LinkList*/
.linklist_container
{
	width:100%;
	background:url(../images/startpage/linklist_bg.jpg) no-repeat;
	background-position:center top;
}
.linklist_container a
{
	color:#fff;
	text-decoration:none;
}
.linklist_part_container1
{
	width:25.24%;
	float:left;
	margin-bottom:2em;
}
.linklist_part_container2
{
	width:24.67%;
	float:left;
	margin-bottom:2em;
}
.linklist_part_container3
{
	width:24.67%;
	float:left;
	margin-bottom:2em;
}
.linklist_part_container4
{
	width:25.40%;
	float:left;
	margin-bottom:2em;
}
.linklist_part_container_headline1
{
	padding-left:1.5em;
	padding-right:1em;
}

.linklist_part_container_headline2
{

	padding-left:1em;
	padding-right:1em;
}
.linklist_part_container_headline1 h2
{
	color:#f3c402;
	font-size:12px;
	margin-top:1em;
}
.linklist_part_container_headline2 h2
{
	color:#f3c402;
	font-size:12px;
	margin-top:1em;
}
.linklist_list1
{
	padding-left:1.5em;
	padding-right:1em;
	list-style: none;
}
.linklist_list2
{
	padding-left:1em;
	padding-right:1em;
	list-style: none;
}
.linklist_list1 li a
{
	background:url(../images/common/link_arrow.gif) no-repeat 0px 4px;
	padding-left:1em;
	line-height:1.5em;
}
.linklist_list1 li a:hover
{
	text-decoration:underline;	
}
.linklist_list2 li a
{
	background:url(../images/common/link_arrow.gif) no-repeat 0px 4px;
	padding-left:1em;
	line-height:1.5em;
}
.linklist_list2 li a:hover
{
	text-decoration:underline;	
}


/*teasers*/
a img
{
	text-decoration:none;
	border:none;
}
.container_category
{
	padding-top:1.2em;
	margin-left:16px;
	float:left;
	width:220px;
	height:100%;
}
.container_category_headline
{
	padding-top:0.9em;
	color:#FFCC00;
	font-weight:bold;
	font-size:1.1em;
}
.container_category_description
{
	padding-top:0.9em;
	color:#fff;
}
.container_category_link
{
	padding-top:8px;
	font-size:100%;
}
.container_category_link a
{
	background:url(../images/common/link_arrow.gif) no-repeat scroll 0 4px;
	color: #FFCC00;
    font-size: 100%;
    padding-left: 1em;
    text-decoration: underline;
    line-height: 1.1em;
}
.container_category_list
{
	overflow:hidden;
	position:relative;
	width:220px;
}
.product_list_container {
    overflow: hidden;
    position: relative;
    width: 220px;
	/*height:185px;*/
}
#product_list {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: auto;
}
#product_list li {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    display: inline;
    float: left;
    height: auto;
    min-height: 0;
    text-align: left;
    width: 220px;
	padding-right:20px;
}
.product_list_img_container {
    background-color:#fff;
    height:160px;
}
.product_list_img_holder {
	text-align: center;
	width: 100%;
	height: 100%;
}
.product_list_img_category {
	display: inline-block;
	width: 142px;
	line-height:normal;
	vertical-align: middle;
}
*html .product_list_img_category {
	display: inline;
}
*+html .product_list_img_category {
	display: inline;
}
.product_list_img_category div {
	width: 142px;
}
.product_list_img_category .Reevoo_container {
	bottom:20px;
	position: relative;
}
.product_list_img_height_fix {
	height:100%;
	width:0px;
	display: inline-block;
	vertical-align: middle;
}
*html .product_list_img_height_fix {
	display: inline;
}
*+html .product_list_img_height_fix {
	display: inline;
}