	@charset "UTF-8";
body {
    background-image: url("../bilder/tomtlager.jpg");
    background-size: cover;
    background-attachment:fixed;
    background-color: #aaa;
    margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px ;
	margin-right: 0px ;
    }
p {
    margin-top:3px;
    }

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
    }

a:link, a:visited, a:hover, a:active {
    color: #222;
    font-weight: bold;
    text-decoration-line: none;
    }

hr.fade {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    }

.meny {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: large;
    margin-bottom:0px;
    }

.rubrik {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: medium;
	}

.underrubrik {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
    }

.brodtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
    }

.bildtext {
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
	font-weight:normal;
	font-style:italic;
	text-align:right;
    }