body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #00005D;
	font-family: Arial;
}
.LoginBox
{
	background: #cccccc;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	font-family: Arial;
	font-size: 10pt;
}
.NavbarText
{
	font-family: Arial;
	color:black;
	font-size: 12pt;
}
.NavbarLink
{
	font-family: Arial;
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 12pt;
}
.NavbarLink:Hover
{
	text-decoration: underline;
}
.FooterText
{
	font-family: Arial;
	color:black;
	font-size: 8pt;
	font-weight: bold;
}
.IndexText
{
	font-family: Arial;
	color:black;
	font-size: 12pt;
	text-align: center;	
}
.Profilname
{
	font-size: 10pt;
	font-family: Arial;
	background: darkblue;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.Profilbeschreibung
{
	font-family: Arial;
	font-size: 8pt;
	color: black;
}
.Profilbox
{
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background: lightgrey;
	cursor: pointer;
}
.Profilbox_Hover
{
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background: lightyellow;
	cursor: pointer;
}
.Profilbox_Hot
{
	border-style: solid;
	border-width: 1px;
	border-color: red;
	background: yellow;
	cursor: pointer;
}

.Profilkarte
{
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background: lightgrey;
	width: 800px;
	font-family: Arial;
	font-size: 10pt;
}
.Profilheader
{
	font-family: Arial;
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
	background: darkblue;
	color: white;
}
.Profilfeld
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	background: white;
}
.Profilwert
{
	font-family: Arial;
	font-size: 10pt;
	background: white;
}
.Backlink
{
	font-family: Arial;
	font-weight: bold;
	color: yellow;
	background: darkblue;
	text-decoration: none;
	text-align: center;
}
.Backlink:Hover
{
	text-decoration: underline;
}


.Formularfeld
{
	font-family: Arial;
	font-size: 10pt;
}
.Formulareingabe
{
	font-family: Arial;
	font-size: 10pt;
	border-style: dashed;
	border-width: 1px;
	border-color: black;
}
.Formularbutton
{
	font-family: Arial;
	font-size: 10pt;
}
.FormularFehler
{
	font-weight: bold;
	color: red;
}
.FormularLink
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.FormularLink:Hover
{
	text-decoration: underline;
}
.Liste
{
	background: white;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	border-collapse: collapse;
}
.Liste th
{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: darkgrey;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	background: lightblue;
}
.Liste td
{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: darkgrey;
	font-family: Courier;
	font-size: 10pt;
}
.Seitenlink
{
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	color: black;
}
.Seitenlink:hover
{
	text-decoration: underline;
}
.Fotosetbox
{
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background: lightgrey;
	cursor: pointer;
	font-family: Arial;
	font-size:10pt;
}

.Fotosetbox_Hover
{
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background: lightyellow;
	cursor: pointer;
	font-family: Arial;
	font-size:10pt;
}

.Videobox
{
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background: lightgrey;
	font-family: Arial;
	font-size:10pt;
}
.Videobox_Hover
{
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background: lightyellow;
	font-family: Arial;
	font-size:10pt;
}


.Box
{
	background: lightgrey;
	border-style: solid;
	border-width: 1px;
	border-color: #b0b0b0;
	border-spacing: 0px;
	font-family: Arial;
	font-size: 10pt;
	margin: 0px;
}
.BoxUeberschrift
{
	font-size: 10pt;
	font-family: Arial;
	background: darkblue;
	color: #808080;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-image: url(../Images/BoxBackBlue.gif);
	border-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #b0b0b0;
}
.ArtikelBox
{
	width: 150px;
	height: 220px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background: lightgrey;
	cursor: pointer;
}
.ArtikelBox_Hover
{
	width: 150px;
	height: 220px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background: lightyellow;
	cursor: pointer;
}
.ArtikelBox_Bezeichnung
{
	height: 10px;
	font-size: 10pt;
	font-family: Arial;
	background: darkblue;
	color: white;
	font-weight: bold;
	text-decoration: none;
	height: 36px;
}

.Formular
{
	font-family: Arial;
	font-size: 10pt;
}


.Formular td {padding: 0px; margin: 0px;}

.Formular .ol {background-image: url(../Images/Flirt-Cash_Box_ol.gif); width: 7px; height: 6px;}
.Formular .o {background-image: url(../Images/Flirt-Cash_Box_o.gif); height: 6px; background-repeat: repeat-x;}
.Formular .or {background-image: url(../Images/Flirt-Cash_Box_or.gif);width: 10px ; height: 6px;}

.Formular .l {background-image: url(../Images/Flirt-Cash_Box_l.gif); width: 7px; height: 6px;}
.Formular .m {background-image: url(../Images/Flirt-Cash_Box_m.gif);}
.Formular .r {background-image: url(../Images/Flirt-Cash_Box_r.gif);width: 10px ; height: 6px;}

.Formular .ul {background-image: url(../Images/Flirt-Cash_Box_ul.gif); width: 7px; height: 10px;}
.Formular .u {background-image: url(../Images/Flirt-Cash_Box_u.gif); height: 10px; background-repeat: repeat-x;}
.Formular .ur {background-image: url(../Images/Flirt-Cash_Box_ur.gif);width: 10px ; height: 10px;}
