	body {
		margin: 0 0 0 150px; padding: 0; text-align: left;
		font-family: "Georgia", serif; font-size: 11pt;
		background-image: url(gradient.jpg);
		background-attachment: fixed;
		background-position: bottom left;
		background-repeat: no-repeat;
        background-color: #fff;
    }
	div#navigation {
        position: absolute; top: 0; left: 0; width: 150px; height: 100%;
    } 
    h1 { 
        margin: 0; padding: 55px 0 0 0; letter-spacing: -1px; line-height: 40px; 
        font-family: "Georgia", serif; font-size: 50px; font-weight: normal; text-transform: uppercase;
    }
	h2 {  
        margin: 0; padding: 0.2em 15px 0.2em 0; background-color: #eee; color: #000; /* #777;*/
		font-family: "Trebuchet MS", sans-serif; font-weight: normal; font-variant: small-caps; 
		letter-spacing: 2pt; text-align: right; line-height: 16px;
	}
  div#inhalt {
      padding-top: 20px; 
  }
  div#fuss {
      width: auto; border-top: 1px solid #888; margin-top: 15px;
  }
    
	h3 {
		clear: both; margin-left: 15px; font-size: 18pt; font-family: "Trebuchet MS", sans-serif; font-variant: small-caps;
    letter-spacing: 0.1em; margin-bottom: 5px;
	}
	h4 {
		clear: both; margin-left: 15px; font-size: 14pt; color: red;
	}

/* ABSATZFORMATIERUNGEN */

	img {
		border: none; 
	}
	
	dl {
		width: 75%; min-width: 600px; max-width: 800px; margin-left: 15px; 
	}
	dd {
		margin-bottom: 5px;
	}

	div#inhalt p {
		width: 75%; min-width: 600px; max-width: 800px; margin-left: 15px; text-align: justify; line-height: 135%;
	}
	div#inhalt p.clear {
		clear: both; 
	}
	div#fuss p {
		width: 75%; min-width: 600px; max-width: 800px; text-align: right; margin: 0; 
        letter-spacing: 1px; color: #777; font-size: 10pt;
        font-family: "Trebuchet MS", sans-serif; font-variant: small-caps;
	}
	div#inhalt ul {
		width: 75%; text-align: left; list-style-position: inside;
	}
	div#inhalt ul li {
		margin-bottom: 0.5em;
	}
	div#inhalt img {
		margin: 5px;
	}
	td p { display: inline; }

	/* Linkformatierungen */
	div#fuss p a:link,
	div#fuss p a:hover,
	div#fuss p a:visited,
	div#fuss p a:active {
		color: #888; text-decoration: underline;
	}

/* NAVIGATION - Erste Ebene */
	div#navigation ul {
		width: 150px; margin: 10px 0 0 0; padding: 0; list-style: none;
        font-family: "Trebuchet MS", sans-serif; text-transform: uppercase;
        font-weight: bold; font-size: 16pt; text-align: center;
	}
    
	/* Linkformatierungen */
	div#navigation ul li a:link,
	div#navigation ul li a:hover,
	div#navigation ul li a:visited,
	div#navigation ul li a:active {
		color: #fff; text-decoration: none; width: 100%; 
	}
	div#navigation ul li:hover a:link,
	div#navigation ul li:hover a:hover,
	div#navigation ul li:hover a:visited,
	div#navigation ul li:hover a:hover {
		color: #000; background-color: #eee; width: 100%;
	}
	div#navigation ul li:hover {
		color: #000; background-color: #eee; width: 100%;
	}

/* NAVIGATION - Zweite Ebene */
	div#navigation ul li.sub {
		list-style-type: none; width: auto; 
		font-family: "Georgia", serif; font-size: 11pt; 
		text-transform: none; text-align: left; text-indent: 0em;
		line-height: 120%; margin: 0 15px; padding: 0.1em 0.1em 0.2em 10px;
		color: #333; background-color: #eee; border-bottom: 1px dashed #ccc;
	}

	/* Linkformatierungen */
	div#navigation ul li.sub a:link,
	div#navigation ul li.sub a:hover,
	div#navigation ul li.sub a:visited,
	div#navigation ul li.sub a:active {
		color: #000; text-decoration: none; font-weight: normal; width: auto;
	}
	div#navigation ul li.sub:hover a:link,
	div#navigation ul li.sub:hover a:hover,
	div#navigation ul li.sub:hover a:visited,
	div#navigation ul li.sub:hover a:hover {
        text-decoration: underline; letter-spacing: normal; width: auto;
    }
	div#navigation ul li.sub a:hover {
		text-decoration: underline; letter-spacing: normal; width: auto;
	}

/* TABELLE - Kalender */
	table	{ width: 75%; min-width: 600px; max-width: 800px; margin-left: 15px; }
	td {
		font-size: smaller; font-style: normal;
		text-align: left; border: 1px solid #eee; line-height: normal;
	}

