* {
    font-family: verdana;
}

body {
    margin: 0;
}

p {
    font-size: 12px;
}

a.headLink {
    font-size: 10px;
    color: #ffffff;
    text-decoration: none;
}

a.headLink:hover {
    font-size: 10px;
    color: #ffffff;
    text-decoration: underline;
}

a.footLink {
    font-size: 10px;
    color: #9696aa;
    text-decoration: none;
}

a.footLink:hover {
    font-size: 10px;
    color: #9696aa;
    text-decoration: underline;
}

li.menuItem {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

li.subitem {
    list-style: none;
    width: 130px;
    text-align: center;
    border-bottom: solid 1px #bcbcd0;
    border-left: solid 1px #bcbcd0;
    border-right: solid 1px #bcbcd0;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #ebebff;
}

li.subitem_over {
    list-style: none;
    width: 130px;
    text-align: center;
    border-bottom: solid 1px #bcbcd0;
    border-left: solid 1px #bcbcd0;
    border-right: solid 1px #bcbcd0;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #505064;
}

a.submenuLink {
    color: #505064;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

a.submenuLink_over {
    color: #ebebff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

div.subscribe {
    margin-left: 30px;
    font-size: 12px;
}

div.hideme {
    display: none;
}

div.showme {
    display: block;
    width: 130px;
    position: absolute;
}

/* Content bloc styles */

h1 {
    font-size: 18px;
    color: #333333;
    max-width: 400px;
    margin: 0;
    /*margin-top: 5px;*/
    margin-bottom: 5px;
    cursor: pointer;
}

a.h1link {
    font-size: 18px;
    color: #333333;
    text-decoration: none;
}

a.h1link:hover {
    font-size: 18px;
    color: #000000;
    text-decoration: none;
}

a.h1linkgreen {
    font-size: 18px;
    color: #333333;
    text-decoration: none;
}

a.h1linkgreen:hover {
    font-size: 18px;
    color: #249D2A;
    text-decoration: none;
}

a.h1linkblue {
    font-size: 18px;
    color: #333333;
    text-decoration: none;
}

a.h1linkblue:hover {
    font-size: 18px;
    color: #003C9C;
    text-decoration: none;
}

a.h1linkpurple {
    font-size: 18px;
    color: #333333;
    text-decoration: none;
}

a.h1linkpurple:hover {
    font-size: 18px;
    color: #7C0E55;
    text-decoration: none;
}

a.h1linkorange {
    font-size: 18px;
    color: #333333;
    text-decoration: none;
}

a.h1linkorange:hover {
    font-size: 18px;
    color: #E94C19;
    text-decoration: none;
}

h2 {
    font-size: 15px;
    color: #333333;
    max-width: 250px;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 9px;
    cursor: pointer;
}

a.h2link {
    font-size: 15px;
    color: #333333;
    text-decoration: none;
}

a.h2link:hover {
    font-size: 15px;
    color: #000000;
    text-decoration: none;
}

a.h2linkgreen {
    font-size: 15px;
    color: #333333;
    text-decoration: none;
}

a.h2linkgreen:hover {
    font-size: 15px;
    color: #249D2A;
    text-decoration: none;
}

a.h2linkblue {
    font-size: 15px;
    color: #333333;
    text-decoration: none;
}

a.h2linkblue:hover {
    font-size: 15px;
    color: #003C9C;
    text-decoration: none;
}

a.h2linkpurple {
    font-size: 15px;
    color: #333333;
    text-decoration: none;
}

a.h2linkpurple:hover {
    font-size: 15px;
    color: #7C0E55;
    text-decoration: none;
}

a.h2linkorange {
    font-size: 15px;
    color: #333333;
    text-decoration: none;
}

a.h2linkorange:hover {
    font-size: 15px;
    color: #E94C19;
    text-decoration: none;
}

hr.small {
    width: 240px;
    height: 1px;
    color: #ffffff;
    background-color: #ffffff;
    border: none;
}

div.green {
    width: 30px;
    height: 30px;
    /*background-color: #25A02B;*/
    background-image: url('../images/icons/green.jpg');
    float: left;
    margin: 0;
}

div.blue {
    width: 30px;
    height: 30px;
    /*background-color: #003C9C;*/
    background-image: url('../images/icons/blue.jpg');
    float: left;
    margin: 0;
}

div.purple {
    width: 30px;
    height: 30px;
    /*background-color: #7E0E56;*/
    background-image: url('../images/icons/purple.jpg');
    float: left;
    margin: 0;
}

div.orange {
    width: 30px;
    height: 30px;
    /*background-color: #F35019;*/
    background-image: url('../images/icons/orange.jpg');
    float: left;
    margin: 0;
}

div.gray {
    width: 30px;
    height: 30px;
    /*background-color: #2A2A42;*/
    background-image: url('../images/icons/gray.jpg');
    float: left;
    margin: 0;
}

div.red {
    width: 30px;
    height: 30px;
    /*background-color: #DD1015;*/
    background-image: url('../images/icons/red.jpg');
    float: left;
    margin: 0;
}

div.yellow {
    width: 30px;
    height: 30px;
    /*background-color: #DBB465;*/
    background-image: url('../images/icons/yellow.jpg');
    float: left;
    margin: 0;
}

/*Normal icons*/

div.normal_green {
    width: 30px;
    height: 30px;
    /*background-color: #25A02B;*/
    background-image: url('../images/icons/green.jpg');
    margin: 0;
}

div.normal_blue {
    width: 30px;
    height: 30px;
    /*background-color: #003C9C;*/
    background-image: url('../images/icons/blue.jpg');
    margin: 0;
}

div.normal_purple {
    width: 30px;
    height: 30px;
    /*background-color: #7E0E56;*/
    background-image: url('../images/icons/purple.jpg');
    margin: 0;
}

div.normal_orange {
    width: 30px;
    height: 30px;
    /*background-color: #F35019;*/
    background-image: url('../images/icons/orange.jpg');
    margin: 0;
}

div.normal_gray {
    width: 30px;
    height: 30px;
    /*background-color: #2A2A42;*/
    background-image: url('../images/icons/gray.jpg');
    margin: 0;
}

div.normal_red {
    width: 30px;
    height: 30px;
    /*background-color: #DD1015;*/
    background-image: url('../images/icons/red.jpg');
    margin: 0;
}

div.normal_yellow {
    width: 30px;
    height: 30px;
    /*background-color: #DBB465;*/
    background-image: url('../images/icons/yellow.jpg');
    margin: 0;
}

div.normal_video {
    width: 30px;
    height: 30px;
    background-image: url('../images/icons/video.jpg');
    margin: 0;
}

div.normal_zene {
    width: 30px;
    height: 30px;
    background-image: url('../images/icons/zene.jpg');
    margin: 0;
}

div.normal_kep {
    width: 30px;
    height: 30px;
    background-image: url('../images/icons/kep.jpg');
    margin: 0;
}

div.normal_blog {
    width: 30px;
    height: 30px;
    background-image: url('../images/icons/blog.jpg');
    margin: 0;
}

div.normal_kutyu {
    width: 30px;
    height: 30px;
    background-image: url('../images/icons/kutyu.jpg');
    margin: 0;
}

div.normal_text {
    width: 30px;
    height: 30px;
    background-image: url('../images/icons/ikon.jpg');
    margin: 0;
}

/*End of normal icons*/

div.small_green {
    width: 10px;
    height: 10px;
    background-color: #25A02B;
    float: left;
    margin: 0;
    margin-top: 2px;
    margin-right: 2px;
}

div.small_blue {
    width: 10px;
    height: 10px;
    background-color: #003C9C;
    float: left;
    margin: 0;
    margin-top: 2px;
    margin-right: 2px;
}

div.small_purple {
    width: 10px;
    height: 10px;
    background-color: #7E0E56;
    float: left;
    margin: 0;
    margin-top: 2px;
    margin-right: 2px;
}

div.small_orange {
    width: 10px;
    height: 10px;
    background-color: #F35019;
    float: left;
    margin: 0;
    margin-top: 2px;
    margin-right: 2px;
}

div.small_gray {
    width: 10px;
    height: 10px;
    background-color: #2A2A42;
    float: left;
    margin: 0;
    margin-top: 2px;
    margin-right: 2px;
}

div.small_red {
    width: 10px;
    height: 10px;
    background-color: #DD1015;
    float: left;
    margin: 0;
    margin-top: 2px;
    margin-right: 2px;
}

div.small_yellow {
    width: 10px;
    height: 10px;
    background-color: #DBB465;
    float: left;
    margin: 0;
    margin-top: 2px;
    margin-right: 2px;
}

div.small_video {
    width: 10px;
    height: 10px;
    background-image: url('../images/icons/small_video.jpg');
    float: left;
    margin: 0;
    margin-top: 2px;
    margin-right: 2px;
}

div.small_zene {
    width: 10px;
    height: 10px;
    background-image: url('../images/icons/small_zene.jpg');
    float: left;
    margin: 0;
    margin-top: 2px;
    margin-right: 2px;
}

div.small_kep {
    width: 10px;
    height: 10px;
    background-image: url('../images/icons/small_kep.jpg');
    float: left;
    margin: 0;
    margin-top: 2px;
    margin-right: 2px;
}

div.small_blog {
    width: 10px;
    height: 10px;
    background-image: url('../images/icons/small_blog.jpg');
    float: left;
    margin: 0;
    margin-top: 2px;
    margin-right: 2px;
}

div.small_kutyu {
    width: 10px;
    height: 10px;
    background-image: url('../images/icons/small_kutyu.jpg');
    float: left;
    margin: 0;
    margin-top: 2px;
    margin-right: 2px;
}

td.green {
    width: 30px;
    min-height: 30px;
    background-color: #25A02B;
}

td.blue {
    width: 30px;
    min-height: 30px;
    background-color: #003C9C;
    float: left;
    margin: 0;
}

td.purple {
    width: 30px;
    min-height: 30px;
    background-color: #7E0E56;
    float: left;
    margin: 0;
}

td.orange {
    width: 30px;
    min-height: 30px;
    background-color: #F35019;
    float: left;
    margin: 0;
}

td.gray {
    width: 30px;
    min-height: 30px;
    background-color: #2A2A42;
    float: left;
    margin: 0;
}

td.red {
    width: 30px;
    min-height: 30px;
    background-color: #DD1015;
    float: left;
    margin: 0;
}

td.yellow {
    width: 30px;
    min-height: 30px;
    background-color: #DBB465;
    float: left;
    margin: 0;
}

div.columnFrame {
    width: 680px;
    margin-left: 10px;
    margin-top: 0;
    border-bottom: solid 1px #cccccc;
}

p.columnTitle {
    padding: 0;
    margin: 0;
    padding-top: 10px;
    font-size: 24px;
    color: #cccccc;
}

p.articleLead {
    font-size: 12px;
    color: #666666;
    padding: 0;
    margin: 0;
    max-width: 400px;
    text-align: justify;
}

p.articleLeadSmall {
    font-size: 12px;
    color: #666666;
    padding: 0;
    margin: 0;
    max-width: 330px;
    text-align: left;
}

p.articleIcons {
    font-size: 12px;
    color: #666666;
    padding: 0;
    margin: 0;
    margin-top: 5px;
}

div.mainArticleImageFrame {
    clear: both;
    margin: 0px;
    margin-bottom: 10px;
}

div.mainArticle {
    width: 330px;
    border-right: solid 1px #cccccc;
    float: left;
    margin-top: 10px;
}

div.featuredArticle {
    width: 330px;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
}

div.featuredArticleFrame {
    width: 330px;
    margin: 5px;
    padding-bottom: 5px;
}

div.clear {
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
}

/* Cikk formázások */

td.ikon {
    width: 30px;
    border-bottom: solid 1px #cccccc;
    padding-right: 10px;
}

td.cim {
    font-size: 20px;
    border-bottom: solid 1px #cccccc;
    padding-left: 10px;
    padding-right: 10px;
}

td.toolbar {
    width: 80px;
}

td.lead {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 17px;
}

td.subtitle {
    font-size: 14px;
    color: #666666;
}

td.text {
    font-size: 13px;
    line-height: 20px;
}

table.galeryFrame {
    margin-right: 10px;
    margin-bottom: 10px;
}

td.galeria {
    background-color: #eeeeee;
    padding: 5px;
    cursor: pointer;
}

td.impress {
    font-size: 9px;
}

div.video_bloc {
    background-color: #eeeeee;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    width: 425px;
}

div.documents_bloc {
    background-color: #eeeeee;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
}

div.comments_bloc {
    background-color: #eeeeee;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
}

div.comments_items {
    padding: 10px;
}

div.comment_avatar {
    font-size: 12px;
    width: 665px;
    height: 40px;
    padding: 5px;
    border-bottom: dashed 1px #666666;
}

div.comment_text {
    padding: 5px;
    font-size: 12px;
}

div.nocomment {
    font-size: 12px;
}

div.comment_head {
    font-size: 12px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
}

div.comment_frame {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

div.tags_bloc {
    background-color: #eeeeee;
    padding: 10px;
    font-size: 12px;
}

div.articleListFrame {
    margin: 0px;
}

div.articleListItemFrame {
    width: 400px;
    margin: 0;
    clear: both;
}

div.articleCategory {
    font-size: 11px;
    color: black;
    border-left: solid 1px #cccccc;
    padding-left: 5px;
}

div.articleListTitle {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    border-bottom: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    padding: 5px;
    width: 400px;
}

div.articleListDate {
    font-size: 11px;
    color: #666666;
    float: left;
    margin-left: 10px;
}

p.articleListLead {
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    width: 400px;
}

div.articleListToolbar {
    margin: 0;
    float: left;
    font-size: 12px;
    color: #666666;
}

div.articleResultsTitle {
    font-size: 16px;
    color: #666666;
    padding-top: 10px;
}

.area {
    width: 460px;
    height: 100px;
    font-size: 12px;
    background-color: white;
    border: solid 1px #666666;
}

.area2 {
    width: 400px;
    height: 100px;
    font-size: 12px;
    background-color: white;
    border: solid 1px #666666;
}

input.validation_code {
    width: 50px;
    font-size: 12px;
    background-color: white;
    border: solid 1px #666666;
}

a.tag {
    font-size: 12px;
    text-decoration: none;
    color: #666666;
    background-color: transparent;
}

a.tag:hover {
    font-size: 12px;
    text-decoration: none;
    color: white;
    background-color: #666666;
}

a.articleLink {
    text-decoration: none;
    color: #666666;
}

a.articleLink:hover {
    text-decoration: underline;
    color: #666666;
}

div.articleResultsCategory {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    border-bottom: solid 1px #cccccc;
    height: 50px;
    width: 440px;
}

p.box_label {
    font-size: 10px;
    font-weight: bold;
    padding: 5px;
    margin: 0;
}

a.archiv {
    font-size: 11px;
    font-weight: bold;
    color: #ABA8A6;
    text-decoration: none;
}

a.archiv:hover {
    font-size: 11px;
    font-weight: bold;
    color: #ABA8A6;
    text-decoration: underline;
}

td.docName {
    font-weight: bold;
    font-size: 10px;
}

td.docSize {
    font-size: 10px;
    font-style: italic;
}

td.docDate {
    font-size: 10px;
}

a.nodecor {
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    color: #249F2A;
}

input.editbox_normal {
    background-color: white;
    font-size: 12px;
    color: #666666;
    border: solid 1px #cccccc;
    width: 200px;
}

input.editbox_small {
    background-color: white;
    font-size: 12px;
    color: #666666;
    border: solid 1px #cccccc;
    width: 50px;
}

input.editbox_user {
    background-color: white;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    border: none;
    width: 130px;
    margin-top: 5px;
}

input.editbox_pass {
    background-color: white;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    border: none;
    width: 80px;
    margin-top: 5px;
}

input.editbox_keyword {
    background-color: white;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    border: none;
    width: 130px;
    margin-top: 5px;
}

input.editbox_long {
    background-color: white;
    font-size: 12px;
    color: #666666;
    border: solid 1px #cccccc;
    width: 400px;
}

input.editbox_secure {
    background-color: #eeeeee;
    font-size: 12px;
    color: #666666;
    border: solid 1px #ff0000;
    width: 200px;
}

input.submit {
    color: #000000;
    font-size: 10px;
    font-weight: bold;
}

ul.errors {
    padding: 0;
    padding-left: 15px;
}

#noResults {
    font-size: 12px;
    color: #000000;
}

#loginBox {
    width: 400px;
}

p.label {
    font-size: 12px;
    color: black;
}

div.boxHeader {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    padding: 5px;
}

a.function_link {
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

a.function_link:hover {
    font-size: 10px;
    font-weight: bold;
    color: #ff0000;
    text-decoration: none;
}

#profileBox {
    width: 200px;
    float: left;
    margin-left: 10px;
}

p.mitem {
    margin: 0;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 30px;
}

#personalBox {
    width: 450px;
    float: left;
    margin-left: 10px;
}

p.label2 {
    font-size: 12px;
    color: #cccccc;
    margin-left: 10px;
}

div.searchByKeys {
    font-size: 11px;
    text-align: right;
}

#archivum {
    width: 650px;
}

div.coverItem {
    width: 130px;
    float: left;
    margin-top: 10px;
}

#cimke {
    font-size: 10px;
}

div.video_title {
    font-size: 12px;
    color: #666666;
    margin-bottom: 20px;
}

div.imageSpacer {
    margin-bottom: 10px;
}
