/*******************************************************************************/
/* Contact */
.module-contact .contact-descr {
  float				: left;
  width				: 300px;
}

.module-contact form {
  float				: left;
  width				: 380px;
}

.module-contact form label.city {
  display			: inline;
  float				: none;
  margin-left		: 0;
}

.module-contact form #contact_memo {
  width				: 242px;
}

.module-contact form input,
.module-contact form select,
.module-contact form textarea {
  border			: 1px solid #cccccc;
  color				: #666666;
}

.module-contact table.form td.first {
  padding-right     : 5px;
}

/*******************************************************************************/
/* Login */
.login input {
  border			: 1px solid #cccccc;
  color				: #666666;
}

.login .submit {
  width				: 60px;
}


/*******************************************************************************/
/* Login */
.pass_request .submit {
  width				: 140px;
}

.pass_request input {
  border			: 1px solid #cccccc;
  color				: #666666;
}

/*******************************************************************************/
/* Unsere Parnter */
.partner-table {
  margin-top		: 20px;
}

.partner-table tr {
  border-top		: 1px solid	#cccccc;
}

.partner-table tr td {
  padding			: 10px 0;
  vertical-align	: middle;
}

/*******************************************************************************/
/* Historienliste */
div.intern-start {
    border              : 1px solid #C1C1C1;
    padding             : 20px;
    
}
div.intern-start table {
    font-size           : 11px;
}
div.intern-start table td a {
    text-decoration     : none; 
}
div.intern-start table td a:hover {
    text-decoration     : underline;
}
div.intern-start table td.intern-start-headline {
    font-size           : 12px;
    font-weight         : bold;
    border              : 0;
    padding-top         : 10px;
    padding-left        : 0;
}
div.intern-start table tr.first-headline td.intern-start-headline {
    padding-top         : 0; 
} 
div.intern-start table td {
    border              : 1px solid #C1C1C1;
    padding-left        : 6px;
}
div.intern-start table td.first-cell {
    border-left         : 0;
    padding-left        : 2px;
}
div.intern-start table td.last-cell {
    border-right        : 0;
}
div.intern-start table tr.first-row td {
    border-top          : 0;
} 