html,body						{
								margin: 0;
								height: 100%;
								font-size: 100.01%;
								background-color: #D7DCE3;
								text-align: center;
								background-image: URL('../bilder/back.jpg');
								background-repeat:repeat-y;
								background-position:center;
								min-width: 40em;
								}

html>body #fixiert 				{
    							position: fixed;
  								}

#line							{
								width: 930px;
								height: 42px;
								background-image: URL('../bilder/back1.gif');
								background-repeat: repeat-x;
								background-position: center;
								text-align: center;
								margin: 0 auto;
								}

td#copyright					{
								width: 100%;
								text-align:center;
								font-weight: bold;
								font-family: Arial;
								font-size: 11px;
								padding-bottom: 5px;
								}

#header							{
								font-size: 13px;
								font-weight: bold;
								background-image: URL('../bilder/header.jpg');
								width: 100%;
								height: 119px;
								background-repeat: no-repeat;
								background-position: center;
								}

div#ansprechpartner				{
								line-height: 22px;
								text-align: center;
								}

#a_head							{
								background-image: URL('../bilder/back4.gif');
								font-size: 13px;
								font-weight: bold;
								}

#a_row							{
								font-size: 12px;
								}

#a_row #textfield				{
								border: #A5ACB2 solid 1px;
								height: 20px;
								}
								
#a_row #textfield2				{
								border: #A5ACB2 solid 1px;
								height: 20px;
								}								

#text							{
								width: 590px;
								font-family: Verdana, Arial, Helvetica, sans-serif;
								font-size: 12px;
								text-align: left;
								padding: 4px;
								}

#text h1						{
								font-size: 17px;
								font-weight: bold;
								padding: 0;
								margin: 0;
								}
								
#text h2						{
								font-size: 14px;
								font-weight: bold;
								padding: 0;
								margin: 0;
								}
								
#text a,
#text a:visited,
#text a:active					{
								color: #4040FF;
								text-decoration: none;
								}
								
#text a:hover,
#text a:visited:hover,
#text a:active:hover			{
								color: #4040FF;
								text-decoration: underline;
								}								
								
#space							{
								padding: 0 15px 0 15px;
								}								
								
#text table						{
								font-size: 12px;
								}

input,textarea,select			{
								font-family: Verdana;
								font-size: 12px;
								}								

input#checkbox					{
								vertical-align: middle;
								}
								
#errorcolor						{
								font-size: 14px;
								font-weight: bold;
								color: #DD0000;
								margin: 0 0 21px 0;
								}
								
#errorcolor2					{
								font-size: 12px;
								font-weight: bold;
								color: #CC0000;
								margin: 0 0 11px 0;
								}
								
#errorcolor3					{
								font-size: 12px;
								font-weight: bold;
								color: #00AA00;
								margin: 0 0 11px 0;
								}
								
#info							{
								font-size: 11px;
								}