﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
/*	background-color:maroon;*/
	background-image: url("../images/bak.gif"); 
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 800px;
/* Har med 698 att göra, bredd på masthead och footer */
/*	width: 900px; */
	margin: 20px auto;
	margin-left: 40px;
}

#masthead {
	position:relative;
	float:left;
	width: 220px;
	height: 90px;
	margin-top: 10px;
	margin-bottom: 10px;


	/*border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;*/
}
#masthead2 {
	float:left;
	width: 500px;
	height: 90px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;


	/*border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
 */
}

#navigation {
	position: relative;
	float: left;
	width: 220px;
	margin-top: 10px;
	margin-bottom: 10px;

/*	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color:maroon;*/
}
#content {
	float: left;
	width: 560px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
/*	padding: 10px;*/

/*	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff; 
	background-image: url("../images/bak.gif"); 
	background-repeat: repeat;
	background-attachment: scroll;*/

}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
/*	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff; */
}
/* Masthead Styles */
#masthead h1 {
	color: #FFFFFF;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
/*	display: block;*/
	margin: 0;
	padding: 0px;

}
#navigation li {
/*	display: block;*/
	margin: 0px;
	padding: 3px;
	border: 1px;
/*	background-color: maroon;*/
}
#navigation a {
/*	color: maroon;*/
	text-decoration:none;
	font-weight: bold;
/*	display: block;*/
	padding: 2px;
/*	border: 1px solid transparent; funkade ej i IE6. Blev ramar ändå*/
	border: 1px solid #FFFFCC;
/*	background-color:maroon;*/
	background-image: url("../images/bak.gif"); 
	background-repeat: repeat;
	background-attachment: scroll;

}
#navigation a:hover {
/*	color: maroon; */
	text-decoration: none;
	border: 1px solid maroon;
/*	background-color: maroon;*/
}
/* Content Styles */
h6 {
	color: maroon}
h5 {
	color: maroon}
h4 {
	color: maroon}
h3 {
	color: maroon}
h2 {
	color: maroon}
#content h1 {
	color: maroon}

#content img {
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #808080;
}

#masthead img {
	margin-left: 10px;
}

td.table1 {
font-size:small;
font-weight:bold;
padding-bottom:10px;
width:420px;
}
	
td.table2 {
font-size:small;
padding-bottom:25px;
width:420px;
}

td.table3 {
font-size:small;
text-align:right;
vertical-align:top;
width:100px;
}

td.tablefloat {
font-size:small;
padding-bottom:25px;
width:auto;
}

	
td.table4 {
font-size:small;
padding-bottom:25px;
width:300px;
}

/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
