body{
	text-align:center;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	border-bottom-width:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background-image:url(main.jpg); 
	background-position:center;
}

img {
	max-width: 100%; /* skaliert das Bild */
	height: auto;
  margin: auto;
  display: block;
}

.h4 { font-size:10pt; font-weight:bold; }
.h3 { font-size:12pt; font-weight:bold; }
.h2 { font-size:14pt; font-weight:bold; }
.h1 { font-size:18pt; font-weight:bold; }

.titel {
	font-family: arial, tahoma, helvetica, sans-serif; font-size: 20pt;
}

.link {
	font-family: arial, tahoma, helvetica, sans-serif; font-size: 14pt;
}

.td {
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-size : 10px;
}

.box { display: inline-block; font-size: 160%; font-weight: 400; text-align: center;
       border-style: solid; border-width: 0; border-radius: 10px; background-color: #FFFF99; }

.box1 { width: 200px; height: 35px; margin: 16px 50px 6px 0px; }
.box2 { width:  50px; height: 35px; margin: 40px 20px 6px 0px; }

a:visited {color: #0000ff; background-color : inherit; text-decoration: none;}
a {color: #0000ff; background-color : inherit;  text-decoration: none; }
a:hover {color: #ff0000;  background-color : inherit; text-decoration: none;}
a:active {color: #0000ff;  background-color : inherit; text-decoration: none;}
