﻿a
{
    font-family: Verdana;
    font-size: 13px;
    text-decoration: none;
    color: #3f3f3f;
}

a:hover
{
    color: Red;
    text-decoration: underline;
}

body
{
    background: #CDDDFF;
    margin: 0;
    padding: 0;
    text-align: center;
}
div.err_content
{
    background-color: #fff;
    width: 770px;
    margin: 0 auto;
    position: relative;
}
h2
{
    background-color: #fff;
    color: #000;
    font-family: 'Trebuchet MS', Sans-Serif;
    font-weight: normal;
    text-decoration: none;
    height: 21px;
    padding-top: 4px;
    text-align: left;
    margin: 20px 0 10px 50px;
}
img.err_icon
{
    margin: 20px;
    text-align: center;
}
div.err_content p
{
    text-align: left;
    padding-left: 50px;
}
.err_popis
{
    margin: 30px 50px;
    color: #000;
    font-family: Verdana;
    font-size: 13px;
    text-align: left;
}
.err_odkaz
{
    position:absolute;
    top:15px;
    left:10px;
    width:210px;
    height:50px;
}
div.err_popis img
{
    float: left;
    vertical-align: top;
}
div.err_item
{
    text-align: left;
    margin: 0 5px;
}
div.err_item h3
{
    color: #990000;
}
div.err_item table
{
    border-bottom: solid 1px #BFBFBF;
    border-right: solid 1px #BFBFBF;
}
div.err_item td, div.err_detail th
{
    padding: 1px;
    vertical-align: top;
    border-top: solid 1px #BFBFBF;
    border-left: solid 1px #BFBFBF;
}
div.err_item td.code
{
    font-family: Monospace;
    font-size: 10px;
}
input.err_detailButton
{
    background-color: #666666;
    border: 0 none;
    color: White;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
}
#footer
{
    background: #8FACE4;
    height: 20px;
    text-align: left;
    padding: 5px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin: 0 5px;
}

div#hladanie
{
    background-color: #f2f5ff;
    /*border: solid 1px #7a8aab;*/
    padding: 20px 40px;
    width: 400px;
    margin: 0 auto;
}

div#hladanie input
{
    width: 300px;
    margin-right: 20px;
}
