/****************************
*        GENERELT           *
****************************/
body {
	background:white;
	margin:0px;
}

body, td, th, p, input, select, input, div
{ 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

li {
  margin-left: 15px;
}

h1, h2, h3, h4, h5
{ 
  font: bold 10pt;
  margin: 0px;
  color: #CC6633;
}

h6
{
  font: bold 10pt;
  margin: 0px 0px 5px 0px;
  color: black;
}

ol, ul
{
  margin: 0px 0px 0px 10px;
}
.toplogo {
	background:#FF9900;
}

.maintable {
	height:100%;
	border-style:solid;
	border-width:1px;
	border-color:#FF9900;
	width:760;
}

.content
{
  vertical-align:top;
  width:450;
  padding: 10px 5px 20px 5px;
  border-style:none solid none solid;
	border-width:1px;
	border-color:#FF9900;
}

.factbox {
	padding:10px 5px 20px 5px;
	width:155;
}

td.content img {
  margin: 5px 5px 5px 5px;
 	border-style:solid;
	border-width:1px;
	border-color:#000000;
}

.faktaheader b{
  font: 12px;
  font-weight: bold;
}

div.faktaheader {
  background: url("grafik/fakta_top.jpg") no-repeat;
  padding: 8px 26px 0px 46px;
}

div.faktacontent {
  background: url("grafik/fakta_middle.jpg");
  background-repeat: repeat-y;
  padding: 2px 35px 0px 15px;
  font-style: italic;
}

div.faktabottom {
  background: url("grafik/fakta_bottom.jpg") no-repeat;
  height: 20px;
  padding: 5px;
}

/****************************
*        LINKS              *
****************************/

A:link,A:active,A:visited {
  text-decoration:underline;
  color:black;
}
A:hover {
  text-decoration:underline;
  color: #green;
}

/****************************
*        MENU              *
****************************/
.menu
{
  width: 135px;             /* 135 + 2x10px padding */
  padding:10px 10px 10px 10px;
}

.m_active {
	font-weight:bold;
}
.m_l1
{
  padding: 2px 0px 2px 0px;
}


.m_l2
{
  margin:  0px 0px 0px 10px;
  padding: 0px 0px 0px 10px;
}

.m_l3
{
  margin:  0px 0px 0px 10px;
  padding: 0px 0px 0px 10px;
}

.m_l1 A:link,A:active,A:visited {
  text-decoration:none;
}
.m_l1 A:hover {
  text-decoration:underline;
}
.m_l2 A:link,A:active,A:visited {
  text-decoration:none;
}
.m_l2 A:hover {
  text-decoration:underline;
}
.m_l3 A:link,A:active,A:visited {
  text-decoration:none;
}
.m_l3 A:hover {
  text-decoration:underline;
}

