body
{
    background-image: url("../img/bg.jpg");
    font-family: tahoma;
    font-size: 11px;
}

div#frame
{
    width: 1000px;
    background: white;
    border: 4px solid black;
    margin: 10px auto;
}

div#content_one
{
    background: #07466f;
    color: white;
    margin: 10px 10px 0 10px;
    padding: 10px;
    text-align: center;
}

div#content_one a
{
    font-family: arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 0 10px 0 10px;
    color: white;
}

div#content_two
{

}

div#content_three
{
    background: #07466f;
    color: white;
    margin: 0 10px 10px 10px;
    padding: 10px;
    text-align: center;
}

div#content_three a
{
    font-family: arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 0 10px 0 10px;
    color: white;
}


div#column_left
{
    background: #e7e4d3;
    float: left;
    width: 180px;
    margin: 10px;
    padding: 10px;
}

div#column_left a
{
    color: #444444;
}

div#column_center
{
    background: #efefff;
    float: left;
    width: 540px;
    margin: 10px 0 10px 0;
    padding: 10px;
    overflow: hidden;
}

div#column_right
{
    background: #f1efe2; /* #e4f1bc; */
    float: left;
    width: 200px;
    margin: 10px;
//    padding: 10px;
}

div.navigation
{
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 3px 0 3px 0;
    text-indent: 10px;
}

div.navigation:hover
{
    background: #e4f1bc;
}

div.navigation a
{
    text-decoration: none;
    color: #444444;
}

div.navigation img
{
    margin-right: 10px;
}

div.lenker
{
    float: left;
    width: 166px;
    margin: 1px;
    padding: 1px 5px 1px 5px;
    border: 1px solid gray;
    background-color: #ecece4;
    overflow: hidden;
    white-space: nowrap;
    font-family: arial,sans-serif;
    font-size: 11px;
}

div.rss
{
    margin: 0px 0 30px 0;
}

div.rss ul
{
    margin: 0;
    padding: 0px 10px 0 10px;
}

div.rss li
{
    list-style: none;
    margin: 0px;
    padding: 5px;
    border-bottom: 1px dotted #ffffff;
}

div.sok
{
    float: left;
    width: 260px;
    margin: 5px;
}

div.sok input.text
{
    width: 140px;
    border: 1px solid #cfcfcf;
}

div.sok input.text:focus
{
    border: 1px solid #cfcfcf;
    background: #f6ffef;
}

div.google-horizontal
{
    clear: both;
    text-align: center;
    padding-top: 10px;
}

div.google-vertical
{
    clear: both;
    text-align: center;
}


