html, body {
	background: url('sysimages/bg10.png') fixed;
	color: black;
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 101%;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #fffaf0;
}


/* -------------------------- BEGIN do not change --------------------------- */

ul.dropdown
{
    list-style: none;
    margin:0;
    padding:0;
    width:100%;
    z-index:99;
}

ul.dropdown * ul
{
    list-style: none;
    margin:0;
    padding: 0;
	display:none;
	position:absolute;
	z-index:99;
	width:20em;
}

ul.dropdown li
{
    float:left;
}

ul.dropdown li * li
{
    border:0px solid #fff;
    float:none;
    position: relative;
}

ul.dropdown ul * ul
{
    left:100%;
    top:0;

}

ul.dropdown a
{
    display:block;

}

ul.dropdown ul * a
{
    height:100%;
}

ul.dropdown li:hover ul ul, ul.dropdown li:hover ul ul ul, ul.dropdown li:hover ul ul ul ul
{
    display:none;
}

ul.dropdown li:hover ul, ul.dropdown ul li:hover ul, ul.dropdown ul ul li:hover ul
{
    display:block;
}

/* -------------------------- Style --------------------------- */


ul.dropdown a
{
   
    padding:4px;
    text-decoration:none;
}

ul.dropdown a:hover
{
  
    color: red;
}

ul.dropdown ul
{
    border:1px outset;

}

ul.dropdown ul a
{
    background-color:#ccc;
    color:#000;
    padding:4px;
    text-decoration:none;
}

ul.dropdown ul a:hover
{
    background-color:#f0f0f0;
    color:#000;
}

ul.dropdown ul li
{
    background-color:#ccc;
}



/* -------------------------- END do not change --------------------------- */





a.top {
	color: #818181;
	text-decoration: none;
	padding: 1px;
	font-weight: bold;
	font-style: normal;
}

a.seite {
	color: blue;
	text-decoration: none;
	padding: 4px;
	font-weight: bold;
	font-size: 12px;
}

a {
	color: blue;
	text-decoration: none;
	padding: 4px;
	font-style: oblique;
}

a:hover {
	color: red;
	font-weight: bold;

}

.ueber {
	font-size: 26px;
	font-weight: bold;
}

.text {
	
	padding: 4px;
	color: black;
}


h1 {

	font-size: 22px;
	font-weight: bold;
}

h2 {
	
	font-size: 18px;
	font-weight: bold;
}

h3 {
	
	font-size: 16px;
	font-weight: bold;
}
.lauf {
	color: #a52a2a;
	font-size: 20px;
}

