/* STYLESHEET für Arnim's Tabletop Seiten */


/*-- default site fonts ----------------------------------------------*/

body {
	background-image:	url(./00_Background-Travertino.jpg);
	background-color:	#fbe9c1;
	margin: 		0px;
	padding: 		0px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 			#325022;
	text-decoration:	none;
	}

h1 {
	font-family: 		Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: 		bold; 
	color: 			#325022;
	margin-bottom: 		3px;
}
h2 {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 			#325022;
	font-weight:		bold;	
	text-decoration: 	none;
}
/*
p {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 			#325022;
	text-decoration:	none;
}
*/
hr {
	height: 		3;
	color: 			#aadddd; 
	background-color: 	#aadddd; 
	border-width: 		0px; 
}
pre {
	font-family: 		Courier,Times New Roman,Serif;
	font-size: 		10px; 
}

/*-- default site links ----------------------------------------------*/

A {
	color: 			#404022;
	font-weight:		bold;
}
A:link {
	text-decoration: 	none;
	color: 			#404022;
	font-weight:		bold;
}
A:visited {
	text-decoration: 	none;
	color: 			#404022;
	font-weight:		bold;
}
A:hover {
	text-decoration: 	underline;
	color: 			#484828; 
	font-weight:		italic bold;
}


/*-- div seiteninhalt fonts ------------------------------------------*/

DIV.seiteninhalt {
	margin-left:		228;
	margin-right:		10;
	text-align:		justify;
}


/*-- div Kopfzeile fonts ---------------------------------------------*/

TABLE.kopfzeile {
	text-decoration:	none;
	width:			100%;
	border-width:		3;
	border-style:		ridge;
	color:			#eedd88;
	background-color:	#eeeeee; /*was eedd88*/
}
TH.kopfzeile {
	vertical-align:		middle;
	text-align:		left;
	text-indent:		2em;
	line-height:		220%;
	font-size:		120%;
	background-image:	url("http://www.s.netic.de/arnim/dbmseiten/styles/00_verdetropical.jpg");
}
TD.kopfzeile {
	vertical-align:		middle;
	text-align:		center;
	background:		#992222;
	line-height:		130%;
	padding:		2;
}


/* -- div StayTopLeft class definition -------------------------------*/

DIV.StayTopLeft {
	position:		absolute;
	left:			2;
	right:			5;
	top:			10;
	width:			200;
}

LAYER.StayTopLeft {
	position:		absolute;
	left:			2;
	right:			5;
	top:			10;
	width:			200;
}

/*-- div navigation fonts --------------------------------------------*/

DIV.navigation {                /* Style des Navigationsfeldes */
	text-align:		center;
	color:			#eedd88;
}

TABLE.navigation {
	text-decoration:	none;
	color:			#eedd88;
	width:			195;
	border-width:		4;
	border-style:		ridge;
	background-image:	url("http://www.s.netic.de/arnim/dbmseiten/styles/00_verdetropical.jpg");
	background-color:	#151818;
}

A.navigation {
	text-decoration:	none;
	color:			#eedd88;
	line-height:		130%;
	font-size:		95%;
}
A.navigation:link {
	text-decoration:	none;
	color:			#eedd88;
	line-height:		130%;
	font-size:		95%;
}
A.navigation:visited {
	text-decoration:	none;
	color:			#eedd88;
	line-height:		130%;
	font-size:		95%;
}
A.navigation:hover {
	text-decoration:	underline;
	color:			#ffee99;
	line-height:		130%;
	font-size:		95%;
}


/*----- netscape browser fix -----*/
.netscapeignoresthis {
	font-family: 		Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 		10px; 
}	


