body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/hg-plan.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

body, p, td, ul {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color:  #475656; /* gray; */
	line-height: 140%;
}

.nodisplay {
	display: none;
}

.topBottom {
	background-color: #B80010;
	height: 90px;
}
.rechteSpalte {
	background-image: url(images/hg-messlatte.gif);
	background-repeat: repeat-y;
	background-position: left top;
	vertical-align: top;

}
.logoTop {
	margin-top: 5px;
}

.logoZeile {
	height: 61px;
}

#bottomZeile {
	color: silver;
	vertical-align: top;
	background-image: url(images/logo-bottom-2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-left: 100px;

}
	
.menuSpalte {
	vertical-align: top;
	color: #CC0000;
	padding-right: 15px;

}
td.menuSpalte a {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
td.menuSpalte a:hover, td.menuSpalte a#active {
	color: black;
}
td.menuSpalte a.subLink {
	font-weight: normal;
}

#inhalt {
	width: 450px;
	vertical-align: top;
	padding: 0 15px 10px 15px;
	border-left: 1px solid silver;
}

#inhalt p {
	font-size: 90%;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 2ex;
}

#inhalt p.headline {
	font-size: 150%;
	font-weight: bolder;
	color: #4F6262; /* gray; */
	text-align:left;
}

#adresse .subheadline {
	font-weight: bold;
	text-align:left;
	color: #4F6262; /* gray; */
	clear:both;
}

#adresse a {
	color: #CC0000;
	text-decoration: none;
	/* font-weight: bold;	*/
	/* padding-left: 1ex; */
}

#inhalt p#copy {
  font-size: 75%;
}  

.restSpalte {
	width: 100%;
}

ul {
	list-style-type: square;
}

img.left {
	float:left;
	margin-right: 2ex;
	margin-top: 1ex;
}

img.right {
	float:right;
	margin-left: 2ex;
	margin-top: 1ex;
}

input, textarea {
	font-size: 9pt;
}