/* ---------------------------------------------------------------------------------- */
/*  CSS-Anweisungen fuer die dynamischen Seiten                                       */
/*  -------------------------------------------                                       */
/*  created by: M. Rehm - info@msu.biz                                                */
/*  date      : 21.08.2007                                                            */
/* ---------------------------------------------------------------------------------- */

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

body                 { background:#FFFFFF url(/images/bg.gif)  -170px 0px repeat-y; margin:30px 0 20px 50px; padding: 0px; } 
body,td              { color:#000000; font-family:Helvetica,Arial,Sans-Serif; font-size:9pt; }			   

.container0          { width:500px; }

.pagetitle           { font-size:10pt; font-weight:bold; padding: 0 0 20px 0; text-align:center; }
.pageintro           { padding: 0 0 20px 0; }

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

 
/* ---------------------------------------------------------------------------------- */
/*  Detail  */

.zurueck             { font-size:8pt; text-align:right; }


/* ---------------------------------------------------------------------------------- */
/*  Katalog  */

.kat_text            { font-size:8pt; margin:0 0 0 5px; text-align:left; }


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

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

/* ---------------------------------------------------------------------------------- */
/*  AGB  */
 
.text                { text-align:justify; }


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

.buttons             { background-color:#E0E0E0; border: 1px #808080 solid; font-family:Verdana,Helvetica,Arial; font-size:7pt; margin:1px 0 0 0; padding:1px 8px 1px 8px; text-align:center; }

A.button:link        { color:#000000; text-decoration:none;}
A.button:visited     { color:#000000; text-decoration:none;}
A.button:hover       { color:#D00000; text-decoration:none;}
A.button:active      { color:#D00000; text-decoration:none;}

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

A:link               { color:#000099; text-decoration:underline;}
A:visited            { color:#000099; text-decoration:underline;}
A:hover              { color:#808080; text-decoration:underline;}
A:active             { color:#D00000; text-decoration:none;}


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

