﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 920px;
	margin: 0 auto;
	padding: 10px;
	border-top: 5px solid #1b1b4a;
	border-right: 5px solid #1b1b4a;
	border-bottom: 5px solid #1b1b4a;
	border-left: 5px solid #1b1b4a;
	background-color: #8c9cad;
}
#masthead {
	text-align: center;
	width: 900px;
	padding: 5px;
	border: 1px solid #495d73;
	background-image: url("../images/masthead.gif");
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 90px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #495d73;
}
#content {
	float: left;
	width: 815px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url("../bilder/pappersbak.gif");
	border: 1px solid #495d73;
}
#footer {
	text-align: center;
	clear: both;
	width: 915px;
	padding: 0px;
	border: 1px dotted #4c6177;
}
/* Masthead Styles */
#masthead h1 {
	color: #cccccc;
}
#masthead h3 {
	color: #cccccc;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #4c6177;
	background-color: #677e97;
}
#navigation a {
	color: #000033;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #8497ac;
	background-color: #677e97;
}
#navigation a:hover {
	color: #ccccff;
	text-decoration: none;
	background-color: #3f5063;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #333333;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
#content img {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0px;
}
/* Footer Styles */
#footer p {
	color: #4c6177;
}
#footer a {
	color: #000033;
	text-decoration: underline;
}
#footer a:hover {
	color: #ccccff;
	text-decoration: none;
}
a {
	color: #000033;
	text-decoration: underline;
}
a:hover {
	color: #ccccff;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
