/* 
    sunsystem.hu/reset.css
    All Rights Reserved
    Author: webrevolution.hu
    Verzió: v1.0
*/
#site_head {
    height:142px;
    background:url(images/site_head_pattern.png) left center repeat-x;
}
#site_head_center {
    height:142px;
    width:960px;
    margin:0 auto;
    background:url(images/site_head_bg.png) center center no-repeat;
}
#site_head_top {
    height:103px;
}
/* --- MENU --------------------------------------------------------------------------------------- */
#topmenu_container {
    height:33px;
}
#topmenu_container ul {
    margin:0;
    padding:0;
    text-align:center;
    list-style-image:none;
    list-style:none;
    background-color:transparent;
	line-height:33px;
}
#topmenu_container li {
    display:inline;
    list-style:none;
	line-height:33px;
}
#topmenu_container a {
    font-family:'Viga',Arial,Verdana,sans-serif,Helvetica;
	font-size:17px;
    font-weight:normal;
	line-height:33px;
    color:#596064;
    text-decoration: none;
    padding:0px 10px;
    border:none;
    margin:0px;
}
#topmenu_container a:hover, #topmenu_container a.mainmenu_hover {
    color: #ff9c00;
    border:none;
}
#topmenu_container a.akcio {
    color:#ea5db4;
	font-size:19px;
    text-shadow: 0px 0px 15px #ff8c00;
    filter: dropshadow(color=#ff8c00, offx=0, offy=0);
}
#topmenu_container a.akcio:hover {
    text-decoration:underline;
}
/* ------- CONTENT -------------------------------------------------------------------------------- */
#content {
    -webkit-box-shadow: 0 0 4px 4px #eee;
    box-shadow: 0 0 4px 4px #eee;
    width:960px;
    margin:3px auto 0px auto;
    /* IE hack min. height hack */
    min-height:600px;
    height:auto !important;
    height:600px;
    background-color:#fff;
}
#slider_container {
    width:960px;
    height:450px;
    background:url(images/slider_bg.jpg) top center no-repeat;
    text-align:right;
    position:relative;
}
#ribbon_img {
    position:absolute;  /* position of ancestor must be relative */
    top:7px;
    right:7px;
    z-index:500;
}
#slider_container .slider_padding {
    width:920px;
    padding:20px 0px 0px 0px;
    margin:0 auto;
}
#content .content_padding20 {
    padding:10px 20px 20px 20px;
}
#content .content_padding10 {
    padding:10px 10px 20px 10px;
}
/* -------- FOOTER -------------------------------------------------------------------------------- */
#footer {
    background:#e1e4e6 url(images/footer_bg.png) top left repeat-x;
    border-top:1px solid #888;
    -webkit-box-shadow:0px 0px 10px 0px #b8b8b8;
    box-shadow:0px 0px 10px 0px #b8b8b8;
    font-size:12px;
}
#footer_center {
    width:960px;
    margin:0 auto;
    padding:15px;
    text-align:center;
}
#footer .devider {
    margin:0 auto;
    height:1px;
    background:url(images/devider_1200.png) top center no-repeat;
}

.devider940 {
    margin:0 auto;
    height:1px;
    background:url(images/devider_940.png) center center no-repeat;
    margin:20px 0px 20px 0px;
}
.devider640 {
    margin:0 auto;
    height:1px;
    background:url(images/devider_640.png) center center no-repeat;
    margin:20px 0px 20px 0px;
}


