﻿@charset "utf-8";

body {
	margin: 0 10px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 76%;
	line-height: 18px;
	border-top: 15px solid #f4eee3;
	color: #333;
	background-color: #ffffff;
}

#wrapper {
	margin: auto;
	padding: 10px;
	max-width: 974px;
	min-height: 474px;
	background: #d8ebe3;
}

textarea {
	width: 100%;
	min-width: 255px;
	box-sizing: border-box;
}

textarea, input[type="text"] {
	border-radius: 4px;
	border: 1px solid #bbb;
	padding: 5px;
}

select, input[type="text"] {
	width: 100%;
	max-width: 255px;
	box-sizing: border-box;
}

/* Header */
#header {
	margin: -10px -10px 0;
	padding: 10px 10px 0;
	height: 100px;
	background: #fff;
}

#heading {
	float: left;
	padding-top: 20px;
}

#logo {
	float: right;
}

#flag {
	float: right;
	text-align: right;
	padding: 12px 12px 0 0;
}

#flag img {
	height: 16px;
}

/* Menu */
#menu {
	float: left;
	margin: 0;
	background: #d8ebe3;
	list-style: none;
	color: #000;
	padding: 10px 20px;
}
#menu a {
	font-weight: normal;
	color: #000;
}
#menu li {
	float: left;
	padding: 0 15px;
}

/* Innehåll */
#content {
	padding: 20px;
}

#contentNoColumn {
    clear: both;
    padding: 1vw;
    min-height: 360px;
    background: #fff;
    background-image: url("../images/books.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 30%;
    
}

/* Startsidan */
#wrapperStart {
	text-align: left;
	margin: 14px auto 14px auto;
	padding: 0;
	width: 974px;
}

#wrapperTop {
	margin-top: 0;
	padding: 0;
	width: 974px;
	min-height: 210px;
	background:#f8f3ea;
}

#contentStart {
	padding: 20px;
	width: 67%;
}

/* Footer */
#footer {
	text-align: center;
	padding: 10px;
}

#footercontent {
	margin: auto;
	padding: 10px;
	max-width: 974px;
}

/* Clear */
.clear {
	clear: both;
}

/* Typografi */
h1 {
	font-family: Adobe Garamond Pro;
	font-weight: normal;
	font-size: min(40px, 8vw);
	line-height: 30%;
	color: #9c6114;
}

h2 {
	font-family: Adobe Garamond Pro;
	font-weight: normal;	
	font-size: 200%;
	color: #9c6114;
}

h3 {
	font-family: Adobe Garamond Pro;
	font-weight: normal;	
	font-size: 120%;
	color: #9c6114;
}

h4 {
	font-family: Adobe Garamond Pro;
	font-weight: normal;
	font-size: 120%;
	color: #d47902;
}

a:link {
	color: #9c6114;
	text-decoration: none;
}

a:hover {
	color: #9c6114;
	text-decoration: none;
}

a:visited {
	color: #9c6114;
	text-decoration: none;
}

img {
	border-style: none;
}

hr {
	color: #9c6114;
	background-color: #9c6114;
	height: 1px;
	width: 100%;
}