/* ***** STYLESHEET - Newslettermodul von elite solutions ***** */
/* ***** KUNDE: Sporthotel Igls ***** */

BODY {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    background-color: transparent;
}

a:link, a:visited, a:active {
  color: #80A312;
  text-decoration: none;
}

a:hover {
  color: #333333;
  text-decoration: underline;
}

/* ***** TABLE ****************************************************************/
table {
    /* home_table */
    font-size: 11px;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: transparent;
    border: none;
}

table.TABLE250 {
    /* ins_table, inscode_table, del_table */
	padding: 10px;
	width: 250px;
}

table.TABLE90PRZ {
    /* abanbest_table */
    padding: 10px;
    width: 90%;
}

table.TABLE320 {
    /* motive_table */
    width: 320px;
    table-layout: fixed;
}

table.TABLE400 {
    /* zsfsg_table */
    width: 400px;
    table-layout: fixed;
}

table.TABLEMOTIVE {
    /* motive_cbl */
    position: static;
}

table.TABLEVAL {
    font-weight: bold;
    position: static;
}

/* ***** TD *******************************************************************/
td.TDHL {
    /* ins_td_hl, inscode_td_hl, del_td_hl, abanbest_td_hl,
       motive_td_hl, zsfsg_td_hl2 */
    font-size: 14px;
    font-weight: bold;
    color: #80A312;
}


td.TDHLHOME {
    /* home_td_hl */
    font-size: 14px;
    font-weight: bold;
    color: #80A312;
}

td.TDTEXT {
    /* home_td_abbestellt, home_td_abonniert, home_td_notabonniert,
       inscode_td_beschr, inscode_td_textbox, del_td_hl2, del_td_info,
       abanbest_td_beschr, motive_td_hl2, motive_td_motive, motive_td_btback,
       motive_td_btweiter, motive_td_info, zsfsg_td_hl, zsfsg_td_persdat,
       zsfsg_td_motive, zsfsg_td_motive_no, td_tsfsg_td_btns,
       zsfsg_td_motive_right */
    color: #333333;
    /* color: black; */
    padding: 3px; /* wegen zsfsg_td_persdat */
}

td.TDTEXT2 {
    color: black;
    padding: 3px;
}

td.TDTEXTMOTIVE {
    color: black;
    padding: 3px;
}

td.TDTEXTMOTIVEBOLD {
    /* zsfsg_td_motive_yes */
    color: black;
    font-weight: bold;
    padding: 3px;
}

td.TDLINK {
    /* td.home_td_link */
}

td.TDRIGHT {
    /* ins_td_left_det, ins_td_left_btn, del_td_left_btn */
    text-align: right;
    /*background-color: transparent;*/
}

td.TDLEFT {
    /* ins_td_right_det */
    text-align: left;
}

td.TDCENTER {
    /* del_td_det */
    text-align: center;
    /*background-color: transparent;*/
}

td.TDVAL {
    /* ins_td_val, del_td_val_sum */
	font-weight: bold;
	color: red;
}

/* ***** INPUT ****************************************************************/
input {
	/*font-size: 10px;*/
	/*color: #000000;*/
	padding: 2px;
	/*border: none;*/

    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #BCBEC0;
    color: #333333;
    font-size: 100%;
    vertical-align: top;
    }

input.EDIT100PRZ {
    /* inscode_edit, del_edit */
	width: 100%;
	border: 1px solid #B8B58A;
/*    background-color: #EAE5C5; */
}

input.EDIT300 {
    /* ins_edit */
	width: 300px;
	border: 1px solid #B8B58A;
/*  background-color: #EAE5C5; */
}

input.BUTTONS150 {
    /* ins_btns, ins_edit_anr, inscode_btns, del_btns, abanbest_btn,
       motive_btn_back, motive_btn_weiter, zsfsg_bt_back, zsfsg_bt_abonnieren */
    width: 150px;
    border: 1px solid #B8B58A;
/*  background-color: #EAE5C5; */
}

input.BUTTONS150_HIDDEN {
    /* ins_btns_hidden, del_btns_hidden */
    visibility: hidden;
	width: 150px;
	border: 1px solid #B8B58A;
}

input.BTHOME {
    /* sendemail_bt_home */
    position: absolute;
    top: 50px;
    left: 10px;
    width: 150px;
    border: 1px solid #B8B58A;
/*  background-color: #EAE5C5; */
}

/* ***** SELECT ***************************************************************/
select {
	font-size: 100%; /*10px*/
	color: #333333;
	padding: 2px;
	border: 1px solid #BCBEC0;
    vertical-align: top;
    background: none repeat scroll 0 0 #FAFAFA;
}

select.SELECT300 {
    /* ins_edit_anr */
    width: 300px;
}

/* ***** SPAN *****************************************************************/
span.LBTEXT {
    /* motive_lb_nomotiv */
    font-size: 11px;
    font-weight: bold;
    color: #333333;
}

span.LBEMAIL {
    /* sendemail_lb_info */
	position: absolute;
	top: 10px;
	left: 10px;
}

/******************************************************************************/
/******************************************************************************/
/******************************************************************************/

