/*
  ----------------------------------------------------------------------------
	Projekt		: smARTec 
	Datei		: smartec_content_print.css
	Copyright	: (c)2006 - 2007 .hausformat gmbh
	Author		: Péter Fankhauser
  ----------------------------------------------------------------------------
*/

#content #main {
overflow: visible;
}

#content #main h1 {
	font-size: 0.75em;
	color: #dddbdb;
	margin: 10px 0 10px 0;
}

#content #main p {
	font-size: 0.7em;
	line-height: 17px;
	color: #a5a5a5;
	margin: 0 0 10px 0;
}
  
#content #main a {
	color: #fcd900;
	text-decoration: none;
}

#content #main a:hover {
	color: #fcd900;
	text-decoration: underline;
}

