body, td{
  background-color:#FFFFCE;
  color:#663300;
  font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size:12pt;
}

h1 {
	font-size:24pt;
}

h2{
	font-size:14pt;
}

h3{
	font-size:12pt;
}

a{
	text-decoration: none;
	color: #663300;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}


a:hover{
	font-weight: bold;
	color: #000000;
}

a.ul{
	text-decoration: underline;
}

div.emsg
{
  color:#FF0000;
  font-weight:bold;
  text-align:center;
}

.main{
	text-align: center;
}

.zentriert{
	text-align: center;
}

.links{
	text-align: left;
	width: 20%;
	float: left;
}

.haupt{
	float: left;
	text-align: left;
	margin-left: 10px;
	width: 75%;
  background-color:#FFFFCE;
}

.fett{
	font-weight: bold;
}

.normal{
	text-decoration: none;
}

.bild_links_l{
	float: left;
	width: 200px;
	margin: 5px 10px 5px 0px;
}

.bild_rechts_l{
	float: right;
	width: 200px;
	margin: 5px 0px 5px 10px;
}

.bild_links{
	float: left;
	width: 150px;
	margin: 5px 10px 5px 0px;
}

.bild_rechts{
	float: right;
	width: 150px;
	margin: 5px 0px 5px 10px;
}

.klein{
  font-size: 8pt;
}