@charset "utf-8";

/* ------------------------------ TARTALOM KERETE ------------------------------ */

.articlestyle {
    margin: 1em 0;
    padding: 0 0 0.5em 0;      
    font-size: 16px;
    color: black;  
    text-align: justify; 
}

.articlestyle p {
    margin: 0.3em 0 1em 0;
}


.articlestyle img {
    margin: 8px;
}

.articlestyle .imgleft {
    margin: 8px 20px 8px 0px;
}

.articlestyle .imgright {
    margin: 8px 0px 8px 20px;
}

.articlestyle a:hover {
    text-decoration: underline;
}
.articlestyle a {
    text-decoration: none;
    color: #168ef4;
}

.articlestyle span.marker {
    background-color: yellow;
}

.articlestyle span.red {
    color: red;
    font-weight: bold;
}
.articlestyle span.green {
    color: green;
    font-weight: bold;
}

.articlestyle hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0)); 
}

.articlestyle h3 {
    color: #168EF4;
    margin: 1em 0 0.3em 0;    
}

.articlestyle .box {
    margin: 1em 100px 1em 100px;
    padding: 10px;
    border: 1px solid black;
    background-color: white;
    box-shadow: 0px 0px 20px #000000;
    -webkit-box-shadow: 0px 0px 20px #000000;
    -moz-box-shadow: 0px 0px 20px #000000;
    
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-khtml-border-radius: 15px;
border-radius: 15px;         
}

.articlestyle h4 {
    color: black;
    margin: 1em 0 0 0;    
    font-size: 16px;
    font-weight: bold;    
}

.articlestyle q {
    font-family: Times;
    font-style: italic;
    color: #666666;
}

.articlestyle blockquote {
    font-family: Times;
    font-style: italic;
    color: #666666;
    /*border-left: 6px solid #cccccc;*/
    border-left: 6px solid #ffba00;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 20px;
    font-size: 16px;
}
.articlestyle blockquote:before {
    content: "\201C";
    color: #CCCCCC;
    display: block;
    font-family: "Times New Roman",Times,Georgia,serif;
    font-size: 4em;
    font-style: normal;
    font-weight: bold;
    left: -10px;
    position: relative;
    text-align: center;
    width: 40px;
    line-height: 22px;
    top: 8px;
}

.articlestyle textarea {
    min-height: 500px;
}

.articlestyle ul,ol {
    list-style-image: none;
    background-image: none;
    margin-left: 60px;
    padding-left: 0;
    line-height: 1em;
    text-indent: 0px;
    font-weight: normal;
}
.articlestyle ul {
    list-style-type: disc;
}
.articlestyle ol {
    list-style-type: decimal;
}
.articlestyle li.cli {
    padding-bottom: 0px;
}

.articlestyle li {
    margin: 3px 0;
    padding: 3px 0;
    list-style-image: none;
    background-image: none;
    line-height: 1em;
} 

.articlestyle q {
    font-style: italic;    
}

.articlestyle table {
    border-spacing: 0px;
    border: 1px solid black;
}
.articlestyle td {
    padding: 4px;
    border: 1px solid black;
}
.articlestyle th {
    font-weight: bold;
    background-color: #cccccc;
}
.articlestyle table caption {
    font-size: 18px;
    margin-bottom: 1em;
}

.cke_wysiwyg_div
 {
  min-height: 600px;
 }