body {
	background-image:  url("grafik/hintergrund.jpg");
	background-color: #CCCCCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
/* =================== Gestaltungs-Ebenen ========================*/
#hintergrund {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#linkeseite {
	float: left;
}

.titelgrafik {
	text-align: center;
	padding: 10px 0 10px 0;
}

#inhalt .titelgrafik {
	width: 400px;
	text-align: center;
	padding: 20px 0 11px 0;
}

#linkenavi {
	float: left;
	width: 230px;

}
.navi {
	background-image:  url("grafik/navi-hintergrund.png");
	width: 230px;
	padding: 10px 0 10px 0;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#inhalt {
	background-image:  url("grafik/mitte-hintergrund.png");
	margin-left: 245px;
	float: none;
	width: 480px;
}
#rechteseite {
	float: right;
	width: 230px;
}


/* ============== Schriftformatierungen ================ */
h1 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	line-height: 14pt;
	font-weight: bold;
	color: #FF8200;
	margin: 0 0 7px 0;
	padding: 0px;
}
h3 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 11pt;
	text-align: center;
	color: #FF8200;
	padding: 0px;
	margin: 0 0 7px 0;
}
#inhalt h3 {
	font-size: 12pt;
	line-height: 15pt;
	font-weight: bold;
	text-align: center;
	color: #000000;
	padding: 0px;	
	margin: 0 0 7px 0;
}
p {
	margin: 0 0 5px 0;
	padding-right: 10px;
	padding-left: 15px;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 15pt;
	color: #000000;
}
#inhalt p {
	text-align: justify;
	padding-left: 18px;
	padding-right: 18px;
}
#inhalt p.fliess {
	text-align: left;
}
#inhalt p.gedicht {
	text-align: left;
	margin: 0;
	line-height: 16pt;
		padding-left: 42px;
			padding-right: 21px;
}
#inhalt p.dichter {
	text-align: left;
	font-weight: bold;
	margin: 0;
	line-height: 16pt;
		padding-left: 42px;
			padding-right: 21px;
}
#inhalt p.quelle {
text-align: left;
font-family: "Times New Roman", Times, serif;
font-style: oblique;
font-size: 10pt;
margin-bottom: 15px;
}
#inhalt p.zeile2 {
	text-align: right;
}
#inhalt p.eins {
		padding-top: 11px;
}
#inhalt p.einskursiv {
		padding-top: 11px;
		font-family: "Times New Roman", Times, serif;	
		font-style: oblique;			
}
#inhalt p.zitat {
		padding-top: 11px;
		font-family: "Times New Roman", Times, serif;	
		font-style: oblique;	
		text-align: right;		
}
#inhalt p.einschub {
		padding-left: 80px;
}
#inhalt p.einschubklein {
		padding-left: 60px;
}
#inhalt p.einschubmittel {
		padding-left: 70px;
}
#inhalt p.prosa {
		padding-left: 80px;
		padding-right: 120px;
		text-align:left;
}
#inhalt p.prosaganz {
		padding-right: 21px;
		text-indent: -18px;
				padding-left: 60px;
}
.eingabefelder {
	background-color: #CCCCCC;
	border: 1px solid #666666;
	margin-top: 2px;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
	margin-bottom: 8px;
	padding-left: 3px;


}

a {
	font-weight: bold;
	color: #005CE5;
	text-decoration: none;
}
#rechteseite a {
	font-weight: normal;
}
a:visited {  
	color: #5364D7; 
	text-decoration: none
	}
	
a:hover {  
	color: #FF8200; 
	text-decoration: none
	}

.centerbold {
	font-size: 12pt;
	line-height: 12pt;
	font-weight: bold;
	text-align: center;
	padding: 0px;	
	margin: 0 0 7px 0;
}
.kleinegrafik {
	margin: 5px 0 5px 0;
}
/*==================== Mouseover-Ebenen ====================== */
#tt_ebene {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	z-index: 4;
	visibility: hidden;

}
.tt_design {
	background-image:  url("grafik/tt-hintergrund.png");
	border: 1px solid #000000;
	padding: 5px;
}

.tt_titel {
font-weight: bold;
 text-align:left;
}

.tt_text {
 text-align:left; 
}
.klein {
	font-size: 10pt;
	line-height: 13pt;
	padding-right: 5px;
	padding-left: 5px;
}


