﻿/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border-style: none;
    border-color: inherit;
    border-width: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.4;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* -------------------------------------*/



/* Grund */
body {
    font-family: 'Lato', sans-serif;
    color: #7d7d7d;
}

.wrapper {
    width: 890px;
    margin-left: auto;
    margin-right: auto;
}

.linje {
    margin-top: 10px;
    margin-bottom: 18px;
    border-bottom: solid 1px #e5e5e5;
    width: 100%;
}


.blå {
    color: #009dca;
}

.bgblå {
    background-color: #009dca;
}

a {
    color: #009dca;
}

a:hover {
    color: #6db5ca;   
    transition: color .1s;
   /*-webkit-transition:color .1s ease-in;  */
}

h1 {
    font-size: 2.4em; 
    font-weight: normal;
}

h2 {
    font-size: 1.8em; 
    font-weight: normal;
}

h3 {
    font-size: 1.3em; 
    font-weight: normal;
}


strong {
    font-weight: bold;
}



/* Layout delar */

header {
    height: 102px;
}

#logo {
    float: left;
    width: 220px;
    margin-top: 33px;
}

#content {

}


.storbild {
    /*border: solid 1px #ccc;*/
   margin-bottom: 30px;
}

header nav {
    float: right;
    line-height: 1;
}

    header nav ul {
    }

    header nav li {
        display: inline;        
    }

    header nav li a {
        background-color: #fff;    
        padding-left: 13px;
        padding-right: 13px;
        padding-bottom: 20px;  
        padding-top: 70px;   
        display: block;  
        float: left;
        text-decoration: none;
        text-transform:uppercase;
        /*margin-left: 7px;*/

        -webkit-transition:background-color 1s; 

    }

        header nav li:last-child a {
            /*padding-right: 5px;*/
        }

    header nav li.active a {
        background-color: #009dca;
        color: white;      
         
    }

    header nav li a:hover {
        background-color: #a2c1ca;
        color: white;
        -webkit-transition:all .2s ease-in; 
    }


#push,
#footer {
        height: 200px;        
}

#footer 
{   
    background-position: center top;
    background-repeat: no-repeat;
   
    /*margin-top: -120px;*/
    color: White;
}

#footer a {
        color: white;
}

.dag {
    float:left;
    width: 157px;
}

.ledig, .bokad {
    width: 157px;
    height: 26px;
}

.ledig {
    background-image: url('../img/ledig.gif');
}

.bokad {
    background-image: url('../img/bokad.gif');
}

.tider {
    float: left;
    width: 41px;
    height: 417px;
    background-image: url('../img/kalenderdag.gif');
}

.väljatider {    
    float: left;
    margin-left: 50px;
}