div.inhalt div.csc-textpic-clear{
    display:none;
}

 /*--------- Tabellen ---------- */
table.contenttable {
   font-size:12px;
   border:1px solid #6ba7c7;
   margin: 3px 3px 10px 3px;
}

table.contenttable td{
   padding: 4px;
   margin: 0px;
}

table.contenttable th{
   padding: 5px;
   margin: 0px;
   background:#bfe0f1 url(img/bg-th.jpg) repeat-x;
   border-bottom:1px solid #6ba7c7;
}
table.contenttable p.align-center{
   text-align:center;
}

table p{
	margin: 2px 0px 2px 0px;
}

/* --------- Datenverweise ---------- */
table.csc-uploads{
    font-size:13px;
}
table.csc-uploads td{
    padding: 15px 5px 5px 5px;
    background:url(img/bg-datenverweis.jpg) repeat-x bottom;
    border-bottom:1px solid #6ba7c7;
}
table.csc-uploads a{
   margin: 0px 0px 0px 0px;
}
table.csc-uploads p.csc-uploads-description{
    margin: 0px 3px 0px 20px;
    font-size:10px;
}








/* --------- misc ---------- */
div.csc-header img,
div.csc-header br{
	display:none;
}

div.csc-textpic img{
   border:1px solid #526eab;
}

.csc-textpic-caption{
   font-size:11px;
   text-align:center;
   color:#5370b0;
   margin:0px;
   padding:0px;
   
}


/* ----- Suche ----- */
div.suche span.erw-suche a:link,
div.suche span.erw-suche a:visited{
   background:none;
   margin:0px;
   font-size:10px;
   color:#6486b8;´
}
div.suche span.erw-suche a:hover{
  padding:0px;
}
div.suche td{
  text-align:center;
}

/* ----- Formulare ----- */
input.input{
  background: url(/fileadmin/template/img/bg-form-input.jpg) repeat-x;
  border:1px solid #759fb7;
  border-right:1px solid #4b7085;
  border-bottom:1px solid #4b7085;
  width:160px;
  color:#79a5be;
}
input.submit{
  width:162px;
  background: url(/fileadmin/template/img/bg-suchbutton.jpg) repeat-x;
  border:1px solid #759fb7;
  border-right:1px solid #4b7085;
  border-bottom:1px solid #4b7085; 
}
