body{
margin: 0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000;
text-align:center;
	background: #FFFFFF;
}

a:link, a:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
color : #1173E2;
}

a:hover, a:active{
color:#1173E2;
text-decoration:underline;
}

h1{
font-size:1.2em;
}
h2{
font-size:1.1em;
}
h3{
font-size:1em;
}

TABLE#maintable {
	border-style:none;
	width:100%;
}

TD {
	vertical-align:top;
}

TD#left {
	width:200px;
	background-color:#D4F5E6;
}

TD#right {
	background-image:hintergrund.jpg;
	background-color:#FFFFFF;
}

DIV#title {
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
}

DIV#content {
  font-family: "Georgia", "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: none;
	text-decoration: none;
	text-align: justify;
}


