<!--
/*
 * Desc: 	CSS for www.lavarzt.com
 *          main layout settings
*/


body
{
	font-family: Arial;
    background-color: #FFFFFF;
}

a:link
{
	color:	blue;
	text-decoration: none;
	font-family: Arial;
	font-weight: normal;
}

a:visited
{
	color:	blue;
	text-decoration: none;
	font-family: Arial;
	font-weight: normal;
}

a:active
{
	color:	blue;
	text-decoration: none;
	font-family: Arial;
	font-weight: normal;
}

a:hover
{
	color: blue;
	text-decoration: underline;
	font-family: Arial;
	font-weight: normal;
}

.mainText {
	color: #005797;
	font-weight: bold;
}

.mainTextBig {
	color: #005797;
	font-weight: bold;
	font-size: 110%;
}

.myTitel {
  	background-color: #99ccff;
	color: blue;
	text-decoration:	none;
	font-family: Arial;
	font-weight: normal;
}

.aktuellesLinkStartseite {
	font-size: 80%;
	font-weight: bold;
	color: #005797;
}

.aktuellesLink {
	font-weight: bold;
	color: #005797;
}

.aktuellesFussnote {
	color: #999999;
}

.aktuellesFussnoteSmall {
	color: #999999;
	font-size: smaller;
}

.textAlignRight {
	text-decoration: blink;
	text-align: right;
}

.textErrMsg {
	color: red;
	font-weight: bold;
}

.dbSuccess {
	color: green;
	font-weight: bold;
}

.dbError {
	color: red;
	font-weight: bold;
}

.menutitel {
   background-color: #99ccff;
/*	FONT-SIZE: 10pt; */
	COLOR: #005797;
	FONT-WEIGHT: bold;
	FONT-STYLE: normal;
	FONT-FAMILY: Arial;
	FONT-VARIANT: normal;
	TEXT-DECORATION: none
}
  /* the dashed table background */
  #bgDashed { background-color:#c8c8c8; background-image:url(../images/tableBG.gif); }

  /* background colors */
  #bgWhite { background-color:#ffffff; background-image:url(/UNIVERSAL/images/colWhite.gif); }
  #bgGreenL { background-color:#f3f8da; background-image:url(/UNIVERSAL/images/colGreenL.gif); }
  #bgLightBlue { background-color:#99ccff; }

-->







