body {
  background-color: #fff;
  color:#444;
  font-family: "Trebuchet MS", Arial, Helvetica;
/** font-size: 9px; **/
}

body form a ul table p div{
  font-family: "Trebuchet MS", Arial, Helvetica;
  font-size: 9px;
}

h1{
  font-family: Georgia;
  font-size:30px;
  line-height:30px;
  margin:0;
  letter-spacing:0.1em;
  }

h2{
  font-family: Georgia;
  font-size:18px;
  line-height:18px;
  margin:0;
  margin-bottom:1em;
  margin-left:1.5em;
  letter-spacing:0.3em;
  }

h3{
  font-family: Georgia;
  font-size:18px;
  }

h4{
  font-family: Georgia;
  font-size:14px;
  }

.img {width:120px; border:1px solid red; }

.code{
	background:#fff;
	font-family:Courier;
	font-size:12px;
	width:500px;
	border:1px dotted #aae;
	padding: 1em;}

.red {
  font-size:13px;
  font-family:tahoma;
  background-color:ffaaaa;
  width:200px;text-align:center;}

.small{
	font-family: small sans-serif;
	font-size:14px;
}

.rechts{
    text-align:right;
    }
 
.achtung{
	color:#600;
	font-weight: bold;
}

a:link
{
	font-weight: bold;
	color: #3E75F4;
	text-decoration: none;
}

a:visited
{
	font-weight: bold;
	color: #9AB1E5;
	text-decoration: none;
}

a:focus
{
	font-weight: bold;
	color: #5e9fd2;
	text-decoration: underline;
}

a:hover
{
	font-weight: bold;
	color: #FF7000;
	text-decoration: none;
}

a:active
{
	font-weight: bold;
	text-decoration: underline;
}

