/* ---------------------------------------------------------------------------------- */
/*  CSS-Anweisungen fuer dynamische Seiten der Startseite                             */
/*  -----------------------------------------------------                             */
/*  created by: M. Rehm - info@msu.biz                                                */
/*  date      : 20.11.2007                                                            */
/* ---------------------------------------------------------------------------------- */

body        { background-color:#FFFFFF; margin:0px; padding: 0px; }
body,td     { font-family:Helvetica,Arial,Sans-Serif; font-size:9pt; line-height: 1.3em; }

form        { margin: 0px; padding: 0px; }

.resp_container0 { width:260px; }
.resp_container1 { margin: 0px; }
.resp_container2 { margin: 30px 0 0 0; }

.resp_pagetitle   { font-family:Times,"Times New Roman"; color:#6A0107; font-size:13pt; font-weight:bold; text-align:left; text-transform:uppercase; }
.resp_pageintro   { color:#000000; font-size:9pt; margin:10px 0 0 0; text-align:left; }
.resp_pagecontent { margin:20px 0 0 0; }


.nodata      { color:#FF0000; font-size:8pt; font-weight:bold; text-align:center; }
   

/* ---------------------------------------------------------------------------------- */
/* Liste */

.resp_pagecontent img  { margin: 2px 8px 0 0; }
  
.resp_headline   { margin: 0 0 6px 0; font-weight:bold; }
.resp_autor      { margin: 0 0 2px 0; }
.resp_titel      { font-family:Times,"Times New Roman"; font-weight:bold; }
.resp_untertitel { text-align: left; }
.resp_isbn       { font-size:8pt; margin: 4px 0 0 0; }

.resp_trenner    { height: 30px; }


/* ---------------------------------------------------------------------------------- */
/* Links */

a:link      { color:#800000; text-decoration:none;}
a:visited   { color:#800000; text-decoration:none;}
a:hover     { color:#800000; text-decoration:underline;}
a:active    { color:#FF0000; text-decoration:none;}

/* ---------------------------------------------------------------------------------- */
