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

@import "colors.css";

body
{
  background-color: #ffffff;
  font-family: Arial, Verdana, Sans-Serif;
  
	/*scrollbar-face-color: rgb(102,153,102); */
	scrollbar-face-color:white;
	scrollbar-highlight-color: white; 
	scrollbar-shadow-color: white; 
	scrollbar-3dlight-color: rgb(204,0,0; 
	scrollbar-arrow-color: rgb(204,0,0); 
	scrollbar-track-color: white; 
	/*scrollbar-darkshadow-color: rgb(128,128,128);*/
	scrollbar-darkshadow-color: white);

/*  font-size: normal;  */
}

td{
  color: #000000; 
  font-weight: normal;
  font-size: 9pt;
}

a:link, a:active, a:offsite, a:visited
{ 
  	color: #CC0000; 
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 8pt;
	text-decoration:none;
} 
.linkStyle
{ 
  	color: #CC0000; 
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 8pt;
	text-decoration:none;
} 

a:hover
{ 
  	color: #FF0000; 
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 8pt;
	text-decoration:none;
} 

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

.aktuellesLinkStartseite {
	font-weight: normal;
}

.kontakt {
  	background-color: #FFFFFF;
  	color: #000000; 
	text-decoration: none;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 8pt;
	text-align: center;
}
#kontakt {
  	background-color: #323FCC;
  	color: #000000; 
	text-decoration: none;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 8pt;
	text-align: center;
}

.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;
}
#borderTop{
  border-top-width:1px;
  border-top-style:solid;
  border-color:#cccccc;
}
#borderBottom{
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-color:#cccccc;
}
#borderBottomGreen{
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-color:#323FCC;
}
#borderPageBottom{
  border-top-width:1px;
  border-top-style:solid;
  border-color:#cc0000;
}
#borderRight{
  border-right-width:1px;
  border-right-style:solid;
  border-color:#cc0000;
}
#enumeration{
  font-weight:bold;
  color:#333333;
}
#abstract{
 padding:6px;
 background-color:#F3F3F3;
 border-width:1px;
 border-style:solid;
 border-color:#cccccc
}
#hit{
 padding:6px;
 color:#666666;
 background-color:#FFFFFF;
 border-width:1px;
 border-style:solid;
 border-color:#323FCC;
}

#downloadLink{
	color: #323FCC; 
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 8pt;
}
