body {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:#999999;
}


.bg_hellgrau1	{ background-color:#F1F1F0;}
.bg_hellgrau2	{ background-color:#E6E6E6;}
.bg_weiss		{ background-color:#FFFFFF;}

.fg_blau		{ color:#274d96;}
.fg_rot			{ color:#ff0000;}
.fg_schwarz		{ color:#000000;}
.fg_weiss		{ color:#ffffff;}

.fg_7			{font-size: 7pt;}
.fg_8			{font-size: 8pt;}
.fg_9			{font-size: 9pt;}
.fg_10			{font-size: 10pt;}
.fg_11			{font-size: 11pt;}
.fg_12			{font-size: 12pt;}
.fg_14			{font-size: 14pt;}
.fg_16			{font-size: 16pt;}
.fg_18			{font-size: 18pt;}
.fg_30			{font-size: 30pt;}
.fg_artikel		{font-size: 10pt; font-family: Arial, Verdana, Helvetica, sans-serif; color:#000000;}
/*table, td		{padding:0px; spacing:0px;}*/

.padding0		{padding: 0px;}
.dotted			{border-right:#FFFFFF 2px dashed;}

a:link  			{ background:transparent; text-decoration:none;}
a:visited  			{ text-decoration:none;}
a:active			{ text-decoration:none;}
a:hover  			{ text-decoration:none;}

.rahmen_rot_rechts	{ border-right:#FF0000 1px solid;}
.rahmen_rot_links	{ border-left:#FF0000 1px solid;}
.rahmen_rot_oben	{ border-top:#FF0000 1px solid;}
.rahmen_rot_unten	{ border-bottom:#FF0000 1px solid;}
.rahmen_rot_alle	{ border-right:#FF0000 1px solid; border-left:#FF0000 1px solid; border-top:#FF0000 1px solid; border-bottom:#FF0000 1px solid;}



select
	{
	height:20px;
	font-size: 13px;
	line-height: 20px;
	color:#000000;
	background: #ffffff;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	}

input.button
				{
				height:25px;
				font-size: 10px;
				line-height: 15px;
				background: #ffffff;
				border-bottom: 1px solid #CCCCCC;
				border-top: 1px solid #CCCCCC;
				border-left: 1px solid #CCCCCC;
				border-right: 1px solid #CCCCCC;
				}

input.suche
				{
				height:20px;
				font-size: 10px;
				line-height: 12px;
				background: #ffffff;
				border-bottom: 1px solid #CCCCCC;
				border-top: 1px solid #CCCCCC;
				border-left: 1px solid #CCCCCC;
				border-right: 1px solid #CCCCCC;
				}

.rechts {float:right; padding-left:0.5em; white-space:nowrap; line-height:180%;}
.links {float:left; padding-right:3em; white-space:nowrap; line-height:180%; vertical-align:bottom}
