<!--

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #282828;
	font-variant: small-caps;
	text-align: justify;
}
.nav a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #282828;
	font-variant: small-caps;
	text-align: justify;
	text-decoration: none;
}
.nav a:hover {
	font-weight: bold;
}
.navactive a{
	font-weight: bold;
}
.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #282828;
	line-height: 22px;
	text-align: justify;
}
.maintext a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #282828;
	line-height: 22px;
	text-align: justify;
	text-decoration: none;
	border: 1px;
	border-color: #3C3232;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
}
.copy, .copy a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #969696;
	text-decoration: none;
	text-align: justify;
	font-variant: small-caps;
}
#outer {height: 100%; width: 100%; overflow: hidden;}
#outer[id] {display: table; position: static;}
#middle {position: absolute; top: 50%; width: 100%; text-align: center;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static; width: 100%; text-align: center;}
#content {position: absolute; top: 26px; width: 360px; height: 290px; padding: 20px; background-image: url(../img/bg_trans.jpg);}
* html #content {  /* nur fuer Internet Explorer */
  width:400px;     /* Version 5.x */
  height:330px;    /* Version 6 */
}

 -->