body
{
	background: #ffffff;
	font: 70% verdana, arial, tahoma, helvetica, sans-serif;
}
p, td, th, a {
  font-size: 1em;
}
h1, .Rubrik1 {
	font-family: arial, tahoma, helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	EditMenuName: Rubrik 1;
}
body.popup h1 {
	margin-top: 0;
}
h2, .Rubrik2 {
	font-size: 1.2em;
	font-weight: bold;
	EditMenuName: Rubrik 2;
}
h3, .Rubrik3 {
  font-size: 1em;
	font-weight: bold;
	EditMenuName: Rubrik 3;
}
.ingress
{
  font-weight: bold;
	EditMenuName: Ingress;
}
.bildtext
{
  font-size: 0.9em;
	display: block;
	color: #446a45;
	margin: 0.5em 0 0 0.2em;
	EditMenuName: Bildtext;
}
.datum
{
  color: #999999;
	EditMenuName: Datum;
}
.datumSmall
{
  color: #999999;
  font-size: 80%;
  font-weight: normal;
}
.small
{
  font-size: 0.9em;
	EditMenuName: Liten text;
}
.bold
{
  font-weight: bold;
}
.white
{
  font-size: 1em;
  color: #ffffff;
	EditMenuName: Normal vit text;
}
.error
{
  color: #dd0000 !important;
  font-weight: bold;
  padding: 0 0 5px 2px;
}
.error ul
{
  display: inline;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.error li
{
  display: inline;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
div.page-body table
{
  font-size: 1em;
}
input, select, textarea
{
	font-family: verdana, arial, tahoma, helvetica, sans-serif;
	font-size: 1em;
}
input.button
{
	font-size: 0.9em;
	padding: 0 0.3em;
	color: #666666;
	font-weight: bold;
}
img
{
	border: 0;
}
ul, ol {
	line-height: 1.5em;
}
ul li {
  list-style: square;
	margin-left: -22px;
}
ol li {
	margin-left: -13px;
	line-height: 1.5em;
}
a {
  color: #0858a2;
	text-decoration: none;
}
a:visited {
  color: #666666;
}
a:hover {
	text-decoration: underline;
}
a.image {
	text-decoration: none;
	border-bottom: none;
}
a.image:hover {
	background: none;
	text-decoration: none;
	border-bottom: none;
}

/*****************************************************
*  Forum
*
*****************************************************/
table.forum-table
{
  width: 100%;
  border-collapse: collapse;
  margin: 2.0em 0;
}
table.forum-table th,
table.forum-table td
{
  vertical-align: top;
  padding: 0.5em 0.6em;
  border: solid 1px #a9b6cd;
}
table.forum-table th
{
  padding: 0.4em 0.6em;
  color: #fff;
  background: #3979b6;
}
table.forum-table .date
{
  color: #999;
}
table.forum-table tr.spacerrow td
{
  background: #ccc;
  padding: 0;
  border-top: none 0px #fff;
  border-bottom: none 0px #fff;
  font-size: 1px;
  line-height: 1px;
}