/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016-jan-29, 19:16:29
    Author     : mehmet.ha
*/



#navig{display: none;}
#fix{display: block;position: absolute;top: 0px;right: 4%;font-weight: bolder;font-size: 3.7em;}
#main{float: none; width: 98%; margin:70px 1%; }
#meny:checked + #navig{display: block;position: static; float: none; width: 98%;padding-top: 20px; margin:70px 1%;margin-bottom: 25px;}/*för att få platserna tillgängliga*/
#meny:checked ~ #main{display: none; }
#links{display: block;}
#links ul li{list-style-type: none;}
a{ cursor: pointer;}



