body
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	background: #eaebf6;
}
.NavbarText
{
	color: white;
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
}
.NavbarLink
{
	color: white;
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
.Navbarlink:Hover
{
	text-decoration: underline;
}
.LoginBox
{
	font-size: 10pt;
}
.Box
{
	background: #e1e1f0;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: black;
}
.BoxUeberschrift
{
	background: #999999;
	color: black;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 10pt;
}
.FormularLink
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.Seitenlink
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.Profilbox
{
	background: #ccaacc;
}
.Profilbox_Hot
{
	background: #f4f400;
}
.Profilbox_Hover
{
	background: #f4f400;
}
.Profilname
{
	background: #b480b4;
	color: black;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
.Profilbeschreibung
{
	font-size: 8pt;
}
.Videobox
{
        background: #ccaacc;
}
.Videobox_Hover
{
        background: #f4f400;
}
.Fotosetbox
{
        background: #ccaacc;
}
.Fotosetbox_Hover
{
        background: #f4f400;
}
.Footer
{
	font-family: Arial, Helvetica;
	color: white;
	font-size: 8pt;
}
.FooterLink
{
	font-family: Arial, Helvetica;
	color: white;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
.FooterLink:Hover
{
	text-decoration: underline;
}
.Profilkarte
{
	background: #ccaacc;
}
.Profilheader
{
	text-align: center;
	font-weight: bold;
	font-size: 16pt;
	background: #b480b4;
	font-family: Arial, Helvetica;
}
.Profilfeld
{
	background: #ccaacc;
	font-family: Arial, Helvetica;
	font-weight: bold;
}
.Profilwert
{
	background: #ccaacc;
        font-family: Arial, Helvetica;
}
.Backlink
{
	text-align: center;
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: black;
}
.Formular
{
	background: #e1e1f0;
}
.Liste
{
	background: white;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	border-collapse: collapse;
}
.Liste th
{
	background: #d1d6ee;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: darkgrey;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}
.Liste td
{
	background: #e1e1f0
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: darkgrey;
	font-family: Courier;
	font-size: 10pt;
}
