body {
    font-family: arial;
    padding: 5px;
}

a {
    color: #0000aa;
    text-decoration: none;
}

a:hover {
    color: #4444ff;
    text-decoration: underline;
}

form {
    display: inline;
}

.css_container {
    max-width:1300px;
    margin:auto;
    overflow:hidden;
    margin-top:0px !important;
    border:0;
    padding:0;
}

.css_header {
    font-size: 30px;
    font-family: helvetica;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #ffffff;
    margin:5px;
    text-transform: uppercase;
}

.css_header a {
    color: #0000aa;
    text-decoration: none;
}

.css_cautare {
    padding: 10px;
}

.css_cautare input,select {
    font-size: 15px;
    box-shadow: 2px 2px 2px #b0b0b0;
    margin-right:5px;
    padding:2px;
}

.css_cautare_rezultate {
    padding:10px;
    background-color:#fafaea;
    margin:5px;
    border:1px dotted #808080;
}

.css_cautare_carte {
    margin-top:15px;
    border-bottom:1px dotted #e0e0e0;
}

.css_cautare_capitol {
    margin-top:10px;
    margin-left:10px;
}

.css_cautare_verset {
    margin-top:10px;
    margin-left:20px;
}

.css_index_carte {
    width:150px;
    margin:5px;
    display:inline-block;
    float:left;
}

.css_navbar {
    padding:3px;
    font-family:arial;
    font-size:16px;
    margin-top:5px;
    display:block;
}

.css_navbar:after {
    clear:both;
}

.css_navbar_cap {
    display:inline-block;
    padding:5px;
    float:left;
    background-color:#eeeeff;
    margin: 5px;
    border:1px solid #ffffff;
    font-weight:bold;
    color:#aa0000;
}

.css_navbar_cap a {
    text-decoration:none;
}

.css_navbar_cap a:hover {
}

.css_navbar_cap:hover {
    cursor:pointer;
    border:1px solid #0000aa;
    background-color:#ddddff;
}

.css_cautare_filtre {
    padding:5px;
    border:1px dotted #e0e0e0;
}

.css_cautare_filtre:after {
    clear:both;
}

.css_cautare_filtre a {
    width:170px;
    margin:5px;
    float:left;
    background-color:#F7FAFF;
}

.motto {
    padding: 10px;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.motto_anunt {
    padding: 5px;
    background-color: #fffffa;
    border: 1px solid #f0f0f0;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.motto_anunt a {
    color: #ff0000;
}

.left {
    padding-right: 10px;
    border-right: 1px dotted #d0d0d0;
    width: 160px;
}

.title {
    font-family: arial;
    font-size: 30px;
}

.title H1 {
    display: inline;
}

hr {
    color: #d0d0d0;
    background-color: #ffffff;
    height: 0px;
}

input, textarea {
    border: 1px solid #808080;
    font-family: verdana;
    font-size: 12px;
}

input.checkbox {
    border: none;
}

.nounderline {
    text-decoration: none;
}

.red {
    color: #ff0000;
}

.css_cat {
    background-color: #f3f4f3;
    padding: 5px 10px 5px 10px;
    margin:10px 0px 5px 0px;
    font-weight: bold;
    clear:both;
    border-bottom: 1px solid #505050;
}

.nr {
    padding-top: 3px;
    background-color: #f0f0f0;
}

.css_footer {
    display:block;
    clear:both;
    margin:5px;
    border-top: 1px dotted #a0a0a0;
    border-bottom: 1px dotted #a0a0a0;
    color: #808080;
    font-size: 12px;
    padding: 10px;
    text-align: center;
}

.css_footer a {
    color: #505050;
}

.footer a:hover {
    color: #707070;
}

.sanunt {
    text-align: center;
    font-size: 13px;
    font-family: tahoma;
}

.sanunt a {
    color: #ee0000;
}

.verset_hi {
    background-color: #f0f0f0;
}

.search_form {
    padding: 5px;
    margin: auto;
    background-color: #FFFFCC;
    border: 1px solid #CCCC66;
    width: 600px;
    text-align: center;
}

.search_form input {
    font-size: 16px
}

.navig {
    margin-top: 4px;
    background-color: #fafaf0;
    border-left: 1px dotted #e0e0e0;
    border-right: 1px dotted #e0e0e0;
    padding: 15px;
    font-size: 17px;
}

.form_name {
    background-color: #f0f0f0;
    padding: 3px;
    font-weight: bold;
    font-family: arial;
    font-size: 15px;
}

.form_value {
    padding: 2px;
}


#css_cautare_input {
    width:250px;
}


.topnav {
    overflow: hidden;
    background-color: #333;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.active {
    background-color: #4C50AF;
    color: white;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 600px) {
    .css_header {
        font-size:20px !important;
        text-align:center;
    }

    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }

    .css_cautare input,select {
        margin:5px;
    }

    #css_cautare_input {
        width:200px !important;
        margin:5px;
    }



}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}
