
/* Stern ist in CSS 2 der Selektor für alle Elemente */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #EFB83A url(gifs/navi-links-bg.gif) repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: small;
	color: #231802;
}

h1 {
	font-weight: normal;
}

#balken {
	background: #c07d02;
  /* Farbe Links Navi Hintergrund	background: #cf8500  */
   /*	Farbe Rechts Beta-Feld background: #c67d00  */
	border-left: 1px solid #4D3100;
	border-right: 1px solid #4D3100;
	
	padding: .75em;
}


h1.balken {
  font-weight: bold;
  Quotes: "\00BB" "\00AB";
	font-size: 1.85em;
}

p.thema {
  border-top: 1px solid #4D3100;
  padding-top:2px;
  padding-left:25px;
  margin-bottom:0px;
}

h2 {
	font-weight: normal;
	font-size: 2.0em;
	color: #4D3100;
}

/* Hack für IE5/6 Textheadline ragt ins Datum */

* html h2 {
	font-size: 1.95em;

}

h3 {
 font-weight: bold;
	font-size: 16px;
	color: #4D3100;
}

blockquote, ul, ol {
	margin-bottom: 1.1em;
}

p {
	text-align: justify;
	margin-bottom: 1.2em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

/* Links not clickable bug im IE6 behebt s.u. */

a {
  position: relative;
	color: #008901;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.name {
	margin: 0 0 -.05em -.10em;
}

img.linksbildumflossen {
	float: left;
	margin: .50em 1em 0 0;
}

img.rechtsbildumflossen {
	float: right;
	margin: .50em 0 0 1em;
}

/* Inhaltsbereich */


/* Formatierung für Inhaltsbereich-Mitte */

#inhaltsandwiched {
	margin: 0px 210px 0px 265px;
}

#inhaltsandwiched a {
}

#inhaltvollebreite {
	margin: 0px 25px 0px 265px;
}

#inhaltvollebreite a {
}


/* Inhaltsbereich-Mitte */

#einleitung {
}

#fliesstext {
}

.ersterabsatz {
	padding: 1.5em 0 0 0;
}

.ersterabsatz .headline {
}

.ersterabsatz .textinhalt {
	padding: 1em;
}

.ersterabsatz .textinhalt p {
	line-height: 165%;
}

.ersterabsatz .textinhalt blockquote {
	line-height: 160%;
}

.ersterabsatz .textinhalt ul {
	line-height: 160%;
}

.ersterabsatz .textinhalt ol {
	line-height: 160%;
}

.zweiterabsatz {
	padding: 1em 0 0 0;
}

.zweiterabsatz .headline {
}

.zweiterabsatz .zeitfenster {
	margin: -1.4em 0 1em 0;
	text-align: right;
	font-size: 1em;
}

.zweiterabsatz .zeitfenster .monat {
}

.zweiterabsatz .zeitfenster .tag {
}

.zweiterabsatz .zeitfenster .jahr {
}

.zweiterabsatz .einordnungabstract {
	background: #c07d02;
	/*	background: #c07d02  */
	border-left: 1px solid #4D3100;
	border-right: 1px solid #4D3100;
	font-size: .85em;
	padding: .75em;
}

.zweiterabsatz .einordnungabstract a {
  color: #4D3100;
}

.zweiterabsatz .einordnungabstract p {
	display: inline;
	margin: 0;
}

.zweiterabsatz .einordnungabstract p.keinlink {
	color: #4D3100;
	margin: 0;
}

.zweiterabsatz .textinhalt {
	padding: 1em;
}

.zweiterabsatz .textinhalt h3 {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 200%;
	color: #211800;
}

/* Bei unter 165% läuft der Blocksatz beim IE aus dem Ruder */

.zweiterabsatz .textinhalt p {
	line-height: 165%;
	text-align: justify;
}

.zweiterabsatz .textinhalt blockquote {
	line-height: 160%;
}

.zweiterabsatz .textinhalt ul {
	line-height: 160%;
}

.zweiterabsatz .textinhalt ol {
	line-height: 160%;
}


/* Logo-Oben-Links */

#logobereich {
	padding: 0px 0px 17px 0px;
	margin: 0px 0px 0px -15px;
	text-align: center;
}


/* Navi-Links */

#linkenavi {
	float: left;
	width: 190px;
	padding: 9px 18px 18px 18px;
}

#linkenavi h3 {
	color: #FFEFCE;
}

#linkenavi a {
	color: #FDF4DF;
}

#navi {
}

#navi ul {
	margin: 0;
	list-style: none;
}

#navi li {
	display: block;
	padding: 5px 0;
}

#navi a {
	display: block;
	padding: 0 0 0 17px;
	background: url(gifs/bullettaus.gif) no-repeat left center;
	text-decoration: none;
	text-transform: uppercase;
	color: #FCEDCA;
}

#navi a:hover, #navi .angewaehlt a {
	background: url(gifs/bullettan.gif) no-repeat left center;
	color: #4A3000;
}

/* Navi-Rahmenelemente-Links */

.rahmen {
	margin-bottom: 20px;
	padding: 25px 0 0 0;
	background: url(gifs/navikastenoben.gif) no-repeat;
}

.rahmen .ueberschrift {
	padding-left: 15px;
	background: #DE9200;
	border-left: 1px solid #E7B44A;
	border-right: 1px solid #E7B44A;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFEFCE;
}

.rahmen .naviinhalt {
	padding: 15px;
	background: #D89205 url(gifs/navikastenunten.gif) no-repeat 100% 100%;
	border: 1px solid #E7B44A;
	border-top: none;
}

/* Google-Suchformular-Links */

#suchformular {
}

#suchformular form {
}

#suchformular fieldset {
	border: none;
}

#suchformular legend {
	display: none;
}

#suchformular label {
	font-size: x-small;
	font-weight: bold;
	color: #FFEFCE;
}

#suchformular input {
	margin-bottom: 5px;
	padding: 1px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Neueste Themen-Navi-Links*/

#neuestethemenlinks {
}

#neuestethemenlinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#neuestethemenlinks h3 {
	text-align:right;
	background: #E7A218;
	color: #FEF5E2;
	font-size: x-small;
}

#neuestethemenlinks p {
/*	font-size: small; */
  text-align:left;
	font-size: .85em;
}

/* Tag-Teaser-Cloud-Rechts */

#tagteaser {
	width: 150px;
	height: 100px;
	margin: 0 0 20px 0;
	padding: 60px 0 0 10px;
	background: url(gifs/tagteaser-box.gif) no-repeat;
}

#tagteaser h2 {
	font-size: 1.4em;
}

#tagteaser h3 {
	font-size: 1em;
}

/* Adsense-Skyscraper-Rechts */

#rechteseite {
	float: right;
	width: 160px;
	padding: 20px;
}

/* Seitenende */

#ende {
	clear: both;
	padding-left: 35px;
}

#ende p {
	margin: 0;
	text-align: left;
	font-size: x-small;
}

#urheber {

}

