html 
{
	font-size: 		100%;
}

body
{
	font-size: 		1em;
	line-height: 	1.3em;	
	font-family: 	sans-serif /*{global-font-family}*/;
	background-color:	#ffffff;
	color:			#090909;
}

h1
{
	font-size: 		1em;
	line-height: 	1.3em;	
	font-weight:	bold;
	font-family: 	sans-serif /*{global-font-family}*/;
	background-color:	#ffffff;
	color:			#090909;
}

p
{	margin-top:		0.3em;
	margin-bottom:	0.3em;
}

.blaetterbutton
{	font-weight:	bold;
	font-size:		2.3em;
	line-height:	1.4em;
	text-decoration:	none;
	border-width:	1px;
	border-style:	solid;
	padding-top:	0.2em;
	padding-bottom:	0.2em;
	padding-left:	0.4em;
	padding-right:	0.4em;
	vertical-align:	top;
}

.seitenzahl
{	font-size:		1.0em;
	line-height:	1.3em;
	text-align:		center;
	margin-left:	0.2em;
	margin-right:	0.2em;
	margin-top:	0.4em;
	padding-top:	0.2em;
	padding-bottom:	0.2em;
}

.titel
{	
	font-size:		1.3em;
	line-height:	1.4em;
	text-align:		center;
}

.bild
{	text-align:		center;
	margin-top:		1.0em;
	margin-bottom:	1.0em;
}

.kopfdaten
{	margin-left:	2em;
	text-indent:	-2em;
}

.katalogtext
{	margin-top:		2.0em;
	margin-bottom:	2.0em;
	text-align:		justify;
}

a:link   
{ 
	font-weight:       bold;
	color:             #ff4000;
	text-decoration:   none;
}

a:visited
{ 
	font-weight:       bold;
	color:             #ff4000;
	text-decoration:   none;
}

a:hover  
{ 
	font-weight:       bold;
	color:             #ff4000;
	text-decoration:   none;
}

a:focus  
{ 
	font-weight:       bold;
	color:             #ff4000;
	text-decoration:   none;
}

a:active 
{ 
	font-weight:       bold;
	color:             #ff4000;
	text-decoration:   none;
}

