body 
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #333333;
		background-color: #99CCCC;
		margin: 0;
		padding: 0;
		}
h1
	{
		font-size: 1.1em;
		}
p, td, li
	{
		font-size: 0.8em;
		}
ul
	{
		list-style: square;
		}
img 
	{
		border: none;
		}

#kopf
	{
		background-color: #333;
		color: #FFF;
		height: 40px;
		width: 100%;
		}
#kopf h1
	{
		margin-top: 0px;
		padding-top: 8px;
		padding-left: 10px;
		}
#inhalt
	{
		padding: 10px 40px;
		}
#fusszeile
	 {
	 	width: 90%;
		margin: auto;
		text-align: center;
		border-top: 1px solid #333;
		padding-top: 10px;
		font-size: 0.7em;
		}
#drop
	{	/* fuer das Jumpmenue*/
		position: absolute;
		top: 10px;
		right: 10px;
		}
#suche
	{	/* fuer die Atomz Suche*/
		position: absolute;
		top: 10px;
		right: 180px;
		}
.claro
	{
	clear: both;
	line-height: 0px;

		}
a:link 	
	{
		color: #2E5C5C;
		background-color: transparent;
		}
a:visited 	
	{
		color: #326565;
		background-color: transparent;
		}
a:hover 	
	{
		color: #99CCCC;
		background-color: #2E5C5C;
		}
a:active 	
	{
		color: #99CCCC;
		background-color: #2E5C5C;
		}
