/* CSS Document */
/* ******************  body  *************** */

body {
	margin: 8px;
	background: #ffffff;
	color: #000000;
	font-family:  Times, 'Times New Roman', serif;
	font-size: 90%;
}

img {
	display: none;
}

/* *** navigationsmenue *** */
#navigation {
	display: none;
}

#navigation ul {
	display: none;
}

#navigation li {
	display: none;
}

/* *** anchor *** */

a[href^="http://"]:after {
	content:" <" attr(href) ">";
	}


a:link {
	color: #000000;
	background: transparent;
	text-decoration:none;
}

a:visited {
	text-decoration:none;
	color:#000000;
	background: transparent;
}


a:hover {
	color:#E00000;
	text-decoration:none;
	background: #ffff99; /*#f90;*/
}

a:focus {
	background: transparent;
	color: #000;
	background: #ffff99;
	text-decoration:none;
}

a:active {  text-decoration:none;
		color:#0000ff;
	    background: #ffff99;
}



/* *** eigentlicher text-inhalt *** */

#content {

	margin-top: 30px;

}

/* *** ueberschriften *** */
h1  {
	font-family:  Times, 'Times New Roman', serif;
	font-size: 12pt;
	font-weight: bold;

	margin-bottom: -12px;
}

h2 {
	font-family:  Times, 'Times New Roman', serif;
	font-size: 10pt;
	margin-bottom: -12px;
}


h3 {
	font-family:  Times, 'Times New Roman', serif;;
	font-size: 10pt;
}
p {
	text-align: justify;
	font-family: 'Times New Roman',Times, serif;
	font-size: 9pt;
	background: transparent;
	font-style:normal;
	font-weight:normal;

}

/* *** kleine schrift *** */
.small {
	font-size: 0.8em;
}

ul {
	font-family:   Times, 'Times New Roman', serif;
	font-size: 0.9em;
	background: transparent;
	font-style:normal;
	font-weight:normal;
	list-style-type: square;
	list-style-image: none;
	padding-left: 10px;
	margin-left: 8px;

}


