body
	{
  margin-top:20px;
  font-family:verdana,helvetica,sans-serif;
  scrollbar-base-color:#ccFFcc;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#ccFFcc;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#ccffcc;
	}

body, td, p, span, div, h1, h2, h3, h4
	{
	font-family:verdana,helvetica,sans-serif;
	}
	
.adresse
	{
	font-size:9pt;
	}
	
.nav
	{
	font-size:10pt;
	}
	
.content
	{
	font-size:11pt;
	}

.tabwidth1
	{
	width: 600px;
	}	

.tabwidtht
	{
	width: 200px;
	}	
.tabwidthn
	{
	width: 550px;
	}	

	
/*<!-- Überschriften --> */

h1				{
			color:#000000;
			size:10pt;
			font-weight:bold; 
			}

h2				{
			color:#000000;
			size:9pt;
			font-weight:bold; 
			}			
h3				{
			color:#000000;
			size:9pt;
			font-weight:bold; 
			}			
h4				{
			color:#000000;
			size:8pt;
			font-weight:bold; 
			}			

/*<!-- Link Formatierung nur bei IE aktiv --> */

a			{
			color:#006600;
			text-decoration: none;
			size:10pt;
			weight:normal; 
			}

a:link		{
			color:#006600;
			text-decoration: none;
			size:10pt;
			weight:normal; 
			}

a:visited	{
			color:#006600;
			text-decoration: none;
			size:10pt;
			weight:normal; 
			}

a:active	{
			color:#006600;
			text-decoration: none;
			size:10pt;
			weight:normal; 
			}

a:hover	{
			color:#FF3300;
			text-decoration: none;
			size:10pt;
			weight:normal; 		
			}	

input.breite, textarea.breite
			{
			width: 300px;
			}
			
@media print
{
  /* <!--... ... Formatdefinitionen zum Drucken ...  --> */
   			#noprint  {display: none}
   			
body {
	font-family:arial,helvetica,sans-serif;
	margin: 0;
 	padding: 0;
	color: black;
	background: transparent;

	}
a:link:after, a:link:visited:after {
  content: " (Link auf &lt;" attr(href) "&gt;) ";
  font-size: 76%;
  color: #999;
  background: transparent;
  }
}
