/* ---------------------------------------------------------------------------------- */
/*  CSS-Anweisungen fuer head.html                                                    */
/*  ------------------------------                                                    */
/*  created by: M. Rehm - info@msu.biz                                                */
/*  date      : 30.08.2006                                                            */
/* ---------------------------------------------------------------------------------- */

*                 {  margin:0px; padding:0px;  }    
BODY              {  margin:0; font-size:8pt; font-family:Verdana; color:#000000; font-weight: bold; text-align:center; }
.body_litraton    { background: #E6DFCA url(/images/shop/header_hoerbuch.jpg) no-repeat; }
.body_audiopuzzle { background: #E6DFCA url(/images/shop/header_puzzlespezialisten.jpg) no-repeat; }


/* ---------------------------------------------------------------------------------- */
/*  Logo  */

#logo      { position:absolute; top:40px; left:53px; }
#logo a    { display: block; width: 140px; height: 140px; text-decoration: none; text-indent: -999em;  }


/* ---------------------------------------------------------------------------------- */
/*  Schnellsuche  */

.eingabe       { font-size:7pt; border: 1px #B0B0B0 solid; margin:0 0 0 15px; }

A.los:link     { font-size:7pt; font-weight:bold; text-decoration:none; color:#DA2D1B; }
A.los:visited  { font-size:7pt; font-weight:bold; text-decoration:none; color:#DA2D1B; }
A.los:hover    { font-size:7pt; font-weight:bold; text-decoration:none; color:#FF0000; }
A.los:active   { font-size:7pt; font-weight:bold; text-decoration:none; color:#FFFFFF; }

/* ---------------------------------------------------------------------------------- */
/*  Navigation  */
				   
#navigation           { position:absolute; top:190px; left:0px; }

ol                    { list-style:none; padding:0; margin:0; }
li                    { margin:0; padding:0; float:left; }			   
			

A.audiopuzzle         { display:block; text-decoration:none; padding:1px 22px 1px 22px; margin:0px;  }
A.audiopuzzle:link    { color:#000000; }
A.audiopuzzle:visited { color:#000000; }
A.audiopuzzle:hover   { color:#FFFFFF; background: #974C1A; }
A.audiopuzzle:active  { color:#FF0000; }

A.litraton            { display:block; text-decoration:none; padding:1px 35px 1px 35px; margin:0px;  }
A.litraton:link       { color:#000000; }
A.litraton:visited    { color:#000000; }
A.litraton:hover      { color:#FFFFFF; background: #974C1A; }
A.litraton:active     { color:#FF0000; }


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