/*au.css*/
body	{
		background-color: black;
		font-family: arial, verdana, helvetica, sans-serif;
		font-size: 15px;
		font-style: normal;
		font-stretch: condensed;
		color: #D3D3D3;
		text-align: center;
	 	}

a:body	{
		background-color: black;
		font-family: arial, verdana, helvetica, sans-serif;
		font-size: 14px;
		font-stretch: condensed;
		color: #ffffff;
		text-align: center;
		}

h1		{
		font-family: arial, verdana, helvetica, sans-serif;
		font-size: 15px;
		color: #ffffff;
		font-stretch: condensed;
		text-decoration: none;
		font-variant: uppercase;
		}

h2		{
		font-family: arial, verdana, helvetica, sans-serif;
		font-size: 15px;
		color: #ffffff;
		font-stretch: condensed;
		}


h3		{
		font-family: arial, verdana, helvetica, sans-serif;
		font-size: 17px;
		background-color: black;
		color: #ffffff;
		font-variant: small-caps;
		font-stretch: condensed;
		font-weight: bold;
		}







/*Backbuttons*/

a:link.menue 	{
				color: #FF1D66;
				font-size: 14px;
				font-weight: normal;
				text-decoration: none;
				line-height: 16px;
				vertical-align: top;
				}

a:visited.menue {
				color: #FF1D66;
				font-size: 14px;
				font-weight: normal;
				text-decoration: none;
				line-height: 16px;
				vertical-align: top;
				}

a:hover.menue 	{
				color: #660033;
				font-size: 15px;
				font-weight: bold;
				text-decoration: none, blink;
				line-height: 17px;
				vertical-align: top;
				}

a:active.menue	{
				color: #9999FF;
				font-size: 14px;
				font-weight: normal;
				text-decoration: none;
				line-height: 16px;
				vertical-align: top;
				}

/*weitere Buttons*/

a:link.other 	{
		background-color: none;
		color: #cccccc;
		font-family: arial;
		font-size: 14px;
		text-decoration: none;
		line-height: 17px;
		}

a:visited.other {
		background-color: none;
		color: #cccccc;
		font-family: arial;
		font-size: 14px;
		text-decoration: none;
		line-height: 17px;

		}

a:hover.other 	{
		background-color: none;
		color: red;
		font-family: arial;
		font-size: 15px;
		line-height: 17px;
		text-decoration: none;
		font-weight: bold;

		}

a:active.other	{
		background-color: none;
		color: #cccccc;
		font-family: arial;
		font-size: 14px;
		line-height: 17px;
		text-decoration: none;
		}

/*table*/

table	{
		border: none;
		caption-side: right;
		width: 80%;
		border-color: transparent;
		padding: 2px;
		margin-right: 2px;
		background-color: none;
		text-align: left;
		font-family: arial, verdana, helvetica, sans-serif;
		font-size: 14px;
		font-style: normal;
		font-stretch: condensed;
		color: #D3D3D3;
		hspace: 10;
		vspace: 6;
		}

td		{
		vertical-align: top;
		text-align: left;
		background-color: transparent;
		color: #D3D3D3;
		line-height: 18px;

		}

.td  	{
/*		display: table-row;*/
		vertical-align: top;
		text-align: left;
		background-color: #330000;
		color: #999999;
		line-height: 18px;
		}

.oben	{
		vertical-align: top;
		}
