/** content.css **/

/** Textformatierung **/

.inhalt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}
	
.abschnitt {
	margin-bottom:20px;
	float:left;
	}
	
h1 {
	margin:20px 0 20px 10px;
	font-size:22px;
	}

h2 {
	margin:20px 0 0 20px;
	font-size:18px;
	clear:both;
	}

h3 {
	margin: 20px 0 20px 10px;
}
	
.p1 {
	margin:20px 0 10px 20px;
	width:600px;
	font-size:16px;
	line-height:1.4;
	float:left;
	}

.p2 {
	margin:20px 0 20px 20px;
	width:360px;
	font-size:16px;
	line-height:1.4;
	float:left;
	}
	
.p3 {
	margin:250px 0 20px 20px;
	width:600px;
	font-size:16px;
	line-height:1.4;
	clear:both;
	}

.p4 {
	margin:0 0 0 30px;
	font-size:12px;
	}
	
.inhalt img {
	margin:20px 0 20px 20px;
	border: 1px solid white;
	float:left;
	}

.inhalt img#home_pic {
	margin-right: 80px;
}
/** Link-Bilder in den Verweisen **/
.verweise-img {
	margin:0 10px 0 0 !important;
	}

.adresse {
	margin-left:30px;
	list-style:none;
	float:left;
	}

.mail {
	color:#FFFF99;
}

/** Literaturliste **/

.div-buchliste {
	width:400px;
	float:left;
	margin:30px 0 0 25px;
	}

.buchliste-ueberschrift {
	text-decoration:underline;
	}
	
.buchliste {
	margin:10px 0 0 30px;
	list-style:decimal;
	}

.div-buchliste-blauermontag {
	width:400px;
	float:left;
	margin:0 0 0 50px;
	}

.buchliste-blauermontag {
	margin:10px 0 0 30px;
	list-style:disc;
	}

.buchliste-blauermontag li {
	margin-bottom:5px;
	}

.zitat {
	margin:20px 0 20px 120px;
	width:300px;
	font-weight:bold;
	float:left;
	}

/** Zeitungsliste **/
	
.inhalt-presse {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	}

.inhalt-presse img{
	border:1px solid white;
	}

.inhalt-presse dl {
	margin:50px 0 0 30px;
	}

.inhalt-presse dl dt {
	margin:30px 0 5px 0;
	}
	
.links {
	margin:10px 0 0 30px;
	list-style:none;
}

.links li {
	margin-bottom:15px;
	}

.links li a{
	color:#FFFFFF;
	}

.oeffnung {
	width:600px;
	margin:30px 0 30px 80px;
	float:left;
	}