/* allgemeine standardeigenschaften einer seite*/
body            {
                background-color: #ffffff;
                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;
                margin: 0px;
                }

.bg_1			{
                background-color: #ffffff;
                background-image: url('../img/bg_1.gif');
                background-repeat: repeat-x;
                }

.bg_2			{
                background-color: #ffffff;
                background-image: url('../img/bg_2.gif');
                background-repeat: repeat-x;
                }

.bg_3			{
                background-color: #ffffff;
                background-image: url('../img/bg_3.gif');
                background-repeat: repeat-x;
                }

.bg_4			{
                background-color: #ffffff;
                background-image: url('../img/bg_4.gif');
                background-repeat: repeat-x;
                }

.bg_5			{
                background-color: #ffffff;
                background-image: url('../img/bg_5.gif');
                background-repeat: repeat-x;
                }

.content		{
                padding-right: 45px; padding-bottom: 20px;
                text-align: justify;
                }

.divider_1		{
                border-left: rgb(230, 230, 230) 1px solid;
				}

.td_1			{
                background-color: rgb(240, 240, 240);
                border-bottom: #ffffff 1px solid;
                padding-top: 15px; padding-left: 20px;
                }

.td_1b			{
                background-color: rgb(240, 240, 240);
                border-bottom: #ffffff 1px solid;
                padding-top: 15px; padding-left: 20px; padding-right: 20px; padding-bottom: 10px;
                }

.td_2			{
                background-color: rgb(240, 240, 240);
                border-bottom: rgb(217, 217, 217) 1px solid;
                padding-top: 15px; padding-left: 20px; padding-right: 15px;
                }

.td_3a			{
                background-color: rgb(240, 240, 240);
                padding-top: 15px; padding-left: 20px; padding-bottom: 10px;
                text-align: left;
                }

.td_3b			{
                background-color: rgb(240, 240, 240);
                border-bottom: rgb(217, 217, 217) 1px solid;
                padding-top: 15px; padding-left: 20px; padding-bottom: 15px;
                text-align: left;
                }

.td_4a			{
                background-color: rgb(240, 240, 240);
                padding-top: 15px; padding-right: 15px; padding-left: 15px; padding-bottom: 10px;
                text-align: left;
                }

.td_4b			{
                background-color: rgb(240, 240, 240);
                border-bottom: rgb(217, 217, 217) 1px solid;
                padding-top: 15px; padding-right: 15px; padding-left: 15px;  padding-bottom: 15px;
                text-align: left;
                }

.td_5			{
                background-color: rgb(240, 240, 240);
                border-bottom: #ffffff 1px solid;
                padding-top: 10px; padding-left: 30px;
                }

.box_content	{
                background-color: rgb(240, 240, 240);
                padding: 15px; padding-left: 20px;
                border-bottom: rgb(217, 217, 217) 1px solid;
        		}

.subnav			{
				vertical-align: middle;
                text-align: left;
                border-bottom: rgb(210, 210, 210) 1px solid;
                }

.pic_border_1	{
                border: #AFAFAF 1px solid;
                }


/* headline-formatierungen */
.hl_1			{
                font-family: arial; font-size: 11px; color: rgb(40, 100, 170); font-weight: bold;
                padding-bottom: 15px;
				}

.hl_2	        {
                font-family: arial; font-size: 11px; color: rgb(23, 132, 214); font-weight: bold;
                padding-bottom: 10px;
                }

.hl_3	        {
                font-family: arial; font-size: 11px; color: #6F6F6F; font-weight: bold;
                letter-spacing: 1px;
                padding-bottom: 5px;
                }

/* textformatierungen */
.text_1         {
                font-family: arial; font-size: 11px; color: #6F6F6F;
                line-height: 18px;
                vertical-align: top;
                }

.text_2         {
                font-family: arial; font-size: 10px; color: #6F6F6F;
                line-height: 16px;
                vertical-align: top;
                }



.text_boxcontent{
                font-family: arial; font-size: 11px; color: #6F6F6F;
                line-height: 16px;
                vertical-align: top; text-align: left;
                }


.copy           {
                font-family: arial; font-size: 9px; color: rgb(23, 132, 214);
                padding: 0px;
                text-align: right;
                }




/* listenforamt */
.li_1			{
                font-family: arial; font-size: 10px; color: #6F6F6F;
                text-align: left; vertical-align: middle;
                list-style-image: url('../img/bullet_list_1.gif');
                margin-left: 8px; margin-top: 5px;
                padding-left: 8px;
                }

.li_2			{
                font-family: arial; font-size: 10px; color: #6F6F6F;
                text-align: left; vertical-align: middle;
                list-style-image: url('../img/bullet_list_2.gif');
                margin-left: 8px;
                padding-left: 8px;
                }


/* standard link eigenschaften */
a               {
                font-family: arial; font-size: 11px;
                }
a:link          {
                color: rgb(23, 132, 214); text-decoration: none;
                }
a:visited       {
                color: rgb(23, 132, 214); text-decoration: none;
                }
a:hover         {
                color: #6F6F6F; text-decoration: none;
                }


a.lbox          {
                font-family: arial; font-size: 11px;
                }
a.lbox:link     {
                color: rgb(23, 132, 214); text-decoration: none;
                }
a.lbox:visited  {
                color: rgb(23, 132, 214); text-decoration: none;
                }
a.lbox:hover    {
                color: #6F6F6F; text-decoration: none;
                }



a.lcopy         {
                font-family: arial; font-size: 9px;
                }
a.lcopy:link    {
                color: rgb(23, 132, 214); text-decoration: none;
                }
a.lcopy:visited {
                color: rgb(23, 132, 214); text-decoration: none;
                }
a.lcopy:hover   {
                color: rgb(23, 132, 214); text-decoration: underline;
                }


a.subnav_off    {
                font-family: arial; font-size: 10px;
                }
a.subnav_off:link    {
                color: rgb(153, 153, 153); text-decoration: none;
                }
a.subnav_off:visited {
                color: rgb(153, 153, 153); text-decoration: none;
                }
a.subnav_off:hover   {
                color: rgb(23, 132, 214); text-decoration: none;
                }


a.subnav_on    {
                font-family: arial; font-size: 10px;
                }
a.subnav_on:link    {
                color: rgb(23, 132, 214); text-decoration: none;
                }
a.subnav_on:visited {
                color: rgb(23, 132, 214); text-decoration: none;
                }
a.subnav_on:hover   {
                color: rgb(23, 132, 214); text-decoration: none;
                }



/* formularformatierungen */
.input_def		{
                font-family: arial; font-size: 10px; color: #6F6F6F;
                padding: 0px;
                height: 16px;
				}

.input_1        {
                border: 1px #ffffff solid;
                border-bottom: rgb(210, 210, 210) 1px solid;
                background-color: rgb(240, 240, 240);
                }

.input_1b       {
                border: 1px rgb(210, 210, 210) solid;
                background-color: rgb(240, 240, 240);
                font-family: arial; font-size: 11px; color: #6F6F6F;
                }

.input_1_act    {
                border: 1px rgb(23, 132, 214) solid;
                background-color: #ffffff;
                }

.input_1b_act   {
                border: 1px rgb(23, 132, 214) solid;
                background-color: rgb(23, 132, 214);
                font-family: arial; font-size: 11px; color: #ffffff;
                }

.input_2        {
                border: 1px #ffffff solid;
                border-bottom: rgb(210, 210, 210) 1px solid;
                background-color: rgb(240, 240, 240);
                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(23, 132, 214) solid;
                background-color: #ffffff;
                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);
                }