/*  -----------------------------------------------------
		Dateiname: inhalt.css
		Autor: Andreas Wulf-Antonowitsch
		Copyright: www.interfant.de
		Beschreibung:
		Hier sind alle Definitionen für den Inhaltsbereich definiert.
		Sofern nix angegeben wird, wirken die übergeordneten Definitionen
		
		ACHTUNG !!!
		Alle Elemente sollten hier mit div#Inhalt beginnen damit es keine
		Querwirkungen in andere Bereiche gibt
------------------------------------------------------- */

/******    allgemeine Tags      ******/
div#Inhalt h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #3030AA;
}
div#Inhalt h2 {
	font-style: italic;
	font-weight: bold;
	font-size: 1.3em;
	color: #3030AA;
}
div#Inhalt h3 {
	font-style: italic;
	font-weight: bold;
	font-size: 1.0em;
	color: #3030AA;
}
div#Inhalt h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 2em 0 0 0;
	color: #3030AA;
}

div#Inhalt h5 {
	margin: 2em 0 0 0;
	color: #3030AA;
}
div#Inhalt h6 {
	margin: 1.5em 0 0 0;
	color: #3030AA;
}
div#Inhalt p {
	margin: 0.3em 0 0.3em 0;
}
div#Inhalt .Impfdoc {
	text-decoration:none;
	color: #D60042;
	font-weight: bolder;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
div#Inhalt .Impfdoc a:link {
	color: #D60042;
}
div#Inhalt .Impfdoc a:hover {
	color: #000;
}





div#Inhalt strong {
	font-weight: bold;
	color: #000;
}
div#Inhalt a img {
	border:0;
	color: #FFF;
/*	background-color: transparent; */
}
div#Inhalt li {
	margin-bottom: 0.7em;
}
div#Inhalt .Motto {
	text-align: center;
}




/* Downloadbereich */

div#Inhalt .preview {
	border: #78839F 1px solid;
	width: 100%;
	margin-bottom: 1em;
}
div#Inhalt .preview .previewInner {
	padding: 1em;
}

div#Inhalt .preview .previewInner .previewBox {
	float: left;
	width: 60px;
	margin: 0;
	padding: 0;
}

div#Inhalt .previewInfo {
	margin: 0 0 0 70px;
	padding: 0;
	width: auto;
}
div#Inhalt .preview .previewInner .previewInfo .titel {
	font-size: 1.3em;
	font-weight:bold;
}

div#Inhalt .preview .previewInner .previewInfo ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-style:italic;
}
div#Inhalt .preview .previewInner .previewInfo ul li {
	margin: 0;
	padding: 0;
}
div#Inhalt .preview .previewInner .weitereInfo {
	margin: 10px 0 0 70px;
	padding: 0;
	width: auto;
}
div#Inhalt .preview .previewInner .weitereInfo ol {
	margin: 0 0 10px 2em;
	padding: 0;
}
div#Inhalt .preview .previewInner .weitereInfo ol li {
	margin: 0;
	padding: 0 0 0.5em 0;
}
div#Inhalt .preview .previewInner .weitereInfo ul {
	margin: 0 0 10px 1em;
	padding: 0;
}
div#Inhalt .preview .previewInner .weitereInfo ul li {
	margin: 0;
	padding: 0;
}

div#Inhalt .preview .previewInner .weitereInfo .downloadListe ul {
	list-style:url(../img/icon_download.gif);
	margin: 0 0 0 2em;
	padding: 0;
}
div#Inhalt .preview .previewInner .weitereInfo .downloadListe ul li {
	margin: 0;
	padding: 0 0 0.5em 0;
}


