﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
/*	background-image: url("../images/bg.gif");
	background-repeat: repeat;*/
	font-size: 0.8em;
	background-color: #080808;
}
#container {
	border: 1px solid #252525;
	background-color: #000;
}
#masthead {
	text-align: right;
	background-color: #000;
	margin-left: 35px;
	margin-right: 35px;
	margin-top:20px;
	margin-bottom: 15px;
	background-image: url("../images/logga.jpg");
	background-repeat: no-repeat;
	border: 1px solid #252525;
}
#column_l {
	width: 660px;
	height: 550px;
	background-color: #000;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 50px;
}
img {
	padding: 0px;
	border: 1px solid #252525;
}
html>body #column_l {
	width: 660px;
	background-color: #000;
}
#column_r {
	width: 140px;
	padding: 5px 10px;
	background-color: #000;
	margin-top: 90px;
	margin-bottom: 15px;
	margin-right: 35px;
}
html>body #column_r {
	width: 140px;
	margin-right: 35px;
	background-color: #000;
	border: 1px solid #252525;
}
#content {
	background-color: #000;
}
#footer {
	text-align: right;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
}
html>body #footer {
	text-align: right;
	margin-right: 35px;
	margin-left: 35px;
	padding-bottom: 5px;
}
/* Masthead */
#masthead h1 {
	margin-bottom: 0;
}
#masthead h3 {
	margin-top: 0;
}
/* Site typography */
h1 {
	font-size: 1.5em;
	color: #eee;
}
h2 {
	font-size: 1.2em;
	color: #eee;
}
h3 {
	font-size: 1.1em;
	color: #eee;
}

h4 {
	font-size: 0.9em;
	color: #eee;
	margin-bottom: 4px;
	padding-bottom: 0;
}
ul {
	font-size: 0.75em;
	color: #eee;
	/*text-align: justify;*/
}
ol {
	font-size: 0.75em;
	color: #eee;
	/*text-align: justify;*/
}
p {
	font-size: 0.8em;
	color: #eee;
	margin-top: 0;
	padding-top: 0;
	/*text-align: justify;*/
}
blockquote {
	font-size: 0.8em;
	color: #eee;
	/*text-align: justify;*/
}
/* Footer */
#footer p {
	margin-left: 35px;
	font-size: 0.8em;
	color: #444;
}
/* Links */
a {
	color: #eee;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
.copyright {
	text-align: left;
	color: #555;
	font-size: 0.8em;
}
.centered {
	text-align: center;
}
.style_bold {
	font-weight: bold;
}
.gray {
	color: #252525;
}
.style_italic {
	font-style: italic;
}
.right {
	text-align: right;
}
.expotablebg {
	background-color: #000;
}
