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


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(grafika/classy_fabric.png);
}
.thrColAbsHdr #container {
	position: relative;
	width: 1004px;
	margin: 0 auto;
	text-align: left;
} 
 
.thrColAbsHdr #header h1 {
	margin: 0;
	
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 150px;
	height: 0;	
	}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 140px;
	right: -2px;
	width: 150px;
	font-size: 9px;
	color: #CCC;
	font-weight: bold;
	
	}
.thrColAbsHdr #mainContent { 
	margin: 0 150px;

}
.thrColAbsHdr #footer { 
	padding: 0 0px 0 0px;
	
} 
.thrColAbsHdr #footer p {
	margin: 0;
	padding: 0px 0;
	text-align: center;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}

dl, dt, dd {
	display: block;
	margin: 0;
	padding: 0;
}

dl {
	width: 150px;
	background-color: #000000;
	font-size: small;
}

dt {
	padding: 7px 6px;
	font-size: 9px;
	background-color: #616161;
	color: #cccccc;
	text-align: left;
	border-left: 10px solid #cccccc;
	margin-top: 1px;
}

dd {
	border-top: 1px solid #000000;
}

dl a:link, dl a:visited {
	display: block;
	width: 136px;
	text-decoration: none;
	padding: 7px;
	font-weight: normal;
	background-color: #616161;
	color: #ffffff;
	border-left: 0px solid #000000;
}

dl a:hover {
	width: 116px;
	background-color: #bb7b00;
	color: #fff;
	border-left: 20px solid #682c00;
}
