html{
	height: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
body
{
	height: 100%;
	max-height: 100%;
	margin: 0px;
	border: 0px; /*background: #9900FF url(../img/static/background.jpg) repeat center center ;*/
	background: #FFFFE0;
	text-align: left; /*background-attachment: fixed;*/
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #101010
}

/* Inhaltsseitenformate */
img
{
	clear: right;
	display: inline;
	float: right;
	position: static;
}
h1
{
	color: #8B0000;
	text-transform: capitalize;
	font-weight: normal;
	font-variant: small-caps;
	border-bottom: #8B0000 3px double;
	margin: 0px;
	padding: 0px;
}

h1.subtitel
{
	font-size:larger;
	border-top:#8B0000 0px none;
	margin-bottom:8px;
	text-transform:none;
	font-variant:normal;
	padding:2px;
	}

h2
{
	color: #8B0000;
	font-style: italic;
	font-weight: normal;
}

a
{
	color: #CC0000;
	text-decoration: none;
}
a:hover
{
	background-color: #ffdead;
}
ul#liste
{
	margin-left:10ex;
	text-indent: -8ex;
}
ul#liste li
{
	list-style: none;
	margin:8px;
}
ul#liste a, ul#liste span
{
	color: #000000;
}

ul#liste a:hover
{
	color: #CC0000;
	background-color: #ffdead;
}

ul#liste1 li
{
	list-style: square;
	font-weight:bold;
}

ul#liste2
{
	margin-bottom: 10px;
}
ul#liste2 li
{
	list-style: square;
	font-weight: normal;
	color: #101010;
}

ul#liste-thetis
{
	margin-left:0ex;
	text-indent: 0ex;
}
ul#liste-thetis li
{
	color: #8B0000;
	list-style: none;
	margin:0ex 0ex 0ex 0ex;
	font-weight:bold;
	font-style:normal;
}

ul#liste-thetis2
{
	margin-left:2ex;
}

ul#liste-thetis2 li
{
	color: #101010;
	list-style: none;
	font-style: normal;
	font-weight:normal;
	font-size:smaller;
	margin-top:2px;
	margin-bottom:2ex;
}
