/* allgemeine standardeigenschaften einer seite*/
body            {
                background-color: rgb(255, 255, 255);
                scrollbar-face-color: rgb(218, 210, 199);
                scrollbar-highlight-color: rgb(150,150,150);
                scrollbar-3dlight-color: rgb(218, 210, 199);
                scrollbar-darkshadow-color: rgb(218, 210, 199);
                scrollbar-shadow-color: rgb(150,150,150);
                scrollbar-arrow-color: rgb(150,150,150);
                scrollbar-track-color: rgb(218, 210, 199);
                padding: 0px;
                margin: 0px;
                }
                
html			{
	            height: 100%; margin-bottom: 1px;
				}                

.bg_1			{
                background-image: url('../img/design/design_bg_1.gif');
                background-repeat: repeat-x;
                }

.bg_2			{
                background-image: url('../img/design/design_bg_2.gif');
                background-repeat: repeat-x;
                }

.bg_3			{
                background-color: rgb(255, 255, 204);
                }

.bg_4			{
                background-image: url('../img/design/design_bg_4.gif');
                background-repeat: repeat-y;
                }

.bg_5			{
                background-image: url('../img/design/design_bg_5.gif');
                background-repeat: repeat-x;
                }

.bg_6         	{
                background-image: url('../img/design/design_8.gif');
                background-repeat: no-repeat;
                }
                
.bg-6b			{
				font-family: arial; font-size: 10px; color: rgb(255, 255, 255);
                text-align: right; vertical-align: middle; padding: 0 33px 0 0;
				}

.content		{
                background-image: url('../img/design/design_bg_6.gif');
                background-repeat: repeat-y;
                }

.footer         {
                background-image: url('../img/design/design_9.gif');
                background-repeat: no-repeat;
                }

.copy           {
                font-family: arial; font-size: 10px; color: rgb(118, 161, 111);
                padding-top: 20px; padding-left: 160px;
                }


/* textformatierungen */
.text_1         {
                font-family: arial; font-size: 11px; color: rgb(25, 100, 25);
                line-height: 18px;
                vertical-align: top; text-align: left;
                }
				
.text_2         {
                font-family: arial; font-size: 11px; color: rgb(25, 100, 25);
                line-height: 18px;
                vertical-align: top; text-align: right;
                }
                
.text-initial
{
	font-size: 36px;
	font-family: arial;
	float: left;
	font-weight: normal;
	line-height: 36px;
	margin: 0 5px 0 0;
}
                
.errornote	    {
                font-family: arial; font-size: 11px; color: rgb(255, 102, 0);
                vertical-align: top; text-align: left;
                }

.formtext_1     {
                font-family: arial; font-size: 10px; color: #563529;
                vertical-align: top; text-align: left;
                }

.formtext_2     {
                font-family: arial; font-size: 10px; color: rgb(255, 102, 0);
                vertical-align: top; text-align: left;
                }

.hinweis        {
                font-family: arial; font-size: 11px; color: rgb(158, 0, 0);
                line-height: 16px;
                vertical-align: top; text-align: left;
                }


/* headlines */
.hl_1			{
                font-family: arial; font-size: 16px; color: #563529; font-weight: bold;
                padding-bottom: 15px; padding-top: 10px;
				}

.hl_2			{
                font-family: arial; font-size: 14px; color: #563529; font-weight: bold;
                padding-bottom: 10px; padding-top: 30px;
                }


/* listenforamt */
.li_1  			{
				font-family: arial; font-size: 11px; color:  rgb(25, 100, 25); line-height: 18px;
                list-style-image: url('../img/bullet_2.gif');
                margin-left: 25px; margin-top: 10px; margin-bottom: 0px;
                padding-left: 0px;
                }


.li_2  			{
				font-family: arial; font-size: 11px; color:  rgb(25, 100, 25); line-height: 18px;
                list-style-image: url('../img/bullet_4.gif');
                margin-left: 25px; margin-top: 10px; margin-bottom: 0px;
                padding-left: 0px;
                }


.pic_border_2	{
                border: 1px solid rgb(70, 161, 56);
                }

.pic_border_1	{
                border: 1px solid rgb(217, 240, 175);
                }


/* standard link eigenschaften */
a       		{
                font-family: arial; font-size: 11px;
                }
a:link  		{
                color: rgb(25, 100, 25); text-decoration: none;
                }
a:visited		{
                color: rgb(25, 100, 25); text-decoration: none;
                }
a:hover 		{
                color: #563529; text-decoration: underline;
                }


a.lhome         {
                font-family: verdana; font-size: 10px;
                color: rgb(255, 255, 255); text-decoration: none;
            	}
a.lhome:hover   {
                border-bottom: 1px solid #fff;
                }


a.lcopy         {
                font-family: arial; font-size: 10px;
                }
a.lcopy:link    {
                color: rgb(118, 161, 111); text-decoration: none;
                }
a.lcopy:visited {
                color: rgb(118, 161, 111); text-decoration: none;
                }
a.lcopy:hover   {
                color: rgb(118, 161, 111); text-decoration: underline;
                }


/* formularformatierungen */
.input_def		{
                font-family: arial; font-size: 11px; color: #563529;
                padding: 0px;
                height: 17px;
				}

.input_1        {
               	border: 1px solid rgb(217, 240, 175);
                background-color: rgb(255, 255, 255);
                }

.input_1b       {
                color: #563529;
                border: 0px;
                background-color: rgb(217, 240, 175);
                }

.input_1_act    {
                border: 1px solid rgb(217, 240, 175);
                background-color: rgb(255, 255, 210);
                }

.input_1b_act   {
                color: #ffffff;
                border: 0px;
                background-color: rgb(70, 161, 56);
                }

.input_2        {
                border: 1px solid rgb(217, 240, 175);
                background-color: rgb(255, 255, 255);
                scrollbar-face-color: rgb(255, 255, 255);
                scrollbar-highlight-color: rgb(217, 240, 175);
                scrollbar-3dlight-color: rgb(255, 255, 255);
                scrollbar-darkshadow-color: rgb(255, 255, 255);
                scrollbar-shadow-color: rgb(217, 240, 175);
                scrollbar-arrow-color: rgb(217, 240, 175);
                scrollbar-track-color: rgb(255, 255, 255);
                }

.input_2_act    {
                border: 1px solid rgb(217, 240, 175);
                background-color: rgb(255, 255, 210);
                scrollbar-face-color: rgb(255, 255, 210);
                scrollbar-highlight-color: rgb(217, 240, 175);
                scrollbar-3dlight-color: rgb(255, 255, 210);
                scrollbar-darkshadow-color: rgb(255, 255, 210);
                scrollbar-shadow-color: rgb(217, 240, 175);
                scrollbar-arrow-color: rgb(217, 240, 175);
                scrollbar-track-color: rgb(255, 255, 210);
                }