/* -- reset -- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
}

img
{
    border: 0;
}

.float-clear
{
    clear: both;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.full-width
{
    width: 100%;
}

.right
{
    text-align: right;
}

.inline-block
{
    display: inline-block;
    /* -- ie7: hasLayout + inline -- */
    zoom: 1;
    *display: inline;
}

.button
{
    font-size: 12px;
    color: #000;
    border: 1px solid #888;
    line-height: 18px;
    letter-spacing: 3px;
    padding: 0 10px;
    margin: 10px;
    text-decoration: none;
    background: #ccc url('../files/images/button-bg.png') center center repeat-x;
    xwidth: 1;
    overflow: visible;
}

.buttxon[claxss]
{
    width: auto;
}

.button:hover
{
    color: #fff;
    border: 1px solid #611;
    background: #811  url('../files/images/button-active-bg.png') center center repeat-x;
}

div.infobox
{
    margin: 40px;
    padding: 40px;
    text-align: center;
    border: 1px solid #888;
    background: #ccc;
}


/* -- footerstick -- */

html, body
{
    height: 100%;
    font-family: arial, sans-serif;
    font-size: 14px;
}

.site
{
    width: 960px;
    border-left: 1px solid #777;
    border-right: 1px solid #777;
    padding: 0 20px;
    margin: 0 auto;
    background-color: #f1f0f0;
}

.wrapper
{
    position: relative;
    min-height: 100%;
    _height: 100%;  /* IE: min-height is actually height */
    background: #f1f0f0 url('../files/images/head.png') top center no-repeat;
}

.prefooter
{
    clear: both;
    height: 46px;
}

.foot
{
    position: relative;
    margin-top: -30px;
    line-height: 20px;
    background: transparent url('../files/images/foot.png') top center repeat-x;
    font-size: 12px;
    color: #fff;
    padding: 10px 20px 0 20px;
}

.foot a
{
    color: #fff;
    text-decoration: none;
}

.foot .left
{
    float: left;
}

.foot .right
{
    float: right;
}

.head
{
    height: 90px;
    overflow: hidden;
    margin-left: -999em;
}

.head .flags
{
    float: right;
}

.head .logo
{
    position: absolute;
    left: 6px;
    width: 180px;
    height: 90px;
}

.head .flags img.flag
{
    border: 1px solid #a8a8a8;
    margin: 7px 2px;
}

.head .kosar
{
    position : absolute;
    right    : 10px;
    top      : 36px;
}

/* -- menu -- */

.menu .body ul#nav
{
    height: 30px;
    line-height: 30px;
    background: #888 url('../files/images/menu-bg.png') top center repeat-x;
    list-style-type: none;
    margin: 0 -20px;
    font-size: 12px;
    position: relative;
    z-index: 100;
}

.menu .body #nav li.main
{
    float: left;
}

.menu .body #nav li.main a.item
{
    display: block;
    xborder: 1px solid transparent;
    text-decoration: none;
    color: #000;
    padding: 0 7px;
    letter-spacing: 3px;
}

.menu .body #nav li.main:hover a.item
{
    color: #fff;
    background: #4e0508 url('../files/images/menu-active.png') center right repeat-x;
    xborder: 1px solid #320406;
}

.menu .body #nav li.main a.home
{
    text-decoration: none;
    display: block;
    width: 35px;
    height: 30px;
    background: transparent url('../files/images/menu-home.png') top center no-repeat;
}

.menu .body #nav li.main:hover a.home
{
    background: transparent url('../files/images/menu-home.png') bottom center no-repeat;
}

.menu .body #nav li.main a.rss
{
    text-decoration: none;
    display: block;
    width: 48px;
    height: 30px;
    background: transparent url('../files/images/rss_pill_orange_32.png') center center no-repeat;
}

.menu .body #nav li.main div.sub
{
    clear: both;
	position: absolute;
    top: 29px;
    z-index: 999;
    border: 1px solid #320406;
    background: #590c0e;
    min-width: 150px;
    line-height: 16px;
    display: none;
}

.menu .body #nav li.main:hover div.sub
{
    display: block;
}

.menu .body #nav li.main div.sub ul
{
    list-style-type: none;
    margin: 0 0;

}


.menu .body #nav li.main div.sub ul li a
{
    display: block;
    text-decoration: none;
    color: #a8a7a7;
    padding: 0 8px;
}

.menu .body #nav li.main div.sub ul li a span
{
    display: block;

}

.menu .body #nav li.main div.sub ul li a:hover
{
    color: #fff;
    background: #4e0508 url('../files/images/menu-active-2.png') center right repeat-x;
}

/* -- layout -- */

.col2
{
    padding: 16px 0 0 16px;
}

.col05, .col1
{
    float:left;
}

.xcol05:first-child
{
    margin-left: 0;
}

.col05
{
    width: 236px;
}

.col1
{
    width: 472px;
}

/* -- carousel -- */

.carousel .body#slides
{
    position: relative;
    margin: 0 -2px;
    width: 964px;
    height: 394px;
    overflow: hidden;
    clear: both;
}

.carousel .body#slides .mask
{
    position: absolute;
    top:0;
    width: 964px;
    height: 394px;
    z-index: 10;
    background: transparent url('../files/images/carousel-mask.png') bottom center no-repeat;

}

.carousel .body#slides .slide
{
    height: 394px;
    margin: 0 auto;
}

.carousel .body#slides #prev
{
    display: block;
    background: transparent url('../files/images/carousel-prev.png') left center no-repeat;
    width: 64px;
    height: 55px;
    position: absolute;
    top: 32px;
    left: 10px;
    z-index: 30;
}

.carousel .body#slides #next
{
    display: block;
    background: transparent url('../files/images/carousel-next.png') right center no-repeat;
    width: 64px;
    height: 55px;
    position: absolute;
    top: 32px;
    right: 10px;
    z-index: 30;
}

.carousel .body#slides ul
{
    position:relative;
    left:0;
    top:0;
    list-style:none;
    margin:0;
    padding:0;
}

.carousel .body#slides li
{
    width:950px;
    height:380px;
    float:left;
	padding: 7px;
	overflow: hidden;
	position: relative;

}

.carousel .body#slides li a
{
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    z-index: 20;
    text-decoration: none;
}

.carousel .body#slides li .title
{
    position: absolute;
    top: 34px;
    left: 80px;
}

.carousel .body #dots
{
    height: 20px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 30;
}

.carousel .body #dots .dot
{
    display: block;
    float: left;
    background: transparent url('../files/images/carousel-dot.png') center center no-repeat;
    width: 20px;
    height: 20px;
}

.carousel .body #dots .dot.active
{
    background-image: url('../files/images/carousel-dota.png');
}

/* -- blocks -- */

.box
{
    margin: 0 16px 16px 0;
    border: 1px solid #777;
    background: #fff;
    cursor: pointer;
}

.box:hover
{
    border-color: #843838;
}

.box .header
{
    background: #ccc url('../files/images/box-top.png') top right repeat-x;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.box:hover .header
{
    background-image: url('../files/images/box-top-2.png');
}

/* -- box layouts -- */

.box .body
{
    position:relative;
    font-family: arial, sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
}

.box .body.noimage img
{
    display: none;
}

.box .body.overlay img
{
    width: 100%;
    vertical-align: bottom;
}

.box .body.imgleft img
{
    height: 166px;
    margin: 8px;
    float: left;
}

.box .body.imgright img
{
    height: 166px;
    margin: 8px;
    float: right;
}

.box .body span
{
    display: block;
    padding: 8px;
    text-align: justify;
}

.box .body.overlay span
{
    background-image: url('../files/images/box-overlay.png');
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

/* -- gallery --*/

.gallery .body #photo
{
    width: 900px;
    margin: 20px auto;
    background: transparent url('../files/images/gallery-bg.png') top center repeat-y;
    text-align: center;
}

.gallery .body #photo hr
{
    width: 100%;
    height: 1px;
    background: transparent url('../files/images/gallery-border.png') center center no-repeat;
    border: 0;
}

.gallery .body #photo .image
{
    margin: 20px;
    max-width: 800px;
    height: 400px;
    border: 1px solid black;
	-moz-box-shadow: 0 0 20px 0 #666;
	-webkit-box-shadow: 0 0 20px 0 #666;
	box-shadow: 0 0 20px 0 #666;
}

.gallery .body #photo .caption
{
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;

}

.gallery .body #photo .caption span.line
{
    width: 150px;
    margin: 0 30px;

    display: inline-block;
    /* -- ie7: hasLayout + inline -- */
    zoom: 1;
    *display: inline;
}

.gallery .body #photo .caption span.left
{
    background: transparent url('../files/images/gallery-title-left.png') center center no-repeat;
}

.gallery .body #photo .caption span.right
{
    background: transparent url('../files/images/gallery-title-right.png') center center no-repeat;
}

.gallery .body #gallery
{
    width: 948px;
    line-height: 150px;
    margin: 0 auto;
}

.gallery .body #gallery .left
{
    display: block;
    width: 18px;
    background: transparent url('../files/images/gallery-arrow-left.png') center center no-repeat;

    float: left;
    cursor: pointer;
}

.gallery .body #gallery .right
{
    display: block;
    width: 18px;
    background: transparent url('../files/images/gallery-arrow-right.png') center center no-repeat;

    float: left;
    cursor: pointer;
}

.gallery .body #gallery .lb
{
    display: block;
    width: 8px;
    margin-left: 6px;
    background: transparent url('../files/images/gallery-select-left.png') top center no-repeat;

    float: left;
}

.gallery .body #gallery .rb
{
    display: block;
    width: 8px;
    margin-right: 6px;
    background: transparent url('../files/images/gallery-select-right.png') top center no-repeat;

    float: left;
}

.gallery .body #gallery .scroller
{
    width: 884px;
    background: transparent url('../files/images/gallery-select-mid.png') top center repeat-x;
    position: relative;
    overflow: hidden;

    float: left;
    white-space: nowrap;

}

.gallery .body #gallery .scroller ul
{
    list-style-type: none;
    height: 150px;
    width: auto;
}

.gallery .body #gallery .scroller ul li
{
    display: inline-block;
    /* -- ie7: hasLayout + inline -- */
    zoom: 1;
    *display: inline;
}

.gallery .body #gallery .scroller img
{
    margin: 10px 5px;
    height: 130px;
    padding: 1px;
    background: transparent url('../files/images/gallery-thumb-bg.png') top center repeat-x;
    cursor: pointer;
}

.gallery .body #gallery .scroller img.active
{
	-moz-box-shadow: 0 0 10px 0 #111;
	-webkit-box-shadow: 0 0 10px 0 #111;
	box-shadow: 0 0 10px 0 #111;
    background: #000;
}


/* -- catalogs -- */

.catalogs
{
    width: 255px;
    height: 612px;
    background: #ccc url('../files/images/catalog-list-bg.png') top center no-repeat;
    margin: 20px 20px 20px 0;
    padding: 20px;
    letter-spacing: 3px;
    float: left;
}

.catalogs ul
{
    list-style-type: none;
}

.catalogs li.outer
{
    margin: 1em 0;
}


.catalogs ul.inner
{
    margin-left: 1em;
}

.catalogs li.outer ul
{
    display: none;
}

.catalogs li.outer.active ul
{
    display: block;
}

.catalogs li.outer a
{
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.catalogs li.inner a
{
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
    color: #000;
}

.catalogs li.inner a.active
{
    font-weight: bold;
    color: #fff;
}

/* -- motifs -- */

.motifs .body#motifs
{
    margin: 20px 0;
    position: relative;
}

.motifs .body#motifs .bigimage
{
    border: 1px solid #868483;
    background: f1f0f0;
    width: 350px;
    height: 282px;
    float: left;
    margin: 0 20px 20px 0;
    overflow: hidden;
}

.motifs .body#motifs .bigimage img
{
    height: 282px;
    margin: 0 auto;
}

.motifs .body#motifs .pager
{
    border: 1px solid #868483;
    background: #f1f0f0;
    width: 270px;
    height: 70px;
    float: right;
    margin: 0 0 20px 0;
    text-align:center;
    letter-spacing: 3px;
}

.motifs .body#motifs .pager .title
{
    display: block;
    font-size: 20px;
    line-height:25px;
}

.motifs .body#motifs .pager .small
{
    display: block;
    font-size: 10px;
    height: 20px;
}

.motifs .body#motifs .pager .nav
{
    line-height: 17px;
    font-size: 12px;
}

.motifs .body#motifs .pager .nav a
{
    color: #777;
    text-decoration:none;
}

.motifs .body#motifs .pager .nav img
{
    vertical-align: top;
}

.motifs .body#motifs .info
{
    border: 1px solid #868483;
    background: #f1f0f0;
    width: 270px;
    height: 190px;
    float: right;
}

.motifs .body#motifs .info .data
{
    white-space: nowrap;
    line-height: 46px;
    letter-spacing: 3px;
    overflow: hidden;
}

.motifs .body#motifs .info .label
{
    float: left;
    display: block;
    width:  100px;
    margin: 0 10px;
}

.motifs .body#motifs .motiflist
{
    border: 1px solid #868483;
    background: #f1f0f0;
    width: 642px;
    height: 340px;
    float: left;
    position: relative;
    overflow: hidden;
    letter-spacing: 3px;
}

.motifs .body#motifs .motiflist #prev2
{
    display: block;
    width: 20px;
    height: 340px;
    background: #f1f0f0 url('../files/images/catalog-motifs-prev.png') center center no-repeat;
    position: absolute;
    left: 0;
    z-index: 10;
}

.motifs .body#motifs .motiflist #next2
{
    display: block;
    width: 20px;
    height: 340px;
    background: #f1f0f0 url('../files/images/catalog-motifs-next.png') center center no-repeat;
    position: absolute;
    right: 0;
    z-index: 10;
}

.motifs .body#motifs .motiflist #title1
{
    display: block;
    position: absolute;
    top: 10px;
    left: 20px;
    right: 20px;
    z-index: 10;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
}

.motifs .body#motifs .motiflist #title2
{
    display: block;
    position: absolute;
    top: 170px;
    left: 20px;
    right: 20px;
    z-index: 10;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
}


.motifs .body#motifs .motiflist ul
{
    list-style-type: none;
    margin: 0 21px;
    position:relative;
}

.motifs .body#motifs .motiflist ul li
{
    width: 600px;
    float: left;
    position:relative;
    padding-top: 10px;
}

.motifs .body#motifs .motiflist ul li span.type
{
    display: block;
    clear: both;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
}

.motifs .body#motifs .motiflist ul li a
{
    display: block;
    float: left;
    width: 130px;
    height: 126px;
    padding: 4px 4px 0 4px;
    margin: 6px 6px 6px 6px;
    text-align: center;
    overflow: hidden;
    font-size: 12px;
    text-decoration: none;
    color: #000;
}

.motifs .body#motifs .motiflist ul li a span
{
    display: block;
    font-size: 12px;
    line-height: 22px;
    color: #000;
}

.motifs .body#motifs .motiflist ul li a.active
{
	-moz-box-shadow: 0 0 10px 0 #111;
	-webkit-box-shadow: 0 0 10px 0 #111;
	box-shadow: 0 0 10px 0 #111;
}

.motifs .body#motifs .motiflist ul li a img
{
    max-width: 130px;
    height: 100px;
}

/* -- kapcsolat -- */

.contact
{
    margin: 40px 16px 16px 16px;
}

.contact.text
{
    height: 332px;
    margin: 40px 16px 16px 16px;
}

.contact img
{
    border: 1px solid #000;
}

.contact.text .body
{
    padding: 10px;
    padding-top: 0;
    font-family: arial, sans-serif;
    font-size: 18px;
    letter-spacing: 3px;
}

.contact.text .header
{
    padding: 10px;
    padding-bottom: 0;
    font-family: arial, sans-serif;
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: bold;
    text-align: center;
}

/* -- kereső -- */

.kereses
{
    width: 640px;
    margin: 40px auto;
}

.kereses .header
{
    border: 1px solid #868483;
    background: f1f0f0;
    width: 350px;
    height: 282px;
    float: right;
    margin: 0 0 20px 0;
    overflow: hidden;
    text-align: center;
}

.kereses .header img
{
    height: 282px;
    margin: 0 auto;
}

.kereses .body
{
    border: 1px solid #868483;
    background: #f1f0f0;
    width: 270px;
    height: 70px;
    margin: 0 0 20px 0;
    text-align: right;
    line-height: 35px;
    letter-spacing: 3px;
}

.kereses .footer
{
    border: 1px solid #868483;
    background: #f1f0f0;
    width: 270px;
    height: 190px;
}

.kereses .footer .name
{
    display: block;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 10px 0 10px;
    letter-spacing: 3px;
}

.kereses .footer a
{
    display: block;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    margin: 0 10px;
    letter-spacing: 3px;
}

.kereses .footer a:hover
{
    text-decoration: underline;
}

.kereses .footer .data
{
    white-space: nowrap;
    line-height: 36px;
    letter-spacing: 3px;
    overflow: hidden;
}

.kereses .footer .label
{
    float: left;
    display: block;
    width:  100px;
    margin: 0 10px;
}

/* -- tapéta info -- */

.info .body
{
    margin: 30px auto;
    letter-spacing: 0px;
    font-family: arial, sans-serif;
    font-size: 14px;
    width: 901px;
}

.info .body ul
{
    list-style: none;
    position: relative;
    border-top: 1px solid #000;
    height: 24px;
    letter-spacing: 2px;
}

.info .body ul li
{
    display: block;
    margin: 0 -1px 0 0;
    padding: 0;
    float: left;
    width: 181px;
}

.info .body table ul
{
    list-style: disc;
    border-top: 0;
    letter-spacing: 0px;
}

.info .body table ul li
{
    display: list-item;
    margin: 5px 0 0 15px;
    float: none;
    width: auto;
}

.info .body ul li a
{
    display: block;
    border: 1px solid #000;
    border-width: 0 1px 0 1px;
    text-decoration: none;

    line-height: 24px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    background: #ccc url('../files/images/tabs-inactive.png') top right repeat-x;
    color: #000;
}

.info .body ul li.active a
{
    background: #ccc url('../files/images/tabs-active.png') top right repeat-x;
    color: #fff;
}

.info .body div.tab
{
    margin: 0;
    padding: 8px;
    background: #fff;
    border: 1px solid #000;
}

/* -- login/register -- */

.login,
.register
{
    margin: 40px 16px 16px 16px;
}

.login.box
{
    min-height: 160px;
    cursor: default;
}

.register
{
    min-height: 160px;
    cursor: default;
    border: 1px solid #000;
}


.login.box .body,
.register .body
{
    padding: 10px;
    letter-spacing: 3px;
}

.login.box .body
{
    font-family: arial, sans-serif;
    text-align: right;
}

.login.box .body input.field
{
    border: 1px solid #000;
    background: #fff;
    width: 250px;
    font-size: 18px;
}

.login.box .body .error
{
    font-size: 14px;
    background: #fcc;
    text-align:center;
    margin-bottom: 1em;
    padding: 4px;
    font-weight: bold;
}

.register .header
{
    display: none;
}

.register .body
{
    font-family: arial, serif;
    font-size: 12pt;
    letter-spacing: 3px;
    text-align: justify;
}

/* -- bemutatkozas -- */

.tartalom
{
    width: 900px;
    margin: 30px auto;
    border: 1px solid #000;
}

.tartalom .header
{
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    background: #ccc url('../files/images/tabs-inactive.png') top right repeat-x;
    color: #000;
    border-bottom: 1px solid #000;
}

.tartalom .body
{
    margin: 0;
    padding: 8px;
    background: #fff;
}

/* -- letoltesek -- */

.dllinks
{
    margin: 40px 16px 16px 16px;
    cursor: default;
}

/* -- catalogs -- */

.katalogus
{
    margin: 0 -8px;
}

.katalogus.hidden
{
}

.katalogus .header
{
    width: 190px;
    height: 685px;
    background: transparent url('../files/images/catalogs-menu-bg.png') top center no-repeat;
    margin: 10px 0 0 -3px;
    padding: 10px;
    letter-spacing: 0px;
    float: left;
}

.katalogus.hidden .header
{
    display: none;
}

.katalogus .header ul
{
    list-style-type: none;
}

.katalogus .header li.outer
{
    margin: 1em 0;
}


.katalogus .header ul.inner
{
    margin-left: 1em;
}

.katalogus .header li.outer ul
{
    display: none;
}

.katalogus .header li.outer.active ul
{
    display: block;
}

.katalogus .header li.outer a
{
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.katalogus .header li.inner a
{
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
    color: #000;
}

.katalogus .header li.inner a:active
{
    font-weight: bold;
    color: #8d0f0f;
}

.katalogus .body
{
    float: right;
    width: 762px;

    position:relative;
    overflow: hidden;
}

.katalogus.hidden .body
{
    float: none;
    margin: 0 auto;
}

.katalogus .body ul
{
    position:relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.katalogus .body li
{
    list-style-type: none;
    width: 762px;
    float: left;
    position:relative;
    margin: 0;
    padding: 0;
}

.katalogus .body .tile4p4
{
    width: 230px;
    height: 170px;
    background :#fff;
    margin: 2px;
    padding: 10px;
    float: left;
    text-align: center;
    overflow: hidden;
}

.katalogus .body .tile4p4 img
{
    height: 170px;
    margin: 0 auto;
}

.katalogus .body .nav
{
    clear: both;
    padding: 20px;
    text-align: center;
    line-height: 17px;
    font-size: 12px;
    letter-spacing: 3px;
}

.katalogus .body .nav a
{
    color: #777;
    text-decoration:none;
    margin: 0 5px;
}

.katalogus .body .nav a.current
{
    color: #444;
    font-weight: bold;
    text-decoration:none;
}

.katalogus .body .nav img
{
    vertical-align: top;
}

/* -- tapetak -- */

.tapetak
{
    margin-top: 20px;
}

.tapetak .header
{
    width: 340px;
    margin: 0;
    padding: 0;
    letter-spacing: 3px;
    float: left;
}


.tapetak .header .breadcrumb
{
    color: #888;
}

.tapetak .header .breadcrumb a
{
    color: #000;
    text-decoration: none;
}

.tapetak .header .breadcrumb span
{
    color: #222;
    font-weight: bold;
}


.tapetak .header .bigpic
{
    width: 340px;
    height: 275px;
    margin: 10px 0;
}

.tapetak .header .bigpic img
{
    border: 1px solid #868483;
    height: auto;
    width: 340px;
    vertical-align: middle;
}


.tapetak .header .info .data
{
    white-space: nowrap;
    line-height: 2em;
    letter-spacing: 2px;
    overflow: hidden;
}

.tapetak .header .info .data a
{
    letter-spacing: 0px;
}

.tapetak .header  .info .data.bold
{
    font-weight: bold;
}

.tapetak .header  .info .data.red
{
    color: #670b0b;
}

.tapetak .header .info .label
{
    float: left;
    display: block;
    width:  100px;
    margin: 0 10px;
}

.tapetak .body
{
    float: right;
    width: 620px;
    position:relative;
    overflow: hidden;
    margin: 0 -10px 0 10px;
}

.tapetak .body ul
{
    position:relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.tapetak .body li
{
    list-style-type: none;
    float: left;
    position:relative;
    margin: 0;
    padding: 0;
}

.tapetak .body .tile4p4
{
    width: 150px;
    height: 120px;
    margin: 2px;
    padding: 8px 0;
    float: left;
    text-align: center;
    overflow: hidden;
}

.tapetak .body .tile4p4 a
{
    color: #000;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 3px;
}

.tapetak .body .tile4p4 img
{
    height: auto;
    margin: 0 auto;
    border: 1px solid #000;
}

.tapetak .body .tile4p4 img.active
{
    border: 1px solid #6d0303;
	-moz-box-shadow: 0 0 10px 0 #111;
	-webkit-box-shadow: 0 0 10px 0 #111;
	box-shadow: 0 0 10px 0 #111;
}

.tapetak .body .nav
{
    clear: both;
    padding: 20px;
    text-align: center;
    line-height: 17px;
    font-size: 12px;
    letter-spacing: 3px;
}

.tapetak .body .nav a
{
    color: #777;
    text-decoration:none;
    margin: 0 5px;
}

.tapetak .body .nav a.current
{
    color: #444;
    font-weight: bold;
    text-decoration:none;
}

.tapetak .body .nav img
{
    vertical-align: top;
}

/* -- kosar -- */

.kosar
{
    margin-top: 20px;
}

.kosar .body
{
    float: left;
    width: 620px;
    position: relative;
    overflow: hidden;
}

.kosar p.info
{
    margin: 1em;
    text-align: center;
}

.kosar .body ul
{
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.kosar .body li
{
    list-style-type: none;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}

.kosar .body .tile4p4
{
    width: 200px;
    margin: 2px;
    padding: 8px 0;
    float: left;
    text-align: center;
    overflow: hidden;
}

.kosar .body .tile4p4 a
{
    color: #000;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 3px;
}

.kosar .body .tile4p4 img
{
    height: 100px;
    margin: 0 auto;
    border: 1px solid #000;
}

.kosar .body .nav
{
    clear: both;
    padding: 20px;
    text-align: center;
    line-height: 17px;
    font-size: 12px;
    letter-spacing: 3px;
}

.kosar .body .nav a
{
    color: #777;
    text-decoration:none;
    margin: 0 5px;
}

.kosar .body .nav a.current
{
    color: #444;
    font-weight: bold;
    text-decoration:none;
}

.kosar .body .nav img
{
    vertical-align: top;
}


.kosar .footer
{
    width: 318px;
    margin: 0;
    padding: 10px;
    letter-spacing: 3px;
    float: right;
    border: 1px solid #000;
    background: #d5d4d4;
}

.kosar .footer ul
{
    font-size: 14px;
    color: #822;
    background: #fcc;
    padding: 4px;
    font-weight: bold;
}

.kosar .footer p
{
    margin: 1em 0;
}

.kosar .footer .right
{
    text-align: right;
}

.kosar .footer input,
.kosar .footer textarea
{
    width: 312px;
    border: 1px solid #000;
    margin: 0;
    padding: 3px;

}

.kosar .footer textarea
{
    height: 4em;
}

.kosar .footer ul
{
    padding-left: 2em;
}


/* -- katalogus letöltés -- */

.katletolt .body
{
    width: 680px;
    margin: 0 auto;
}

.katletolt .body .col
{
    width: 300px;
    float: left;
    margin: 20px;
}

/* -- hirek -- */

.hirek .body
{
    width: 864px;
    margin: 0 auto;
    overflow: hidden;
}


.hirek .body .newsitem
{
    border: 1px solid #000;
    width: 820px;
    margin: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.hirek .body .newsitem .title
{
    background: #4d4d4d url('../files/images/box-top.png') top right repeat-x;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #000;
}

.hirek .body .newsitem .content
{
    margin: 10px;
    text-align: justify;
}

.hirek .body .newsitem .content .date
{
    color: #888;
}

.hirek .body .newsitem img
{
    float: right;
    margin: 0 0 10px 10px;
    width: 140px;
}

.info .body .newsitem ul
{
    list-style: disc;
    border-top: 0;
    letter-spacing: 0px;
    margin: 0 0 10px 0;
}

.info .body .newsitem ul li
{
    display: list-item;
    margin: 5px 0 0 15px;
    width: auto;
}

.info .body .newsitem p
{
    margin: 0 0 5px 0;
    width: auto;
}

.hirek .body .hehe
{
    position: relative;
    overflow: hidden;
    background: url('../files/images/hirek-bg-hack.png') bottom center no-repeat;
}
