html {
   margin: 0;
   padding: 0;
   text-align: center;
}

body {
   margin: 0;
   padding: 0;
   text-align: center;
   background: #FEFECB;
   background-image: url("images/bg.jpg");
   background-repeat: repeat-x;
}

#pagewidth {
   width: 1000px;
   text-align: left;
   margin: 0 auto;
}

#header {
   position: relative;
   background-image: url("images/kkc_logo.gif");
   background-repeat: no-repeat;
   height: 162px;
   width: 100%;
   display: block;
   overflow: auto;
}

#leftcol {
   width: 150px;
   float: left;
   position: relative;
   font-size: 18px;
   font-weight: bold;
   margin-top: 10px;
   line-height: 25px;
}

#leftcol a:link {
   color: #494E52;
   text-decoration: none;
}

#leftcol a:visited {
   color: #494E52;
   text-decoration: none;
}

#leftcol a:active {
   color: #494E52;
   text-decoration: none;
}

#leftcol a:hover {
   color: #494E52;
   text-decoration: underline;
}

#maincol {
   position: relative;
   width: 850px;
   float: right;
   margin-top: 10px;
   text-align: justify;
}

#maincol a:link {
   color: #0000FF;
   text-decoration: none;
}

#maincol a:visited {
   color: #0000FF;
   text-decoration: none;
}

#maincol a:active {
   color: #0000FF;
   text-decoration: none;
}

#maincol a:hover {
   color: #FF0000;
   text-decoration: underline;
}

#footer {
   height: 40px;
   background-image: url("images/footer.gif");
   clear: both;
   display: block;
   overflow: hidden;
   vertical-align: middle;
   text-align: center;
   line-height: 40px;
   margin:0 auto;
}

#footer a:link {
   color: #88898C;
   text-decoration: none;
}

#footer a:visited {
   color: #88898C;
   text-decoration: none;
}

#footer a:active {
   color: #88898C;
   text-decoration: none;
}

#footer a:hover {
   color: #FA2A00;
   text-decoration: underline;
}

.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.clearfix {
   display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
   height: 1%;
}

.clearfix {
   display: block;
}
/* End hide from IE-mac */

@media print {
   #leftcol {
      display:none;
   }
   #twocols, #maincol {
      width: 100%;
      float: none;
   }
}

.rejtett {
    font-size: 16px;
    font-weight: bold;
}
