	body
	{
		font-family: Verdana;
		font-size: 10px;
		background: #BDC3CE;
	}

	a.menu:link
	{
		font-family: Verdana;
		color: #000000;
		text-decoration: none;
	}

	a.menu:visited
	{
		font-family: Verdana;
		color: #000000;
		text-decoration: none;
	}

	a.menu:hover
	{
		font-family: Verdana;
		color: #942723;
		text-decoration: none;
	}
	
	a.menu:active
	{
		font-family: Verdana;
		color: #000000;
		text-decoration: none;
	}

	table.header
	{
		background-image: url(../pics/background_header.gif);
		border: 2px solid #004080;
		width: 800px;
		height: 124px;
	}
	
	table.content
	{
		background: #D6DBE7;
		border: 2px solid #004080;
		width: 800px;
		height: 400px;
	}

	table.art
	{
		font-size: 12px;
	}
	
	td.header
	{
		height: 98px;
	}
	
	td.noArt
	{
		height: 98px;
	}

	td.gesamt
	{
		border-top: 3px double #004080;
	}

	td.trenner
	{
		border-top: 1px solid #004080;
		border-bottom: 1px solid #004080;
		height: 50px;
	}
	
	td.menu
	{
		text-align: center;
		font-weight: bold;
		font-size: 12px;
	}
	
	th
	{
		text-align: left;
	}
	
	input.add
	{
		border: 1px solid #004080;
		background: #D6DBE7;
	}

	select.menge
	{
		border: 1px solid #004080;
		background: #FFFFFF;
	}
	
	input.menge
	{
		border: 1px solid #004080;
		background: #FFFFFF;
	}
	
	span.sub
	{
		font-family: Verdana;
		font-size: 9px;
	}

	span.error
	{
		font-family: Verdana;
		font-size: 11px;
		color: #FF0000;
	}
	
	span.head
	{
		font-family: Verdana;
		font-size: 11px;
		font-weight: bold;
		padding-left: 20px;
	}
	
