body {
        background-color: black; /* #202020; */
        text-align: center;

        font-family:Courier New;

        font-size:10pt;

	margin:0;
}

a {

        font-size:12pt;
}

a:link { 
	font-size:0.9em;
	text-decoration:none; 
	font-weight:bold; 
	background-color:#000000;
	color:#CC6600;
}

a:visited {
	font-size:0.9em;	
	text-decoration:none;
	font-weight:bold;
	background-color:#000000;
	color:#CC6600;
}

a:hover {
	text-decoration:underline;
	font-weight:bold;

/*	color:#000000;
	background-color:silver; */
}

a:active {
	font-size:1.1em;
	text-decoration:underline;
	font-weight:bold;
/*	color:#000000;
	background-color:silver; */
}

span#aktiv {
	/* color:#7282DB; */
	font-size:1.3em;
	color:#CC6600; /*cornflowerblue;*/

}

span#link {
	font-size:1.1em;
}

img {

	border-color:White;
}

H1 {

	padding-left:195px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;

        margin: 15px 0 0 0;

        font-size:16pt;
        color:#CC6600; /*cornflowerblue;*/
}

div#Seite { 

	top:0;
	width:845px;

	background-color:black; /* #202020; */
	color:#c0c0c0;
	text-align: left;

	margin: 0 auto;
}

ul#Navigation { 

	width:156px;

	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;

        margin: 0; 

	/* background-color:#444444; */
	color:#c0c0c0;
	float: left;	 
}

ul#Navigation li {

	list-style: none;
}


div#Inhalt {

	width:640px;

        margin:0;  

	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;

	/* background-color:#444444; */
        float: right;
}

small {

        font-family:Arial;
        font-size:8pt;
        font-weight:normal;
}

h3 {
	
        font-size:14pt;
        color:#CC6600;
        font-weight:bold;

        padding: 6px 0 5px 0;
	margin: 6px 0 5px 0;
}

h2 {
	
        font-size:12pt;
        color:#CC6600;
        font-weight:bold;

        padding: 6px 0 5px 0;
	margin: 6px 0 5px 0;
}

p {

	vertical-align:top; 
        font-size:10pt;
        color:Silver;
        font-weight:bold;

        margin: 0px 5px 10px 5px;
}


td {

        margin: 0px 5px 10px 5px;
	padding: 0;
}

ul {

        font-size:10pt;
        color:Silver;
        font-weight:bold;

	list-style:square;

	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

li {
	
	margin: 0 0 10px 0;
}

hr {	
	color:#C0C0C0;
	SIZE: 3px;

	margin:0;
	padding:0;
}