#vasen { 
   #width:210px; 
   width:500px; 
   height:220px;
   #background:red;
   float:center; 
   #border:1px solid #000 ;
}

#oikea { 
    position:relative;
   #width:330px; 
   width:500px; 
   #background:blue; 
   float:center;
   #border:1px solid #000;
}
.leveys300 {
	width:300px;
	margin: 0 auto;
	#border:1px solid #000;
}
.leveys800 {
	width:550px;
	margin: 0 auto;
   #background:yellow;
   #border:1px solid #000;
}

div.copy{
    text-align:center;
	font-size:10px;
}
div.menu{
    text-align:right;
	float: right;
	font-size:12px;

}
li{
    margin:0px;
    padding:0px;
    #margin-right:5px;
    #margin-top: 5px;
    #line-height:20px;
	vertical-align:middle;
    float:left;
    list-style-type:none;
    width:400px;
    height:20px;
    font-size:16px;
    color:#000;
    text-align:left; 
	#background: #ccddff;
}
li.vraus{
    margin:0px;
    padding:0px;
    #margin-right:5px;
    #margin-top: 5px;
    #line-height:20px;
	vertical-align:middle;
    #float:left;
overflow: auto;
    list-style-type:none;
    width:400px;
    height:20px;
    font-size:16px;
    color:#000;
    text-align:left; 
	#background: #ccddff;
}

li:hover{
    #background-color: #ff8080;
	text-decoration:  line-through;
}



div#kalenteri{
  margin:0px auto;
  padding:0px;
  width: 187px;
  #border: 1px solid #000;
}
 
div#kalenteri div.box{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:20px;  
  #border: 1px solid #000;
}
 
div#kalenteri div.header{
    vertical-align:middle;
    position:absolute;
    left:11px;
    top:0px;
    width:150px;
    height:20px;   
    text-align:center;
    font-size:14px;
	color: #000;
	 #border: 1px solid #000;
}
 
div#kalenteri div.header a.prev,div#kalenteri div.header a.next{ 
    line-height:30px;
    position:absolute;
    top:0px;   
    height: 17px;
    display:block;
    cursor:pointer;
    text-decoration:none;
    color:#000;
}
 
 
div#kalenteri div.header a.prev{
    left:0px;
}
div#kalenteri div.header a.next{
    right:0px;
}
 

div#kalenteri div.box-content{

    border-top:none;
  #border: 1px solid #000;	
}
 
 
 
div#kalenteri ul.label{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-top:5px;
    margin-left: 5px;
	  #border: 1px solid #000;
}
 
div#kalenteri ul.label li{
    margin:0px;
    padding:0px;
    margin-right:5px;  
    float:left;
    list-style-type:none;
    width:20px;
    height:20px;
    vertical-align:middle;
    text-align:center;
    color:#000;
    font-size: 12px;
    background-color: transparent;
  #border: 1px solid #000;	
}
 
div#kalenteri ul.dates{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
  #border: 1px solid #000;
  width: 176px;
}
 

div#kalenteri ul.dates li{
    margin:0px;
    padding:0px;
    margin-right:5px;
    margin-top: 5px;
    line-height:20px;
    vertical-align:middle;
    float:left;
    list-style-type:none;
    width:20px;
    height:20px;
    font-size:10px;
    color:#000;
    text-align:center; 
	  #border: 1px solid #000;
}
 
 
 div#kalenteri ul.dates li:hover{
    #background-color: #6699ff;
	text-decoration:  none;
}
  
:focus{
    outline:none;
}
 

body {
    background-size: cover;
    font-family: Montserrat;
	background-color: #f2f2f2;
	vertical-align:middle;
}

.lb {
    padding: 20px;
    #background: #fff000;
    border-radius: 5px;
    border-top: 5px solid #006600;
	border-bottom: 5px solid #006600;
    margin: 0 auto;
	background-color: #fff;
	#border: 1px solid #000;
	overflow: auto;
}

.lb h1 {
    text-align: left;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.lb h2 {
    text-align: left;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.lb input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: Montserrat;
    padding: 0 20px 0 50px;
    outline: none;
}

.lb input#username {
    background: #fff url('1.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.lb input#username:focus {
    background: #fff url('1.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.lb input#password {
    background: #fff url('2.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.lb input#password:focus {
    background: #fff url('2.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.lb input:active, .lb input:focus {
    border: 1px solid #009900;
}

.lb button {
    width: 100%;
    height: 40px;
    background: #006600;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #336600;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Montserrat;
    outline: none;
    cursor: pointer;
}

.lb button:hover {
    background: #009900;
}


.lb input[type='checkbox']  {
	display: inline-block;
    width: 20px;
    height: 22px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: Montserrat;
    padding: 0 20px 0 50px;
    outline: none;
	float: left;

}

.lb div {
	padding: 5px 5px 0 0;
}