html 				{
					min-height: 100.01%;	/* erzwingt in FireFox die vertikale Scrollbar */
					}

body				{
					color: black;
					background-color: white;
					font-size: 100.01%;
 					font-family: Arial, Helvetica, sans-serif;
					text-decoration:none;
 					margin: 0; padding: 0;
					text-align: center;
					}

a					{
					font-family: Arial, Helvetica, sans-serif;
					text-decoration: none;
					}
					
ul					{
					text-align: left;
					}

h1					{
 					font-size: 1.2em;
 					margin: 0; padding: 10px;
 					text-align: center;
 					background-color: white;
 					border: 1px solid black;
					font-variant:small-caps;
					}

h1 a				{
					margin: 0;
					border-right: 1px solid black;
					padding: 0 15px;
					font-weight: bold;
					}

h1 a.last			{
					border: 0;
					}

h1 a:link			{
					color: black;
					}

h1 a:visited		{
					color: black;
					}

h1 a:hover			{
					color: white;
					background-color: black;
					}

h1 a:active			{
					color: black;
					}


#page				{
	
					width:798px;
					border: 2px solid black;
					padding: 10px;
					margin: 70px auto;
					background: white url(images/background.jpg) repeat;
					}

#content			{
					background-color: white;
 					margin: 10px 0 0 0;
 					padding: 10px;
 					border: 1px solid black;
					}

#content a			{
					color: black;
					font-weight: bold;
					}

#content a:hover	{
					color: white;
					background-color: black;
					}

#content h2			{
 					font-size: 1.2em;
 					margin: 20px 0 10px 0;
 					}

#content h3			{
					text-align:left;
					font-size: 1em;
					margin: 20px 0 -8px 15px;
					}
				
#content p			{
					text-align:justify;
 					font-size: 1em;
 					margin: 10px 0;
 					}
					
#content img		{
					margin: 10px 0 -10px 0;
					}
					
.zitat				{
					font-style: italic;
					}

.bildu				{
					font-style: italic;
					text-align: center !important;
					}
										
.fett				{
					font-weight:bold;
					}

#footer				{
 					clear: both;
 					font-size: 0.9em;
 					margin: 10px 0 0 0; padding: 5px;
 					text-align: center;
 					background-color: white;
					border: 1px solid black;
 					}