body {
	background: #8ebbe5 url(../images/fylgia2.jpg);
}

p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.2em;
}

h1 {
	margin: 0;
	color: #6d8ead;
}

h2 {
	margin: 0;
	color: #6d8ead;
}

h3 {
	margin: 0;
	color: #6d8ead;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header {
	margin: 0 auto;
	width: 1000px;
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 1000px;
	background: #d9d1bc;
	font-family: Arial, sanserif;
	/*background: #d0d0ff;*/
	border: 3px solid #3f5466;
}

#nav {
	margin: 0 auto;
	width: 1000px;
	text-align: center;
	height: 50px;
}

#nav ul {
}

#nav ul li {
     float: left;
  	border-left: 1px solid #96c6f3;
  	border-right: 1px solid #96c6f3;
  	border-bottom: 2px solid #96c6f3;
}

#nav ul li a {
	display: block;
	width: 164px;
	height: 50px;
	color: #b8d0f2;
  	/*background: #080844;*/
  	background: #3f5466;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 0 0;
}

#nav ul li a:hover {
  	background: #1010af;
	color: #b8d0f2;
}
#nav ul li a.active {
	/*background: #6788a6;*/
	background: #8ebbe5;
	color: #00000f;
}

#subnav {
	margin: 0 auto;
	width: 900px;
	text-align: center;
	height: 50px;
}

#subnav ul {
}

#subnav ul li {
     float: left;
}

#subnav ul li a {
  	border-left: 1px solid #96c6f3;
  	border-right: 1px solid #96c6f3;
  	border-bottom: 2px solid #96c6f3;
	display: block;
	width: 148px;
	height: 50px;
	background: #6788a6;
	color: #00000f;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 0 0;
}

#subnav ul li a:hover {
  	background: #1010af;
	color: #b8d0f2;
}

#subnav ul li a.space {
	visibility:hidden;
}

#sidebar_left {
  padding-left: 10px;
  padding-top:20px;
  width: 220px;
  float: left;
}

#sidebar_left table {
	text-align: left;
	width: 90%;  
}

#sidebar_left td a {
 	padding-left: 10px;
}

#sidebar_left a {
	text-decoration: none;
     color: #00000f;
}

#sidebar_left a:hover {
	text-decoration: underline;
}

#sidebar_left a.active {
	background-color: #ddffff;
	color: #00000f;
 	padding-right: 10px;
}

#sidebar_left h1 {
	font-family: Georgia, serif;
	color: #00000d;
	font-size: 1.0em;
	margin: 0;
}


#sidebar_right {
  padding-top:20px;
  width: 220px;
  float: right;
}

#sidebar_right h1 {
	font-family: Georgia, serif;
	color: #00000d;
	font-size: 1.0em;
	margin: 0;
}

#sidebar_right ul li a {
	padding-top:10px;
	line-height: 1.8em;
}

#content {
  /*border: medium ridge #564f3c;*/
  margin: 20px auto;
  padding-right: 10px;
  width: 500px;
  padding-left: 10px;
  color: #000008;
 /* background-color: #ddffff;*/
  background-color: #d8dff0;

}

#content p {
	line-height: 1.4em;
}

#content h1 {
	font-size: 1.5em;
 	padding: 5px 0 5px 0;
	font-family: Georgia, serif;
	color: #00000d;
}

#content h2 {
	font-family: Georgia, serif;
	color: #00000d;
	font-size: 1.2em;
}

#content h3 {
	font-family: Georgia, serif;
	color: #00000d;
	font-size: 1.0em;
}

#content ul {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.4em;
}

#content th {
	text-align: center;
	/*background: #6788a6;*/
	background: #8ebbe5;
	color: #00000d;
	font-weight: normal;
	font-family: Georgia, serif;
}


#footer {
	padding: 10px;
	clear: both;
	font-size: small;
}

#footer p {
	margin: 0;
	padding: 10px;
	background: #3f5466;
	color: #fff;
	text-align: center;
}
