  body {
  	font-family: verdana, helvetica, arial;
  	font-size: 11px;
  	color: rgb(80,80,80);
  }
  td {
  	font-family: verdana, helvetica, arial;
  	font-size: 11px;  	
  	color: rgb(80,80,80);
  }
  p {
  	font-family: verdana, helvetica, arial;
  	font-size: 11px;  
  	margin-top: 0px;
  	margin-bottom: 8px;
  	color: rgb(80,80,80);
  }
  a:link {
  	color: rgb(40,120,40);
  	text-decoration: none;
  }
  a:visited {
  	color: rgb(40,120,40);
  	text-decoration: none;
  }  
  a:hover {
  	color: rgb(40,120,40);
  	text-decoration: underline;
  }
  .small {
  	font-size: 10px;
  }
  .mdiv_aktiv {
  	background: rgb(255, 255, 255);
  	position: absolute;
  	height: 22px;
  	top: 125px;
  	line-height: 22px;
  	cursor: pointer;
  	font-weight: bold;
  	color: rgb(0,0,0);
  }
  .mdiv_inaktiv {
  	background: rgb(180, 170, 160);
  	position: absolute;
  	height: 22px;
  	top: 125px;
  	line-height: 22px;  	
  	cursor: pointer;
  	font-weight: bold;
  	color: rgb(255,255,255);
  }
  div.mdiv_inaktiv:hover {
  	background: rgb(120, 115, 110);
  	cursor: pointer;
  	font-weight: bold;
  	color: rgb(255,255,255);
  }
  div.graruta {
  	border: solid 1px rgb(214,204,194);
  	background: rgb(240,235,225);
	padding: 0px;
  	text-align: left;
  	color: rgb(80,80,80);
  }
  div.innerdiv {
  	width: 100%;
  	padding: 5px;
  }
  h1 {
  	font-size: 18px;
  	margin-top: 3px;
  	margin-bottom: 9px;
  	font-weight: bold;
  	color: rgb(80,80,80);
  }
  h2 {
  	font-size: 13px;
  	margin-top: 3px;
  	margin-bottom: 7px;
  	font-weight: bold;
  	color: rgb(80,80,80);
  }
  hr {
  	color: rgb(214,204,194);
  	background-color: rgb(214,204,194);
  	border: 0;
  	size: 1px;
  	shade: no-shade;
  }
  .grarubrik {
  	font-size: 13px;
  	font-weight: bold;
  	color: rgb(80,80,80);
  }
  input[type="button"] {
  	border: solid 1px rgb(80,80,80);
  	background: rgb(214,204,194);
  	cursor: pointer;
  }
  input[type="submit"] {
  	border: solid 1px rgb(80,80,80);
  	background: rgb(214,204,194);
  	cursor: pointer;
  }  
  .button {
  	border: solid 1px rgb(80,80,80);
  	background: rgb(214,204,194);
  	cursor: pointer;
  }  
  li {
	margin-left: 7px;
	padding-left: 1px;
	padding-right: 3px;
	padding-bottom: 5px;
  }
  ul {
  	margin-left: 7px;
  	padding-left: 1px;
  	padding-right: 3px;
  	padding-bottom: 5px;
  }
