/*****************************************************/
/***** newsletter.css f�r www.snowtrex.de | Newsletter *****/
/*****************************************************/


/*****************************************************/
/***** Allgemeines ***********************************/
/*****************************************************/
body {

}
/*
table, td, div { 
  font-family: arial, verdana, sans-serif; 
  font-size: 12px;
}
*/
.news_popup {
  background: #d7e8ff;
}
#news_content form { 
  display: inline; 
}
#news_content img {
  border: none; 
}
/*****************************************************/
/******************* Ger�st **************************/
/*****************************************************/
#news_content {
  margin: 36px 0 0 0;
}

/*****************************************************/
/******************* Tabellen ************************/
/*****************************************************/
#news_content table#wrapper {
  min-height: 110px;
  width: 100%;
}
#news_content table#archiv {
  width: 100%;
}
#news_content table#wrapper td,
#news_content table#archiv td {
  font-size: 12px;
  background: #d7e8ff;
  border-right: 1px solid #fff;
}
#news_content table#archiv td {
  padding: 15px;
}
#news_content table#wrapper td.background {
  background: #d7e8ff url(/site/images/cell_bg.gif) 100% 100% no-repeat;
  padding: 15px;
}
#news_content table#wrapper td.background_2 {
  background: #d7e8ff url(/site/images/cell_bg2.gif) 100% 0 no-repeat;
}
#news_content table#form {
  width: 290px;
  margin: 15px 15px 0 15px;
}
#news_content table#form td {
  border: none;
  padding: 0 0 8px 0;
}
#news_content table#form td.data_security,
#news_content table#form td.data_security_error {
  background: #fff;
  padding: 10px 0 10px 10px;
}

/*****************************************************/
/******************* �berschriften *******************/
/*****************************************************/
#news_content h1 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #b01b1b;
  padding: 0;
  margin: 0 0 24px 0;
}

/*****************************************************/
/******************* Links ***************************/
/*****************************************************/
#news_content table#form td a {
  color: #2e3992;
  font-weight: normal;
  text-decoration: none;
}
#news_content table#form td a:hover {
  color: #2e3992;
  font-weight: normal;
  text-decoration: underline;
}
.archive-link {
  display: none;
}

/*****************************************************/
/******************* Sonstiges ***********************/
/*****************************************************/
#news_content p {
  margin: 0 10px 15px 0;
  font-size: 12px;
}
.width {
  width: 290px;
}
/*****************************************************/
/******************* Formulare ***********************/
/*****************************************************/
#news_content table #form td input {
  background: #fff;
  font-size: 12px;
  width: 208px;
}
#news_content table#form td input.radio,
#news_content table#form td.data_security input {
  background: none;
  width: 16px;
  margin: 0;
}
#news_content table#form td input.button {
  width: auto;
  border: 3px solid #881414;
  border-top-color: #d72020;
  border-left-color: #d72020;
  padding: 0 15px;
  background: #b01b1b;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: arial, verdana, sans-serif;
  margin-top: 15px;
  cursor: pointer;
}
#news_content table#archiv td select {
  cursor: pointer;
  margin-top: 5px;
  background: #fff;
}
/*****************************************************/
/******************* Fehlermeldungen *****************/
/*****************************************************/
p#fault_block {
  border: 2px solid #b01b1b;
  width: 266px;
  margin: 15px 15px 0 15px;
  padding: 10px;
  background: #fff;
}
#news_content input.textinput_error {
  border: 2px solid #b01b1b; 
}
#news_content table#form td.data_security_error {
  color: #b01b1b;
  font-weight: bold;
}
#news_content table#form td.data_security_error a,
#news_content table#form td.data_security_error a:hover {
  font-weight: bold;
  text-decoration: underline; 
}
.error {
  color: #b01b1b;
}

p#success_block {
  border: 2px solid #008f13;
  width: 266px;
  margin: 15px 15px 0 15px;
  padding: 10px;
  background: #fff;
}
/*****************************************************/
/******************* f�r MAC/IE **********************/
/*****************************************************/
*>html .width {
  width: 320px;
}





