/*** Gesamtes Dokument ***/

body	{
    background-color: #fffacd;
	margin: 0;
	padding: 20px 0 50px 0;
	border: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	}

#wrapper	{
	margin: auto;	/* sonst wird der wrapper nicht zentrier!? */
	padding: 0;
	max-width: 750px;
	}

table {
	font-size: 10pt;
	line-height: 1.40em;
    }

h1	{
	font-size: 1.50em;
    line-height: 1.3;
    margin: 10px 0px 10px 0px;
	}

h2	{
	font-size: 1.20em;
    margin: 15px 0px 0px 0px;
	}

h3	{
	font-size: 1.00em; 
	font-weight: bold; 
	margin: 12px 0px 0px 0px;
	}

p	{
	margin: 5px 0px 0px 0px;
	}


a	{
	color: #dc143c;
    text-decoration: none; 
    font-weight: bold;
	}

a:hover	{
	text-decoration: underline; 
    font-weight: bold;
	}

a[name]	{
	color: #000000;
	}

a[name]:hover	{
	text-decoration: none;
	}

img	{
	border: solid 1px #ff8c00;
	}
    
div.bild	{
	text-align: center; 
	margin: 15px 10px 15px;
	font-size: 8pt; 
	line-height: 1.2
	}

div.navitop	{	/* "Zum Seitenanfang" */
	position: relative; 
	left: -120px; 
	top: 30px; 
	z-index: 1;
	font-size: 8pt;
	}

/*** Seitenkopf ***/

#seitenkopf	{
	background-color: #ff8c00;
	font-family: 'arial'; 
    line-height: 1.1;
	}


/*** Menü ***/

#navigation	{
	width:110px; 
	background-color: #ffd700;
	font-size: 10pt;
    font-weight: bold;
	line-height: 12pt;
	}

.menu1	{
	margin-top: 10px;
	}

.menu2	{
	margin-left: 20px;
	}


/*** Seite ***/



/*** Fußzeile ***/

#footer	{
	font-size: 8pt;
	line-height:1.2;
	}

