/* stylesheet */

/* page titel */
.title,
a.title:link,
a.title:visited{
font-family: arial;
font-size: 30px;
font-weight:bold;
color:#767676;
}


/* standard text */
.text,
a.text 	{
					font-family: 		arial;
					font-size: 			14px;
					font-weight:		normal;
					color:			#000000;													
					}

a.text:link, 
a.text:visited		{
					font-family: 		arial;
					font-size: 			14px;
					font-weight:		normal;
					color:			#a43907;													
					}

a.text:hover {
					color:			#a43907;
}


/* standard text imprint */
.imp,
a.imp 	{
					font-family: 		arial;
					font-size: 			20px;
					font-weight:		normal;
					color:			#969696;													
					}

a.imp:link, 
a.imp:visited		{
					font-family: 		arial;
					font-size: 			20px;
					font-weight:		normal;
					color:			#a43907;													
					}

a.imp:hover {
					color:			#a43907;
}
