@charset "iso-8859-1";

/**
  * DIPF Lesen Weltweit Basic-Stylesheet
  * ===============================================================
  * Aenderungen können gemacht werden!
  *
  * @Autor             Digitale Zeiten GmbH -- Agathe Gwiozdzik
  * @URL               http: //www.digitale-zeiten.de
  * @Letzte Aenderung  2008-08-22
  */


@import url("../css/reset.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-size: small;
	color: #333;
}


sup {
	font-size:0.7em;
	vertical-align:text-top;
	
}
sub {
	font-size:0.7em;
	vertical-align:text-bottom;
}


p, li, td, th, dt, dd {
	font-size: 0.9em;
	line-height: 1.5em;
}
p {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}
a {
	text-decoration: none;
	color: #f60;
	font-size: 0.9em;
}
p a, table a, ul a, dl a, #breadcrumb a {
	font-size: 1em;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3 {
	font-weight: bold;
}
h1 a, h2 a, h3 a {
	color: #333;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.1em;
	margin-bottom: 0.6em;
	margin-top: 0.6em;
}
h2 a {
	font-size: 1em;
}
h3 {
	font-size: 0.9em;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}
hr {
	color:#999;
	background-color:#999;
	height:1px;
	border-top: 1px solid #999;
	clear: both;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	display: block;
}
div#page { /*umgibt alle folgenden container*/
	text-align: left;
	width: 970px;
	margin: 30px;
}
div#header { /*umgibt #logo, #metanavi, #land, #search*/
	background-image: url(../images/header_de.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 105px;
}
div#header_e { /*umgibt #logo, #metanavi, #land, #search*/
	background-image: url(../images/header_en.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 105px;
}
img#logo {
	display: block;
	float: left;
	padding-left: 113px; /*statt margin-angabe damits auch im IE funzt*/
	padding-right: 163px; /*statt margin-angabe damits auch im IE funzt*/
	margin-top: 20px;
}
ul#metanavi {
	height: 20px;
	float: left;
}
ul#metanavi li {
	float: left;
	background-image: url(../images/metanavi.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 80px;
	text-align: center;
	padding-top: 1px;
	margin-right: 4px;
	font-size: 0.8em;
}
ul#metanavi a, #navi a {
	color: #fff;
}
ul#metanavi .aktiv {
	text-decoration: underline;
}
img#land {
	float: left;
	margin-left: 220px;
}
div#search { /*Siehe Hacks unten*/
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 32px;
	width: 215px;
	clear: both;
	padding-left: 5px;
	padding-top: 7px;
	float: right;
	font-size: 0.9em;
}
div#search input {
	padding: 2px;
}
div#search #suchbegriff {
	width: 140px;
	color: #999;
	border: 1px solid #CCC;
	margin-left: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div#search #suchesenden { /*Siehe Hacks unten*/
	color: #333;
	background-color: #c1d1e0;
	width: 60px;
}
div#left-col { /*folgt nach #header, umgibt #navi und #partner*/
	margin-top: 20px;
	width: 220px;
	float: left;
	clear: both;
}
div#partner {
	color: #999;
	padding-left: 20px;
	padding-top: 40px;
}
div#partner img {
	border: 1px solid #999;
	margin-bottom: 5px;
	margin-top: 5px;
}
ul#navi li {
	background-image: url(../images/navi_inactiv.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 175px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 45px;
	font-size: 1.05em;
	font-weight: bold;
	padding-top: 2px;
}

ul#navi li.bg {
	background-image: url(../images/navi_activ.png) !important;
}
ul#navi .aktiv {
	color: #333 !important;
}
div#middle-col { /*folgt nach #left-col, umgibt #breadcrumb, #content, #footer*/
	width: 470px;
	float: left;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
div#breadcrumb {
	font-size: 0.8em;
}
div#content {
	margin-top: 32px;
}

div#content  ul {
	list-style: disc outside;
	margin-left:2em;
	padding-left:2em;
}



ul#sitemap {
	margin: 20px 0px 40px 0px;
}
ul#sitemap a {
	color: #333;
}
ul#sitemap li {
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:0px -2px;
	background-image: url(../images/sitemap.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
ul#sitemap li li {
	font-size: 0.9em;
	font-weight:normal;
}
ul#sitemap li li li {
	font-size: 0.9em;
}
ul#sitemap li li li li {
	font-size: inherit;
	font-style: italic;
}
ul#sitemap .first {
	background-image:url(../images/sitemapfirst.gif);
}
ul#sitemap .last {
	background-image:url(../images/sitemaplast.gif);
}



div#footer {
	color: #999;
	border-top: 1px solid #999;
	height: 40px;
	width: 100%;
	clear: both;
	margin-top: 2em;
	padding-top: 0.5em;
	float: left;
}
div#footer a {
	margin-left: 10px;
}
div#footer a.nolink {
	color: #999999;
	text-decoration: none;
	margin-left: 0px;
	font-size: 0.9em;
}
div#right-col { /*folgt nach #middle-col, umgibt #right-col-content und right-col-footer, die der runden ecken wegen noetig sind*/
	width: 220px;
	margin-top: 55px;
	float: left;
	background-image: url(../images/rc_header.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div#right-col h1 {
	color: #fff;
	font-size: 1em;
	text-align: right;
	padding-right: 50px;
	margin-top: 0.4em;
	margin-bottom: 0.6em;
}
div#right-col .aktiv {
	color: #346898 !important;
}
div#right-col-content {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
div#right-col-content h2 {
	font-size: 0.9em;
	margin-bottom: 0.4em;
	margin-top: 0.4em;
}
div#right-col-content ul {
	padding-bottom: 10px;
}
div#right-col-footer {
	background-image: url(../images/rc_footer.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 1%; /*Diese Angabe braucht der IE 6 damit die Grafik nicht wiederholt wird*/
}
dl#institutionen {
	margin-bottom:30px;
	margin-top: 18px;
}
dl#institutionen dd {
	float: left;
}
dl#institutionen dt {
	margin-left: 8.5em;
}
/*Klassen*/
.paddingtop {
	padding-top:0.8em;
}
.paddingbottom {
	padding-bottom:0.8em;
}
.clr {
	clear: both;
	display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.arrow-in, .arrow-ex {
	list-style-position: outside;
	background-repeat: no-repeat;
	padding-left: 10px;
	display: block;
	background-position: 0px 4px;
}
.arrow-in {
	background-image: url(../images/arrow_in.png);
}
.arrow-ex {
	background-image: url(../images/arrow_ex.png);
}
ul .arrow-in, ul .arrow-ex, dl .arrow-in, dl .arrow-ex {
	background-position: 0px 6px;
}
.treffer {/*Wird nur in Zusammenhang mit der Klasse "arrow-in oder arrow-ex" benutzt*/
	display: inline !important;
	background-position: 0px 5px !important; /*Beachte Hacks unten*/
}
.artikel-noimg { /*Klasse fuer den ersten Artikel ohne Bild*/
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
.artikel-spezial {
	margin-top: 3em;
	margin-bottom: 2em;
}
.artikel-spezial h3 {
	border-top: 1px solid #999;
	padding-top: 0.5em;
}
a.arrow-ex {
	width: 353px;
	white-space: normal;
	word-spacing:-0.25em;
}
.artikel-spezial a.arrow-ex {
	width: 450px;
	white-space: normal;
	word-spacing:-0.25em;
}
.pic-l { /*Klasse fuer links ausgerichtetes Bild*/
	border: 1px solid #666;
	margin-right: 1em;
	margin-bottom: 0em;
	margin-left: 0em;
	margin-top: 0.3em;
	float: left;
}
.pic-m { /*Klasse fuer in der Mitte platziertes Bild*/
	margin-top: 20px;
}
.thin {
	font-weight: normal;
}
.noline {
	color:#fff;
	background-color:#fff;
	height:1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}
.datum {
	color: #333;
	margin-bottom: 0.5em;
	font-size: 0.85em;
}
.display {
	display: none;
}
.weiter { /*fuer Weiterlesen und Detail Links*/
	display: block;
	clear: both;
	margin-bottom: 1em;
}
/*Hacks*/

/* nur fuer den IE6 */
* html div#search {
	padding-left: 755px;
	float: left;
}
* html div#search #suchesenden {
	height: 22px;
}
/* nur fuer den IE7 */ 
*+html div#search {
	padding-left: 755px;
	float: left;
}
*+html div#search #suchesenden {
	height: 22px;
}
/* nur fuer den IE6 */
* html .arrow-in, * html .arrow-ex {
	height: 1%; /*Braucht der IE 6, damit er keine unerklaerbaren Abstaende zwischen den Listenpunkten macht*/
	display: inline-block; /*Sonst bringt mich der IE6 einfach um den Verstand*/
}
* html .treffer {
	background-position: 0px 8px !important;
}
