body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	background-color: #fff;
	background-image: url(img/header/pandaback.gif);
	text-align: center;
}

* {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

img {
	border: 0;
}

div#overall, div#overall * {
	text-align: left;
}

div#overall {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

div#leftBoxes {
	float: left;
	width: 220px;
	margin-top: 5px;
	margin-left: 5px;
	overflow:hidden;
}

div#content {
	float:right;
	width:740px;
	margin-top:25px;
	margin-right:5px;
	overflow:hidden;
	position:relative;
}

/* content without boxes used in index_checkout.html*/
div#content.content_checkout {
	float:none;
	clear:both;
	width:890px;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	position:relative;
}

div#content.content_attributes {
	float: none;
	clear:both;
	width: 990px;
	margin-top: 25px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	position:relative;
}

div#content * {
	font-size: 11px;
}

/* Listen für Fließtexte (z.b. info-center) formatieren */
ul.liste{
	list-style-type:disc !important;
}

a {
 	color: #333333;
 	text-decoration: none;
}

a:hover {
 	color: #333333;
 	text-decoration: underline;
}

/* Navigations Liste----: Categories-Box */
ul#categories {
	list-style-type: none;
}

/* Ramen um die Categories-Box */
.bx_links{
	padding-left:2px;
	background:url(img/boxes/bx_04.gif) ;repeat:no;
}

.bx_rechts{
	padding-right:9px;
	background:url(img/boxes/bx_06.gif) repeat-y right;
}

/* Hintergrund im mittleren Feld des Headers der Categories-Box */
.bx_mitte{
	background:url(img/boxes/bx_02-K2.gif) repeat-x bottom;
}

/* Hintergründe der Listenpunkte in der Categories-Box */
#categories li{
	background: #ffffff; /* #F3F3F3 */
	border-bottom: 1px solid #c0c0c0;
}

#categories li:hover, #categories li.sfhover{ /* .sfhover für row-over im IE */
	background-color:#F4DFE1;
	border-bottom: 1px solid #c0c0c0;
}

/*
#categories .first_level{
	background-image:url(img/boxes/categories_row.gif)
}

#categories .first_level:hover{
	background-image:url(img/boxes/categories_row_over.gif)
}

*/
/* Pfeile vor den Links, Abstände,in der Categories-Box */


#categories span{  /* im ie5. blinkt die Sanduhr auf, wenn a ein Hintegrundbild kriegt */
	margin-left:15px;
	padding:0 12px;
	background:url(img/boxes/arrow_right.gif) no-repeat left center;
	display:block; /*Ergonomie des row-over im Firefox, s.o.  */
}

#categories a{
	line-height:18px;
	width: 100%;	/* Für row-over im IE */
	display:block;  /*Ergonomie des row-over im Firefox, s.o. */
}

#categories a:hover{
	text-decoration:none;
}

#categories .offen{ /*offener Link in der Categories-Box */
	font-weight:bold;
}

/* Seitentitel rechts oben */

h5#pageTitle {
	font-size: 20px;
	font-weight : bold;
	color: #cccccc;
	text-align: right;
	margin-bottom:15px;
}

.infoBox {
	border: solid 1px #cccccc;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

.inputRequire { color: #ff0000; }

/* Input Login */

input.login { width: 150px; border: solid 1px #cccccc; }

/* Input Suche Box */

input#search_keywords { width: 125px; border: solid 1px #cccccc; }

/* Select Hersteller Box */

select#manufacturers { width: 100%; border: solid 1px #cccccc; }

/* Input eMail Newsletter Box */

input#newsletter { width: 100%; border: solid 1px #cccccc; margin-top: 5px; margin-bottom: 5px;}

/* Input Kontaktformular */

input#contact_name, input#contact_email { width: 300px; border: solid 1px #cccccc; }

textarea {
	width: 100%;
	font-size: 11px;
	border: solid 1px #cccccc;
}

div.product_listing_col_head {
	border: 1px solid #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#content div.product_listing_col_head a {
	font-size: 13px;
	font-weight: bold;
}

div.product_listing_col {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px;
	background-color: transparent;
}

div.product_listing_col * {
	background-color: transparent;
	border: none;
}

/* Checkout Status Bar */
.checkoutBarFrom, .checkoutBarTo { color: #8c8c8c;padding-bottom:10px; }
.checkoutBarCurrent { color: #000000;padding-bottom:10px; }

/* Opionen checkout */
.moduleRow {
	height:25px;
}

/* Opionen mouseover */
.moduleRowOver {
	background-color: #D7E9F7;
	height:25px;
}

/* Opionen select */
.moduleRowSelected { height:25px;background-color: #E9F4FC; }

/* Bearbeiten Links checkout_confirmation */
a.confirmationEdit {
	font-style: italic;
	color: #009933;
}

/*Aussehen des DHTML-Menüs*/
div#dhtml_menu_horizontal table{
	margin: auto;
}

#dhtml_menu_horizontal td:first-child {
	border-left:1px solid black;
}

#dhtml_menu_horizontal td:first-child {
	border-left:none;
}

/* Die Sitemap*/
.sitemap_heading{
	line-height:20px;
	background:#F5F5F5;
	padding-left:10px;
}

.sitemap_sub{
	line-height:16px;
	padding-left:10px;
}

.sitemap_spalte{
	padding-bottom:20px;
	border:1px solid #F5F5F5;
}

#sitemap_tabelle{
	border-collapse:collabse;
}

.product_listing_col ul {
	margin-left: 14px;
	margin-bottom: 0px;
	padding: 0px;
	list-style-image: url(templates/pandaro/img/arrow_green.png);
}

.product_listing_col li {
	border-bottom: 4px solid white;
	margin-bottom: 1px;
	padding: 0px;
	background-color: white;
}

/* Produkt-Beschreibungen */
#products_description h1{color:Gray;font-size:15px;font-family:Verdana;font-style:normal;font-weight:bold;}
#products_description .al_h1{color:Gray;font-size:15px;font-family:Verdana;font-style:normal;font-weight:bold;}
#products_description h2{color:red;font-size:11px;font-family:Verdana;font-weight:bold;margin-top:15px;}
#products_description .al_h2{color:red;font-size:11px;font-family:Verdana;font-weight:bold; line-heigth:25px;}
#products_description .al_text1{color:black;font-size:11px;font-family:Verdana;line-height:15px;}
#products_description .al_text2{color:black;font-size:11px;font-family:Verdana;line-height:14px;}
#products_description .keineahnung{margin-right:12px;}
#products_description .al_text1 p { padding-top:5px;padding-bottom:5px; }

#startseite {
	width: 710px;
}

#startseite .rechnerbox {
	width: 470px;
}

#startseite .rechnerbox table.headline {
	width: 100%;
	height: 45px;
	background-image: url(/images/imagebase/startseite/start_rechnerbox_headline_bg.gif);
}

#startseite .rechnerbox table.headline td {
	vertical-align: top;
	padding-top: 8px;
	padding-left: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

#startseite .rechnerbox table.trailertext {
	background-color: #ffffff;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	width: 100%;
}

#startseite .rechnerbox table.trailertext td a:link, #startseite .rechnerbox table.trailertext td a:active, #startseite .rechnerbox table.trailertext td a:visited  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#startseite .rechnerbox table.trailertext td a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

#startseite .rechnerbox table.trailertext td {
	padding: 5px 5px 10px 5px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

#startseite .rechnerbox table.rechner {
	background-color: #c0c0c0;
	border: none;
	width: 100%;
}

#startseite .rechnerbox table.rechner td.titel {
	background-color: #ffffff;
	margin: 0px;
	text-align:center;
	vertical-align: top;
	padding:3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#000000;
}

#startseite .rechnerbox table.rechner td.titel a:link, #startseite .rechnerbox table.rechner td.titel a:visited, #startseite .rechnerbox table.rechner td.titel a:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#000000;
	text-decoration: none;
}

#startseite .rechnerbox table.rechner td.titel a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#000000;
	text-decoration: underline;
}

#startseite .rechnerbox table.rechner td.bild{
	background-color: #ffffff;
	margin: 0px;
	padding: 5px 0px;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color:#666666;
}

#startseite .rechnerbox table.rechner td.bild b{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Red;
}

#startseite .rechnerbox table.rechner td.facts {
	background-color: #ffffff;
	text-align:left;
	vertical-align: top;
	padding:3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color:#666666;
}

#startseite .rechnerbox table.rechner td.facts ul {
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	background-image: url(/images/imagebase/startseite/start_rechnerbox_facts_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	list-style-type: none;
}

#startseite .rechnerbox table.rechner td.facts li {
	width: 134px;
	border-bottom: 4px solid white;
	margin-bottom: 1px;
	padding-left : 14px;
	background-color: #ffffff;
	background-image: url(/images/imagebase/startseite/red_dot.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight:normal;
	color:#666666;
}

#startseite .rechnerbox table.rechner td.preis {
	background-color: #ffffff;
	text-align: right;
	vertical-align: top;
	padding: 3px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

#startseite .rechnerbox table.rechner td.preis .betrag {
	font-size:16px;
	color: Red;
	font-weight:bold;
}

#startseite .rechnerbox table.rechner td.preis .versand {
	font-weight:bold;
}

#startseite .rechnerbox table.rechner td.preis .versand a:link, #startseite .rechnerbox table.rechner td.preis .versand a:active, #startseite .rechnerbox table.rechner td.preis .versand a:visited {
	font-weight:bold;
	color: #666666;
	text-decoration:none;
}

#startseite .rechnerbox table.rechner td.preis .versand a:hover {
	font-weight:bold;
	color: #666666;
	text-decoration:underline;
}

#startseite .rechnerbox table.rechner td.prodlink {
	text-align: center;
	vertical-align: middle;
	padding:5px;
	background-color: #ffffff;
}

#startseite .neues {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:normal;
	color:#666666;
}

#startseite .neues a:link, #startseite .neues a:active, #startseite .neues a:visited  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:normal;
	color:#666666;
	text-decoration: none;
}

#startseite .neues a:hover  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:normal;
	color:#666666;
	text-decoration: underline;
}

#startseite .seitenboxText {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding: 6px 0px 0px 6px;
}

#startseite .seitenboxText ul, #startseite .seitenboxText li {
	margin: auto;
}

#startseite .seitenboxText a:link, #startseite .seitenboxText a:active, #startseite .seitenboxText a:visited  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color:#666666;
	text-decoration: none;
}

#startseite .seitenboxText a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color:#666666;
	text-decoration: underline;
}

/* Checkout - Seiten */
#content .coBox {
	background-image: url(img/checkout_headline_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	border: 1px solid #cccccc;
}

#content .coBox .ueberschrift {
	vertical-align: top;
	text-align: left;
	padding-top: 6px;
	padding-left: 30px;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	height: 45px;
}

#content .coBox .inhalt {
	width: 100%;
	padding: 5px 5px 10px 5px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

#content.content_checkout .coBox .inhalt {
    padding-left:20px;
    padding-right:10px;
}

/* Banner-Rotation */
#pandabanner_navi a:link, #pandabanner_navi a:active, #pandabanner_navi a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color:#666666;
	text-decoration: none;
}

#pandabanner_navi a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color:#666666;
	text-decoration: underline;
}

.dhtml_banner_area{
	border: none;
	width: 470px;
	height: 312px;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}
