/*
 * detail_plus/minus will be used in FAQ
 */
.detail_plus a{
	height: 15px;
	width: auto; 
	display: block; 
	text-decoration: none;
	background-position:left;
	background-repeat:no-repeat;
	background-image: url('../images/detail_plus.gif');
	margin-right:3px;
	text-align:left;
	color:#969696;        
        text-indent: 25px;
}
.detail_plus a:hover{
	color:#db000a;
	background-image: url('../images/detail_plus_hover.gif');
}
.detail_minus a{
	height: 15px;
	width: auto; 
	display: block; 
	text-decoration: none;
	background-position:left;
	background-repeat:no-repeat;
	background-image: url('../images/detail_minus.gif');
	margin-right:3px;
	text-align:left;
	color:#db000a;
        text-indent: 25px;
}
.detail_minus a:hover{
	background-image: url('../images/detail_minus_hover.gif');
	color:#969696;
}

/*
 * notice 
 */
.notice{
  border: 1px solid #db000a;
  padding: 1em;
  margin: 1em;
  margin-bottom: 2em;
  background-color: #FFE8E8;
  font: bold smaller sans-serif;
  font-family: Arial,Helvetica,sans-serif;
}

.notice_whitebox{
  
  padding: 0em;
  margin: 1em;
  margin-bottom: 1em;
  background-color: #ffffff;
  font: normal medium sans-serif;
  font-size: small;
  font-family: 'Times New Roman',Times,serif;
}

.notice_tooltip{
  border: 1px solid #db000a;
  padding: 1em;
  
  background-color: #FFE8E8;
  
  font-family: Arial,Helvetica,sans-serif;
}

.feedback_1{
  border: 1px solid #e7e7e7;
  padding: 1px;
  margin-right: 1em;
  margin-bottom: 2px;
  background-color: #ebf0de;
  font: bold smaller sans-serif;
  font-family: Arial,Helvetica,sans-serif;
}

.feedback_2{
  border: 1px solid #e7e7e7;
  padding: 2px;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-left: 30px;
  background-color: #e7e7e7;
  font: bold smaller sans-serif;
  font-family: Arial,Helvetica,sans-serif;
}

.small {
    font-size:10px;
    width: 75px;
}
.smschar {
    font-size:64px; font-weight: bold; color: #808080
}

.text_alignment{    
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.text_alignment_table{    
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 10px;
}

.searchvorwahl{
	color:#000;
    font-size:11px;
    border: solid #969696 1px;
    background-color: #ffffff;
	margin-right:5px;
	padding-left:3px;
	height:16px;
	width:55px;
	float:left;
	clear:left;
}
.searchnumber{
	color:#000;
    font-size:11px;
    border: solid #969696 1px;
    background-color: #ffffff;
	margin-right:1px;
	padding-left:1px;
	height:14px;
	width:88px;
	float:none;
	clear:left;
}

/* ----Paginas---- */
.current{
    color:#db000a;
    font-weight: bold;
}

.login2 {
  height:143px;
  padding:25px 15px 0 22px;
  width:154px;
}

/*-------------------------------allgemeiner button------------------*/
.link_button_gross a{
	width:150px;
	background: url('../images_tc/link_button_gross.gif') no-repeat ;
	height:27px;
	text-align:center;
	padding-top:6px;
	display:block;
	font-weight: bold;
	color:#fff;
	text-decoration:none;
}

.link_button_klein a{
      width:35px;
      background: url('../images_tc/link_button_klein.gif') no-repeat;
      height:28px;
      text-align:center;
      padding-top:0px;      
      display:block;
      font-size:9px;
      font-weight:lighter;
      color:#fff;      
      text-decoration:none;      
}

input.submit_button_gross{
	width:150px;
	background: url('../images_tc/link_button_gross.gif') no-repeat ;
	height:27px;
	text-align:center;
	padding:0px;
	display:block;
	font-weight: bold;
        margin:0px;
	color:#fff;
	text-decoration:none;
        border:0px;
        cursor: pointer;
}

input.submit_button_gross:focus,
input.submit_button_gross:hover,
input.submit_button_gross:active { color:#bd200e;  }

input.submit_button_gross_40{
	width:150px;
	background: url('../images_tc/link_button_gross_40.gif') no-repeat ;
	height:40px;
	text-align:center;
	padding:0px;
	display:block;
	font-weight: bold;
        margin:0fpx;
	color:#fff;
	text-decoration:none;
        border:0px;
        cursor: pointer;
}
.hr {
  border-top:1px solid #E1E1E1;
  height:6px;
  padding-bottom:3px;
}

.special
{
    position:absolute;
}

div.border {
    border-top:1px solid #E1E1E1;
    height:6px;
    padding-bottom:3px;
}
.disabled{ background-position: 0 -20px;margin-right:10px; }

.butt{
    background-color:#F0F4FF;
    border:1px solid #FFFFFF;
    cursor:pointer;
    color:#3D3C3C;
    width:100px;
}

.butt:focus,
.butt:hover,
.butt:active {
        color:#bd200e;
        text-decoration:underline;
    }

.msg{
  	background: url('../images_tc/message.gif') no-repeat;
  	height:27px;
	width:250px;
	color: #eb690f;
	display: block;
	float:left;
	text-decoration:none;
	padding:22px 0  0 10px;

}

.yes_img{
    background: url('../images_tc/ja.jpg') no-repeat;
    height:111px;
	width:103px;
}

.no_img{
    background: url('../images_tc/no.jpg') no-repeat;
    height:108px;
	width:103px;
}

.counter{
    background: url('../images_tc/counter.gif') no-repeat;
    height: 27px;
    width: 20px;
    display: inline;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
	color:#fff;
}

.headerselect a{
	color: #ffffff;
}

.headerselect a:hover{
  	color: #bd200e;
	text-decoration:none;
}

.iframe_without_x {
    overflow-x: hidden;
    overflow-y: auto;
}