a img
{
    border: 0;
}

a:link
{
    color: blue;
}

a:visited
{
    color: purple;
}

.shelf
{
    width: 60%;
    margin-bottom: 10px;
    background-color: #accce5;
    padding: 10px;
}

.shelf img
{
}

.shelf .name
{
    padding: 0;
    font-size: 1.5em;
    text-decoration: bold;
}

.shelf .text
{
}

.ui-widget-content
{
    border: 0;
}

body
{
    border: 0;
    margin: 0;
}

#leftheader
{
    float: left;
    width: 40%;
}

#leftheader .text
{
    padding-top: 20px;
    padding-left: 50px;
}

#header
{
    float: left;
    width: 20%;
    visibility: hidden;
}

#rightheader
{
    padding-top: 20px;
    float: right;
    width: 40%;
}

#rightheader .notsobig
{
    color: orange;
}

#header img
{
    height: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#mainheader
{
    color: white;
    width: 100%;
    height: 200px;
    font-size: 30px;
    background-color: #0f1f1f;
}

.realbig
{
    font-size: 40px;
    margin-bottom: 20px;
}

.notsobig
{
    font-size: 23px;
}

a.contact
{
    color: orange;
    font-size: 23px;
}

a.contact-in-text
{
    color: blue;
}

.contact-background
{
    /* background-color: orange; */
}

#toc
{
    margin-top: 25px;
    float: right;
    background-color: #accce5;
}

#toc ul
{
    list-style-type: none;
    margin-right: 20px;
    padding-left: 10px;
    /*
    margin: 0;
    padding: 0;
    */
}

#company_storebest_img
{
    height: 80px;
}

.text_column
{
    width: 50%;
}

