@charset "UTF-8";
/* CSS Document */



body {
overflow:scroll;
}


img {
   border: 0;
}


.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #131213;
	text-align: justify;
}


.text_left {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #131213;
	text-align: left;
}


.itallic_hil {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	color: #315E95;
}


.editor {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10;
	color: #990000;
}



.textzitat {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	color: #666666;
	text-align: left;
}


.text2 {
	font-family: Baskerville
	font-size: medium;
	color: #504f4f
}

.unterueberschrift {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #3f3f3f;
	text-decoration:underline;
}



.ueberschrift {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}


.subschrift {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #333333;
	text-align: left;
}


.indexzitat {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: large;
	color: #333333;
	text-align: left;
}



a:link {
	text-decoration: none;
	color: #315E95;
}

a:visited {
	color: #315E95;
	text-decoration: none;
}

a:hover {
	color: #96B720;
	text-decoration: none;
}

etc
