﻿@import url("layout.css");
body {
	background-color: #335588;
	background: url('../images/BadExperten_baggrund_ny.jpg');
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#container {
	background-color: #C0C0C0;
	width:800px;
	margin:5px auto 0;
	border-bottom: 2px solid #358;
	background-color: #C0C0C0;
}
#masthead {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 10px;
}
#navigation {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#page_content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#content {
	background: url('../images/Blaabaggrund.jpg');
	/*position: relative;
	float: left;
	width: 520px;*/
	padding-top: 7px;
	text-align: left;
}
#sidebar {
	background: #FFFFFF url('../images/Blaabaggrund.jpg');
	float: right;
	width: 280px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#footer {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1px;
	text-align: left;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #003399;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	bottom: 0;
	font-weight: normal;
	color: #b22222;
	display: inline;
	margin-top: 15px;
	margin-left: 25px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
	background-color: #032E8A;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #000000;
	display: block;
	margin: 0 1px;
	padding: 5px;
}
#navigation a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #00529B;
}
/* Content Styles */
h6 {
	color: #000000;
}
h5 {
	color: #000000;
}
h4 {
	color: #000000;
}
h3 {
	color: #000000;
}
h2 {
	color: #000000;
}
#content h1 {
	color: #000000;
}
#content img {
	padding: 5px;
	border: 0px solid #358;
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
}
#sidebar img {
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	background: url('../images/Menubaggrund.jpg');
	font-size: 0.85em;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	color: #C0C0C0;
	text-decoration: underline;
}
#footer a:hover {
	color: #237;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #191970;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
