@charset "utf-8";
/* CSS Document */

/*
 * globale Stilmittel
 */ 
body {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	background-color:#9f8f82;
	text-align:center;
    margin:0px;
    padding:0px;
    color:#333333;
    padding-top:8px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

h1 {
	color:#4E0000;
	font-size:16px;
	font-weight:bold;
}                                 
/*
 * die eigentliche Seite
 */ 
#nws_site {
    width:920px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;    
    position:relative;
    background-color:#ffffff;
    min-height:500px;
    border:1px solid #000000;
}

#nws_header {
	height:245px;
	background-image: url(/templates/cerberus/images/header_image.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	position:relative;
}

#nws_header_menu {
	height:41px;
	background-image: url(/templates/cerberus/images/menu_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	position:absolute;
	left:0px;
	bottom:0px;
	width:920px;
}

#nws_header_menu ul {
	list-style-type:none;
	padding:0px 10px 0 0px;
	margin:0px;
}
#nws_header_menu ul li {
	float:left;
	padding:13px 20px 7px 20px;
}
#nws_header_menu ul li a {
	font-size:13px;
	text-decoration:none;
	color:#ffffff;
}
#nws_header_menu ul li a.current {
	font-weight:bold;
}

/*
 *  Die Startseite
 */
#nws_header.home {
	background-image: url(/templates/cerberus/images/header_home.jpg);
	background-position: top right;
	background-repeat: no-repeat;
} 
#home {
	padding: 15px 0 0 27px;
}
#home p {
	font-size:13px;
	color:#000000;
}

#home a {
	color:#000000;
}

/*
 *  Über uns
 */
#nws_header.about {
	background-image: url(/templates/cerberus/images/header_ueberuns.jpg);
	background-position: top right;
	background-repeat: no-repeat;
} 

#aboutus {
	padding: 15px 0 0 27px;
	min-height:438px;
}
#aboutus p {
	font-size:13px;
	color:#000000;
}

#aboutus a {
	color:#000000;
}

/*
 *  Über uns
 */
#nws_header.offer {
	background-image: url(/templates/cerberus/images/header_angebote.jpg);
	background-position: top right;
	background-repeat: no-repeat;
} 

/*
 *  Marken
 */
#nws_header.manufacturer {
	background-image: url(/templates/cerberus/images/header_marken.jpg);
	background-position: top right;
	background-repeat: no-repeat;
} 
#manufacturer {
	padding: 15px 0 0 27px;
	min-height:438px;
}
#manufacturer p {
	font-size:13px;
	color:#000000;
}

#manufacturer a {
	color:#000000;
}

/*
 *  Ausstellungen
 */
#nws_header.shops {
	background-image: url(/templates/cerberus/images/header_ausstellung.jpg);
	background-position: top right;
	background-repeat: no-repeat;
} 

/*
 *  Service
 */
#nws_header.service {
	background-image: url(/templates/cerberus/images/header_service.jpg);
	background-position: top right;
	background-repeat: no-repeat;
} 

#service {
	padding: 15px 0 0 27px;
	min-height:438px;
}
#service p, #service ul li {
	font-size:13px;
	color:#000000;
}

#service a {
	color:#000000;
}

/*
 *  Impressum
 */
#nws_header.imprint {
	background-image: url(/templates/cerberus/images/header_impressum.jpg);
	background-position: top right;
	background-repeat: no-repeat;
} 

/*
 *  Peisvergleich
 */
#nws_header.pricebreak {
	background-image: url(/templates/cerberus/images/header_home.jpg);
	background-position: top right;
	background-repeat: no-repeat;
} 
#pricebreak {
	padding: 15px 0 0 27px;
}
#pricebreak p {
	font-size:13px;
	color:#000000;
}

#pricebreak a {
	color:#000000;
}

/*
 * 	Produktseite
 */ 
#nws_header.product {
	background-image: url(/templates/cerberus/images/header_home.jpg);
	background-position: top right;
	background-repeat: no-repeat;
} 

#product_info {
}

#product_info h1 {
	background-color:#c3bcb9;
	color:#605652;
	font-size:14px;
	font-weight:normal;
	margin:0px;
	padding:12px 0 6px 25px;
}
/*
 *  Angebot
 */  
#product_info_offer {
	width:100%;
	overflow:auto;
	position:relative;
}
#product_offer_image {
	width:630px;
	height:440px;
	background-color:#ffffff;
	overflow:hidden;
	float:left;
	position:relative;
}
#product_offer_information {
	width:260px;
	min-height:410px;
	float:right;
	background-image:url(/templates/cerberus/images/product_offer_bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	padding:15px;
	position:relative;
}
#product_offer_information h1 {
	color:#ffffff;
	padding:0px;
	margin:0px;
	font-size:22px;
	font-weight:normal;
	background-color:transparent;
}
#product_offer_information h2 {
	color:#ffffff;
	padding:4px 0 0 0;
	margin:0px;
	font-size:18px;
	font-weight:normal;
	background-color:transparent;
}
#product_offer_get_offer {
	background-color:#ac1711;
	padding:7px;
	overflow:auto;
	position:absolute;
	bottom:15px;
	width:245px;
}
#product_offer_get_offer a > span:first-child {
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
	float:left;
	width:100%;
	padding: 6px 0 2px 0;
	text-align:center;
	word-spacing:+3px;
}
#product_offer_get_offer a > span:first-child+span {
	color:#ffffff;
	text-decoration:none;
	font-size:24px;
	float:left;
	width:100%;
	padding: 4px 0 12px 0;
	text-align:center;
}

/*
 *  Produktinformationen
 */  
#products_info_information {
	width:100%;
	overflow:auto;
}
#product_info_description {
	width:580px;
	background-color:#ffffff;
	padding:25px 25px 6px 25px;
	overflow:auto;
	float:left;
	position:relative;
	color:#5E4D45;
}
#product_info_description h1 {
	font-size: 26px;
	color:#44100e;
	background-color:transparent;
	padding:0px;
}
#product_info_pictures {
	width:185px;
	min-height:400px;
	border-width:0 1px 0 0;
	border-style:dotted;
	border-color:#605652;
	float:left;
}
#clicklink {
	width:164px;
	height:24px;
	background-image:url(/templates/cerberus/images/clicklink_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:right;
}
#clicklink a {
	font-size:12px;
	color:#5e4d45;
	text-decoration:underline;
}
#product_info_sub_pictures {
	width:100%;
	overflow:auto;
}
#product_info_sub_pictures div {
	width:50px;
	float:left;
	padding:2px;
}
#product_info_short_description {
	width:330px;
	float:left;
	padding:0 25px 12px 25px;
}
#product_info_short_description div {
	font-size:12px;
	color:#5e4d45;
}

#product_info_numbers {
	width:300px;
	height:75px;
	position:absolute;
	bottom:0px;
	left:235px;
}
#product_info_numbers div {
	width:100%;
	overflow:auto;
}
#product_info_numbers div span:first-child {
	width:150px;
	font-weight:bold;
	font-size:12px;
	float:left;
}
#product_info_get_offer {
	width:260px;
	min-height:410px;
	float:right;
	background-image:url(/templates/cerberus/images/product_offer_bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	padding:15px;
}
#product_info_get_offer > div:first-child {
	background-color:#ac1711;
	height:80px;
	color:#ffffff;
	font-size:11px;
	text-align:center;
	padding-top:10px;
	background-image:url(/templates/cerberus/images/offer_bullet.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	position:relative;
}
#product_info_get_offer > div:first-child > div {
	position:absolute;
}

#product_info_get_offer > div:first-child a {
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
}
#product_info_get_offer > div:first-child a:hover {
	text-decoration:underline;
}

#product_info_get_offer > div:first-child+div {
	background-color: #e4e1e0;
}

#product_info_get_offer > div:first-child+div > div:first-child {
	background-color:#44100e;
	font-size:14px;
	text-align:center;
	color:#ffffff;
	padding:4px 0 4px 0;
}
#product_info_get_offer > div:first-child+div > div:first-child+div {
	height:43px;
	background-image:url(/templates/cerberus/images/cerberus_telefon_bg.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	color:#ac1711;
	text-align:center;
	font-size:24px;
	padding:18px 0 14px 0;
}
#product_info_get_offer > div:first-child+div > div:first-child+div+div {
	color:#5e4d45;
	text-align:left;
	font-size:12px;
	padding:8px 0 23px 10px;
}
#product_info_get_offer > div:first-child+div > div:first-child+div+div div.day {
	width:50px;
	float:left;
}
#product_info_get_offer > div:first-child+div > div:first-child+div+div div.time {
	width:200px;
	float:right;
}

#product_info_get_offer > div:first-child+div+div {
	background-color:#44100e;
	font-size:14px;
	text-align:center;
	color:#ffffff;
	padding:8px 0 8px 0;
}
#product_info_get_offer > div:first-child+div+div a {
	font-size:14px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}
#product_info_get_offer > div:first-child+div+div a:hover {
	text-decoration:underline;
}
#product_info_get_offer > div:first-child+div+div+div {
	background-color:#ac1711;
}
#product_info_get_offer > div:first-child+div+div+div ul {
	margin:0px;
	padding:10px 10px 10px 30px;
	list-style-type:none;
}
#product_info_get_offer > div:first-child+div+div+div ul li {
	list-style-image: url(/templates/cerberus/images/offer_bullet2.png);
	color:#ffffff;
	padding:0;
	margin:0px;
}


/*
 *  Produkt Detailinformationen
 */ 
#product_info_details {
	width:100%;
	overflow:auto;
}

#product_info_detail_description {
	width:580px;
	background-color:#ffffff;
	padding:25px 25px 6px 25px;
	overflow:auto;
	float:left;
	position:relative;
	color:#5e4d45;
}
#product_info_detail_description h1 {
	background-color:transparent; 
	color:#44100E;
	padding:0px;
	font-size:18px;
}
#product_info_colors {
	width:260px;
	min-height:410px;
	float:right;
	background-color:#f7f4f2;
	padding:15px;
}
#product_info_colors h2 {
	background-color:transparent; 
	color:#44100E;
	padding:0px;
	font-size:18px;
	font-weight:normal;	
}
#product_info_color_details div {
	width:50px;
	height:50px;
	padding:5px;
	margin:5px;
	background-color:#ffffff;
	float:left;
}

#product_info_color_details div.glas_title {
	width:170px;
	height:50px;
	padding:5px;
	margin:5px;
	background-color:transparent;
	float:right;
	line-height:70px;
	color:#5e4d45;
}

/*
 *  Produkt Technische Daten
 */ 
#product_info_techdata {
	background-image:url(/templates/cerberus/images/techdata_bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
	position:relative;
	min-height:460px;
}

#product_info_techdata > table.extra_fields {
	width:820px;
}
#product_info_techdata > table.extra_fields > tbody > tr > td:first-child {
	width:410px;
}
#product_info_techdata > table.extra_fields > tbody > tr > td:first-child+td {
 	width:410px;
}
#product_info_techdata > table.extra_fields > tbody > tr > td:first-child > table > tbody > tr > td:first-child {
	background-color:#f7f4f2;
	color:#5e4d45;
	font-weight:bold;
	font-size:12px;
	padding:2px 2px 2px 20px;
	width:185px;
}
#product_info_techdata > table.extra_fields > tbody > tr > td:first-child > table > tbody > tr > td:first-child+td {
	background-color:#ffffff;
	color:#5e4d45;
	padding:2px 2px 2px 20px;
	font-size:12px;
	text-align:right;
	width:20px;
}
#product_info_techdata > table.extra_fields > tbody > tr > td:first-child > table > tbody > tr > td:first-child+td+td {
	background-color:#ffffff;
	color:#5e4d45;
	padding:2px 2px 2px 20px;
	font-size:12px;
	text-align:right;
	width:100px;
}
#product_info_techdata > table.extra_fields > tbody > tr > td:first-child > table > tbody > tr > td:first-child+td+td+td {
	background-color:#ffffff;
	color:#5e4d45;
	padding:2px 2px 2px 10px;
	font-size:12px;
	text-align:left;
	width:50px;
	font-weight:bold;
}
#product_info_techdata > table.extra_text {
	width:630px;
}
#product_info_techdata > table.extra_text > tbody > tr > td:first-child {
	background-color:#f7f4f2;
	color:#5e4d45;
	font-weight:bold;
	font-size:12px;
	padding:2px 2px 2px 20px;
	width:185px;
}
#product_info_techdata > table.extra_text > tbody > tr > td:first-child+td {
	background-color:#ffffff;
	color:#5e4d45;
	font-weight:normal;
	font-size:12px;
	padding:2px 20px 2px 20px;
	width:375px;
}

#product_info_tech_pictures {
	width:185px;
	min-height:400px;
	position:absolute;
	right:40px;
	top:50px;
}

#product_info_tech_sub_pictures {
	width:100%;
	overflow:auto;
}
#product_info_tech_sub_pictures > div:first-child {
	width:70px;
	float:left;
	padding:10px 10px 10px 0;
}
#product_info_tech_sub_pictures > div:first-child+div {
	width:70px;
	float:left;
	padding:10px 0px 10px 10px;
}
#product_info_tech_hotline {
	position:absolute;
	width:250px;
	bottom:20px;
	right:20px;
	background-color:#ac1711;
	color:#ffffff;
	font-size:18px;
	border:2px solid #60221b;
	text-align:center;
	line-height:22px;
	padding:10px 0 10px 0;
}

/*
 *  Produkt Download Datenblatt
 */ 
#product_info_downloads {
	background-image:url(/templates/cerberus/images/techdata_bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
	position:relative;
}
#product_info_downloads h2 {
	color:#5e4d45;
	padding-left:20px;
	font-size:14px;
	font-weight:bold;
}
#product_info_downloads p {
	color:#5e4d45;
	padding-left:20px;
	font-size:12px;
	font-weight:normal;
}
#product_info_downloads p a {
	color:#5e4d45;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}    
#product_info_downloads p a:hover {
	text-decoration:underline;
}

#SofortLieferbar {
	position:absolute;
	left:205px;
	top:94px;
	z-index:9999;
}
#product_footer >div:first-child {
	height:30px;
	background-color:#ac1711;
}
#product_footer >div:first-child+div {
	height:28px;
	padding:7px;
	background-color:#60221b;
	text-align:center;
	font-size:20px;
	color:#ffffff;
}
#product_footer >div:first-child+div a {
	color:#ffffff;
	text-decoration:none;
}
#product_footer >div:first-child+div a:hover {
	text-decoration:underline;
}



#nws_footer {
clear:both;float:none;
}
.clr {
	float:none;
	clear:both;
}
	
	
/*###########################################*/
/*###########################################*/
/* KATEGORIEN                                */
/*###########################################*/
/*###########################################*/
#categories_info {
	background-color:#4b1815;
	padding:2px;
	overflow:auto;
	background: url("/templates/cerberus/images/categories_navigator_bg.jpg") repeat scroll 0 0 transparent;
	float:left;
	min-height:500px;
}
	
#categories_info ul {
	margin:0px;
	padding:0px;
}
#categories_info ul li {
	list-style-type:none;
	padding:0px;
	margin:0px;
	/*
	float:left;
	background-image:url(/templates/cerberus/images/categories_bg_normal.png);
	background-position:top left;
	background-repeat:no-repeat;
	*/
}
#categories_info ul li.selected {
	/* background-image:url(/templates/cerberus/images/categories_bg_selected.png); */
}
#categories_info ul li a {
	color:#760C00;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:170px;
	height:36px;
	font-size:14px;
	text-align:left;
	padding-top:15px;
	padding-left:10px;
}
#categories_info ul li a:hover {
	text-decoration:underline;
	color:#ffffff;
}
#categories_info ul li.selected a {
	color:#ffffff;
}

#categories_info_products_list {
	background-color:#dad6d3;
	min-height:400px;
	padding:20px 0 20px 20px;
	overflow:auto;
	
}
#categories_info_products_list ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#categories_info_products_list ul li {
	list-style-type:none;
	float:left;
	width:299px;
	height:184px;
	background-image:url(/templates/cerberus/images/products_list_bg.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	overflow:auto;
}
.categories_info_products_image {
	width:100px;
	height:166px;
	float:left;
	background-color:#f7f4f2;
}
.categories_info_products_title {
	width:161px;
	height:85px;
	float:right;
	padding:15px 25px 0px 13px; 
}
.categories_info_products_title a {
	color: #360d11;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
}
.categories_info_products_new {
	width:161px;
	height:60px;
	float:right;
	padding:5px 25px 0px 13px; 
}

/*
 *  Die Ausstellungen
 */ 
#nws_header.shops {
	background-image: url(/templates/cerberus/images/header_home.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#get_offer {
	padding:20px;
}
#get_offer h1 {
	font-size: 14px;
	color:#44100e;
	background-color:transparent;
	padding:0px;
}

#get_offer_form {
	font-size:13px;
}
#get_offer_form a {
	font-weight:bold;
	color:#333333;
}

/*
 *  Neue Kategorieübersicht by chriss
 */
#new_categories_info {
	width:920px;
	overflow:auto;
	background-image:url(/templates/cerberus/images/categories_navigator_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	min-height:400px;
} 
#new_categories_info #breadcrumb {
	height:20px;
	overflow:auto;
	background-color:#c3bcb9;
}
#new_categories_info #breadcrumb ul {
	margin:0px;
	padding:2px 0 0 10px;
	overflow:auto;
	list-style-type:none;
}
#new_categories_info #breadcrumb ul li {
	float:left;
	margin:0px;
	padding:0px;
	overflow:auto;
	list-style-type:none;
	color:#5e4d45;
	font-size:11px;
}
#new_categories_info #breadcrumb ul li a {
	text-decoration:none;
	color:#44100e;
}
#new_categories_info #breadcrumb ul li a:hover {
	text-decoration:underline;
}
#category_navigator {
	width:290px;
	float:left;
}
#category_navigator label {
	font-size:14px;
	color:#ffffff;
	padding:10px 0 0 10px;
	display:block;
}
#category_navigator input,
#category_navigator select {
	margin: 10px 0 0 30px;
}

#new_category_list {
	width:630px;
	float:right;
	overflow:auto;
	margin-top: 20px;
}
#new_category_list ul {
	list-style-type:none;
	overflow:auto;
	margin:0px;
	padding:0 0 0 20px;
}
#new_category_list ul li {
	margin:0 18px 19px 0px;
	padding:0 7px 6px 0;
	float:left;	
	background-image:url(/templates/cerberus/images/category_bg_single.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#new_category_list .list_title {
	position:absolute;
	width:169px;
	padding: 3px;
	font-size:16px;
	font-weight:normal;
	color:#ffffff;
	background-color:#730b00;
	min-height:44px;
/*	text-align:center; */
}
#new_category_list .list_title a {
	text-decoration:none;
	color:#ffffff;
}

#new_product_list {
	width:630px;
	float:right;
	overflow:auto;
	margin-top: 20px;
}
#new_product_list ul {
	list-style-type:none;
	overflow:auto;
	margin:0px;
	padding:0 0 0 20px;
}
#new_product_list ul li {
	margin:0 8px 9px 0px;
	padding:0 7px 6px 0;
	float:left;	
	background-image:url(/templates/cerberus/images/category_bg_single_big.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:185px;
	height:314px;
}
#new_product_list .list_title {
	position:absolute;
	width:179px;
	padding: 3px;
	font-size:16px;
	font-weight:normal;
	color:#ffffff;
	background-color:#730b00;
	min-height:44px;
/*	text-align:center; */
}
#new_product_list .list_title a {
	text-decoration:none;
	color:#ffffff;
}
#categories_info_products_list2 {
	background-color:#ffffff;
	padding:20px 0 20px 20px;
	overflow:auto;
	font-size:12px;
	color:#5e4d45;
}
#categories_info_products_list2 a {
	text-decoration:none;
	color:#44100e;
	font-weight:bold;
}
#categories_info_products_list2 a:hover {
	text-decoration:underline;
}


 
