/* ---------------------------------------------------------------------------------- */
/*  CSS-Anweisungen fuer Inhaltsseiten                                                */
/*  ----------------------------------                                                */
/*  created by: M. Rehm - info@msu.biz                                                */
/*  date      : 10.05.2007                                                            */
/* ---------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------- */
/*  Allgemein  */

body          { background-color:#FFFFFF; margin:30px 0 15px 30px; padding: 0px;
                scrollbar-3dlight-color:#006699; scrollbar-arrow-color:#006699; scrollbar-base-color:#FFFFFF; scrollbar-darkshadow-color:#FFFFFF; scrollbar-face-color:#FFFFFF; scrollbar-highlight-color:#FFFFFF; scrollbar-shadow-color:#006699; scrollbar-track-color:#FFFFFF;}
body,td       { color:#000000; font-family:Arial,Helvetica,Sans Serif; font-size:9pt; line-height:1.3em; }

.nodata       { color:#FF0000; font-family:Verdana,Helvetica,Arial; font-size:8pt; text-align:center; }

.container0   { width:510px; }
  
.pagetitle    { color:#185a9c; font-size:12pt; font-weight:bold; padding: 0 0 20px 0; }
.pagesubtitle { font-weight:bold; margin: 0 0 12px 0; text-align:left; }
.pageintro    { padding: 0 0 20px 0; }
.pagesub      { padding: 20px 0 0 0; }	
	  
	  
/* ---------------------------------------------------------------------------------- */
/*  Detail  */

.detail_datum      { color:#808080; font-size:8pt; font-weight:bold; text-align:left; }
.detail_autor      { text-align:left; }
.detail_titel      { font-weight:bold; text-align:left; }
.detail_untertitel { text-align:left; }

.detail_zusatz     { padding:6px 0 4px 0; text-align:left; }
.detail_info       { margin:10px 0 0 0; text-align:left; }

.detail_url        { margin:5px 0 0 0; text-align:left; }

.detail_vlbtitel   { font-weight:bold; margin:10px 0 0 0; text-align:left; }
.detail_vlb        { text-align:left; }


/* ---------------------------------------------------------------------------------- */
/*  Formulare  */

.form_param        { color:#808080; padding: 0 8px 0 0; text-align:right; }
.form_eingabe      { border:1px #D1DEE9 solid; color:#000000; margin:1px 0 0 0; text-align:left; width:300px; }


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

.liste_nav        { color:#808080; font-family:Verdana,Helvetica,Arial; font-size:8pt; text-align:left;}
  
.liste_datum      { color:#800000; font-size:8pt; font-weight:bold; text-align:left; }
.liste_autor      { text-align:left; }
.liste_titel      { font-weight:bold; text-align:left; }
.liste_untertitel { text-align:left; }
.liste_text       { text-align:left; padding: 4px 0 0 0; }
.liste_param      { color:#808080; font-size:9pt; text-align:right;}
.liste_info       { text-align:left; }
.liste_preis      { text-align:right; }

.liste_dzo        { padding: 4px 0 0 0; }  
.liste_dzo_kb     { font-size:8pt; }  


/* ---------------------------------------------------------------------------------- */
/*  Buttons  */

.buttons           { background-color:#F0F0F0; border: 1px #185a9c solid; font-size:8pt; color:#185a9c; margin:1px 0 0 0; padding: 1px 7px 1px 8px; text-align:center; }
  
A.button:link      { color:#185a9c; text-decoration:none;}
A.button:visited   { color:#185a9c; text-decoration:none;}
A.button:hover     { color:#FF0000; text-decoration:none;}
A.button:active    { color:#D00000; text-decoration:none;}


/* ---------------------------------------------------------------------------------- */
/*  Links  */
 
A:link    { color:#185a9c; text-decoration:underline;}
A:visited { color:#185a9c; text-decoration:underline;}
A:hover   { color:#808080; text-decoration:underline;}
A:active  { color:#F00000; text-decoration:underline;}


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

