﻿body{
font-family: Arial;
font-size: 12px;
color: #222222;
background: #e1e1e1 url('./images/background.png') repeat-x;
text-align: center;
margin: 0;
padding: 0;
}

p{
margin: 5px;
margin-top: 0px;
padding: 0;
}

h1{
font-size: 16px;
font-weight: bold;
margin: 5px;
padding: 0;
text-transform: uppercase;
color: #4C1C1C;
}

h2{
font-size: 14px;
font-weight: bold;
margin: 5px;
padding: 0;
text-transform: uppercase;
}

table{
width: 100%;
border-collapse: collapse;
}

th{
border-top: 2px solid #4C1C1C;
border-bottom: 2px solid #4C1C1C;
border-left: 1px dotted #4C1C1C;
border-right: 1px dotted #4C1C1C;
padding: 2px 5px 2px 5px;
text-align: center;
}

td{
padding: 2px 5px 2px 5px;
border: 1px dotted #4C1C1C;
border-bottom: none;
vertical-align: top;
text-align: center;
}

td.start{
border-left: none;
}

td.end{
border-right: none;
}

th.start{
border-left: none;
}

th.end{
border-right: none;
}

.celkem{
font-size: 10px;
}

.celkem td{
padding: 1px;
}

.celkem th{
padding: 1px;
}

img{
border: none;
}

label{
font-weight: bold;
margin-top: 5px;
}

#layout{
width: 960px;
margin: auto;
margin-top: 10px;
background: white;
text-align: left;
}

#top{
height: 100px;
background: url('./images/uac.png') no-repeat;

}

#navigation{
padding: 5px;
background: url('./images/nav.png') repeat-x;
border-top: 1px solid #4C1C1C;
border-bottom: 1px solid #4C1C1C;
}
#navigation ul{
margin: 0;
padding: 0;
list-style-type: none;
}

#navigation ul li{
display: inline;
margin-right: 25px;
}

#navigation ul li a{
color: white;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}

#content{
min-height: 450px;
}

#content a{
color: maroon;
font-weight: bold;
text-decoration: none;
}

#content a:hover{
text-decoration: underline;
}

#content a.strip:hover{
text-decoration: none;
}

#bottom{
padding: 5px;
border-top: 2px solid #4C1C1C;
text-align: center;
}

#bottom a{
text-decoration: none;
color: black;
font-weight: bold;
}

.line{
line-height: 0;
font-size: 0;
height: 2px;
background: #4C1C1C;
margin-bottom: 5px;
}

.clear{
clear: both;
line-height: 0;
font-size: 0;
height: 0;
}

.info{
vertical-align: bottom;
}

#left{
float: left;
width: 700px;
}

#right{
float: right;
width: 240px;
border-left: 1px #4C1C1C dotted;
}


/* for Internet Explorer */
/*\*/

*html #content{
height: 450px;
}

/**/