/* allgemeine standardeigenschaften einer seite*/
body            {
                background-color: rgb(17, 69, 52);
                background-image: url('../img/design/site-bg.gif');
                background-repeat: repeat-x;
                scrollbar-face-color: #ffffff;
                scrollbar-highlight-color: rgb(150,150,150);
                scrollbar-3dlight-color: #ffffff;
                scrollbar-darkshadow-color: #ffffff;
                scrollbar-shadow-color: rgb(150,150,150);
                scrollbar-arrow-color: rgb(150,150,150);
                scrollbar-track-color: #ffffff;
                padding: 0px; padding-top: 0px; padding-bottom: 10px;
                margin: 0px;
                }

.bg_left        {
                background-image: url('../img/design/bg_left.jpg');
                background-repeat: no-repeat;
                background-position: right top;
                vertical-align: top;
                }

.bg_right       {
                background-image: url('../img/design/bg_right.jpg');
                background-repeat: no-repeat;
                background-position: left top;
                vertical-align: top;
                }

.bg_left_3      {
                background-image: url('../img/design/bg_left_3.gif');
                background-repeat: repeat-y;
                background-position: right top;
                vertical-align: top;
                }

.bg_right_3     {
                background-image: url('../img/design/bg_right_3.gif');
                background-repeat: repeat-y;
                background-position: left top;
                vertical-align: top;
                }

.bg_content     {
                background-image: url('../img/design/bg_content.gif');
                background-repeat: repeat-x;
                background-color: #ffffff;
                background-position: top;
                vertical-align: top;
                }

.border_small_left	{
                background-image: url('../img/design/border_small_left.gif');
                background-repeat: repeat-y;
                background-color: #ffffff;
				}

.border_small_right	{
                background-image: url('../img/design/border_small_right.gif');
                background-repeat: repeat-y;
                background-color: #ffffff;
				}

.border_big_left	{
                background-image: url('../img/design/border_big_left.gif');
                background-repeat: repeat-y;
                background-color: #ffffff;
				}

.border_big_right	{
                background-image: url('../img/design/border_big_right.gif');
                background-repeat: repeat-y;
                background-color: #ffffff;
				}

.small_1		{
                padding-left: 6px; padding-right: 6px; padding-top: 12px;
				}

.small_2		{
                padding-left: 6px; padding-right: 20px; padding-top: 12px;
				}

.big_1			{
                padding-top: 12px; padding-left: 25px; padding-right: 10px;
				}

.big_1b			{
                padding-top: 12px; padding-left: 15px; padding-right: 20px;
				}

.big_2			{
                padding-top: 12px;
				}

.copy           {
                font-family: arial; font-size: 10px; color: rgb(81, 110, 52);
                padding-top: 3px;
                text-align: center;
                }
                
               


/* headline-formatierungen */
.hl_1			{
                font-family: arial; font-size: 11px; color: rgb(51, 51, 0); font-weight: bold;
                padding-bottom: 12px;
				}


/* textformatierungen */
.text_1         {
                font-family: arial; font-size: 11px; color: rgb(51, 51, 0);
                line-height: 16px;
                vertical-align: top; text-align: left;
                }

.form_text_1    {
                font-family: arial; font-size: 10px; color: rgb(0, 102, 51);
                line-height: 16px;
                vertical-align: middle; text-align: left;
                }


/* listenforamt */
.li_1  			{
				font-family: arial; font-size: 11px; color: rgb(51, 51, 0); line-height: 16px;
                list-style-image: url('../img/bullet_1.gif');
                margin-left: 20px; margin-top: 0px; margin-bottom: 0px;
                padding-left: 0px;
                }



/* standard link eigenschaften */
a               {
                font-family: arial; font-size: 11px;
                }
a:link          {
                color: rgb(0, 102, 51); text-decoration: none;
                }
a:visited       {
                color: rgb(0, 102, 51); text-decoration: none;
                }
a:hover         {
                color: rgb(51, 51, 0); text-decoration: underline;
                }
                
                
.copy a        {
                font-family: arial; font-size: 10px; color: rgb(81, 110, 52);
                text-decoration: none;
                }
                
.copy a:hover   {
                font-family: arial; font-size: 10px; color: #fff;
                text-decoration: none;
                }                 



/* formularformatierungen */
.input_def		{
                font-family: arial; font-size: 11px; color: rgb(0, 102, 51);
                padding: 0px;
                height: 16px;
				}

.input_1        {
                border: 1px rgb(217, 217, 76) solid;
                background-color: #ffffff;
                }

.input_sb       {
                border: 0px;
                background-color: #ffffff;
                font-family: arial; font-size: 11px; color: rgb(0, 102, 51); font-weight: bold;
                }

.input_1_act    {
                border: 1px rgb(82, 145, 55) solid;
                background-color: rgb(230, 245, 225);
                }

.input_sb_act   {
                border: 0px;
                background-color: #ffffff;
                font-family: arial; font-size: 11px; color: rgb(51, 51, 0); font-weight: bold;
                }

.input_2        {
                border: 1px rgb(217, 217, 76) solid;
                background-color: #ffffff;
                scrollbar-face-color: #ffffff;
                scrollbar-highlight-color: #ffffff;
                scrollbar-3dlight-color: #ffffff;
                scrollbar-darkshadow-color: #ffffff;
                scrollbar-shadow-color: #ffffff;
                scrollbar-arrow-color: rgb(140, 140, 140);
                scrollbar-track-color: #ffffff;
                }

.input_2_act    {
                border: 1px rgb(82, 145, 55) solid;
                background-color: rgb(230, 245, 225);
                scrollbar-face-color: rgb(232, 235, 255);
                scrollbar-highlight-color: rgb(232, 235, 255);
                scrollbar-3dlight-color: rgb(232, 235, 255);
                scrollbar-darkshadow-color: rgb(232, 235, 255);
                scrollbar-shadow-color: rgb(232, 235, 255);
                scrollbar-arrow-color: rgb(140, 140, 140);
                scrollbar-track-color: rgb(232, 235, 255);
                }
