html, body {
    font-size: 12px;
    font-family: Tahoma, Arial, Verdana;
    color: #2D2D2D;
    background: #FFFFFF;
    background-image: url(/repository/layout/2010/background2.jpg);
    background-repeat: repeat-x;
    height: 100%;
    line-height: 180%;
}

td {
    font-size: 12px;
    font-family: Tahoma, Arial, Verdana;
    color: #2D2D2D;
    line-height: 180%;
}

a {
    text-decoration: underline;
    font-weight: bold;
    color: rgb(46,45,45);
}

a:hover 
{ 
    color: #AE1A26;
}

.zpravy a {
    text-decoration: underline;
    font-weight: bold;
    color: #AE1A26;
}

.zpravy a:hover { 
    color: rgb(46,45,45);
}

input {
    font-size: 11px;
    color: #2E2D2D;
}

select {
    font-size: 11px;
    color: #2E2D2D;
}

h1, h2, h3, h4, h5, h6 {
    color: #2E2D2D;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

h1 a {
    text-decoration: none;
    border-bottom: 1px dashed #D1AF70;
    padding-bottom: 6px;
}

h2 a {
    text-decoration: none;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
}


ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    background-image: url(/repository/layout/sipka_2.png);
    background-repeat: no-repeat;
    background-position: 0 .3em;
    padding-left: 25px;
    margin-bottom: 4px;
    margin-left: 10px;
}

blockquote {
    margin-left: 20px;
}

img.border {
    border: 6px double rgb(236, 242, 246); 
    margin: 5px; 
}

.pruzkum th, .pruzkum td {
	margin: 2px;
	padding: 4px;
}

.pruzkum th {
	background: #AAAAAA;
	font-weight: bold;
}
.pruzkum td {
	background: #DDDDDD;
}

.pruzkum th td {
	background: none;
}


.pruzkumy_list_1 {
	background: #FEF0F0;
}

.hledat {
    color: #777777;
    background: #FFFFFF;
    height: 17px;
    width: 195px;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
}

.pruzkumy_otazky_photo {
	margin: 5px 0px;
}

.mejs-container {
	margin: 5px 0px;
	display: inline-block;
}

.mejs-mediaelement:before {
	content: " ";
	background: url(/repository/layout/logo-video.png);
	background-size: contain;
	display: block;
	position: absolute;
	z-index: 1000000;
	margin-left: 10px;
	margin-top: 10px;
	width: 40px;
	height: 40px;
	opacity: 0.7;
}

