body{
    margin: 0pt;
    padding: 0pt;
	font-family: lucida, verdana, arial, helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 75%;
    line-height: 135%;
    font-size-adjust: none;
    font-stretch: normal;
    text-align: center;
    color: #c0c0c0;
	background-color: #000000;
}

td {
    font-size: 75%;
	font-weight: bold;
}

a:link
	{
	color: silver;
	text-decoration: none;
	}

a:hover {color:#ff0000;}
	
a:visited	{
	color: silver;
	text-decoration: none;
	}

h1	{
    font-weight: bold;
    font-size: 150%;
	color: white;
	text-decoration: none;
}

p	{
	padding: 0px 110px 20px 110px;
    font-weight: bold;
    color: white;
	text-decoration: none;
}
	
#container{
    /*border-top: 2px ridge #404040;*/
	border-top: 2px solid #d0d0d0;
	border-bottom: 5px solid #404040;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
    margin: 1em auto;
    width: 794px;
    text-align: center;
    background-color: #000;
}

#head{
	padding-top: 25px;
    margin: 0;
    text-align: center;
    background-color: #000;
}

.header{
    height: 32px;
    background-image: url(rot2.jpg);
}

.header2{
    height: 16px;
    background-image: url(rot1.jpg);
}

#menu{
	height: 59px;
	background-color: #909090;
	margin: 0;
	padding: 0;
	text-align: center;
	border-top: 3px groove silver;
	border-bottom: 1px groove silver;
}

#menu ul{
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    clear: left;
}

#menu ul li{
    display: block;
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
}

#menu ul li a{
    background: #000;		/* Hintergrund bei Navigation inaktiv */
    width: 99px;			/* Groesse Button */
    height: 59px;			/* Groesse Button war 3em */
    border-top: 2px solid #909090;
    border-left: 1px solid #909090;
    border-bottom: 2px solid #909090;
    border-right: 1px solid #909090;
    padding: 0;
    margin: 0;
    color: #FFD700;	/* alt: #c30 Schrift */
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 2em;
    font-size: 10px;
}

div>#menu ul li a{
    width: 97px;
	height: 55px;
}

#menu ul li#eight a{
    width: 97px;
}

#menu ul li a:hover{
    color: #fff;				/* alt: gold Schrift */
    background-color: #702124;			/* A01439 roter Hintergrund */
}

#menu a:active{
    color: #F6F900;				/* gelbe Schrift */
    background-color: #000;			/* schwarzer Hintergrund */
}

#contents{
	/*margin: 20px 20px 20px 20px;*/
    color: #fff;
    background-color: #000;
}

#left{
    /*margin: 20px 20px 20px 30px;*/
	float: left;
	height: 400px;
	width: 150px;
	padding-top: 30px;
	padding-left: 30px;
	background-color: #000;
	text-align: left;
	color: #fff;
}

#left p{
    line-height: 185%;
    text-align: left;
    color: #fff;
}

ul#subnav{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height: 185%;
}

#subnav li{
	background-color: #000;
}

#subnav li a:hover{
	background-color: #000;
	color: #fff;
}

#right{
    /*margin: 20px 20px 20px 20px;*/
    float: right;
    width: 572px;
    /*height: 500px;*/
    background-color: #000;
	text-align: left;
	border-left: 1px solid #505050;
	padding-left: 20px;
}

#right p{
	padding: 0px 20px 10px 20px;
    font-weight: bold;
    color: white;
	text-decoration: none;
	}

.table	{
	font-family: lucida, verdana, arial, helvetica, sans-serif;
	text-align: left;
	color: white;
	background-color: #000;
	}

.pic{
	border: solid 1px #FFD700;	/* früher: silver */
}

.silver{
	color: silver;
}

.gold{
	color: #FFD700;
}

.name{
	color: #FFD700;
	font-size: 200%;
}

.white{
	color: white;
}

.center{
	text-align: center;
}

.bold{
	font-weight: bold;
}

.backwards {unicode-bidi:bidi-override; direction: rtl; color:#c00;}

#footer{
	clear: both;
	height: 25px;
	background-color: #202020;
	padding: 0;
	color: #c20;
	border-top: 1px solid #505050;
	display: block;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	line-height: 3em;
	font-size: xx-small;
	font-weight: bold;
}
