﻿/**************************************/
/* ***         Startseite         *** */
/**************************************/

body {
	background-color:#c4c4c4;
	background-image:url('images/content_bg.png');
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:11px;
	padding:0;
}

h2 {
	color:#060;
}

/* ----  content (links)  ---- */
td#l_col {
	vertical-align:top;
	padding:10px;
	padding-top:20px;
}

/* ----  rechts  ---- */
td#r_col {
	vertical-align:top; 
	width:170px; 
	background-image:url('images/grass.jpg');
	background-repeat:repeat-y;
	border-left:1px solid #fff;
}

div#box {
	margin-bottom:20px;
}
#leistungen {
	background-color:#3f783f; 
	color:#fff; 
	border-bottom:1px solid #fff;
	padding:0;
	font-size:11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#leistungen h1 {
	text-align:center;
	border-bottom:1px solid #fff;
	background-color:#060;
	margin:0;
	padding-top:6px;
	padding-bottom:6px;
	font-size:11px;
	font-weight:bold;
}

#leistungen ul {
	padding-left:16px;
	margin:0;
}

#leistungen li {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:8px;
	margin-right:4px;
}

#kundenzufriedenheit {
	background-color:#006600;
	border-bottom:1px solid #fff;
	padding:4px;
	text-align:center;
	font-size:11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top:10px;
	padding-bottom:6px;
}

#kundenzufriedenheit a {
	font-size:11px;
	color:#fff;
}


div#hersteller {
	margin-bottom:20px;
}

div#hersteller .trenner {
	border-top:1px solid #000;
}


div#producticons {
	padding-top:30px;
	padding-left:10px;
	padding-right:30px;
	padding-bottom:30px;
	font-size:0.9em;
	background-color:#fff;
	text-align:center;
}

div#producticons div.p_cat {
	width:104px;
	float:left;
	text-align:center;
	margin-right:6px;
	margin-bottom:10px;
}

div#producticons div.p_cat div.p_cat_text {
	color:#555;
	text-align:center;
	margin-top:1px;
}

div#producticons a, div#producticons a:link, div#producticons a:visited, div#producticons a:active, div#producticons a:hover {
	text-decoration:none;
	color:#fff;
}

div#hotspots {
	background-color:#fff;
	padding-bottom:180px;
	background-image:url('images/content_bottom_bg.png');
	background-repeat:repeat-x;
	background-position:left bottom;
	padding-left:30px;
}

div.p_spot {
	width:250px;
	height:314px;
	float:left;
/* 	border:1px solid #060; */
	text-align:center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#333;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	position:relative;
}

div.p_spot div.p_teaser {
	font-weight: bold;
	font-size:12px;
	color:#fff;
	height:32px;
	padding:0;
	background-color:#d23701;
	background-image:url('images/p_spot_bottom_bg.png');
	background-repeat:no-repeat;
	background-position:left bottom;
    margin-top: 10px;
}
div.p_spot div.p_teaser_bottom_bg {
	background-image:url('images/p_spot_top_bg.png');
	background-repeat:no-repeat;
	background-position:left top;
}
div.s-line {
	/* für einzeilige Texte im Teaser */
	padding-top:7px;
}

div.p_spot div.p_title {
	padding:10px 0;
	height:50px;
	font-weight: bold;
	color:#555;
}

div.p_spot div.p_title a, div.p_spot div.p_title a:link, div.p_spot div.p_title a:visited, div.p_spot div.p_title a:active {
	color:#555;
	text-decoration:none;
}

div.p_spot div.p_title a:hover {
	color:#060;
	text-decoration:underline;
}

div.p_spot div.p_image {
	margin-bottom:10px;
}

div.p_spot div.p_price {
	padding:0px 0px;
	font-size:14px;
	font-weight:bold;
	color:#b22600;
	position:absolute;
	width:248px;
	bottom:20px;
	left:0px;
	text-align:center;
}

div.p_spot div.star {
	color:#ff0;
}

