@import "news.css";

body {
    background: #f5f5f5;
    font-family: arial, helvetica;
    font-size: 0.9em;
    color: #222;
    background-image: url(../img/bg.gif);
}

td {
    color: #222;
}

a {
    color: #009933;
    text-decoration: none;
}

.ui-layout-north {
    background-image: url(../img/headerBgFull2.jpg);
    padding: 0;
    overflow: hidden;
    border-bottom: 1px solid #222;
}

.ui-layout-south {
    background-image: url(../img/footerBg.jpg);
    color: white;
}

.ui-layout-east {
    background: #ddd;
}

#footerWrap {
    padding: 9px;
    position: relative;
}

#eastPlaneTrigger {
    position: absolute;
    right: 0;
    top: 0;
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
}

#topMenu {
    height: 30px;
    margin-top: 64px;
    margin-left: 220px;
    background-image: url(../img/footerBg.jpg);
    color: white;
    text-align: right;
    position: relative;
}

#langMenu {
    position: absolute;
    right: 10px;
    bottom: 2px;
}

#langMenu a {
    margin-right: 5px;
}

#northContentWrap {
    height: 94px;
    position: relative;
}

#headerHomeLink {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 210px;
    height: 90px;
}

#topRightLinks {
    position: absolute;
    top: 3px;
    right: 0;
    width: 200px;
    height: 20px;
    font-size: 0.8em;
}

#topRightLinks a {
    color: #222;
}

#topRightLinks a:hover {
    text-decoration: underline;
}

/*
--------------
 leftMenu
--------------
*/

#leftMenu {
    margin-top: 20px;
}

#leftMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 200px;
}

#leftMenu ul ul {
    width: 176px;
}

#leftMenu ul ul {
    margin-left: 10px;
}

#leftMenu ul a {
    color: #222;
    display: block;
}


/*

#leftMenu ul ul li {
    padding: 2px;
}

#leftMenu ul li {
    background-color: #ddd;
    padding: 8px;
    margin: 8px 8px 2px 8px;
}

#leftMenu ul li.act, #leftMenu ul li.act li {
    background-color: #59585a;
}

#leftMenu ul li.act a {
    color: white;
}

*/


#leftMenu ul {
    background-color: #ccc;
    margin: 10px;
}

#leftMenu ul li {
    padding: 7px;
}

#leftMenu ul ul li {
    padding: 8px 0 0 0;
}

#leftMenu ul li.act ul, #leftMenu ul li.act {
    background-color: #59585a;
}

#leftMenu ul li.act ul {
    margin-top: 3px;
}

#leftMenu ul li.act a {
    color: white;
}



/*
--------------
 contentTitle
--------------
*/

#contentTitle {
    margin: 15px 20px 0 20px;
    font-size: 0.7em;
}

/*
--------------
 mainContent
--------------
*/

#mainContent {
    margin: 20px;
    text-align: justify;
}

h1 {
    font-size: 2em;
}

#mainContent a, #rightColPanelWrap a {
    border-bottom: 1px dotted #009933;
    font-weight: bold;
}

#mainContent a:hover, #rightColPanelWrap a:hover {
    border-bottom: 1px solid #009933;
}

#headerImgWrap {
    background-repeat: no-repeat;
    height: 160px;
    margin: 20px;
    background-position: center center;
}

span.fontos {
    font-weight: bold;
}

.kozepre {
    text-align: center;
}

#mainContent a img {
    border: 0;
}

/*
-------------------------
 rightColPanelBoxes
-------------------------
*/

#rightColPanelWrap {
    margin: 20px 10px 0 10px;
    background: #bbb;
    height: 330px;
    overflow: hidden;
}

#rightColPanelHeader a {
    padding: 5px;
    display: block;
    width: 130px;
    float: left;
    text-align: center;
    color: #222;
    border: none;
    font-weight: normal;
}

#rightColPanelHeader a:hover {
    border: none;
}

#rightColPanelWrap a.internal-link {
    border: none;
}

#rightColPanelHeader a.activeSlide { 
    background: #333;
    color: white;
}

#rightColPanelBox1, #rightColPanelBox2 {
    width: 240px;
    padding: 10px;
}

#rightcolReferencesWrap {
    font-size: 0.8em;
}

#rightcolReferencesWrap img {
    border: 1px solid #444;
    padding: 1px;
    margin-bottom: 15px;
}

#rightColPanelWrap .ceHeader {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 2px;
}

/*
-------------------------
 references page
-------------------------
*/

#mainContent #rightcolReferencesWrap .contentElement {
    width: 260px;
    float: left;
    height: 260px;
    margin: 15px;
    padding: 10px;
    background: #d6d6d6;
}

#mainContent #rightcolReferencesWrap .contentElement .ceHeader {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 5px;
}

#mainContent #rightcolReferencesWrap .contentElement a.internal-link {
    border: none;
}
