body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
       height:100%;
       width:700px;
       margin-left: auto;
	margin-right: auto;
       padding: 10px;
       border: none;
	color: #000000;
	list-style-type: circle;
       text-align: center;
}

.imp {
	font-size: 6px;
	font-weight: bold;
}


/* ###################### LINKS ###################### */
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0B63B5;
	list-style-type: circle;
	border-bottom: none; 
	text-decoration: none;
}
a:hover {
	border-bottom: dotted 1px green; 
	border-top: none; 
	border-left: none; 
	border-right: none; 

}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-type: circle;
	border-bottom: dotted 1px red; 
	text-decoration: none;
}


a.black:link, a.black:visited, a.black:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-type: circle;
	border-bottom: none; 
	text-decoration: none;
}
a.black:hover {
	border-bottom: dotted 1px green; 
}

/* ################### TABELLEN ################ */

  CAPTION.TAB
  {
     background:url(Impyde.png);
     background-repeat:no-repeat;
     background-position:center;
     background-color:#ffffff;
     color:black;
     border-style:dotted;
     border-width:0px;
     border-color:black;
     table-layout:fixed;
     height:150px;
  }

  TABLE.TAB
  { 
     font-family:verdana;
     font-size:10pt;
     background-color:#ffffff;
     width:700px;
     border-style:dotted;
     border-color:black;
     border-width:0px;
     text-align:center;
  }

  TH.TAB
  {
     font-size:10pt;
     background-color:#eeeeee;
     color:black;
     border-style:dotted;
     border-width:0px;
     border-color:#cccccc;

  }


  TR.TAB
  { 
     height:10px;
     vertical-align:top;
  }

  TD.TAB
  {  
     font-size:10pt;
     background-color:#ffffff;
     color:black;
     border-style:dotted;
     border-width:0px;
     border-color:#ffffff;
     text-align:left;
  }


.buttonscontainer {width: 700px;}

.buttons a {color: #000000;
background-color: #ffffff;
padding: auto;
padding-left: 3px;
display: inline;
border-bottom: 1px dotted green;
font: 12px Arial, sans-serif;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: #CCFFFF;
color: #0B63B5;
text-decoration: none;}

