@charset "UTF-8";
a:active{color: #000000;} 
a:link { color: #000000; } 
a:visited { color: #000000; } 
a:hover { color: #666666; } 


body  {
	font: 80% Helvetica,Arial, sans-serif;
	background-image: url("files/graphics/bg.png");
	height: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	overflow: hidden;
}
.thrColFix #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url("files/graphics/bg_cont-trans.png");
	background-repeat: no-repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 570px;
	
} 

.thrColFix #sidebar1 {

	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 570px;
}
.thrColFix #sidebar2 {
			
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */   background-image: url(files/graphics/bg_cart-trans.png);
   background-repeat: no-repeat;
		height: 570px;
}

.thrColFix #cart {
position: relative;
	margin: 110px -15px 0px 0px;
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
		height: 570px;
}


.thrColFix #mainContent {
	width: 510px;
	height: 360px;
	overflow: auto;
}

.thrColFix #mainContent_text {
	width: 510px;
	height: 500px;
	overflow: auto;
}

.thrColFix #mainContent_shop {
	width: 510px;
	height: 400px;
	overflow: auto;
}

.thrColFix #prod_bild {
	float: left;
	width: 160px;
	}

.thrColFix #prod {
	width: 220px;
	height: 100px;
	margin: 320px 0px 0px 0px;
}

.thrColFix #topBar { 
	
	padding: 10px;
		width: 510px;
		height: 80px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

