@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
}
.thrColFixHdr #container {
	width: 853px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background-image: url(images/roltor-logo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 170px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 36px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 200px;
} 

.thrColFixHdr #container #mainContent p {
	text-align: justify;
	text-indent: 20px;
}
.thrColFixHdr  #container  #mainContent  h4 {
	font-size: 14px;
	color: #336600;
}
.thrColFixHdr #container #mainContent h5 {
	font-size: 10px;
	color: #336600;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.thrColFixHdr #container #mainContent h6 {
	font-size: 10px;
	color: #336600;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
}



.thrColFixHdr #container #sidebar1 h3 {
	font-size: 14px;
}

.thrColFixHdr #container #sidebar1 ul {
	padding-left: 20px;
}
.thrColFixHdr #container #sidebar1 {
	text-decoration: none;
	color: #336600;
}

.thrColFixHdr   #container   #sidebar1 a  {
	text-decoration: none;
	color: #336600;
}
.thrColFixHdr #container #sidebar1 a:hover {
	text-decoration: none;
	color: #336633;
	font-weight: bold;
}




.thrColFixHdr   #footer  {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
	font-size: 9px;
} 
.thrColFixHdr   #footer   a  {
	color: #bbbbbb;
	text-decoration: none;
}

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #footer h1 {
	font-size: 9px;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

.thrColFixHdr #footer div {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	color: #666666;
}
.footlinki   {
	color: #bbbbbb;
	text-decoration: none;
}
.footleft {
	background-image: url(images/footer_left_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 5px;
}
.footright {
	background-image: url(images/footer_right_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 5px;
}
.footcenter {
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
body {
	background-color: #FFFFFF;
	font-size: 12px;
}
/* Login menu: */
/* -------------------------------------------------------------*/
#loginMenu {
    float: right;
    padding-right: 10px;
    position: relative;
    top: -42px;
}
#loginMenu a {
    color:#fff;
    font-size: 11px;
	padding: 1px 10px;
	text-decoration:none;
}
.loginMenu{
    background: #b9bab4;
}
.thrColFixHdr     #container   #header   #hvmenu  {
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	border-bottom-style: solid;
	padding-bottom: 5px;
	font-variant: small-caps;
	border-bottom-width: thin;
}
.thrColFixHdr #container #header #hvmenu a {
	color: #999999;
	text-decoration: none;
}

.thrColFixHdr #container #header #hvmenu a:hover {
	color: #CC0000;
}
.thrColFixHdr #mainContentfront {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.kolor_kategorii {
	color: #336600;
}
.imgr {
	float: right;
	padding-bottom: 10px;
	padding-left: 20px;
}
.imgl {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
.imgc {
	float: none;
	border: 3px solid #FF9900;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.Tabela1 {
	background-color:#e2e2e2;
	font: normal 11px/150% Tahoma, Arial,Helvetica,sans-serif;
	text-align:left;
	line-height:12px;
	width: 500px;
	/* vertical-align:top; */
}
.Tabela1 .Dark {
	padding:5px;
	text-align:left;
	vertical-align:top;
	background-color:#f5f5f5;
	color:#2a373f;
}
.Tabela1 td {
	text-align:left;
	/* vertical-align:top; */
	background-color:#fff;
	padding:5px;
}
.Tabela2 {
	background-color:#e2e2e2;
	font: normal 11px/150% Tahoma, Arial,Helvetica,sans-serif;
	line-height:12px;
	width: 500px;
}
.Tabela2 .Dark {
	padding:0px;
	text-align:left;
	vertical-align:top;
	background-color:#f5f5f5;
	color:#2a373f;
}
.Tabela2 td {
	text-align:left;
	/* vertical-align:top; */
	background-color:#fff;
	padding:0px;
}
hr {
	color: #339933;
}

