html, body {
    font-size: 12px;
    font-family: Arial, Verdana;
    color: #3E3E3E;
    background: #FFFFFF;
    background-image: url(/repository/layout/new/background.png);
    background-repeat: repeat-x;
    height: 100%;
    line-height: 180%;
}

td {
    font-size: 12px;
    font-family: Arial, Verdana;
    color: #3E3E3E;
    line-height: 180%;
}

a {
    text-decoration: none;
    color: #0060AA;
}

a:hover { 
    color: #0060AA;
    text-decoration: underline;
}

a.odkaz {
    text-decoration: underline;
    color: #3E3E3E;
}

a.odkaz:hover { 
    color: #116BB0;
    text-decoration: underline;
}

input {
    font-size: 12px;
    color: #2E2D2D;
}

select {
    font-size: 12px;
    color: #2E2D2D;
}

h1, h2, h3 {
    color: #00376F;
    font-weight: bold;
    margin-top: 0px;
}

h1 {
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 0px;
}

h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

h3 {
    font-size: 14px;
    margin-bottom: 10px;
}

h4 {
    font-size: 14px;
    color: #0060AA;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}

h5 {
    font-size: 14px;
    color: #858585;
    margin-top: 0px;
    margin-bottom: 10px;
}

h6 {
    font-size: 12px;
    color: #8B9BA7;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    background-image: url(/repository/layout/new/sipka.png);
    background-repeat: no-repeat;
    background-position: 0 .6em;
    padding-left: 10px;
    margin-bottom: 4px;
    margin-left: 10px;
}

blockquote {
    margin-left: 20px;
}

img.border {
    border: 6px double rgb(236, 242, 246); 
    margin: 5px; 
}

.hledat1 {
    color: #3E3E3E;
    background: #F2F5F6;
    height: 24px;
    width: 185px;
    border-bottom: 0px solid #F2F5F6;
    border-right: 0px solid #F2F5F6;
    border-top: 0px solid #F2F5F6;
    border-left: 0px solid #F2F5F6;
}

.hledat2 {
    color: #3E3E3E;
    background: #F2F5F6;
    height: 22px;
    width: 138px;
    border-bottom: 0px solid #F2F5F6;
    border-right: 0px solid #F2F5F6;
    border-top: 0px solid #F2F5F6;
    border-left: 0px solid #F2F5F6;
}

a.navigace {
    color: #0060AA;
    text-decoration: none;
}

a.navigace:hover {
    color: #0060AA;
    text-decoration: underline;
}



.box {
	background: #B8DAEC;
	color: black;
}

.box:hover {
	background: #FFFFFF;
	color: black;
	cursor: pointer;
}

.menu_top2 {
	background: #6F9ECF;
	color: white;
}

.menu_top2:hover {
	background: #FFFFFF;
	color: black;
}

/*
 // set in beforeShow event
.categorycolor {
	background: #FF0000;
}
*/

.tab_hover, .tab_active {
	padding-top: 5px;
	font-size: 12px;
	color: #00376F;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	height: 27px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 1px;
}

.tab {
	padding-top: 5px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	height: 27px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 1px;
}

.tab {
	background: url(/repository/layout/new/tab.png);
}

.tab_hover, .tab:hover {
	background: url(/repository/layout/new/tab_hover.png);
	background-position: 100%;
	color: #00376F;
}

.tab_active {
	background: url(/repository/layout/new/tab_hover.png);
}


/* --- jQuery Fade --------------------- */
div.fadehover {
	position: relative;
	/*opacity: 0.5;*/
	}
 
div.jqHover {
/*	position: absolute;
	left: 0;
	top: 0;*/
	z-index: 10;
        }
/* 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}
	*/
/* ------------------------ */
	
	
.color1 {
	background: #FF0000;
}

.color2 {
	background: #F0F0F0;
}
