/* CSS BoxMania */







html {}



body {}







* {}







h1, h2, h3, h4, h5, h6 {}







a {}



a:link {}



a:visited {}



a:hover {}



a:active {}







body {



	background: #008000;



     }







div#kopf 



       {background: #0000A0;



        color: #C0FF00;



        font-family: verdana,arial,helvetica;



	font-size: 16pt;



	font-weight: bold;



	text-align: center;



	margin-bottom: 10px; 



	padding-top: 5px;



	padding-bottom: 5px;



	border-width: 3px; 



	border-style: none; 



	border-color: green}







div#bild



       {



	width: 50%;



	height: 200px;



	background: #FFFF00;



	text-align: center;



        margin-top: 10px;



	padding-top: 15px;



	padding-bottom: 15px;}











div#beschreibung td



       {



	background: #FFFF000;




	color: #800000; 



	font-family: verdana,arial,helvetica;



	font-size: 14px;



	font-weight: bold;



        margin-top: 10px;



	padding-left: 3px;



	padding-top: 15px;



	padding-bottom: 15px;}







div#beschreibung h1 {



	font-family: verdana,arial,helvetica;



	font-size: 8pt;



        color: #E00060;



	text-decoration: underline;



	}







div#navigationIcons {
	height: 25px;
	float: left;
	background: #00FFFF;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 5px;
	text-align: left;
	word-spacing: 20px;
  display: inline;  
}







div#navigationLink {



	height: 33px; 



	background: #00FFFF;



	font-family: verdana,arial,helvetica;



	font-size: 10pt;



	font-weight: bold;



	margin-top: 10px;



	margin-bottom: 10px;



	padding: 5px;



	text-align: right;



     }







div#jahrestabelle {



	clear: both; 



	}







div#jahrestabelle table {



      /* padding-top: 50px; */



      width: 100%;



      background: #FFC000;



      font-family: verdana,arial,helvetica;



      font-size: 20px;



      border: 2px solid #A02020;	



      border-spacing: 15px 15px;



      empty-cells: show;



   }







div#jahrestabelle th, div#jahrestabelle td {



     background: #A0FF00;



     width: 10%;



     text-align: center;



     border-style: solid;



     border: 1px solid #A02020;



     font-weight: bold;



   }











div#jahrestabelle a:link, div#jahrestabelle a:visited {



	text-decoration: none;



	}







div#ps table tr td {
	height: 5px;
	padding: 0 5px 0 0;
	margin: 0 0 0 0;
	//border: 1px solid blue;
}
div#mzz table tr td {
	height: 5px;
	padding: 2px;
	margin: 0 0 0 0;
	border: 1px solid blue;
}



td.vorhandene_muenze	{



      background: #C0FF00;



   }







td.fehlende_muenze	{



      background: #000080;



   }















.sondertext



       {



	font-family: wingdings;



        color: red;}







.land  {



        color: #008000;



	}











div#ps table tr.kasten td {



	color: #004080;



}







div#ps table tr.kasten td.right {



	text-align: right;



}







p.bemerkung {



   padding-left: 100px;

   padding-right: 100px;

   color: #E00060;



}







hr.bemerkung {



 border: 0px; /* F³r Firefox und Opera */



 border-top: solid 3px #FF0000;



 border-bottom: transparent;



}



div#jahrestabelle table tr td.nichtVorhanden {

 background: lightgray;

}

a img {
  border:  solid #FF00FF 1px;
      }


a:visited img {
  border:  solid  #FF00FF  1px;
      }


span#HeadlineYear {
   // float: right;
   font-size: 40px;
   font-weight: bold;
   color: orange;
   width: 50px;
   height: 50px;
   // border: solid blue 4px;
}












