﻿body {
    margin: 0px 0px 0px 0px;
    background-color: #0f192f;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(Images/background.jpg);
    background-attachment: fixed;
    font-family: Roboto, Tahoma, Geneva, sans-serif;
}

fieldset {
    background-image: url(Images/transp05.png);
    margin-bottom: 20px;
    border: 1px solid white;
    box-shadow: rgba(0, 0, 0, 0.5) 6px 6px;
    padding: 10px;
    font-size: smaller;
    color: white;
}
    fieldset.grid {
        padding: 0px;
        padding-top: 4px;
        background-color: #f4f8fa;
        border: none;
    }
    fieldset.form {
        padding: 10px;
        background-color: #f4f8fa;
        border: none;
    }
    fieldset.buttons {
        margin-top: 10px;
        background-image: url(Images/transp08.png);
    }


legend {
    background-color: transparent;
    margin-top: 10px;
    margin-left: 10px;
    color: white;
    padding: 10px;
    font-size: 20px;
}
    legend.grid {
        background-color: #f4f8fa;
        border: #0f192f solid 1px;
        box-shadow: #0f192f 4px 4px;
    }
    legend.grid1 {
        border: none;
        box-shadow: none;
        font-size: medium;
        color: white;
    }
    legend.transparent {
        background-color: transparent;
        border: none;
        box-shadow: none;
        color: white;
    }

h2
{
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: left;
    color: #167416;
    font-weight: bold;
}
h2 a:link
{
  color: #ad0d0d;
  font-weight: bold;
  text-decoration: none;
}

h2 a:visited
{
  color: #ad0d0d;
}
h2 a:hover
{
  text-decoration: underline;
}

.form-label {
}

td.form-label {
    padding-top: 8px;
    padding-bottom: 0px;
    vertical-align: bottom;
}

.form-input {
}

td.form-input {
    vertical-align: top;
}


.pictureTable th {
    background-color: #0f192f;
    border-top: 1px solid #aabfd6;
    border-bottom: 1px solid #aabfd6;
    text-align: left;
    font-weight: normal;
}

.pictureTable td {
    border-bottom: 1px solid #aabfd6;
    min-height: 80px;
    background-image: url(Images/transp.png);
    background-repeat: repeat;
}

.flags {
    height: 36px;
    max-height: 36px;
    text-align: right;
    float: right;
    padding-right: 200px;
}

.chyba {
    margin: 5px;
    padding: 5px;
    width: inherit;
    background-color: #FFFACD;
    border: solid 1px Red;
}

#wrapper 
{
    width:100%;
}

#menu-container 
{
    width:100%;
	z-index:1000;
	position:fixed;
	clear:both;
	top:0;
}

#main-menu-inner {
    margin-left: auto;
    margin-right: auto;
    width: 1131px;
}

#main-container 
{
    width:1131px;
    position:relative;
    margin-right:auto;
    margin-left:auto;
    margin-top: 60px;
}

