body 
{ 
 background-color: #FFFFFF;
 font-family: Arial,sans-serif;
 font-size: 13px;
 color: #000000;
 margin: 0px;
}

div.Head 
{ 
 background-image: url(./../_Shared/Hintergr.gif);
 background-repeat: repeat-x;
 background-color: #FFFFFF;
}

div.HeadLeft{ 
 background-image: url(./../_Shared/HeadLeft.gif);
 background-repeat: no-repeat;
 position: absolute;
 left: 0px;
 top: 0px;
 width: 286px;
 height: 164px;
}

div.HeadRight{ 
 background-image: url(./../_Shared/HeadRight.gif);
 background-repeat: no-repeat;
 position:absolute;
 left:286px;
 top: 0px;
 width: 490px;
 height: 102px;
}

/* Formatierung des Kalenders zur Termineingabe 
*/
span.calDateInput {
 letter-spacing: normal;
 line-height: normal;
 font-family: Tahoma,Sans-Serif;
 font-size: 13px;
 border: 1px solid dimgray;
 background-color: white;
}

/* Cursor Monat zurück/vor */
td.calDateInputCursor {
 border: 1px solid dimgray;
 background-color: #FFD84F;
}
 
/* Aktueller Monat und Jahr */
td.calDateInputCurrent {
 font-weight: bold;
 background-color: #FFD84F;
}
 
/* Wochentage */
td.calDateInputWeekDays{
 font-weight: bold;
 background-color: #EEEEEE;
}

/* Kalenderwoche */
td.calDateInputCW{
 font-size: 8px;
 background-color: #EEEEEE;
}

/* Ausgewähler Tag */
td.calDateInputPickedDay{
 color: white;
 font-weight: bold;
 background-color: lightgrey;
}

/* Anzeige normaler Tag */
td.calDateInputNormalDay{
 color: black;
 background-color: white;
}

/* Anzeige eines Tages des letzten/nächsten Monats */
td.calDateInputOtherMonthDay{
 color: lightgrey;
 background-color: white;
}


/* Anzeige Tag beim Überfahren */
td.calDateInputDayHover{
 background-color: lightgrey;
}


/* Terminkalender Felder zur Umkreissuche */
select.TerminUmkreis{
 font-family: Arial,sans-serif;
 font-size: 13px;
}

input.TerminUmkreis{
 font-family: Arial,sans-serif;
 font-size: 13px;
}


table { font-size: 13px; }
a {  color: #003399; text-decoration: none; }
p {  font-family: Arial; font-size: 13px; }

a:hover {  color: #BB0000; font-weight: bold; }
.Std13pt { font-family: Arial; font-size: 13px; }
.Headline1 { font-family: Arial; font-size: 20px; font-weight: bold; }
.Headline2 { font-family: Arial; font-size: 17px; font-weight: bold; }
.Std12pt { font-family: Arial; font-size: 12px; }
.block13pt { font-family: Arial, Helvetica, sans-serif; text-align: justify; vertical-align: top; font-size: 13px; }
.ULine13pt { font-family: Arial; font-size: 17px; font-weight: bold; text-decoration: underline; }
.Std10pt {  font-family: Arial; font-size: 10px; }
.Headline2N { font-family: Arial; font-size: 17px; }
.Std15pt { font-family: Arial; font-size: 15px; }


a.link2 { color:#FFA500; text-decoration:none; font:bold 12px arial, sans-serif; }
a.link2:hover { color:#BB0000; } 
a.link2:visited { color:#FFA500; } 

input
{
 font-family: Courier New;
 font-size: 13px; 
}

input.TerminButton 
{
 font-family: Arial,sans-serif;
 font-size: 13px; 
}

input.V_Input_Wochentag
{
 font-size: 16px;
 font-weight: bold;
 text-align: right;
 border: 0px;
 background-color: transparent;
 margin:1px;
}

textarea { font-family: Courier New; font-size: 13px; }
select { font-family: Courier New; font-size: 13px; }


