@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 900;
  src: local('Titillium WebBlack'), local('TitilliumWeb-Black'), url(http://themes.googleusercontent.com/static/fonts/titilliumweb/v1/anMUvcNT0H1YN4FII8wpr8vGCqQ_I4mewSLySUmNzHA.woff) format('woff');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: local('Titillium WebBold'), local('TitilliumWeb-Bold'), url(http://themes.googleusercontent.com/static/fonts/titilliumweb/v1/anMUvcNT0H1YN4FII8wpr0bathaSTBR2c4i13_wzlb0.woff) format('woff');
}

/* CSS 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	background: url("../images/bg.png") repeat;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	color: #666;
	text-align: center;
}

ol, ul {
	list-style: none;
}

div {
	position: relative;
}

p {
	margin: 10px;
}

a {
	color: #1983d7;
}

strong {
	font-weight: bold;
}

#header-wrapper {
	height: 130px;
	border-bottom: 3px solid #c4c4c4;
	background: #fff;
}

#header {
	text-align: left;
	margin: 0 auto;
	width: 900px;
	height: 130px;
	position: relative;
}

#logo {
	margin: 4px 20px 0 0;
	width: 218px;
	height: 72px;
	background: url('../images/spritesheet.png') no-repeat 0 -199px;
	float: left;
}

#logo h1 {
	text-indent: -9999px;
}

#logo h1 a {
	display: block;
	width: 219px;
	height: 69px;
}

#social {
	float: left;
	margin: 15px 20px 0 0;
}

ul#nav {
	height: 43px;
	width: 600px;
	position: absolute;
	bottom: 3px;
	left: 0;
}

ul#nav li {
	float: left;
	margin: 0 45px 0 0;
}

ul#nav li a {
	display: block;
	height: 43px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	line-height: 35px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

ul#nav li a:hover, ul#nav li.current a {
	color: #1983d7;
}

ul#nav li.home-decoration-icon {
	display: block;
	position: relative;
	top: -4px;
	width: 43px;
	height: 43px;
	background: url("../images/spritesheet.png") no-repeat 0 -156px;
}

span.home-decoration-desc {
	display: none;
	position: absolute;
	left: 55px;
	top: 50%;
	margin-top: -10px;
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	background-color: #333;
	padding: 4px;
	text-shadow: 0 1px #000;
	font-family: 'Titillium Web', sans-serif;
}

span.home-decoration-desc:before {
	content: "";
	position: absolute;
	display: block;
	bottom: 50%;
	margin-bottom: -5px;
	border: 2px solid red;
	z-index: 999;
	left: -14px;
	border-width: 5px 7px;
	border-color: transparent #333 transparent transparent;
}

ul#nav li.home-decoration-icon:hover {
	background-position: -43px -156px;
}

li.home-decoration-icon:hover span.home-decoration-desc {
	display: block;
}

#content {
	margin: 20px auto 100px;
	text-align: left;
	width: 900px;
	background-color: #fff;
	overflow: auto;
}

ul.list {
	float: left;
	margin: 10px 10px 10px 40px;
	list-style-type: square;
}

ul.list li {
	margin: 0 0 5px 0;
}

#intro {
	position: relative;
	width: 880px;
	border-bottom: 1px solid #dadada;
	padding-bottom: 10px;
}

#intro h1 {
	display: block;
	vertical-align: top;
	margin: 0 10px 10px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: #1983d7;
	text-shadow: 0 1px 0 #166fb6;
	line-height: auto;
}

p {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 20px;
}

.italic {
	font-style: italic;
}

.smaller {
	font-size: 10px;
	line-height: 10px;
}

a.read-more {
	display: block;
	position: absolute;
	bottom: 6px;
	right: 0;
	font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1983d7;
	text-decoration: none;
}

a.read-more:hover {
	right: -2px;
}

h2 {
	display: block;
	float: left;
	font-family: 'Titillium Web', sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #1983d7;
	margin: 10px;
}

#latest-images {
	min-height: 130px;
	margin: 10px;
	float: left;
	border-right: 1px solid #dadada;
	position: relative;
	cursor: pointer;
}

#latest-images ul {
	display: block;
	height: 90px;
}

#latest-images ul li {
	float: left;
	margin-right: 10px;
}

#latest-images ul li, #latest-images ul li img  {
	display: block;
	width: 90px;
	height: 90px;
}

.big-arrow {
	position: absolute;
	top: 45px;
	right: 20px;
	display: block;
	width: 35px;
	height: 56px;
	background: url("../images/spritesheet.png") no-repeat -167px 0;
	text-indent: -99999px;
}

.big-arrow:hover {
	background-position: -167px -56px;
}

#call-us {
	width: 230px;
	margin: 10px 10px 10px 0;
	float: left;
	text-align: center;
	overflow: auto;
}

#call-us h2, #latest-images h2 {
	margin: 0 0 10px 0;
	text-align: left;
	width: 100%;
}

#call-us p {
	margin: 0;
}

span.telephone {
	font-family: 'Titillium Web', sans-serif;
	font-size: 32px;
	font-weight: 900;
	color: #333;
}

a.big-contact-button {
	margin-top: 10px;
	display: inline-block;
	width: 167px;
	height: 52px;
	text-indent: -99999px;
	background: url("../images/spritesheet.png") no-repeat 0 0px;
}

a.big-contact-button:hover {
	background-position: 0 -52px;
}

a.big-contact-button:active {
	background-position: 0 -104px;
}

/* Gallery */

.loading {
	position: relative;
	left: 50%;
	width: 32px;
	height: 32px;
	top: 0;
	margin: 100px 0 100px -16px;
}

.album-name {
	float: left;
	width: 880px;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #1983d7;
}

.album-name h1 {
	display: block;
	float: left;
	font-family: 'Titillium Web', sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
}

.album-name .time {
	float: right;
	font-style: italic;
	color: #fff;
	font-size: 11px;
}

p.album-desc {
	margin-top: 0;
	float: left;
}

#gallery {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

ul.gallery {
	float: left;
	margin: 0 0 0 11px;
}

ul.gallery li {
	float: left;
	margin: 0 10px 10px 0;
}

ul.gallery li img {
	display: block;
	overflow: hidden;
	width: 101px;
	height: 88px;
	box-shadow: 0 0 5px #aaa;
}

/* Kontakt */

#map {
	width: 900px;
	height: 250px;
}

.address-box {
	color: #999;
	position: absolute;
	text-align: right;
	right: 10px;
	top: 260px;
	width: 150px;
	z-index: 999999;
	background-color: #eee;
}

.address-box strong {
	font-weight: bold;
	color: #333;
}

#contactform {
	display: block;
	float: left;
	width: 100%;
}

#contactform p {
	display: block;
	float: left;
}

#contactform label {
	display: block;
	width: 100px;
}

#contactform input, #contactform textarea {
	border: none;
	background-color: #eee;
	padding: 5px;
	margin-top: 5px;
	color: #999;
}

#contactform input {
	width: 150px;
}

#contactform textarea {
	height: 100px;
	min-height: 100px;
	max-height: 350px;
	width: 470px;
	min-width: 470px;
	max-width: 470px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
}

#contactform #submit {
	background-color: #1983d7;
	border-bottom: 4px solid #166fb6;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	width: 150px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	clear: both;
	}
			
#contactform #submit:hover {
	background-color: #2392ea;
	border-color: #207fcc;
	cursor: pointer;
	}
				
#contactform #submit:active {
	background-color: #1983d7;
	border-bottom: 1px solid #166fb6;
	top: 3px;
	margin-bottom: 3px;
	}
	
#contactform .note {
	margin: 0 10px;
	font-size: 10px;
	color: #1983d7;
	font-weight: bold;
	font-style: italic;
	display: block;
	float: left;
	clear: both;
	width: 800px;
}

.kontaktuppgifter {
	width: 100%;
	float: left;
	clear: both;
}

.kontaktuppgifter p {
}

/* Footer */

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #333;
	border-top: 3px solid #666;
	margin: 0;
	padding: 0;
	max-height: 80px;
}

#footer p {
	margin: 0;
	font-size: 10px;
	line-height: 10px;
}

.contact-info {
	text-align: left;
	position: relative;
	width: 900px;
	margin: 10px auto 10px;
	font-family: "Arial", "Helvetica", sans-serif;
	color: #fff;
	text-shadow: 0px 1px 1px #222;
}

.contact-info h1 {
	display: inline-block;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	color: #fff;
	margin-bottom: 3px;
	font-weight: bold;
}

.mini {
	position: absolute;
	right: 115px;
	top: -12px;
	height: 65px;
	width: 45px;
}

.sjoraddning {
	position: absolute;
	width: 120px;
	height: 35px;
	right: 0;
	top: -5px;
}

.disclaimer {
	text-align: right;
	color: #666;
	position: absolute;
	right: 0;
	bottom: 0;
}

.creator {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 9px;
	color: #555;
	text-shadow: 0px 1px 1px #222;
	
}