body {
	background-color: white;
	color: #444;
	font-size: 1em;
	line-height: 1.1em;
	height: 100%;
	padding: 0 0 2em 0;
	margin: 0 0 2em 0;
	}
	

/*           */
/*  Generell */
/*           */


div {
	position: absolute;
	}

	

/*                             */
/*  Positionierung im Fenster  */
/*                             */
	
div#content {
	margin: 2em 0 1em 3em;
	padding: 0 0 1em 0;
	width: 600px;
	}


/*                             */
/*  Listen                     */
/*                             */


ul {
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #900;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	}
	
ul ul {
	margin: 0 0 0 1.9em;
	}

ul ul ul ul {
	margin: 0 0 0.5em 1em;
	}
ul ul ul ul li {
	list-style-image:url(../graphics/triangle.gif);
	border: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
	color: #444;
	font-size: 0.8em;
	font-weight: normal;
	margin: 0;
	}

ul a {
	color: #444;
	text-decoration: none;
	font-weight: normal;
	}
	
ul a:hover {
	color: #900;
	}

li {
	margin: 0;
	padding: 0.4em 0 0.4em 0;
	border-top: dotted #ccc 1px;
	}

.row0 {
	list-style-image:url(../graphics/triangle.gif);
	}
.row1 {
	list-style-image:url(../graphics/triangle2.gif);
	}
.row1 a {
	color: #900;
	font-weight: normal;
	}

/*                             */
/*  Typo                       */
/*                             */

img {
	margin: 0;
	padding: 0;
	}

h1
	{
	font-size: 1.8em;
	padding: 0;
	margin: 0em 0 0.4em 0;
	color: #900;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	}

h1 span
	{
	position: relative; 
	display: inline; 
	float: right; 
	clear: none; 
	font-size: 0.5em;
	padding: 0.5em 0 0 0; 
	font-weight: normal; 
	font-family: Georgia, Times, serif;
	}

h1 a {
	color: #900;
	text-decoration: none;
	}

h1 a:hover {
	color: #444;
	}

h1 span a {
	color: #444;
	text-decoration: none;
	}

h1 span a:hover {
	color: #900;
	}

h2 {
	font-size: 1em;
	padding: 1em 0 1em 0;
	margin: 0;
	color: #900;
	font-family: "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
	}
h3 {
	font-size: 0.8em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	color: #444;
	}

p {
	color: #444;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 1em 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
	}
	
div#content ul p a {
	font-weight: normal;
	text-decoration: underline;
	}

.anker {
 	height: 0px;
 	margin: 0;
 	padding: 0;
 	font-size: 0.01em;
 	}
div#content ul ul p.anker a {
 	text-decoration: none;
	}
