/********************* GENERAL PAGE STYLES  */
body	{
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

div.normalbox      {
	border: 1px solid #440000;
	margin: 3px;
	padding: 5px 5px 5px 133px;
	background-color: #ffffff;
}

h1.pagetitle { color: rgb(237, 28, 38);
	font-weight: bold;
	font-size: 40px;
	margin-left: -120px;
}
h2.pagetitle { 
	font-weight: bold;
	font-size: 24px;
	margin-left: -90px;
	margin-top: -10px;
}


.kopf {
	background-color: #506993;

}
.img {
	border: 0;
	margin: 0;
	vertical-align: top
}

table {
	text-align: left;
}

table.menuhead {
	text-align: left;
	text-align: center;

}

legend {
	border: 1px dotted gray;
	width: 50%;
	font-weight: bold;
}

th, legend {

	text-align: center;
}


td {
 //   background-color: white;
	vertical-align: top;
}


h1 {
	text-align: left;
	font-size: 48pt;
	font-weight: bold;

}
h2 {
	text-align: left;
	font-size: 24pt;
	font-weight: bold;

}
h3 {
	text-align: left;
	font-size: 18pt;
	font-weight: bold;

}
h4 {
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
}

p {
	font-size: 12pt;
	text-align: left;
}


.address {
	color: #AAAAAA;
	text-align: center;

}

td.menubar {
	height: 59px;
	padding-top: 4px;
	background-image:url(images/menu-bg.png);
	background-color: rgb(80, 105, 147); 
}


td.menubar-images {
	background-color: rgb(80, 105, 147); 
	text-align: left; 
	vertical-align: bottom;
}


