#container	{
		width: 760px;
		\width: 780px;
		w\idth: 760px;
		margin: 0 10px 10px 10px;
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
		}

#background	{
		background-color: #EEE8AA;
		}

#navigation ul	{
		margin: 0;
		padding: 0;
		font-size: small;
		letter-spacing: 0.1em;
		width: 100%;
		border-top: 6px solid #94934a;
		}

#navigation li	{
		margin: 0; 
		padding: 0;
		display: inline;
		list-style: none;
		}
	
#navigation a:link, #navigation a:visited {
		font-size: 85%;
		line-height: 3em;
		font-weight: bold;
		margin: 0 10px 0 10px;
		text-decoration: none;
		color: #404000;
		}

#navigation a.active:link, #navigation a.active:visited, #navigation a:hover {
		border-top: 8px solid #94934a;
		padding-top: 4px;
		color: #333;
		}

#english	{
		border-top: 1px solid #94934a;
		border-bottom: 1px solid #94934a;
		background-image: url(UK.png);
		background-repeat: no-repeat;
		background-position: 10px 50%;
		line-height: 2em;
		padding-left: 50px;
		}

#english a:link, #english a:visited {
		font-size: 85%;
		font-weight: bold;
		text-decoration: none;
		color: #800000;
		}

#english a.active:link, #english a.active:visited, #english a:hover {
		color: #333;
		}

#deutsch	{
		border-top: 1px solid #94934a;
		border-bottom: 1px solid #94934a;
		background-image: url(BRD.png);
		background-repeat: no-repeat;
		background-position: 10px 50%;
		line-height: 2em;
		padding-left: 50px;
		}

#deutsch a:link, #deutsch a:visited {
		font-size: 85%;
		font-weight: bold;
		text-decoration: none;
		color: #800000;
		}

#deutsch a.active:link, #deutsch a.active:visited, #deutsch a:hover {
		color: #333;
		}

#content	{
		padding: 8px;
		margin-top: 10px;
		background-color: #fff;
		font-size: 12px;
		line-height: 1.6em;
		color:#333;
		}

#content ul	{
		list-style-type: none;
		}

#content table td {
		padding: 3px 0px 3px 15px;
		}

#content table td.padleft0 {
		padding-left: 0;
		}

#content table tr.bgcolor {
		background-color: #f7f6f7;
		}

#footer		{
		clear: both;
		padding: 8px;
		background-color: #94934a;
		background-image: url(valid-xhtml10-green.png);
		background-repeat: no-repeat;
		background-position: 10px 50%;
		line-height: 2em;
		text-align: right;
		font-size: 85%;
		font-weight: bold;
		color: #333300;
		}

body		{
       		font-family:verdana, arial, helvetica, sans-serif;
       		}

h1		{
		color: #333300;
		letter-spacing: 2.0px;
		text-align: center;
		font-size: 18px;
		padding: 24px 0 24px 0;
		border-bottom: 6px solid #94934a;
		}

h2		{
		font-weight: bold;
		font-style: italic;
		font-size: 13px;
		border-bottom: 1px solid #ccc;
		}

.anm		{
		font-size: 11px;
		padding-left: 12px;
		}


.bgcolor	{
		background-color: #f7f6f7;
		}

.code		{
		font-family:monospace;
		font-weight: bold;
		}

.sign		{
		font-size: 2.5em;
		color: #ccc;
		padding-left: 40px;
		}

.noline		{
		text-decoration: none;
		}