body {
	font-size: medium;
	/*background-color: #EEFFFF;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(../img/hgr.jpg);
	background-repeat: no-repeat;
}
a:link {  color: #0A7882; text-decoration: none; }
a:visited {
	color: #996699;
	text-decoration: none;
}
a:hover {  color: red}
h1 {
	font-size: 200%;
	font-family: Arial, Georgia, Helvetica, sans-serif;
	margin-top: 10px;
	color: #0A7882;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0A7882;
	font-size:120%;
	border-bottom:1px dashed #000066;
	margin:15px 0 5px 0;
	padding-bottom:5px;
}
.header {background-color:#E0E0E0}
.menutitel {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0A7882;
	padding: 5px;
}
.menutitel a:link, .menutitel a:visited {color: #FFFFFF;}
.menutitel a:hover {
	color: red;
}

td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%}
li {  font-size: 80%; font-family: Verdana, Arial, Helvetica, sans-serif}
.small {  font-size: 80%;}
.textbox {
  background:#fff;
  border:1px dashed #ccc;
  margin-top: 5px;
  padding: 5px;
  }
.subtitle {
  color:#666;
  margin:15px 0px 5px;
  font-weight:bold;
  }
.tools a:hover img, .tools a:visited:hover img {
  background:#e0e0e0 url("../img/tools_hover.gif");
  }
.caption {
	font-size: 0.8em;
	font-weight: bold;
	color: #666;
}
.printonly {visibility:hidden;}
.screenonly {visibility:visible;}
.toomuch {color: red}