/* CSS fuer Topframe von www.raumdesign-e-hartenstein.de */

/* Reset all HTML elements */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}

/* Page settings */
body {
    background: #fff url(../images/background.jpg) repeat;
}

/* Logo */
#logo {
    position:absolute;
    margin:10px;
}

/* Menu */
#menu {
    position:absolute;
    top:60px;
    left:250px;
    height:40px;
    margin-left: 15px;
}
li.menuitem {
    position:relative;
    display: block;
    width:75px;
    height: 40px;
    margin: 5px;
    text-align: center;
    color: #000;
    float:left;
}
li.menuitem a {
    position:relative;
    display: block;
    height: 27px;
    padding: 13px 0 0 0;
    background: url(../images/menu_bg1.gif) no-repeat center 1px;
    font: normal normal bold 14px/14px Arial, Helvetica, Verdana;
    text-decoration: none;
    color: #000;
}
li.menuitem a:hover {
    color: #999;
    background-image: url(../images/menu_bg2.gif);
}

/* Slogan (Das aelteste Plauener Fachgeschaeft) */
#slogan {
    position:absolute;
    right:0px;
    width:519px;
    height:59px;
    margin:10px;
}

/* EOF */