html {
	width: 100%;
	
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #000033;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	background-image: url(../img/hpstyle/bodyback.png);

}
#content {
	background-color: #FFFFFF;
	padding: 10px;
	font-size: 10pt;
	border: 1px solid #000066;
	/* ab hier Massangabe der Höhe - wichtig für alle gängigen Browser */
	min-height: 550px;
	height: auto !important;
	height: 550px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
p .small{
font-size: 7pt;
}

#mainbox {
	margin: 0px auto;
	text-align: left;
	background-image: url(../img/hpstyle/title.png);
	background-repeat: no-repeat;
	width: 1024px;
	min-height: 700px;
	height: auto !important;
	height: 700px;


}
#titel {
	display: block;
	height: 128px;
	width: 100%;
}
#titel .ri {
	float: right;
	font-size: 7pt;
	color: #CCCCCC;
	padding-top: 75px;
}
#titel .le {
	float: left;
}
#tm {
	display: block;
	height: 30px;
	width: 100%;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 10pt;


}
#tm li {
	float: left;
	list-style-type: none;
}
#tm a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	font-variant: small-caps;

}
#tm a:hover {
	color: #FFCC66;
}
#tmplus {
	background-color: #333399;
	height: 20px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 8pt;
	color: #CCCCCC;
	line-height: 21px;


}

h1 {
	font-size: 11pt;
	color: #000000;
	text-align: center;
}
h1:first-letter {
	font-family: "Venus Rising", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #CC3333;
}
.rgt {
	float: right;
	margin: 20px;
}

