@media screen and (max-width: 767px) {	
#sidebar_left {
    width: 100%;
   float: left;
}
#sidebar_menu {display:none;}

#content {
    width: 70%;
    float: left;
}

#sidebar {
    width: 29%;
       float: right;
       margin: 0;
}
	img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
	
.video embed,
.video object,
.video iframe {
    width: 100%;
    height: auto;
}
.style3 {font-size: 14px}
}


@media screen and (max-width: 650px) {
    #header {
       height: auto;
    }
    #cse-search-box {
       position: absolute;
       top: 100px;
       right: 0;
    }
#sidebar_left {
    width: 100%;
   float: left;
}
#sidebar_news {width: 90%;
   float: none;  
   line-height: 25px;
     }
     #content {
       width: auto;
       float: none;
       margin: 20px 0;
	   font-size:14px
    }
    #sidebar {
       width: 100%;
       float: none;
       margin: 0;
    }
#sidebar_menu {display:none;}
table.kalendar {
	width: 80%;	  
}

td.kalendar {height: 40px;
 font-size: 20px;
 }
 li {line-height: 30px;}

}

@media screen and (max-width: 480px) {
   html {
       -webkit-text-size-adjust: none;
    }

}
