/* CSS Standard */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-position: center;
	margin: 0;
	background-color: #4768a5;
}
img {
	border: none;
	}
#submenu ul, #menu {
	margin: 0;
	padding: 0;
	}
#submenu ul li, #menu li {
	margin: 0;
	padding: 0;
	float: left;
	height: auto;
	width: auto;
	list-style-type: none;
	}
h1, h2, h3 {
	margin: 10px 0;
	}
h2 a {
	font-size: x-large;
	color: #485670;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
a {
	color: #485670;
	}
	
/* CSS Top */
	
#doc3 {
	position: relative;
	width: 950px;
	height: auto;
	margin: 0 auto;
	}
#hd {
	position: relative;
	background: #FFFFFF;
	width: auto;
	height: 185px;
	}
.logo {
	position: absolute;
	top: 30px;
	left: 10px;
	}
.banner {
	position: absolute;
	top: 4px;
	right: 0px;
	}
#menu {
	position: relative;
	width: auto;
	height: 32px;
	top: 158px;
	background: #334c78; /*url(/internett1/images/menu.gif);*/
	}
#menu a {
	border-right: 1px solid #FFF;
	color: #FFF;
	font-size: small;
	text-decoration: none;
	padding: 8px 17px;
	display: block;
	float: left;
	font-weight: bold;
	}
#menu a:hover {
	background: #bb3e44;
	}

/* CSS Body */
	
#bd {
	position: relative;
	background: #FFFFFF;
	width: auto;
	height: auto;
	padding: 4px 0;
	}
#submenu {
	position: absolute;
	width: 191px;
	height: auto;
	float: left;
	background: #FFF;
	margin: 10px 10px 0 0;
	background: #FFF;
	}
#submenu ul li a {
	font-size: small;
	background: #485670;
	color: #FFF;
	font-weight: bold;
	padding: 3px 10px;
	}
#submenu ul li a:hover {
	background: #fdc300;
	}
#submenu ul.sub li a {
	font-size: x-small;
	padding: 7px 10px;
	background: #99a5b1;
	}
#submenu ul.sub li a:hover {
	background: #CCC;
	}

#submenu a {
	display: block;
	width: 171px;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	}
#info {
	position: relative;
	width: 180px;
	height: auto;
	float: right;
	padding: 20px 20px 220px 20px;
	background: #FFF;
	margin: 10px 0 0 10px;
	background-position: bottom;
	color: #485670;
	font-weight: bold;
	}
#info p {
	margin: 0 0 5px 0;
	}
#text {
	position: relative;
	width: 497px;
	min-height: 500px;
	max-height: 5000px;
	padding: 10px;
	float: right;
	}
.article {
	position: relative;
	width: auto;
	height: auto;
	display: block;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	}
.pic {
	float: left;
	margin: 0 10px 10px 0
	}
.ingress {
	font-weight: bold;
	font-size: small;
	}
.more {
	border-top: 1px solid #CCC;
	text-align: right;
	}
.more a {
	color: #485670;
	background: #CCC;
	padding: 0 10px;
	text-decoration: none;
	}
.more a:hover {
	color: #FFFFFF;
	background: #fdc300;
	}
	
/* CSS Bottom */

#frontpage {
	text-align: center;
	}
#frontpage a {
	font-size: large;
	color: #999;
	text-decoration: none;
	margin: 0;
	display: inline;
	}
#ft {
	position: relative;
	width: auto;
	clear: both;
	text-align: center;
	padding: 10px;
	}
#ft a {
	}

/********* Forum styles **********/
#forumlist{
  margin-top: 1em;
  background-color: #F0F1F1;
  padding: 0.1em 0.3em 0.3em 0.3em;
  /* border: 1px solid #D9D9D9;*/
}
#forumlist ul{
  margin:0;
  padding:0;
}
#forumlist ul ul{
  margin-left:1.5em;
}
#forumlist li{
	list-style-type: none;
  background-color: #FFFFFF;
  padding: 0.2em;
  border: 1px solid #D9D9D9;
  margin-top: 0.2em;
}
#forumlist .header{
  position:relative; 
  background-color: #D9D9D9;
  font-weight:bold;
  padding: 0.2em;
 }
#forumlist .message{
  padding: 0.2em;
}
.messageinfo{
  position:absolute;
  right:0;
  background-color: #D9D9D9;
  padding-left: 1em;
  font-weight:normal;
}
#forumlist a{
  display:block;
  float:right;
  /*border: 1px solid #999999;*/
  background-color: #777777;
  padding: 0.2em;
  color: #ffffff;
  text-decoration:none;
  margin-right: .2em;
}
.messagebuttons{
  height: 2em;
}
#empatix_forum_newmessage{
  margin: 2em 0;
}
#empatix_forum_newmessage input, #empatix_forum_newmessage textarea{
  width: 410px;
}
#empatix_forum_newmessage td{
  padding-right: 0.5em;
}
#empatix_forum_newmessage label{
  font-weight:bold;
}
#empatix_forum_newmessage #action_forum_messagesave{
  width: auto;
  float: right;
}
