/*********************************************************************************
**                                                                              **
** p r o j e c t :          www.goldschmitte-greminger.ch                       **
**                                                                              **
** f i l e :                crea-art.css                                        **
**                                                                              **
** d a t e :                jun 2oo6                                            **
**                                                                              **
** a u t h o r :            creaArt webdesign  [http://www.crea-art.ch]         **
**                                                                              **
** c o n t a c t :          admin [at] goldschmitte-greminger [dot] ch          **
**                                                                              **
*********************************************************************************/

/**************************************
     webdesign und validates-container
**************************************/
#webdesign
{
	font-size: 10px;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 100px;
	height: auto;
}

#validates
{
	font-size: 10px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 100px;
	height: auto;
}

#validates img
{
	border: 0;
	display: block;
	margin-left: 10px;
	margin-bottom: 2px;
}

#webdesign a
{
	color: #000000;
	background-color: #EFB22D;
	text-decoration: none;
}

#webdesign a:hover	{	text-decoration: underline;	}