
/* HTML-Elemente */
body { 
	color: #000; 
	font-family: Arial, Verdana, "Times New Roman"; 
	margin: 0; 
	padding: 0;}
	
/* Navigation */
.navigation { color: #ffffff; font-size: 12px; font-weight: bold; word-spacing: 12px; padding-left: 39px; vertical-align: middle }
.navigation a:link { color: #ffffff; font-weight: bold; text-decoration: none }
.navigation a:visited { color: #ffffff; font-weight: bold; text-decoration: none }
.navigation a:hover { color: #ffffff; font-weight: bold; text-decoration: none }
.navigation a:active { color: #ffffff; font-weight: bold; text-decoration: none }
/* Textframe */
.textframe { font-size: 12px; margin: 20px; width: 90%; vertical-align: top }
.textframe_rechts { font-size: 11px; }
.textframe a:link { color: #33c; text-decoration: underline }
.textframe a:visited { color: #33c; text-decoration: underline }
.textframe a:hover { color: #33c; text-decoration: underline }
.textframe a:active { color: #33c; text-decoration: underline }
.textframe_ueberschrift { color: #868483; font-size: 14px; font-weight: bold }
.textframe_aufzählung { padding: 10px }

/* Bildabstände */
.bildabstand { 
	margin: 2px }

.bildabstand_text { 
	margin-right: 15px;
	margin-bottom: 15px;}
	
.refunterbalken { background-color: #969696 }
.reftextnormal { color: #000; font-size: 12px; background-color: #e5e5e5; background-position: 100% 50%; padding: 7px; border-style: solid; border-width: 0 0 0 1; border-color: #969696 }
.reftextfett { color: #000; font-size: 12px; background-color: #e5e5e5; background-position: 100% 50%; padding: 7px; border-style: solid; border-width: 0 0 0 1; border-color: #969696 }
