@CHARSET "UTF-8";

body {
	color: #303048;
	background: #6699CC url(../images/gradient.jpg) fixed center repeat-x;
	font-size: small;
	padding: 0px;
	margin: 0px; /* overflow: scroll; */
}

#searcher {
    position: fixed;
    bottom: 0;
    right: 100px;
    width: 200px;
    display: none;
}

#searcher .header .closer {
    float:right;
    margin-right: 5px;
    cursor: pointer;
    display: none;
}

#searcher .panel {
    margin: 0px !important;
    display: none;
}

#obal {
	margin: 0 auto;
	width: 790px;
	text-align: center;
	background: url('../images/line.png') repeat-y 10%;
}

h3 {
	text-align: center; font-variant: small-caps;
	padding: 3px;
	margin: 3px;
}

abbr {
	border: none;
	border-bottom: 1px dotted;
	cursor: help;
}

input.search {
	background: url(../images/search.png) no-repeat white;
	padding-left: 24px;
	height: 20px;
}

#menu_home {
    float: left;
    width: 64px;
    min-height: 22px;
}

#menu {
	font-size: small;
    float: right;
    width: 700px;
    min-height: 22px;
}

#menu a {
	color: #366666;
	text-decoration: none;
	border: 1px dotted #6699CC;
	margin: 0px 1px 0px 1px;
	padding: 2px;
}

#menu a:hover {
	border: 1px dotted white;
}

.cl {
	clear: both;
}

.blok {
    text-align: justify;
}

#menu img, a img {
	border: none;
}

.header {
	color: white;
	border: 1px outset white;
	border-bottom: none !important;
	background: #366666;
}

a {
	text-decoration: none;
	font-weight: bold;
    color: #003366;
}

.header a {
	color: white;
	text-decoration: none;
}

.panel_top_margin {
	margin-top: 0px !important;
}

.la {
	text-align: left;
}

.blur {
	color: gray;
	text-align: center;
	font-size: small;
}

.panel {
	background:  url(../images/lb.png) bottom repeat-x;
	border: 1px outset white;
	margin-bottom: 6px;
	margin-top: 6px;
	padding: 5px;
	padding-bottom: 7px;
	border-bottom: none;
}