/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
* {
margin:0;
padding:0;
}


body {
   text-align: left;
   font-family: Helvetica, Geneva,Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 95%;
   line-height: 1.4em;
}


div {
   font-size: 1em;
}

img {
   border: 0;
}


a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #636460; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #636460;               
}

a:hover {
   text-decoration: none;
   color: #777;
}

body {
   background: #dbdecd url('uploads/images/bg.jpg') center top no-repeat;
   color: #333;
   margin:0em;
}

div#pagewrapper {
   border: 0px solid black;
   margin: 0 auto;     
   max-width: 700px;
   min-width: 700px;
   background: transparent;
   color: #7d7e77;
 

}

div#header {
   height: 45px;
   background: transparent url('uploads/images/header.jpg') no-repeat;  
}


div#header2 {
   height: 149px;
   background: transparent url('uploads/images/KTbannerweb.jpg') no-repeat;  
margin-top:20px;
}

div#pageoverflow {
background:#000;
  
}

div#search {
   float: right;
   width: 127px;     /* enough width for the search input box */
   text-align: left;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
   margin-left: 10px;
   margin-top: 0px;
   margin-bottom: 10px;
}

#search input {
	width: 127px;
	color: #72726e;
            height: 18px;
	padding: 2px;
	border: 1px solid #ddddca;
        background: #f7f7f2;
}

#search input.searchbutton {
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #c0dffd; 
	padding: 2px 3px; 
            width: 34px;
            height: 27px;
	color: #333;	
	border: 1px solid #749fe3;	
}

div.breadcrumbs {
   padding: 0.5em; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin-top: 1.3em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border: 1px solid #ddddca;
   background: transparent;

}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }

.login_form input{
 
	background:#5db6ff;
border: 1px solid #0081d4;
width: 370px;
padding: 2px;
color: #006eb1;
float: right;

}

.loginsubmit {
 
	background:#5db6ff;
border: 1px solid #0081d4;
width: 100px;
padding: 2px;
color: #006eb1;
float: right;

}



div#content {
   margin: .3em auto 2em 0; /* some air above and under menu and content */
   background: transparent;
   border: 0px solid #ddddca;

}

div#main {
   margin-left: 0; 
   margin-right: 0; /* and some air on the right */
   text-align: justify;
   background: transparent;
   padding: 0px;
   margin-top: 30px;
   padding-left: 0px;
   
}
div#actueel {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 22%;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 5px;
margin-top: 10px;
   background: transparent;
   height:180px;
   border: 0px solid #fff;
   padding: 0px;
}

div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 22%;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 1%;
margin-top: 3px;

}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 22%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#linkmgr {
   padding: 5px;
   padding-left: 0em;
   line-height: 1.5em;
}

div#linkmgr a {
 
}

div#linkmgr a:hover {
   color: #ccff99;
}


div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #9d9f94;
   background: #dbdecd url('uploads/images/footer.jpg') no-repeat top;
   border-top: 0px dashed #9d9f9f; 
   padding: 0em;
   text-align: justify;
   font-size: 0.8em;

}

div#footer p {
   font-size: 0.99em;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

div#footer a{
   color: #666; /* needed becouse footer link would be same color as background otherwise */
text-decoration: underline;
}

div#footer a:visited{
   color: #777; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin-top: 1em;
   margin-bottom: 1em;
   border-bottom: 1px dotted #948a80;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 1.2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
   color: #7e6552; 
}
div#content h1 a {
   font-size: 1em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
   color: #fff; 
}
div#content h2 {
   color: #029aff; 
   font-size: 1.3em; 
   text-align: left; 
   padding-left: 0em;
   padding-bottom: 0px;
   border-bottom: 0px dashed #098be2; 
   border-left: 0em solid #e7ab0b; 
   line-height: 1.9em;
   margin: 0 0 0.5em 0;
background: transparent url(uploads/images/h2.jpg) no-repeat bottom;
text-transform: lowercase
}
div#content h3 {
   color: #636460; 
   font-size: 1em;

   margin-left: 0em;
   margin-top: 0.1em;
   margin-bottom: 10px;
border-bottom: 0px solid #3366cc; 
}
div#content h4 {
   color: #948a80; 
   font-size: 1em;
   line-height: 2em;
   margin: 0 0 0.5em 0;
border-bottom: 1px solid #cdcdcd; 
margin-top: -10px;

}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}



pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
/* End of 'Layout: Top menu + 2 columns' */

