h1.ueberschrift { 
	 font-size: 12px;
     color:#000000;
     font-style: bold;
	 font-family:verdana; 
     border-bottom: 1px solid #000000; 
}

h2.ueberschrift { 
	 font-size: 11px;
     color:#000000;
     font-style: bold;
	 font-family:verdana;
 }

a:link,a:visited,a:active 
		{
			text-decoration: none; 
			color: #003399; 
			font-weight: bold;
			font-size: 11px;
			font-family: verdana
		}
a:hover 
		{
			text-decoration: underline; 
			color: #003399;
			font-weight: bold;
			font-size: 11px;
			font-family: verdana
		}
a.menu:link,a.menu:visited,a.menu:active 
		{
			text-decoration: none; 
			color: #000000; 
			font-weight: bold;
			font-size: 11px;
			font-family: arial
		}
a.menu:hover 
		{
			text-decoration: underline; 
			color: #000000; 
			font-weight: bold;
			font-size: 11px;
			font-family: arial
		}
a.well:link,a.well:visited,a.well:active 
		{
			text-decoration: none; 
			color: #5f5f5f; 
			font-weight: bold;
			font-size: 11px;
			font-family: arial
		}
a.well:hover 
		{
			text-decoration: none; 
			color: #5f5f5f;
			font-weight: bold;
			font-size: 11px;
			font-family: arial
		}
body.content
{
	padding:0px;
	scrollbar-DarkShadow-Color: #FFFFFF;
	scrollbar-Track-Color: #FFFFFF;
	scrollbar-Face-Color: #FFFFFF;
	scrollbar-Shadow-Color: #525252;
	scrollbar-Highlight-Color: #525252;
	scrollbar-3dLight-Color: #FFFFFF;
	scrollbar-Arrow-Color: #525252;
	overflow: auto;
}
table.menu
{
	margin: 0px;
	border: 0px
}
.standard 
		{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-family: Verdana;
	font-size: 11px;
}
.norm2 
		{
	text-decoration: none;
	color: #191970;
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
}
.normal 
		{
			text-decoration: none; 
			color: #000000;

			font-weight: normal;
			font-size: 11px;
			font-family: arial
		}
.head 
		{
			text-decoration: none; 
			color: #ffffff;

			font-weight: bold;
			font-size: 12px;
			font-family: arial
		}
.headblack 
		{
			text-decoration: none; 
			color: #336699;

			font-weight: bold;
			font-size: 12px;
			font-family: arial
		}
.head2
		{
			text-decoration: none; 
			color: #000000;

			font-weight: bold;
			font-size: 13px;
			font-family: arial
		}
.standard2 
		{
			text-decoration: none; 
			color: #191970;
			font-weight: normal;
			font-size: 11px;
			font-family: arial;
			line-height: 1.5
		}
.standard3 
		{
			text-decoration: none; 
			color: #FFFFFF;
			font-weight: normal;
			font-size: 11px;
			font-family: arial;
			line-height: 1.5
		}
p.maintext 
{
	font-family:arial;
	font-size:11px;
	line-height: 1.5;
	font-weight:bold;
	color:#191970;
}
textarea
{
	background-color: #ffffff;
	border: 1px solid #000000;
	font-family: verdana;
	color: #000000;
	font-size: 11px;
}
input
{
	background-color: #ffffff;
	border: 1px solid #000000;
	font-family: verdana;
	color: #000000;
	font-size: 11px;
	height: 19px;
}
input.noborder {
	border: 0px;
	background-color: transparent;	
}
input.extralong
{
	width: 250px;
}
SELECT
{
	border: 1px solid #000000;
	color: #000000;
	font-size:11px;
	font-family:Verdana;
	background-color:#ffffff;
} 
p.text
{
	font-family: arial;
	font-size: 11px;
	line-height: 1.5;
	color:#191970;
}
.maintext 
{
	font-family:arial;
	line-height: 1.5;
	font-size:11px;
	font-weight:bold;
	color:#191970;
}
.text 	   
{
	font-family:arial;
	font-size: 11px;
	line-height: 1.5;
	color:#191970;
}
ul.text
{
	font-family:arial;
	font-size: 11px;
	line-height: 1.5;
	color:#191970;
}
BODY
		{
			scrollbar-DarkShadow-Color: #FFFFFF;
			scrollbar-Track-Color: #FFFFFF;
			scrollbar-Face-Color: #FFFFFF;
			scrollbar-Shadow-Color: #525252;
			scrollbar-Highlight-Color: #525252;
			scrollbar-3dLight-Color: #FFFFFF;
			scrollbar-Arrow-Color: #525252;
		}

.semi_transparent {
  font-family:verdana;
  border: 2px solid #CCD9E7;
  background-image:url(../images/preisliste_bg_item.png);
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='../images/preisliste_bg_item.png');*/
}
/* IE ignores styles with [attributes], so it will skip the following. */
.semi_transparent[class] {
  
}

.message {
  	font-family:verdana;
	color: #aa0000;
	font-size: 11px;
	background-color: #ffcc00;
	border: 2px solid #aa0000;
	padding: 3px;
}