* {
	margin: 0;
	padding: 0;
	
	}

body {
background-image:url(img/bg_02.png);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6E6E6E;
}

input, textarea {

background-attachment: fixed;
background-image: url(img/bg_02.png);	
background-color: transparent;
border: thin;
border-color: #fff; 
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333;
}

h1, h2, h3 {
	margin-bottom: 5px;
	letter-spacing: -0.05em;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #414141;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #939292;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #a4382c;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

/* Logo */

#logo {
	width: 800px;
	height: 105px;
	margin: 0 auto;
	background-image: url(img/entwurf_01.png);
}

#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	float: left;
	padding-top: 75px;
}

#logo h2 {
	float: right;
	padding-top: 95px;
	font-size: 16px;
	font-weight: normal;
}

#logo h2, #logo h2 a {
	color: #939292;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 800px;
	height: 45px;
	margin: 0 auto;
list-style-type:none;
	padding-top: 8px;
	background-image: url(img/entwurf_02.png);
	background-repeat: no-repeat;
	
}

#menu ul {
	margin: 0;
	padding: 21px 0 0 30px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 20px 0 22px;
	background: url(img/img03.gif) no-repeat left center;
}

#menu li.first {
	background: none;
	
}

#menu a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

/* Search */

#search {
	float: right;
	width: 200px;
}

#search fieldset {
	border: none;
}

#search input {
	float: left;
}

#search #s {
	width: 136px;
	margin-right: 7px;
	padding: 2px 5px;
}

#search #x {
	background: none;
	border: none;
}

/* Banner */

#banner {
	width: 800px;
	margin: 0 auto;
	padding: 8px 0;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;

}

/* Content */

#content {
	width: 615px;
	float: left;
	padding-left: 5px;
	
}

.post {
}

.post .title {
	margin: 0;
	padding: 0 20px 20px 10px;
}

.post .entry {
	padding: 0 20px;
}

.post .meta {
	height: 47px;
	margin: 20px 0 40px 0;
	padding: 15px 0 0 20px;
	background: url(img/img07.gif) no-repeat;
	line-height: normal;
}

/* Sidebar */

#sidebar {
	margin-left: 5px;
	width: 130px;
	z-index: 2;
	float: left;
	
	
}
#sidebar-top {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	width: 140px;
	height: 25px;
	padding: 12px 0 0 30px;
	background-image: url(img/entwurf_03.png);
	background-repeat: no-repeat;
}
#sidebar-nav {
	float: left;
	width: 140px;
	background-image: url(img/entwurf_07.png);
	padding: 0 15px 0 15px;;
	background-repeat: repeat-y;
}
#sidebar-bottom {
	float: left;
	width: 166px;
	height: 30px;
	background-image: url(img/entwurf_09.png);
	background-repeat: no-repeat;
}
#sidebar a {
 text-decoration:none;
}

#sidebar a:hover {
 text-decoration:underline;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px 0 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E5E5E5;
}

#sidebar li h2 {
	margin-bottom: 5px;
	font-size: 18px;
	
}

/* Calendar */

#sidebar #calendar {
	padding: 0;
	background: url(img/img08.jpg) no-repeat;
}

#calendar caption {
	margin: -20px auto 0 auto;
	text-align: center;
	font-weight: bold;
}

#calendar table {
	margin: 0 auto;
	caption-side: bottom;
}

#calendar thead th {
	width: 31px;
	height: 40px;
	font-weight: bold;
	color: #FFFFFF;
}

#calendar tbody td {
	width: 31px;
	height: 31px;
	text-align: center;
	color: #9E9E9E;
}

#calendar tfoot td {
	padding-top: 20px;
	font-weight: bold;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	clear: both;
	width: 750px;
	height: 85px;
	margin: 0 auto;
	padding: 25px 25px;
	background: url(img/entwurf_14.png) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #B4B4B4;
}

#footer a {
	color: #B4B4B4;
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}

.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.parseTime {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}

.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 background-color: #E6E6E6;
 border: 1px solid;
 border-color: #E6E6E6;

}
.moduleRowOver { 
	background-color: #D7E9F7; 
	border: 1px solid;
	border-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5; 
	
	}
.moduleRowSelected { background-color: #E9F4FC; }

td
{
padding:5px;
}
#main-top {
	
	width: 627px;
	height: 21px;
	padding: 0px 0 0 0px;
	background-image: url(img/entwurf_04.png);
	background-repeat: no-repeat;
}
#main-i {
	
	width: 595px;
	background-image: url(img/entwurf_08.png);
	padding: 0 15px 0 15px;
	background-repeat: repeat-y;
}
#main-bottom {
	
	width: 627px;
	height: 34px;
	background-image: url(img/entwurf_12.png);
	background-repeat: no-repeat;
}
#Layer1 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:206px;
	z-index:-1;
	background-image: url(img/bg_01.png);
}
#pav{
	padding-left: 13px;
	width: 800px;
	margin: 0 auto;
	padding-top: -10px;
}

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 500px;
margin-bottom: 1em;
padding: 10px;
}

#content1{
	width:500px; 
	
}
.language
{
	padding-right: 10px;
	padding-top: 75px;
	width: 100px;
	padding-left: 660px;
}
SPAN.productOldPrice {
	color: #a4382c;
	text-decoration: line-through;
}
