
@font-face {
	font-family: audimat;
	src: url(../fonts/AUdimat-Regular.otf) format("opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: audimat;
	src: url(../fonts/AUdimat-Italic.otf) format("opentype");
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: audimat;
	src: url(../fonts/AUdimat-Bold.otf) format("opentype");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: audimat;
	src: url(../fonts/AUdimat-BoldItalic.otf) format("opentype");
	font-weight: bold;
	font-style: italic;
}

body {
	font-size: 12px;
	background: #000;
	background-image: url('../gfx/main-bg-02.png'); 
	/* background-position: right top;
	background-repeat: no-repeat; */
	/* background-attachment: fixed; */
	color: #fff;
	font-family: audimat, sans-serif;
	padding: 0px;
	margin: 0px;
	padding-left: 50px;
}
img {
	border: 0px solid red;
}
h1 {
	font-size: 20px;
	color: #d62300;
	background-color: #fff;
	padding: 10px;
}
h2 {
	font-size: 16px;
	color: #000;
	background-color: #fff;
	padding: 10px;
}
p {
	font-size: 13px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	line-height: 19px;
	text-align: justify;
	color: #000;
	/* word-spacing: 1px; */
	letter-spacing: 1px;
}
div.text {
	background-color: #fff;
	position: relative;
	left: 0px;
	width: 580px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 7px;
	padding-bottom: 0px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
}
div.text > p:last-child {
	/* border-bottom: 3px double white; */
	padding-bottom: 20px;
	margin-bottom: 40px;
}
div#main > h1 {
	position: relative;
	top: 0px;
	left: 15px;
	width: auto;
	display: inline;
	font-weight: bold;
}
em {
	font-style: italic;
}
span.fat {
	font-weight: bold;
}
span.softer {
	color: #75675e;
}
img.logo-top {
	width: 175px;
	height: 95px;
	padding: 0px;
	border: 0px;
}
div {
	padding: 0px;
	margin: 0px;
	/* border: 0px solid black; */
}
div#top-bar {
	position: fixed;
	left: 35px;
	top: 50px;
	/* background-color: #fff; */
	width: 175px;
	height: 400px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	z-index: 8;
	/* border: 1px dashed red; */
}
div#logo-bar {
	position: fixed;
	left: 35px;
	top: 50px;
	z-index: 7;
}
div#skjold-bar {
	position: relative;
	left: 35px;
	top: 0px;
}
img.skjold-top {
	position: relative;
	top: -53px;
	width: 175px;
	height: 110px;
	border: 0px;
	padding: 0px;
}
div.ordbok {
	position: relative;
	left: 0px;
	width: 580px;
	background-color: #fff;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 7px;
	padding-bottom: 0px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
}
div.ordbok > p:last-child {
	/* border-bottom: 3px double white; */
	padding-bottom: 20px;
	margin-bottom: 40px;
}
div#main > h2 {
	position: relative;
	top: 0px;
	left: 15px;
	font-weight: normal;
	width: auto;
	display: inline;
}
div#kolofon {
	position: relative;
	left: 0px;
	top: -40px;
}
div#kolofon > p {
	padding: 10px;
	font-size: 13px;
	line-height: 13px;
	background-color: #e8eeef;
	width: 155px;
	text-align: left;
	margin-top: 0px;
	padding-top: 50px;
}
div#kolofon > p > em {
	font-size: 11px;
	line-height: 10px;
}
div#nav {
	position: relative;
	left: -40px;
	top: -16px;
	width: 175px;
}
div#bottom-nav {
	position: relative;
	left: -40px;
	top: -28px;
	width: 175px;
}
div#main {
	position: relative; /* was absolute! */
	top: 50px;
	left: 200px; /* was 250px */
	/* background-color: rgba(65,57,51,0.8); */
	color: #000;
	width: 580px;
	padding: 0px;
	margin-right: 200px; /* remove? */
}
div.list {
	background-color: #fff;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 20px;
}
div.list > ol {
	color: #000;
	margin-left: 10px;
	padding-left: 10px;
}
div.list > ol > li {
	/* padding-bottom: 5px;
	padding-right: 15px; */
	/* padding-left: 15px; */
	letter-spacing: 1px;
	word-spacing: 1px;
	text-align: justify;
	list-style-type: lower-roman;
	list-style-position: outside;
	font-size: 12px;
	line-height: 19px;
}
/* menu stuff */
ul#menu, ul#bottom-menu {
	color: #000;
	padding-top: 0px;
	margin-right: 0px;
	/* border-top: 1px #000 solid; */
	padding-bottom: 0px;
	width: 175px;
}
ul#menu > li, ul#bottom-menu > li {
	/* float: left; *//* this is unique */
	display: block;
	letter-spacing: 1px;
	font-size: 15px;
	margin: 0px;
	background-color: #e8eeef;
	border-bottom: 3px double #e8eeef;
}
ul#menu > li > a {
	color: #000;
	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 14px;
	padding-right: 14px;
	font-weight: bold;
}
ul#bottom-menu > li > a {
	color: #d62300;
	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 14px;
	padding-right: 14px;
	font-weight: bold;
}
.ninja, .ninja:hover {
	color: #e8eeef !important;
	background-color: #e8eeef !important;
	display: block;
	border-bottom: 1px solid #e8eeef !important; 
	padding-left: 6px;
	padding-right: 6px;
}
img.webshop-icon {
	position: absolute;
	right: -36px;
	top: 7px;
	border: 0px solid red;
}
/* ul#menu > li::after {
	content: "|";
	padding-left: 7px;
	padding-right: 7px;
	color: #000;
} */
ul#menu > li:hover {
	/* background-color: #d62300; */
	background-color: transparent;
}
ul#bottom-menu > li:hover {
	/* background-color: #d62300; */
	background-color: transparent;
}
ul#menu > li > a:hover{
	color: #fff;
}
ul#bottom-menu > li > a:hover {
	color: #ff7900;
	/* background-color: #fff; */
}
a {
	color: #ff5500;
	text-decoration: none;
}
a:hover, div.tails-list > ul > li > a:hover {
	color: #d62300;
}
/* from main start */
ol > li > span {
	color: #75675e;
}
ol > li > span > a {
	color: #89522c;
}
ol > li > span > a:hover {
	color: #c9773f;
}
/* from main end */

img.portfolio {
	max-width: 550px;
	padding-left: 15px;
	padding-top: 15px;
}
div.person {
	position: relative;
}
div.person > img {
	position: absolute;
	left: -200px;
	top: 0px;
	height: 200px;
	background-color: #fff;
	padding: 10px;
}
div.person > h2 {
	position: relative;
	top: 0px;
	left: 15px;
	font-weight: normal;
	width: auto;
	display: inline;
}
div.person > div.tails {
	position: relative;
	left: 0px;
	width: 580px;
	background-color: #fff;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 7px;
	padding-bottom: 0px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
}
div.person > div.tails > p:last-child {
	/* border-bottom: 3px double white; */
	padding-bottom: 20px;
	margin-bottom: 40px;
}
div.tails-list {
	position: absolute;
	top: 24px;
	left: 570px;
	width: 150px;
}
div.tails-list  > ul {
	list-style: none outside;
	color: #fff;
}
div.tails-list > ul > li > a {
	color: #ff7900;
}
img#bigfatillo {
	position: absolute;
	top: 100px;
	left: 790px;
	width: 550px;
	border: 0px;
}
