/** 
 * Theme Name: pr-information.de
 * Theme URI: http://www.gr-a.net
 * Description: Druckstylesheet fuer pr-information.de Stand: August 2008
 * Author: gr-a gmbh / Michael Sch&auml;fer
 * Version: version2 (2.0)
 */

/**
 *
 * grundlegende Definitionen
 *
 */
  
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

em { font-style: italic; }
 
html { height: 100%; margin-bottom: 1px; }

body { 
	font-size: 14px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Helvetica, Arial, Sans-Serif;
	line-height: 160%;
	color: #000;
	background: #fff; 
	text-align: center;
	}
	
	

/* inhaltsbereich --------------------------------------------------- */
#content { 
	text-align: left;
	background: #fff; 
	}

#inhalte { width: 650px; } 
	
#inhalte h1 { 
	font-size: 17px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Helvetica, Arial, Sans-Serif;
	line-height: 160%;
	color: #515516;
	} /*überschriften*/
	
/* fuss: copyright-zeile -------------------------------------------- */
#fuss { /*960breit*/
	text-align: left;
	width: 920px;
	font-size: 10px;
	}
	
#print { display:none; }
	
	
/* clear float ------------------------------------------------------ */
.clear { 
	height: 1px;
	display:block !important;
	display:none; /* nur für den IE6 */
	clear: both;
	}
	
	
		
/* links ------------------------------------------------------------ */
a:focus { outline: none; }
a {	text-decoration: none; margin-left:2px; }

a, a:link, a:hover, a:visited {
	background: transparent;
	color: #515516; /* dunkelgrau */
	text-decoration: none;
	border-bottom: 1px solid #a1131d;
	}

/* keine unterstreichung */
a.download, a.imglx { border:none; }
a img { border: none; }

/*link impressum */
#fuss a { color: #000; border-bottom: 1px solid #000; }

	
/**
 *
 * Definitionen einzelner Klassen/Bereiche
 *
 */
 
/* downloadbox ------------------------------------------------------ */
#downloadbox { 
	border: 1px solid #515516; 
	width: 200px;
	margin: 50px 0 0 0;
	text-align:center;
	}
#downloadbox h2 { 
	background: #515516; 
	color: #fff; 
	padding:5px; 
	font-size: 0.7em; 
	line-height:120%;
	margin:0 0 10px 0; 
	}
a.download { margin: 5px; }

#kopp h1 {
	font-size:36px;
	line-height:100%;
	color:#515516;
	text-align:left;
	}
	
	
/* überschrift der meldung */
.post h2 {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 160%;
	}
	
/* aufzählungen im text */
.post ul, .post ol { 
	list-style-position:outside; 
	list-style-image:url(images/minig.gif); 
	margin: 0 0 0 20px; }
.post ul li, .post ol li { padding: 0 0 10px 3px; }


/* category.php ----------------------------------------------------- */
/* abbildung bei excerpt */
.abb { 
	float: left; 
	margin: 8px 20px 10px 0; 
	border: 1px solid #ccc; 
	clear:left; 
	}
.headline { float: left; width: 400px; margin:0 0 15px 0; }
.date { clear: both; width: 420px; margin: 0 0 15px 0; padding-top: 15px; }





#zeichnung, #rechtespalte,
#sidebar, #sidebar_gra, #brotkrumen,
.linie, #searchform, #feedbox
	{ display: none; }
	
#rechtespalte.home { display: block; float:none; width: 650px; }
