/*********************************************************************************
**                                                                              **
** p r o j e c t :          www.goldschmitte-greminger.ch                       **
**                                                                              **
** f i l e :                print.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          **
**                                                                              **
*********************************************************************************/


/**************************************
     seiten-einstellungen
**************************************/
body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
}

a
{
  	text-decoration: none;
  	color: #000;
  	text-align: left;
}

.source a[href]:after
{
	content: " [ "attr(href)"]";
	color: #888;
	font-family: "lucida console", sans-serif;
	font-size: 80%;
	margin-left: 10px;
} 


/**************************************
     informationen ausblenden
**************************************/
#webdesign, #validates,
#menuleft, #menuright,
#footer, .infotext,
#pictm, .jewpic,
#picinfo, #backlink
{
	display: none;
}


/**************************************
     headerbereich
**************************************/
#header
{
	margin-bottom: 60px;
	text-align: center;
}

.header_top
{
	font-family: "Arial Black", sans-serif;
	font-size: 32px;
	letter-spacing: 10px;
	text-transform: uppercase;
	text-align: center;
}

.header_mid, .header_bot
{
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.5px;
}

.header_mid	{	text-transform: uppercase;	}

.hf_left	{	display: inline;	}


/**************************************
     inhaltsbereich
**************************************/
#content h1
{
	text-align: left;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: 0;
}
