@charset "utf-8";
/* CSS Document

Erica Falkenström Konsult
Website 2.0 (2012)

Date: 2012-11-07

Rev: 

Color scheme
EF Black #000 (body, text)
EF BG Grey #f2efea (background)
EF Dark Grey #666 (h1, quote, footer)

*/

* {
	margin: 0;
}
html, body {
	height: 100%;
}

body {
	margin:0px;
	padding:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background-color: #000;
}

p, body {
	color: #000;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
}
h1, h2, h3, h4 {
	font-weight: normal;
}

h2 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 24px;
	font-style: normal;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 24px;
	text-transform: uppercase;
}

h4 {
	font-size: 14px;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 6px;
	line-height: 18px;
}

a, .secondary p a {
	color:#000;
	text-decoration: underline;
}
a:hover, .secondary p a:hover {
	border-bottom-style: none;
	text-decoration: none;
}

#wrapper {
	width: 960px;
	text-align: left;
	min-height:100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px;
	background-color:#f2efea;
}
#header {
	height: 136px;
	width: 960px;
	background-color: #f2efea;
	float: left;
	background-image: url(../img/header-shadow.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#header h1 {
	margin-left: 70px;
	padding: 0px;
	margin-top: 75px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	font-size: 36px;
	color: #666666;
}

#mainNav {
	clear: both;
	width: 900px;
	height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	background-color: #fff;
}
ul.nav {
	float: left;
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}

ul.nav li, ul.nav li a {
	background: #fff;
	color: #000;
	font-size: 14px;
	line-height: 30px;
	border: thin solid #fff;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	display:inline;
	text-decoration: none;
}

ul.nav a:hover, ul.nav a:focus, ul.nav .selected a {
	color:#666;
	text-decoration: underline;
}

ul.nav .first a {
}

ul.nav li:first-child a {
}

#container {
	width: 890px;
	float: left;
	background-color: #f2efea;
	min-height: 280px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 70px;
	background-image: url(../img/content-shadow.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.primary {
	width: 450px;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

.img-wrapper {
	background-image: url(/img/shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	clear:right;
	float:left;
}

.img-wrapper img {
	background-color: #fff;
	border: 1px solid #c9c9c9;
	padding: 6px;
	margin: -3px 3px 3px -3px;
}

.about {
	padding: 50px;
	background-color: #CCC;
}

.img-box {
	background-color: transparent;
	float: left;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	width:98px
}

img.bok {
	background-color: transparent;
	margin-bottom: 5px;
	box-shadow: 3px 3px 6px #666;
	-moz-box-shadow: 3px 3px 6px #666;
	-webkit-box-shadow: 3px 3px 6px #666;
}

img.ikon {
	background-color: transparent;
	margin-bottom: 5px;
	margin-left: -6px;
}

.byline-box {
	font-size: 10px;
	color: #000;
	background-color: transparent;
	font-style: normal;
	line-height: 13px;
	margin-top: 15px;
}

.secondary {
	width: 430px;
	float: right;
	display: inline;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.secondary p {
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0;
}

.secondary img {
	margin-top: -45px;
	padding-left: 0px;
}

.secondary ul {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin: 0;
}

.secondary h3, .secondary h4 {
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0;
	font-style: italic;
}

.secondary img {
	border: none;
	border-bottom-style: none;
}

.secondary a {
	border: none;
	border-bottom-style: none;
}

.box {
	width: 280px;
	background-color: #a3d3f3;
	background-image:url(/img/bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.box h3 {
	background-image:url(/img/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.headercontact {
	float: right;
	margin-top: 80px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: center;
	display: block;
}

.ingress {
	color: #454249;
	font-style: italic;
	font-size: 18px;
	line-height: 24px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.quote {
	color: #333;
	font-size: 14px;
	line-height: 18px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 0;
}

#byline {
	font-size: 12px;
	display: block;
	width: 390px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	height: 15px;
	font-variant: small-caps;
}	
fieldset {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	}
fieldset img {
	border: 1px solid #cd9761;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
legend {
	color: #00609b;
	font-size: 18px;
	}
label {
	display: block;
	color: #00609b;
	padding-bottom: 10px;
	padding-top: 10px;
	}
input[type="text"]:focus, textarea:focus {
	background-color: #FFFFCC;
	}

.button {
	border: 1px solid white;
	padding: 3px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	background-color: #00609b;
}
.button:hover {
	border: 1px solid #00609b;
	background: white;
	color: #00609b;
}
	
.meddelande {
	border: none;
	background: #fff;
	}
.textarea {
		width: 500px;
		height: 170px;
		display: block;
		border: none;
		background: none;
		overflow: auto;
	}
label.error {
	top: -3px;
	right: 0px;
	padding: 3px;
	color: #da3939;
	font-size: 1.0em;
	text-align: left;
	font-style: italic;
	font-weight: normal;
	position: relative;
}
.footer {
	width:960px;
	font-size: 16px;
	line-height: 22px;
	background-color:#666;
	text-align:left;
	padding:0;
	position: relative;
	margin: 0 auto;
}

.footercontent {
	width: 890px;
	display: inline-block;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 70px;
}

.footercontent p, .footercontent h3, .footercontent a {
	color: #fff;
}

.footercontent img {
	border: none;
}

.footer-1							{ width: 430px; float: left; margin-right: 30px; }
.footer-2							{ width: 390px; float: left; }
.footer a							{ color: #fff; }
.footer ul							{ color: #fff; }

.footer, .push						{ height: 120px; }
.floatLeft 							{ float: left; }
.floatRight							{ float: right; }
.clear 								{ clear: both; }
