﻿
.CustomHeaderWrapper img
{ 
	float: right;	
	margin-right: 10px; 
	width: 50%;
	border: none;
}

.Header
{
    margin-left: 8px;
    margin-bottom: 15px;	
	padding-top: 130px;
}

.MainTitle
{
    width: 100%;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 9px;
    font-size: 15pt;
    color: #01b1e6;
    font-weight: bold;
}

.Subtitle
{
    font-size: 11pt;
    margin-top:  ;
    text-decoration: none;
    color: #01b1e6;
    font-weight: bold;
}

.SubtitleAppointment, .SubtitleAppointmentStartPage
{
    font-size: 11pt;
    margin-top: 0px;
    text-decoration: none;
    color: #01b1e6;
    font-weight: bold;
}
.Header .Info
{
    visibility: hidden;
    position: relative;
}

.Header .Info:after
{
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: "Vielen Dank für Ihr Interesse an unserem Angebot:";
}


.SubtitleAppointmentStartPage
{
    margin-top: 26px;
    margin-bottom: 6px;
	color: #01b1e6;
}

.Appointment .Title
{
    padding-left: 15px;
    color: #01b1e6;
}


