body{
	background: url(../bilder/bg_small.jpg);
	font-family: 'Lato', sans-serif;
}

a:link {
	text-decoration: none;
	color: #000000;
	}
	
a:visited {
	color: #000000;
	}
	
a:hover {
	color: #ffffff;
	}
	
h1 {
	font-family: 'Cardo', serif;
	font-size: 2.0em;
	margin-bottom: 15px;
}

#meny {
	/*width: 50%;*/
	font-size: 1.0em;
	text-align: right;
	float: right;
	margin-top: 65px;
	/*margin-right: -13px;*/
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	font-weight: 700;
	}

#meny li {
	list-style: none;
	display: inline;
	padding: 0px 10px 0px 10px;
	color: #ffffff;
	}
	
#wrapper {
	width: 100%;
	min-width: 320px;
	position: relative;
	text-align: left;
}
	
#header {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	}
	
#header .col {
	padding: 5px;
	box-sizing: border-box;
	}

#maincontent{
	clear: both;
	width: 80%; /* 1000px / 1250px */
	font-size: 0.8125em; /* 13 / 16 */
	max-width: 92.3em; /* 1200px / 13 */
	margin: 0 auto;
	padding: 1em 0px;
	color: #333;
	line-height: 1.5em;
	position: relative;
}

#maincontent .col {
		background: #fff;
		padding: 5px;
		box-sizing: border-box;
	}

#maincontent .col img {
	width: 100%;
	}

#maincontent .col p {
    color: #000000;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-size: 1.0em;
    }

.centered {
	text-align: center;
	}
	
#txtgrid {
    border-top: 2px dotted #999999;
    }
	
#txtgrid .col {
		background-color: transparent;
	}
	
.txt_middle {
	border-left: 2px dotted #999999;
	border-right: 2px dotted #999999;
	}

#footer {
	margin-top: 50px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	}

#footer img {
	float: right;
	width: 100%;
	max-width: 633px;
	}
	
#footer p {
	margin-top: 70px;
	float: left;
	}

	
@media only screen and (max-width: 880px) {
	
	#meny {
	margin-top: 15px;
	}
	
	.logo {
		width: 30%; 
	}
	
	.centered {
	width: 66%; 
	margin-top: 15px;
	}
	
	.menu {
	width: 100%; 
	}
	
	
}

@media only screen and (max-width: 490px) {
	
	#txtgrid {
    border: none;
    }

	.txt_middle {
	border: none;
	}
	
	#maincontent{	
	font-size: 0.97em;
	}

}