/* die sind in den Verweisseiten */
.head {
font-size:26px;
font-weight:bold;
color:#000099;
font-family: "arial", Times, serif;
}
.subhead {
font-size:18px;
font-weight:bold;
font-family: "arial", Times, serif;
color: #000099;
}

.text {font-family: "arial", Times, serif; 
font-size: 13px; 
color:#000000;
}
/*
.textkursiv {
font-family: "arial", Times, serif;
font-size: 13px;
color:#000000;
font-style: italic;
}
.texteinzug {
 font-family: "arial", Times, serif;
font-size: 13px;
color:#000000;
text-indent: 30pt;

}
.pfad {
font-size:12px;
font-family: "arial", Times, serif;
color:#5656A5;
font-weight:normal;
}

// p {margin-left:20px; }
*/
body {
	background-color:#FFF5E5;
	margin-top:35px;
}

/* hyperlinks */
 a:link { color:#555577; text-decoration:underline; font-weight:normal; }
 a:visited { color:#555577; text-decoration:underline; font-weight:normal; }
 a:hover { color:#5555FF; text-decoration:underline; font-weight:normal; }
 a:active { color:#555577; text-decoration:none; font-weight:normal; }
