/***********************************************************************************
  *
  *	Diese Datei enthaelt die Style-Sheet-Definitionen fuer die  
  * Website www.heinrich-fleisch.de / historisches
  *	
  *	@date:	 Juni 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: #c68429;
	scrollbar-track-color: #CEB593;
	scrollbar-darkshadow-color: #999999;
}

input, textarea {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
    color: #000000;
}

h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
    color: #58401e;
}

h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
    color: #58401e;
}

/*--------------------------------------------------------------------------------*/
/* Tagdefinitionen Links */

a:link, a:active, a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
    color: #58401e;
	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: #58401e;
	font-weight: bold;
}

.header {
	color: #58471e;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 5px;
}

/*--------------------------------------------------------------------------------*/
/* Klassendefinitionen Bereiche */

#divInhalt {
	position: absolute;
	left: 12px;
	top: 12px;
	width: 385px;
	z-index: 0;
}

/*--------------------------------------------------------------------------------*/
                                                                                                                                
