body
	{
	background: #FFFFFF;
	color: #000000;
	font-family: Arial;
	font-size: 12pt;
}
a:link
	{
	color: #d30983;
	text-decoration: none;
}
a:visited
	{
	color: #d30983;
	text-decoration: none;
}
a:hover
	{
	color: #810547;
	text-decoration: underline;
}
p
	{
	text-align: center;
	font-family: Arial;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
table
	{
	border: 0;
	border-collapse: collapse;
}
td
	{
	text-align: center;
	font-family: Arial;
	color: #000000;
	vertical-align: middle;
}
.ta_b {
	vertical-align: bottom;
}
img {
	border: 0;
}

/*
 * index.php - Layout
 */
#root {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}
#banner {
	width: 968px;
}
#links {
	width: 140px;
	float: left;
/*	border-right-style: dotted;
	border-width: 1px;
	border-color: #d30983; */
}
#mitte {
	width: 828px;
	float: left;
}
#mitte_ol {
	width: 968px;
}
div.hr {
	margin-left: auto;
	margin-right: auto;
	height: 10px;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #d30983;
}
div.hru {
	margin-left: auto;
	margin-right: auto;
	height: 10px;
	border-top-style: solid;
	border-width: 1px;
	border-color: #d30983;
}

/*
 * Tooltip
 */
#dhtmltooltip {
	position: absolute;
	width: 150px;
	border: 2px solid #d30983;
	font-weight: bold;
	color: #d30983;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#d30983,direction=135);
}

/*
 * menu.php - Layout
 */
.menu_top_alone {
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.menu_top {
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
}
.menu_sub {
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
}
.menu_sub_end {
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 10px;
}

#table_bottom_border
	{
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #d30983;
}

/*
 * Angebot
 */
.monat
	{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 28px;
	text-align: center;
}
.zeitraum
	{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.motto
	{
	font-size: 28px;
	font-style: italic;
}
.text
	{
	font-size: 14px;
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 20px;
}
.preis_statt
	{
	font-size: 9pt;
	text-align: right;
}
.preis_nur
	{
	font-weight: bold;
	font-size: 14pt;
	text-align: left;
}

/*
 * Inhalt
 */
.main_tif1 {
	color: #B52084;
	font-size: 70px;
	font-weight: bold;
	font-family: Arial;
	font-style: italic;
	margin-bottom: 0px;
	text-align: center;
}
.main_tif2 {
	color: #B52084;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial;
	font-style: italic;
	margin-top: 0px;
	text-align: center;
}
.main_tif3 {
	color: #B52084;
	font-size: 30px;
	font-weight: bold;
	font-family: Arial;
	font-style: italic;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.main_tif4 {
	color: #B52084;
	font-size: 30px;
	font-weight: bold;
	font-family: Arial;
	font-style: italic;
	text-align: right;
}
.main_tif5 {
	color: #B52084;
	font-size: 30px;
	font-weight: bold;
	font-family: Arial;
	font-style: italic;
	text-align: right;
	margin-bottom: 30px;
}

.top_tif1 {
	font-size: 24px;
	font-weight: bold;
	color: #B52084;
	font-family: Arial;
}

/*
 * Gaestebuch - Layout
 */
.gb_label {
	align: right;
	text-align: right;
	padding-right: 15px;
}
.gb_input {
	align: left;
	text-align: left;
}
.gb_dat {
	font-size: 8pt;
	text-align: left;
}
.gb_name {
	font-size: 12pt;
	text-align: left;
}
.gb_text {
	font-size: 10pt;
	text-align: justify;
	border-top-style: dotted;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #d30983;
	padding: 5px;
}
.gb_err {
	font-size: 12pt;
	color: #FF0000;
}

/*
 * Admin - Layout
 */
.admin_label {
	align: right;
	text-align: right;
	padding-right: 15px;
}
.admin_input {
	align: left;
	text-align: left;
}

/*
 * Studio
 */
.st_tif_small {
	max-width: 120px;
	max-height: 120px;
}
.st_tif_large {
	max-width: 500px;
	max-height: 500px;
}
.st_tif_text {
	color: #d30983;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	border-width: 0px;
}

/*
 * Preisliste "Spa Effective"
 */
.se_tif1 {
	font-size: 36px;
	font-weight: bold;
	font-family: Arial;
	color: #d30983;
}
.se_tif2 {
	font-size: 18px;
	font-family: Arial;
	color: #FFFFFF;
	background-color: #d30983;
	font-weight: bold;
}
.se_tif3 {
	color: #d30983;
	font-family: Arial;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.se_tif4 {
	color: #d30983;
	font-family: Arial;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
.se_tif5 {
	color: #d30983;
	font-family: Arial;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

/*
 * Preisliste Perm. Make-Up
 */
.pmu_tif1 {
	color: #d30983;
	font-family: Arial;
	font-size: 18pt;
	font-style: italic;
	text-align: center;
}
.pmu_tif2 {
	color: #d30983;
	font-family: Arial;
	font-size: 36pt;
	font-style: italic;
	text-align: center;
}
.pmu_tif3 {
	color: #d30983;
	font-family: Arial;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.pmu_tif4 {
	color: #d30983;
	font-family: Arial;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: center;
}

/*
 * Preisliste Für Herren
 */
.h_tif1 {
	font-size: 24px;
	font-family: Arial;
	color: #FFFFFF;
	background-color: #d30983;
	font-weight: bold;
}
.h_tif2 {
	color: #d30983;
	font-family: Arial;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
}
.h_tif3 {
	font-size: 18px;
	font-family: Arial;
	color: #d30983;
	font-weight: bold;
	text-align: left;
}
.h_tif4 {
	font-size: 18px;
	font-family: Arial;
	color: #d30983;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
.h_tif5 {
	color: #d30983;
	font-family: Arial;
	font-size: 16px;
	font-style: italic;
	text-align: left;
	vertical-align: bottom;
}
.h_tif6 {
	color: #d30983;
	font-family: Arial;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 10px;
}
.h_tif7 {
	font-size: 45px;
	font-family: Arial;
	color: #d30983;
	font-weight: bold;
}
.h_tif8 {
	font-size: 45px;
	font-family: Arial;
	color: #d30983;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

/*
 * Preisliste
 */
.pl_tif1 {
	color: #d30983;
	font-family: Arial;
	font-size: 20pt;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	border-bottom-style: solid;
	border-width: 2px;
	border-color: #d30983;
}
.pl_tif2 { /* vergleichbar mit .pl_tif5 - 2 ist fuer die rechte Spalte */
	color: #d30983;
	font-family: 'Arial Narrow', Arial;
	text-align: left;
}
.pl_tif4 { /* vergleichbar mit .pl_tif6 - 4 ist fuer die rechte Spalte */
	font-size: 6pt;
}
.pl_tif5 { /* vergleichbar mit .pl_tif2 - 5 ist fuer die rechte Spalte */
	color: #d30983;
	font-family: 'Arial Narrow', Arial;
	text-align: left;
}
.pl_tif6 { /* vergleichbar mit .pl_tif4 - 6 ist fuer die linke Spalte */
	font-size: 15pt;
}
