html {
 margin: 0;
 padding: 0;
}

body
  { font-family: verdana;
    font-size: 11px;
    line-height: 18px;
    color: #000000; 
  }


/* Links */
a         {color: #000000; }
a.head         {color: #777777; }

a:link    {text-decoration: none; color: #005392}
a:visited {text-decoration: none; color: #005392}
a:hover   {color: #005392}
a:active  {color: #005392}

/* Link appearance of the top and side frame is different to the main frame */
div.speclink a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  font-family: Verdana
}
div.speclink a:link {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  font-family: Verdana
}
div.speclink a:visited {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  font-family: Verdana
}
div.speclink a:hover {
  color: #005392;
  font-weight: bold;
  text-decoration: none;
  font-family: Verdana
}

div.speclink2 a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  font-family: Verdana
}
div.speclink2 a:link {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  font-family: Verdana
}
div.speclink2 a:visited {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  font-family: Verdana
}
div.speclink2 a:hover {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  font-family: Verdana
}

   #main{
	margin: 0 auto;
		font-size: 11px;
        text-align: right;
        line-height: 14px;
	background: #005392;
	border-bottom-style: double;
	border-bottom-color: #FFFFFF;
   }
  
   #bottom{
	margin: 0 auto;
	background: #CCCCCC;
	border-bottom-style: double;
	border-bottom-color: #004D93;
   }
  
    #b{
	margin: 0 auto;
        font-size: 14px;
        line-height: 14px;
	background: #005392;
	border-top-style: double;
	border-top-color: #FFFFFF;
   }
  
    ul#Navigation li {
    list-style: none;
    text-align: center;
    margin: 0; 
	padding: 0.2em;
  }
  
   ul#Navigation li.sub {
    list-style: none;
    margin-left: 10px; 
	padding: 0.2em;
  }
  
  div#page {
	/*text-align: left; */   /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	font-size: 11px;
	width: 900px;
	padding: 0em;
	background-color: #FFFFFF;

	border-width: thin;
 	border-style: solid;
	border-top-color: #005392;
	border-right-color: #005392;
	border-bottom-color: #005392;
	border-left-color: #005392;

/*
  	border-top-style: double;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
 */
  }

  ul#Navigation {
	float: right;
	font-size: 14px;
	width: 12em;
	margin: 28px 0 0 3px;
	padding: 0;
	/* border: 1px dashed silver;*/
 	background-color: #FFFFFF;

  }

  div#content {
	font-size: 11px;
	margin: 10px 1em 0 0px;
	padding: 0 1em;
	/* border: 1px dashed silver; */
	background-color: #FFFFFF;
  }
  
  
.date {
 color: #00376C;
 margin-top: 20px;
 margin-bottom: 0;
 text-align:center;
}
/*
.tablehead{
	background-color: #bbbbbb;
	text-align="center";
	font-size: small;
	height=26;
	height: 20pt;
}
*/


.cont{
	bgcolor: "#E1E1E1";
}
  