/***********************************************************************************
  *
  *	Diese Datei enthaelt die Style-Sheet-Definitionen fuer die  
  * Website www.heinrich-fleisch.de / ueberuns
  *	
  *	@date:	 Mai 2003
  * @author: © i.syde IT GmbH, gbuchecker@isyde.de
  *
  *********************************************************************************/

 
/*--------------------------------------------------------------------------------*/
/* Tagdefinitionen */

body, td, p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
    color: #000000;
	scrollbar-base-color: #7FA829;
	scrollbar-track-color: #B8DB84;
	scrollbar-darkshadow-color: #cccccc;
}

input, textarea {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
    color: #000000;
}

h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
    color: #46581e;
}

h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
    color: #46581e;
}

/*--------------------------------------------------------------------------------*/
/* Tagdefinitionen Links */

a:link, a:active, a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
    color: #46581e;
	font-weight: normal;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
    color: #666666;
	font-weight: normal;
	text-decoration: underline;
}

/*--------------------------------------------------------------------------------*/
/* eigene Klassendefinitionen */

.noscriptLink {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
    color: #666666;
	font-weight: normal;
	text-decoration: none;
}

.schlagwort {
	color: #46581e;
	font-weight: bold;
}

/*--------------------------------------------------------------------------------*/
/* Klassendefinitionen Bereiche */

#divInhalt {
	position: absolute;
	left: 12px;
	top: 12px;
	width: 385px;
	z-index: 0;
}

/*--------------------------------------------------------------------------------*/

