/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css,v 1.4 2004/06/06 17:13:29 novalis Exp $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2008 Active-Media-Production.de
   -----------------------------------------------------------------------------------------
   based on: 
   ---------------------------------------------------------------------------------------*/

@import url("stylesheet_xtc.css");
@import url("navigation.css");
@import url("boxen.css");
@import url("content.css");

/* Basis Einstellungen */
body {
	background-color: #FFFFFF;
	background-image: url(images/site_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #CCCCCC;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Basis Layout Container */
#site-main {
	margin: auto;
	width: 990px;
	font-size: 14px;
	text-align: left;
	color: #666666;
}


/* Kopfbereich */
#site-headder {
	height: 119px;
}
#site-headder #site-logo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 119px;
	display: block;
	width: 620px;
	background-image: url(images/site_logo.jpg);
	background-repeat: no-repeat;
	background-position: 44px 10px;
}
#site-headder h1 {
	display:none;
}
#site-headder #block-search {
	float: right;
	padding-right: 20px;
	padding-top: 20px;
}
#site-headder #block-search input{
	vertical-align: bottom;
	display: inline;
	margin-right: 10px;
}
#site-headder #block-search input.input-field{
	border: 1px solid #CCCCCC;
	padding: 3px;
}

#site-headder #block-search a {
	color: #999999;
	font-size: 12px;
}

/* Kopf-Navigation */
#site-head-navi {
	height: 40px;
}
#site-head-navi ul {
	display: block;
	margin: 1px 20px 0px 0px;
	padding: 0px;
	height: 39px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A4DA02;
}
#site-head-navi li {
	display: inline;
	padding: 10px 20px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A4DA02;
}
#site-head-navi a {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#site-head-navi a:hover {
	text-decoration: underline;
}

#site-beradcrump {
	line-height: 26px;
	padding-left: 10px;
	height: 26px;
	font-size: 12px;
}

#site-beradcrump a{
	color: #333333
}
#site-beradcrump a:hover{
	color: #339900
}


/* Linke SideBar */
#site-sidebar-left {
	float: left;
	width: 215px;
	padding-top: 10px;
}
/* Rechte SideBar*/
#site-sidebar-right {
	float: right;
	width: 215px;
	padding-top: 10px;
}


/* Content Bereich */
#site-content {
	margin-right: 220px;
	margin-left: 220px;
	padding: 10px 5px 5px;
}

/* Footer */
#site-footer {
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #339900;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

/* Layoutübergreifende Beschreibungen */
.productOldPrice,
span.productOldPrice {
	color: #333333;
	text-decoration: line-through;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


