/* written by Andreas Goewe 2002 / 2003 */
/* this is a cascading-style-sheet:     */
/* note: never use the underscore in css-class-names! */
/*       allways check for duplicates !!! duplicates could cause errors */
/* This file consists of corrections for Konqueror 3.0      */

@import url(styles4mozilla.css) screen;

div.testkonqueror { font-family:monospace; font-size:24px; font-weight:bold; text-decoration:underline;  color:red;}

/* The following corrections were made: */
/* - shadow height of left-hand menu items: 24px instead of 20  */
/* .mainsectionframe.background == body.background !!! */

/* background must have the same value of body-> background*/
body { background:#DEC; }
.mainsectionframe { background:#DEC; }
.mainsectionframe2 { background:#DEC; }


#item0shadow { height:24px; } 
#item0text a { margin-right:6px; margin-top:-5px; margin-left:0px; }
#itembshadow { height:24px; } 
#itembtext a { margin-right:6px; margin-top:-5px; margin-left:0px; }

#item1shadow { height:24px; } 
#item1 a { margin-left:-8px; margin-right:0px; margin-bottom:0px; margin-top:-8px; }
#item2shadow { height:24px; } 
#item2 a { margin-left:-8px; margin-right:0px; margin-bottom:0px; margin-top:-8px; }
#item3shadow { height:24px; } 
#item3 a { margin-left:-8px; margin-right:0px; margin-bottom:0px; margin-top:-8px; }
#item4shadow { height:24px; } 
#item4 a { margin-left:-8px; margin-right:0px; margin-bottom:0px; margin-top:-8px; }
#item5shadow { height:24px; } 
#item5 a { margin-left:-8px; margin-right:0px; margin-bottom:0px; margin-top:-8px; }
#item6shadow { height:24px; } 
#item6 a { margin-left:-8px; margin-right:0px; margin-bottom:0px; margin-top:-8px; }


