@charset "utf-8";
/* CSS Document */
html {height:100%;}
body {margin:0; 
	  padding:0; 
	  height:100%;
	  }
h1,h2,h3,h4,h5,h6 {color:#069}
#wrapper { position:relative; 
		   min-height:100%;
		   width: 800px ;
		   margin-left: auto ;
		   margin-right: auto ;
		 }
#head { position:fixed; 
		top:0 px; 
		left:0px; 
		background:#000; 
		width: 100%; 
		height:23px; 
		padding-left:0px; 
		padding-top:5px; 
		color:#000;
		z-index:100; 
		
		   margin-left: auto ;
		   margin-right: auto ;
		}	
.menu { text-align:left; padding-left:10px;}		
#content { padding: 30px 20px 2em 20px; 
		   color:#666;
		   width:970px;
		 }
left-content { position:absolute; top:-30px}
#foot {
        position: fixed;
        left:0px;
        bottom: 0px;
        width: 100%;
        height: 25px;
        background:#000;
		padding-left:20px; 
		padding-top: 5px; 
		color:#CCC;
		/*text-align:center;*/
		}
/* unvisited link */
a:link {
    color:#0BB;
	text-decoration:none;
}

/* visited link */
a:visited {
    color: #0BB;
}

/* mouse over link */
a:hover {
    color: #069;
}

/* selected link */
a:active {
    color: #0BB;
	}
/* TWEE DIVS NAAST ELKAAR */		   
.row {
  display: table;
}

.col {
  display: table-cell;
  width: 68%; /* depends on the number of columns */

  padding: 1em;
  border: none;
  /* border-width:thin; 
  border-color:#F00; */
}