/* ---------------------------------------------------------------------------------- */
/*  CSS-Anweisungen fuer head.html                                                    */
/*  ------------------------------                                                    */
/*  created by: M. Rehm - info@msu.biz                                                */
/*  date      : 19.11.2007                                                            */
/*  update    : 21.05.2008                                                            */
/* ---------------------------------------------------------------------------------- */
   
#body_de           { background: #B64331 url(/images/shop/header.jpg) no-repeat; margin:0px; }
#body_en           { background: #B64331 url(/images/shop/header_en.jpg) no-repeat; margin:0px; }

body,td            { font-family:Arial,Helvetica,Sans-Serif; } 

form               {  padding:0; margin:0; }
	
/* ---------------------------------------------------------------------------------- */	
/*  Logos  */
#olms              { position: absolute; top: 43px; left: 16px; padding: 0px; } 
#olms A            { display:block; width: 315px; height: 65px; text-align: left;
					 padding:0px; margin:0px; text-indent: -999em;
				   }

#weidmannsche      { position: absolute; top: 30px; left: 495px; padding: 0px; } 
#weidmannsche A    { display:block; width: 490px; height: 80px; text-align: left;
					 padding:0px; margin:0px; text-indent: -999em;
				   }


/* ---------------------------------------------------------------------------------- */	
/*  Navigation  */
	
#navigation        { position: absolute; top: 121px; left: 0px; width: 1024px; padding: 0px; }
ol                 {  list-style:none; padding:0; margin:0; }
li                 {  padding:0px 2px 0 0; margin:0; float:left;  vertical-align: middle; }
li.end             {  padding:0px; margin:0; float:left; }

/*  Start-Button  */
A.start            { display:block; width: 160px; height: 28px; text-align: left;
					 padding:0px; margin:0px; text-indent: -999em;
				   }

/*  normale Buttons  */
A.button0          { display:block; width: 208px; height: 28px; 
					 padding: 0px; margin:0px;  text-indent: -999em;
				   }
	
/* ---------------------------------------------------------------------------------- */
/*  Links  */

A:link             { text-decoration:none; color:#000000; }
A:visited          { text-decoration:none; color:#000000; }
A:hover            { text-decoration:none; color:#C00000; }
A:active           { text-decoration:none; color:#FF1111; }

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