html,
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #383838;
    height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
    background: url(/graphics/body-bg.jpg) top left repeat-y;
}

.clearer {
    clear: both;
}

form {
	margin: 0px;
}

a {
	color: #46579f;
	text-decoration: none;
}

a.menu {
	color: #7c7a7b;
}

a.menu:hover {
	color: #000000;
}

ul {
    padding: 0; margin: 0;
}

td.submenucat {
	height: 26px;
	border-bottom: #000000 1px solid;
}

td.submenuitem {
	height: 20px;
	border-top: #ffffff 1px solid;
	background-color: #e7e7e7;
}

.submenucat a.menu, .submenucat a.menu_selected {
    color: #555;
	padding-left: 20px;
    display: block;
}

.submenucat a.menu:hover, .submenucat a.menu_selected:hover {
    color: #333;
}

.submenuitem a.menu {
	padding-left: 40px;
    display: block;
    font-weight: bold;
    color: #333;
}
.submenuitem:hover {
    background-color: #E9E9E9
}

.submenuitem a.menu:hover {
    color: #111;
}

#maintable {
    width: 1024px;
    height: 100%;
}

#outer-wrapper {
    width: 1024px;
}

#top {
    width: 100%;
    text-align: right;
    height: 49px;
    background-color: #13246C;
    border-bottom: 1px solid #F8F3E1;
}

#prodmenu,
#contents-and-menu,
#rightpanel {
    position: absolute;
    top: 51px;
}

#contents-and-menu {
    width: 655px;
    left: 218px;
}

#prodmenu {
    left: 0px;

    background: url(graphics/lewe-1sza_en.jpg) top left no-repeat;
    padding-top: 310px;
    padding-left: 5px;
    width: 211px;
}

#mainmenu {
    height: 39px;
    overflow: hidden;
    width: 100%;
    background: url(graphics/mmenu_bg.jpg) top left repeat-x;

}
#mainmenu li {
    list-style: none;
    float: left;
    padding-left: 4px;
    padding-right: 4px;
    border-left: 1px solid white;

    height: 12px;
    line-height: 12px;
    font-size: 12px;
}
#mainmenu li.first {
    border-left: 0px;
}

#mainmenu .outer {
    width: 100%;
    height: 100%;
    background: url(/graphics/mmenu_topleft.jpg) top left no-repeat;
}

#mainmenu .inner {
    padding-top: 22px;
    color: white;
    text-align: center;
    padding-left: 100px;
}
#mainmenu a {
    color: white;
    font-size: 12px;
}

#contents {
    width: 645px;
    padding-left: 5px;
    padding-right: 5px;

    overflow: hidden;
}


#rightpanel {
    position: absolute;
    overflow: hidden;
    left: 874px;
    width: 150px;
    vertical-align: top;
}

td.boxgradient {
	height: 16px;
	background-image: url('/graphics/boxgradient.jpg');
	background-repeat: repeat-x;
}

td.detailmatrix {
	border-bottom: #ccf 1px solid;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.button {
	background-color: #35488e;
	color: white;
}

table.libcontents {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

td.libcontents {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

div#maincatimg h1 {
    padding: 0px;
    font-size: 18px;
}

div#products h1 {
    padding: 0px;
    font-size: 18px;
}

#product h1 {
    padding: 0px;
    font-size: 14px;
}

#article h1 { 
    padding: 0px;
    font-size: 12px;
    font-weight: none;
    font-style: none;
}

.menu,
.menu a {
    color: white;
}
.menu a:hover {
    color #ddd;
}

#articles {
    margin-top: 20px;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 640px;
    border-top: 1px dotted gray;
}
#articles .article {
    width: 200px;
    height: 250px;
    float: left;
    padding-right: 6px;
    padding-left: 6px;
    border-left: 1px dotted gray;
}
#articles .left {
    border-left: none;
}
#articles .middle {
    width: 100%;
    height: 1px;

    margin-bottom: 20px;
    margin-top: 20px;

    border-bottom: 1px dotted gray;
}

#articles img {
    padding-bottom: 6px;
}

#frontpage-top {
    width: 655px;
    /*height: 295px;*/
    margin-left: -5px;
    text-align: center;
    overflow: hidden;
}

h1#description {
    padding-top: 20px;
    padding-bottom: 0;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

#made_by {
    clear: left;
    margin: 0; padding: 0;
}

