/*

	Theme Name: Icans
	Description: Druck-Stylesheet für die ICANS GmbH
	Version: 1.0
	Author: Peter Kröner
	Author URI: http://www.peterkroener.de

	**********
	* FARBEN *
	**********

	BG:						#FFF
	Text:					#999
	Navi:					#CCC / #CCC / #FC0 / #FFF
	Subnavi:				#666 / 666# / #000 / #000

*/


/* Basics */
body { font-family:Arial, sans-serif; font-size:10pt; line-height:14pt; background:#FFF; color:#999; }
strong { font-weight:bold; }
em { font-style:italic; }
	strong em, em strong { font-weight:bold; font-style:italic; }
q { font-style:italic; }
	q:before, blockquote p:before { content:"\201E"; }
	q:after, blockquote p:after { content:"\201C"; }
		q q:before, blockquote p q:before { content:"\201A"; }
		q q:after, blockquote p q:before { content:"\2018"; }
q em, blockquote p em { font-style:normal; }
hr { border:none; border-top:0.5pt solid #999; margin:8pt 0; }


/* Textgestaltung */
h2 { font-size:18pt; font-weight:normal; margin:8pt 0; }
h3 { font-size:14pt; font-weight:bold; margin:8pt 0; }
h4 { font-size:11pt; font-weight:bold; margin:8pt 0; }
h5 { font-size:10pt; font-weight:bold; margin:8pt 0; }
h6 { font-size:10pt; margin:8pt 0; }
p, ul, ol, dl { margin:1pt 0 6pt 0; }
ul { list-style:square; padding-left:12pt; }
ol { list-style-type:decimal; padding-left:12pt; }


/* Links */
a {  }
	a:link, a:visited { color:#999; text-decoration:underline; }
	a:hover, a:active { color:#999; text-decoration:none; }


/* Headline */
#top { padding-bottom:12pt; }
#top h1 { margin-bottom:12pt; }
#top h1 a, #top h1 a:link, #top h1 a:visited { color:#FFF; text-decoration:none; border:none; }
#top h1 a img { color:#FFF; text-decoration:none; border:none; }


/* Ausblenden */
#meta, #header, #kontaktform, #QE_Toolbar, #QE_Link { display:none; }
