/* CSS Document */

html, body {
	margin:0;
	background-color:white;
	background-image: url(images/rechtsbg.jpg);
	background-repeat:repeat-x;
    padding:0;
    height:100%;
	border:none
}
TD			{
			font-size:8pt;
    		font-family:'verdana', 'helvetica', 'arial';
			}
TD.just		{
			text-align:justify;
			}
h1			{
			font-size:11pt;
    		font-family:'verdana', 'helvetica', 'arial';
   			color:black;
			text-align:left;
			}
h2			{
			font-size:10pt;
    		font-family:'verdana', 'helvetica', 'arial';
   			color:#183131;
			text-align:left;
			}
b	{
			font-size:8pt;
    		font-family:'verdana', 'helvetica', 'arial';
   			color:#141235;
			text-align:left;
			}
A:link		{
			font-size:8pt;
        	font-family:'verdana', 'helvetica', 'arial';
        	color:#141235;
        	text-decoration:underline;
     		}
A:visited	{
			font-size:8pt;
     		font-family:'verdana', 'helvetica', 'arial';
        	color:#141235;
        	text-decoration:underline;
     		}
A:active	{
			font-size:8pt;
        	font-family:'verdana', 'helvetica', 'arial';
        	color:#141235;
        	text-decoration:none;
     		}
A:hover		{
			font-size:8pt;
        	font-family:'verdana', 'helvetica', 'arial';
        	color:#141235;
        	text-decoration:none;
     		}
ul.square 	{
			list-style-type: square;
			list-style-position:outside;
			}
select		{
			border-right: #183131 1px solid;
			border-top: #183131 1px solid;
			font-size: 11px;
			border-left: #183131 1px solid;
			color: #000000;
			background-color: #FFFFFF;
			border-bottom: #183131 1px solid;
			font-family:'verdana', 'helvetica', 'arial';
			font-weight:bold
			}
textarea	{
			border-right: #183131 1px solid;
			border-top: #183131 1px solid;
			font-size: 11px;
			border-left: #183131 1px solid;
			color: #000000;
			background-color: #FEE6C2;
			border-bottom: #183131 1px solid;
			font-family:'verdana', 'helvetica', 'arial';
			font-weight:bold
			}
input		{
			border-right: #183131 1px solid;
			border-top: #183131 1px solid;
			font-size: 11px;
			border-left: #183131 1px solid;
			color: #000000;
			background-color: #FEE6C2;
			border-bottom: #183131 1px solid;
			font-family:'verdana', 'helvetica', 'arial';
			font-weight:bold
			}

table.fullheight
			{
			height:100%;
			}
.alternaterow
			{
			background-color:#9FC036;
			}
.alternaterowright
			{
			background-color:#9FC036;
			text-align:right;
			}
.alternaterow2
			{
			background-color:#D7E29B;
			}
.alternaterowtop
			{
			background-color:#799329;
			}
table.tip	{
			vertical-align:top;
			border-color:#BA6322;
			border-style:solid;
			border-width:2px;
			}
table.border
			{
			border-color:#FFFFFF;
			border-style:solid;
			border-width:1px;
			background-repeat:no-repeat;
			}
table.border2
			{
			border-color:white;
			border-style:fixed;
			border-width:1px;
			background-repeat:no-repeat;
			}
hr			{
			color:#183131;
			}
