/*****************************************************/
/***** Allgemeines ***********************************/
/*****************************************************/
body {
  background: #fff;
}
#news_content form { 
  display: inline; 
}
#news_content img {
  border: none; 
}
/*****************************************************/
/******************* Gerüst **************************/
/*****************************************************/
#news_content {
  margin: 0;
  width: 600px;
}
/*****************************************************/
/******************* Tabellen ************************/
/*****************************************************/
#news_content table#wrapper {
  min-height: 110px;
  width: 100%;
}
#news_content table#wrapper td {
  font-size: 11px;
  background: #e5e5e5;
}
#news_content table#wrapper td.background {
  background: #e5e5e5;
  padding: 15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #333;
}
#news_content table#wrapper td.background_2 {
  background: #e5e5e5;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #333;
}
#news_content table#form {
  margin: 15px 15px 0 15px;
}
#news_content table#form td {
  border: none;
  padding: 0 0 8px 0;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #333;
}
/*****************************************************/
/******************* Überschriften *******************/
/*****************************************************/
#news_content h1 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #036;
  padding: 0;
  margin: 0 0 10px 0;
  font-family: verdana, arial, sans-serif;
}
#news_content h2 {
  font-size: 11px;
  font-weight: bold;
  color: #333;
  padding: 0;
  margin: 0 0 10px 0;
  font-family: verdana, arial, sans-serif;
}
/*****************************************************/
/******************* Links ***************************/
/*****************************************************/
#news_content table#form td a {
  color: #333;
  font-weight: normal;
  text-decoration: underline;
}
#news_content table#form td a:hover {
  color: #333;
  font-weight: normal;
  text-decoration: none;
}
/*****************************************************/
/******************* Sonstiges ***********************/
/*****************************************************/
#news_content p {
  margin: 0 10px 5px 0;
  font-size: 11px;
  font-family: verdana, arial, sans-serif;
  color: #333;
}
.width {
  width: 290px;
}
#news_content table#form td span {
  color: #000;
}
/*****************************************************/
/******************* Formulare ***********************/
/*****************************************************/
#news_content select {
  cursor: pointer;
  background: #fff;
  margin-left: 5px;
}
#news_content textarea {
  background: #fff;
  margin: 0 0 5px 5px;
  width: 180px;
  height: 75px;
  border: 1px solid #999;
}
#news_content table #form td input {
  background: #fff;
  font-size: 11px;
  width: 126px;
  font-family: verdana, arial, sans-serif;
  margin-left: 5px;
  border: 1px solid #999;
  padding-left: 2px;
}
#news_content input#fdp {
  border: none !important;
  width: 15px !important;
}
#news_content table#form td input.radio,
#news_content table#form td.data_security input {
  background: none;
  width: 16px;
  margin: 0;
}
#news_content input.button {
  width: auto;
  padding: 0;
  border: none;
  background: #036;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: verdana, arial, sans-serif;
  margin-top: 5px;
  cursor: pointer;
}
#news_content input#code {
  width: 200px !important;
}
/*****************************************************/
/******************* Fehlermeldungen *****************/
/*****************************************************/
p#fault_block {
  border: 1px solid #b01b1b;
  width: 266px;
  margin: 15px 15px 0 15px;
  padding: 10px;
  background: #f6f4f4;
}
#news_content input.textinput_error,
#news_content input.recommend_error {
  border: 1px solid #b01b1b !important; 
}
#news_content table#form td.data_security_error {
  color: #b01b1b;
}
#news_content table#form td.data_security_error a,
#news_content table#form td.data_security_error a:hover {
  text-decoration: underline; 
}
.error {
  color: #b01b1b !important;
}
p#success_block {
  border: 1px solid #008f13;
  width: 266px;
  margin: 15px 15px 0 15px;
  padding: 10px;
  background: #f6f4f4;
}
/*****************************************************/
/******************* für MAC/IE **********************/
/*****************************************************/
*>html .width {
  width: 320px;
}
/*****************************************************/
/******************* für IE7 *************************/
/*****************************************************/
*:first-child+html #news_content table #form td input {
  width: 120px;
}
*:first-child+html #news_content input#fdp {
  margin-top: -4px !important;
}