/* 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; padding-bottom: 10px;
                margin: 0px;
                }

.popup			{
                padding: 10px; margin: 0px;
                background-image: none;
                }

.popup_close	{
                text-align: right;
                padding-right: 5px; padding-top: 5px;
				}

.bg_1			{
                background-color: #ffffff;
                background-image: url('../img/bg_1.gif');
                background-repeat: repeat-x;
                }

.bg_2a			{
                background-color: #ffffff;
                background-image: url('../img/bg_2a.gif');
                background-repeat: repeat-x;
                background-position: top right;
                }

.bg_2b			{
                background-color: #ffffff;
                background-image: url('../img/bg_2b.gif');
                background-repeat: repeat-x;
                }

.bg_3			{
                background-color: #ffffff;
                }

.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;
                }

.bg_6a			{
                background-color: #ffffff;
                background-image: url('../img/bg_6a.gif');
                background-repeat: repeat-x;
                background-position: top right;
                }

.bg_6b			{
                background-color: #ffffff;
                background-image: url('../img/bg_6b.gif');
                background-repeat: repeat-x;
                }

.bg_7			{
                background-color: #ffffff;
                background-image: url('../img/bg_7.gif');
                background-repeat: repeat-x;
                }

.start-contact  {
                background-color: #ffffff;
                background-image: url('../img/design/design_12.gif');
                background-repeat: no-repeat;
                font-family: arial; font-size: 11px; color: #5F5F5F;
                line-height: 15px;
                vertical-align: top; text-align: left;
                padding-left: 20px; padding-top: 18px;
                }

.contact_text	{
                font-family: arial; font-size: 11px; color: #5F5F5F;
                line-height: 15px;
                vertical-align: top; text-align: left;
                }

.sitedivider	{
                background-image: url('../img/sitedivider.gif');
                background-repeat: repeat-y;
                vertical-align: top;
                }

.content-box	{
                padding-left: 24px;
				}

.box			{
                background-color: rgb(229, 229, 229);
                }

.table_1		{
                padding-top: 15px; padding-bottom: 15px;
				}

.pic_border_1	{
                border: rgb(229, 229, 229) 1px solid;
                }

.pic_border_2	{
                border: #DF0000 1px solid;
                }


/* headline-formatierungen */
.hl_1			{
                font-family: arial; font-size: 12px; color: #6F6F6F; font-weight: bold;
                padding-bottom: 10px;
				}

.hl_box			{
                font-family: arial; font-size: 11px; color: rgb(209, 19, 19); font-weight: bold;
                letter-spacing: 1px;
                padding-bottom: 2px; padding-left: 12px;
				}


/* textformatierungen */
.text_1         {
                font-family: arial; font-size: 11px; color: #6F6F6F;
                line-height: 16px;
                vertical-align: top; text-align: left;
                }

.text_box       {
                font-family: arial; font-size: 11px; color: #6F6F6F;
                line-height: 16px;
                vertical-align: top; text-align: left;
                padding-left: 14px; padding-top: 10px;
                }

.copy           {
                font-family: arial; font-size: 9px; color: #8F8F8F;
                padding: 0px;
                text-align: center;
                }

/* 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;
                }


/* standard link eigenschaften */
a               {
                font-family: arial; font-size: 11px;
                }
a:link          {
                color: #DF0000; text-decoration: none;
                }
a:visited       {
                color: #DF0000; text-decoration: none;
                }
a:hover         {
                color: #DF0000; text-decoration: underline;
                }



a.lstart-contact{
                font-family: arial; font-size: 11px;
                }
a.lstart-contact:link{
                color: #DF0000; text-decoration: none;
                }
a.lstart-contact:visited{
                color: #DF0000; text-decoration: none;
                }
a.lstart-contact:hover{
                color: #DF0000; text-decoration: underline;
                }


a.lcopy			{
                font-family: arial; font-size: 9px;
                }
a.lcopy:link    {
                color: #8F8F8F; text-decoration: none;
                }
a.lcopy:visited {
                color: #8F8F8F; text-decoration: none;
                }
a.lcopy:hover   {
                color: #8F8F8F; 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: 11px; color: #6F6F6F;
                padding: 0px;
                height: 16px;
				}

.input_1        {
                border: 1px #ffffff solid;
                border-bottom: #DF0000 1px solid;
                background-color: rgb(235, 235, 235);
                }

.input_1b       {
                border: 1px #DF0000 solid;
                background-color: #ffffff;
                font-family: arial; font-size: 11px; color: #6F6F6F;
                }

.input_1_act    {
                border: 1px #DF0000 solid;
                background-color: #ffffff;
                }

.input_1b_act   {
                border: 1px #DF0000 solid;
                background-color: #DF0000;
                font-family: arial; font-size: 11px; color: #ffffff;
                }

.input_2        {
                border: 1px #ffffff solid;
                border-bottom: #DF0000 1px solid;
                background-color: rgb(235, 235, 235);
                scrollbar-face-color: rgb(235, 235, 235);
                scrollbar-highlight-color: rgb(235, 235, 235);
                scrollbar-3dlight-color: rgb(235, 235, 235);
                scrollbar-darkshadow-color: rgb(235, 235, 235);
                scrollbar-shadow-color: rgb(235, 235, 235);
                scrollbar-arrow-color: rgb(140, 140, 140);
                scrollbar-track-color: rgb(235, 235, 235);
                }

.input_2_act    {
                border: 1px #DF0000 solid;
                background-color: #ffffff;
                scrollbar-face-color: rgb(235, 235, 235);
                scrollbar-highlight-color: rgb(235, 235, 235);
                scrollbar-3dlight-color: rgb(235, 235, 235);
                scrollbar-darkshadow-color: rgb(235, 235, 235);
                scrollbar-shadow-color: rgb(235, 235, 235);
                scrollbar-arrow-color: rgb(140, 140, 140);
                scrollbar-track-color: rgb(235, 235, 235);
                }
