body {
	font-family: "Times New Roman";
	font-size: 18pt;
	background-color: #FFFBB4;
	margin-top: 10px;
	color : #663333;
}
h2 {
  color: #564a2d;
	font-family: "Times New Roman";
	font-size: 22pt;
	background-color : #ff9;
	padding:10px;
	font-weight: 700;
	border: medium double #c93;
	border-radius: 3px;
	}

h3 {
	background: #ff9;
	color: #564a2d;
	font-family: "Times New Roman";
	font-size: 20pt;
	padding: 0 14 0 14;
	font-weight: 500;
	border: medium double #c93;
	border-radius: 3px;
	}	
a{	color: #564a2d; text-decoration: none;}

a:hover{	color: #c71585; }

/*** der Versuch bei bestimmten Links einen Pumucklschopf zu zeigen
	es bedarf jedoch 2er Grafiken eine lausch und eine hallo aktion 
	oder eine Grafik welche erst nur den Schopf zeigt und beim hover 
	verschiebt sich die Grafik und zeigt Augen und Nase
	***/
	nav{		display: inline;
		margin-top: 1em;
		height: 45px;
	}
 	a.pumx {	display: inline;
	background: url(pumuckl-up.gif) no-repeat left top;
	padding-left: 120px;
	height: 45px;
	width: 120px;
}
 a:hover.pumx{color: #4b5d28;
 		background: url(pumuckl-upx.gif) no-repeat ; }
 
.r1 {		
	border-left:  medium solid #917A4E;
	border-top:  medium solid #A18756;
	
	border-right: medium solid #4F422A;
	border-bottom: medium solid #493D27;
	border-radius: .5em;
}
.r2 {
	border: medium double #5A433D;
}
.r3 {
	/* border: 5px double #5A433D; */
	border-left:  5px double #917A4E;
	border-top:  5px double #A18756;
	
	border-right: 5px double #4F422A;
	border-bottom: 5px double #493D27;
}
p {
	color : #663333;
	font-family: "Times New Roman";
	font-size: 18pt;
	
}
p, h1, h2, h3{padding:8px;}

.lisene{
/* zeigt die Lisene mit entsprechend eingerücktem Inhalt */
	background-image: url(Liesene600.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 55px;
}

.button{
	border: thin solid #D2691E;
	background: #FFFF99;
	color: #5B4931;
	cursor: pointer;
}
.toplink {
	text-align: center;
	background: #FFFF99;
	color: #5B4931;
	font-family: "Times New Roman";
	font-size: 11pt;
	font-weight: 300;
	border: double #FF9900;
	border-color: #CC9933;
	padding: 0 10 0 10;
}	

