/*@font-face {
	font-family: 'Planer-Regular';
	src: url('fonts/Planer-Regular.eot');
	src: local('‚el'), url('fonts/Planer-Regular.woff') format('woff'), url('fonts/Planer-Regular.ttf') format('truetype'), url('fonts/Planer-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Planer-DemiBold';
	src: url('fonts/Planer-DemiBold.eot');
	src: local('‚el'), url('fonts/Planer-DemiBold.woff') format('woff'), url('fonts/Planer-DemiBold.ttf') format('truetype'), url('fonts/Planer-DemiBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

html {
    font: 11pt "Verdana";
}

body {
    font: inherit;
    margin: 0;
    background: #9d9d9d;
    color: #fff;
}

#wrapper {
    max-width: 950px;
    background-color: #9d9d9d;
    padding-top: 250px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 3;
    top: 0px;
    border-style: solid;
    border-color: #582d86;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-top-width: 0px;
}

#LogoOAM {
    background-attachment: scroll;
    background-image: url(../images/Logo2014.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    height: 315px;
    width: 950px;
    left: 0px;
    top: 0px;
    z-index: -1;
}

#NazevOAM {
    font-family: "Verdana";
    font-size: 32px;
    font-weight: bold;
    color: #000;
    text-indent: 36pt;
    position: absolute;
    height: 34px;
    width: 950px;
    left: 0px;
    top: 50px;
    text-align: center;
}

#LogoTUL {
    position: absolute;
    height: 34px;
    width: 550px;
    left: 433px;
    top: 118px;
    text-align: left;
}

#LogoTUL img{
    border: 0;
}

#UserName {
    font-family: "Verdana";
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    height: 16px;
    width: 930px;
    left: 415px;
    top: 200px;
    padding-right: 20px;
    text-align: left;
}

#menu {
    position: absolute;
    top: 8.7em;
}


#ajax-spinner {
    margin: 15px 0 0 15px;
    padding: 13px;
    background: white url('../images/spinner.gif') no-repeat 50% 50%;
    font-size: 0;
    z-index: 123456;
    display: none;
}

div.flash {
    color: black;
    background: #fff9d7;
    border: 1px solid #787878;
    padding: 1em;
    margin: 1em 0;
}

div.error {
    color: black;
    background: #E2A3C5;
    border: 1px solid #787878;
    padding: 1em 1em 1em 3em;
    margin: 1em 0;
}

.error {
    color: black;
    background: #ffb5b5;
    border: 1px solid #7a5a5a;
    padding: 1em 1em 1em 3em;
    margin: 1em 0;
}

a[href^="error:"] {
    background: red;
    color: #582d86;
}

#content {
    margin: 20px;
    min-height: 600px;
    height: auto;
    width: 910px;
}

#content h1 {
    font: 140% "Verdana";
    font-weight: bold;
    text-align: center;
}

#content h2 {
    font: 100% "Verdana";
    font-weight: bold;
    text-align: center;
}

#content h3 {
	font: 125% "Verdana";
	font-weight: bold;
    text-align: left;
}

#content h4 {
    font: 100% "Verdana";
	font-weight: bold;
    text-align: left;
}

#content .stred {
    text-align: center;
}

#content a {
    color: #582d86;
    text-decoration: none;
    font-weight: bold;
}

#Tvorba {
    border-style: solid;
    border-color: #582d86;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-top-width: 2px;
    background-color: #886ba7;
    position: relative;
    color: #565656;
    text-decoration: none;
    padding-left: 10px;
    padding-top: 3px;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

#Tvorba a{
    color: #582d86;
    text-decoration: none;
}

#Tvorba img{
    vertical-align: text-bottom;
}

#Navigace {
	color: #582d86;
    text-align: right;
    position: absolute;
    height: auto;
    width: 700px;
    left: 230px;
    top: 220px;
}

#Navigace ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#Navigace ul li {
    display: inline;
    font-size: 12.5pt;
    font-weight: bold;
    height: 60px;
    width: auto;
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 8px;
    line-height: 55px;
	font-weight: bold;
}

#Navigace ul li a {
    color: #582d86;
    text-decoration: none;
	font-weight: bold;
}

.prvni {
	background: #9d9d9d;
    color: #582d86;
    text-decoration: none;
	font-weight: bold;
}

#Navigace ul li#active {
    font-weight: bold;
	color: #fff;
}

#Navigace ul li:hover {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

#Navigace ul li a:hover {
    text-decoration: none;
	color: #fff;
}


#NavigaceA {
    text-align: right;
    position: relative;
    height: auto;
    width: auto;
    /*left: 250px;*/
    /*top: 220px;*/
}

#NavigaceA ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#NavigaceA ul li {
    display: inline;
    font-size: 11pt;
    font-weight: bold;
    height: 35px;
    width: auto;
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 8px;
    line-height: 35px;
}

#NavigaceA ul li a {
    text-decoration: none;
}

#NavigaceA ul li#activeA {
    color: #fff;
    font-weight: bold;
}

#NavigaceA ul li:hover {
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}

#NavigaceA ul li a:hover {
    text-decoration: none;
    color: #FFF;
}

.required {
	text-align: right;
	color: #852626;
}

.default {
	text-align: right;
	vertical-align: top;
}

.defaultLabel {
	text-align: right;
	vertical-align: top;
	width: 250px;
}

input, textarea {
	border: 2px solid #787878;
}

.checkbox {
	border: 0px;
}

.radiobutton {
	border: 0px;
}

select {
	border: 2px solid #787878;
}

.ramecek {
    text-align: center;
    border: 2px solid #787878;
    margin-left: 60px;
}

.banka_hlavicka {
    padding: 1pt 2pt 1pt 2pt;
    background-color: #787878;
    text-align: center;
    border: 2px solid #787878;
}

.banka_data {
    padding: 1pt 2pt 1pt 2pt;
    border: 1px solid #787878;
}


.labelnormal {
	text-align: right;
}

.labeltop {
	vertical-align: top;
}

.button {
	background-color: #9d9d9d;
	border: 3px solid #787878;
	color: #fff;
}

.text {
	border: 2px solid #787878;
}

.textcenter {
     text-align: center;
}

.sirka250 {
     width: 250px;
}

.sirka400 {
     width: 400px;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

#article1 {
	border: 3px solid #787878;
        text-align: center;
        background-color: #FFF9D7;
}

#article1 .legenda{
        background-color: #787878;
        font-weight: bold;
        width: auto;
        padding: 5px;
}

#article2 {
        margin-top: 5px;
	border: 3px solid #787878;
        text-align: center;
        background-color: #FFF9D7;
}

#article2 .legenda{
        background-color: #787878;
        font-weight: bold;
        width: auto;
        padding: 5px;
}

#UbytovaniC {
	border: 3px solid #787878;
        text-align: center;
        background-color: #FFF9D7;
}

#UbytovaniC .legenda{
        background-color: #787878;
        font-weight: bold;
        width: auto;
        padding: 5px;
 }

div#his {
	text-align: right;
	position: absolute;
	height: auto;
	width: 950px;
	left: 0px;
	top: 0px;
	border-top-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

div#his ul {
	margin: 0;
	padding: 0;
	list-style: none inside none;
}

div#his ul li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	height: 26px;
	width: 100px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0;
	line-height: 26px;
}

div#his ul li a {
	color: #ebeaea;
	text-decoration: none;
}

div#his ul li:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #787878;
}

div#his ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

 /**
 * Gridito CSS
 */

.ui-widget {
    font-size: 0.8em ! important;
}

li.N1 {
	background: url('../images/N2014-1.gif') no-repeat 1px 0px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 1px 25px;
    vertical-align: middle;

	/*list-style-image: url('../images/N2014-1.gif');
	margin:4px 0px;
	vertical-align: middle;
	font-size:14px;
	line-height:8px;*/
}

li.N2 {
	background: url('../images/N2014-2.gif') no-repeat 1px 0px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 1px 25px;
    vertical-align: middle;
}

li.N3 {
	background: url('../images/N2014-3.gif') no-repeat 1px 0px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 1px 25px;
    vertical-align: middle;
}

li.N4 {
	background: url('../images/N2014-4.gif') no-repeat 1px 0px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 1px 25px;
    vertical-align: middle;
}

li.N5 {
	background: url('../images/N2014-5.gif') no-repeat 1px 0px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 1px 25px;
    vertical-align: middle;
}

li.N6 {
	background: url('../images/N2014-6.gif') no-repeat 1px 0px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 1px 25px;
    vertical-align: middle;
}

li.N7 {
	background: url('../images/N2014-7.gif') no-repeat 1px 0px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 1px 25px;
    vertical-align: middle;
}

.statut0 {color: #C00; font-weight: bolder;}
.statut1 {color: #C00; font-weight: bolder;}
.statut2 {color: #582d86; font-weight: bolder;}
.statut3 {color: #582d86; font-weight: bolder;}
.statut4 {color: #C00; font-weight: bolder;}
.statut5 {color: #582d86; font-weight: bolder;}
.statut6 {color: #C00; font-weight: bolder;}
.statut7 {color: #C00; font-weight: bolder;}

hr {
	color: #787878;
	border-style: solid;
	border-width: 1px;
}

.help {
	border: 1px #000 solid;
}

#Auspices {
	width: 300px;
	position: fixed;
	top: 5px;
	left: 5px;
	height: 100%;
}

#Auspices img{
	margin: 5px;
}
