/** 
 * Theme Name: pr-information.de
 * Theme URI: http://www.gr-a.net
 * Description: Theme 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: #fffaef url(images/raster.jpg) repeat-x top; /* beige hell + rasterlinien*/
	text-align: center;
	}
	
	
/* oben: logo und zeichnung ----------------------------------------- */
#kopp { /*960breit*/
	margin: 0 auto;
	text-align: left;
	width: 920px;
	/*background: #ccc;*/
	padding-left: 40px;
	}
	
/* container im kopfbereich ----------------------------------------- */
#logo { 
	float:left;
	margin: 15px 0;
	}
#zeichnung { 
	float:right;
	}
	
	
/* inhaltsbereich --------------------------------------------------- */
#content { 
	text-align: left;
	background: #f4efd9 url(images/linie1.jpg) repeat-x top; /* beige dunkel + linie oben*/
	}

.gra { /*960breit + 4px rahmen*/
	margin: 0 auto;
	text-align: left;
	width: 960px;
	background: #fff;
	border-left: #515516 1px solid;
	border-right: #515516 1px solid;
	}

	
/* container im inhaltsbereich -------------------------------------- */
#sidebar { /*183breit*/ 
	width: 183px;
	background: #515516 url(images/verlauf.jpg) repeat-x top; /*logo-grün + verlauf oben*/
	float: left;
	/*background: green;*/
	} /*navgation links*/
	
#sidebar_gra { 
	background: #fff; 
	padding: 0 0 0 10px;
	color: #515516;
	font-size: 10px;
	line-height: 14px;
	border: 1px solid #515516; 
	border-left: none;
	}
	
#brotkrumen { /*777breit*/ 
	width: 739px;
	background: #515516 url(images/verlauf.jpg) repeat-x top; /*logo-grün + verlauf oben*/
	float: left;
	padding-left: 38px; /* +2px padding beim ersten li */
	font-size: 12px;
	} /*navigation oben*/
	
#inhalte { /*477breit*/
	width: 477px;
	/*background: yellow;*/
	float: left;
	padding: 20px 40px 60px 40px;
	} /*seiteninhalt*/
	
#inhalte h1 { 
	font-size: 17px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Helvetica, Arial, Sans-Serif;
	line-height: 160%;
	color: #515516;
	} /*überschriften*/
	
#rechtespalte { 
	width: 193px;
	margin: 20px 0 0 27px;
	float: left;
	text-align:center;
	} 
	
#rechtespalte.home { 
	width: 193px;
	margin: 0 0 0 27px;
	float: left;
	text-align:left;
	color: #515516;
	font-size: 10px;
	line-height: 14px;
	} /*arbeitsbeispiele*/
	
#rechtespalte.home p { padding-right:10px; }

.linie {  /*linie unten*/
	height: 15px;
	background: url(images/linie2.jpg) repeat-x top; 
	clear: both;
	}
	
.single {  padding-top:30px; }
		
	
/* fuss: copyright-zeile -------------------------------------------- */
#fuss { /*960breit*/
	margin: -10px auto 0 auto;
	text-align: left;
	width: 920px;
	padding-left: 40px;
	font-size: 10px;
	}
#print { display:none; }
	
	
/* clear float ------------------------------------------------------ */
.clear { 
	height: 1px;
	display:block !important;
	display:none; /* nur für den IE6 */
	clear: both;
	}
	
	
		
/* navgation links -------------------------------------------------- */
#sidebar ul { 
	list-style-type: none; 
	padding: 0 0 27px 0; 
	margin: 0; 
	color: #fff;
	}

#sidebar ul li {
	height: 25px;
	margin: 0;
	padding: 2px 0 0 40px;
	border-bottom: 1px #fff solid;
	}
	
#sidebar ul li:hover, #nav ul li.act {
	background: #a1131d;
	}
	
#sidebar ul li a {
	color: #fff;
	font-size: 12px;
	display:block;
	}
	
#sidebar ul li.leer:hover {
	background: none;
	} /*leere zeilen */

	

	
	
/* navgation oben --------------------------------------------------- */

#brotkrumen ul { 
	list-style-type: none; 
	padding: 2px 0 0 0; 
	margin: 0; 
	color: #fff;
	height: 25px;
	float:left;
	}

#brotkrumen ul li {
	margin: 0;
	padding: 5px 2px;
	display: inline;
	}
	
#brotkrumen ul li:hover, #brotkrumen li.act {
	background: #a1131d;
	}
	
#brotkrumen ul li a {
	color: #fff;
	font-size: 12px;
	}
	
#brotkrumen ul li.qua:hover {
	background: none;
	} /*quadrate zwischen den navpunkten */
	

	
/* links ------------------------------------------------------------ */
a:focus { outline: none; }
a {	text-decoration: none; }

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

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

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

a.ex[href^="http:"], a.ex[href^="https:"] {
	padding-left: 14px;
	background-image: url('images/extern.gif');
	background-repeat: no-repeat;
	background-position: 0 3px;
	} /* link-pfeil für externe links */
	
	
	
	
/**
 *
 * Definitionen einzelner Klassen/Bereiche
 *
 */
 
/* downloadbox ------------------------------------------------------ */
#downloadbox { 
	border-left: 1px solid #515516; 
	border-bottom: 1px solid #515516;
	width: 193px;
	margin: 50px 0 0 26px;
	float: left;
	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;
	}
	
	
/* ü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; }


#searchform { float:right; margin: 2px 10px 0 0; }
#searchsubmit { width:50px; margin: 0 5px 0 2px; }
#s { width:123px; background: #F4EFD9; }
	
/* rss-feeds.php ---------------------------------------------------- */
ul.feedbox { margin:0; padding:0; list-style:none; }
ul.feedbox li { padding:2px; }
ul.feedbox li a { padding-left:4px; display:block; text-decoration:none; border: none; color: #515516; }
ul.feedbox li a:hover { color:#fff; background: #515516; }

ul.spalteA { margin-left: 15px; width: 220px; float:left; }
ul.spalteB { width: 220px; float:left; }

/* feedbox ---------------------------------------------------------- */
#feedbox {
	background: #515516; 
	color: #fff; 
	padding:5px 20px; 
	margin:51px 0 10px 0; 
	}
#feedbox a {
	color: #fff; 
	border: none;
	font-size: 12px;
	}
#feedbox a:hover { font-weight: bold; }


