/* Abstand */

.motto,.zwischen	{ margin-top:20px; }
.hauptteil		{ padding:10px; }
.footer,.header		{ padding-bottom:7px; }
tt			{ margin-right:20px; margin-left:20px; }


/* Ausrichtung */

h1,h2,h3,h4,p,td,th	{ text-align:left; }
.footer,.header		{ text-align:center; }
.hauptteil		{ margin-left:auto; margin-right:auto; }
.zentriert		{ text-align:center; }


/* Breite */

.hauptteil		{ width:520px; }


/* Hintergrundfarbe */

body			{ background:#808080; }
td			{ background:#FFFFCC; }
th			{ background:#99CCCC; }
.hauptteil		{ background:#FFFFFF; }
.footer,.header		{ background:#EBEBEB; }


/* Rahmen */

img,.hauptteil		{ border:none; }
.sitename		{ border-width:0px; border-bottom-width:1px; border-color:#9A9A9A; border-style:solid; width:470px; }
.footer,.header		{ border-width:0px; border-top-width:1px; border-bottom-width:1px; border-color:#9A9A9A; border-style:solid; padding-top:3mm; width:470px; }


/* Schriftfarbe */

h1,h2,h3,h4,p,td,th	{ color:#000000; }
a:link,a:visited	{ color:#4682B4; }
a:active,a:hover	{ color:#FF0000; }
tt			{ color:#666666; }
.footer,.header		{ color:#666666; }
.sitename		{ color:#9A9A9A; }


/* Schriftgewicht */

b,h1,h2,h3,h4,td	{ font-weight:bold; }
p,td			{ font-weight:normal; }


/* Schriftgröße */

h1			{ font-size:18pt; }
h2			{ font-size:15pt; }
h3			{ font-size:12pt; }
h4,p,td,th		{ font-size:10pt; }
.footer			{ font-size:8pt; }
.header			{ font-size:10pt; }
.motto			{ font-size:12pt; }
.sitename		{ font-size:9pt; }
.small                  { font-size:8pt; }



/* Schriftart */

h1,h2,h3,h4,p,td,th	{ font-family:Verdana,Helvetica,sans-serif; }
tt			{ font-family:"Courier New",Courier,monospace; }


/* Unterstreichung */

a			{ text-decoration:none; }