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

@import "colors.css";

body
{
  background-color: #ffffff;
  font-family: Arial, Sans-Serif;
  color: #005797; 
/*  font-size: normal;     */
}

a:link, a:visited, a:active, a:offsite
{ 
  color: #005797; 
/*	text-decoration:	none; */
	font-family: Arial, Sans-Serif;
	font-weight: normal;
} 

a:hover
{ 
  color: #005797; 
	text-decoration:	underline;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
} 

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

.aktuellesLinkStartseite {
	font-weight: normal;
}

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

.aktuellesFussnote {
	color: #999999;
}

.textAlignRight {
	text-align: right;
}

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

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

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