td		{
		vertical-align: top;
		}
		
#seite		{
		position: absolute;
		width: 1000px;
		left: 50%;
		top:50px;
		margin-left: -550px;
		}		
		
#menue		{
		position:absolute;
		left:50px;
		width:300px;
		padding-left: 50;
		padding-top: 80;
		height: 600px;
		z-index:2;
		}

#inhalt		{
		padding-top: 10px;
		position:absolute;
		left:350px;
		width:420px;
		z-index:5;
		}
		
#info		{
		position:absolute;
		left:750px;
		padding-left:60px;
		padding-right: 60px;
		padding-top:10px;
		width:340px;
		height: 600px;
		z-index:0;
		background:url(images/hintergrund02.png);
		background-repeat: no-repeat;
		}
				
#menuitem	{
		position: absolute;
		white-space:nowrap;
		font-size: 11px;
		margin-top: 0;
		margin-bottom: 1px;
		}
		
#menuhead	{
		font-weight: bold;
		position: absolute;
		white-space:nowrap;
		margin-top: 4px;
		font-size: 13px;
		margin-bottom:1px;
		}

h1		{
		font-size: 18px;
		line-height: 18px;
		margin-top: 0;
		margin-bottom: 12px;
		}
		
h2		{
		font-size: 15px;
		line-height: 18px;
		margin-top: 0;
		margin-bottom: 12px;
		}		
		
h3		{
		font-size: 13px;
		line-height: 18px;
		margin-top: 10px;
		margin-bottom: 0px;
		font-weight: bold;
		}

body, p, td	{
		font-size: 11px;
		line-height: 17px;
		font-family: Verdana, sans-serif;
		margin-top: 0;
		margin-bottom: 12px;
		}

.gross	{
		font-size: 13px;
		line-height: 21px;
		font-family: Verdana, sans-serif;
		margin-top: 0;
		margin-bottom: 15px;
		}

a:link		{
		text-decoration: none ! important;
		color: #000099;
		}
		
a:visited	{
		color: #000066;
		text-decoration: none;
		}
		
a:hover		{
		text-decoration: underline ! important;
		}
		
a:active	{
		color: #cc0000;
		text-decoration: underline ! important;
		}

img	        { 
                  border-style: none;
                }
