﻿@import url("layout.css");
body {
	font-family: Trebuchet MS;
	font-size: 0.8em;
	color: #000;
	background-color: #C0C0C0;
	background-repeat: repeat-x;
	background-image: url('../images/Baggrund.gif');
}
#container {
	width: 900px;
	margin: 20px auto;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-color: #999999;
}
#masthead {
	width: 900px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	overflow: auto;
	background-color: #333333;
}
#sidebar {
	float: left;
	width: 195px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 0px;
	display: inline;
}
#content {
	float: right;
	width: 685px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
	background-image: url('../images/Logo_vand_1.jpg');
}
#footer {
	text-align: center;
	clear: both;
	width: 900px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0;
	overflow: auto;
	background-color: #333333;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 1.0em;
	display: block;
	margin: 0;
	padding: 0;
	border: 0px solid #d3d3d3;
}
#sidebar a {
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	display: block;
	padding: 5px;
	border-bottom: #999999 solid;
	background-color: #999999;
	font-family: "Trebuchet MS";
	font-size: medium;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #999999;
	border-bottom: 1px solid #999999;
	background-color: #333333;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #999999;
	margin: 2px;
	padding: 2px;
}
#foot
#footer a {
	color: #333333;
	text-decoration: underline;
}
 a:hover {
	color: #000000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

