/*definice fontu*/
body, input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
}
#menu, #zvykova, #paticka {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* tagy?*/
body {
    font-size: 75%;
    color: #2a2a2a;
    margin: 0;
    padding: 15px 0 0 0 ;
    text-align: center;
	background-color: #ffffff;
}
#layout {
    width: 836px;
    margin: 0 auto;
    padding: 0;
	text-align: left;
}
td {
    vertical-align: top;
}
a {
	text-decoration: none;
}
input, select, textarea {
    border: 1px solid #afafaf;
	padding: 1px 2px;
}
input[type=submit] {
    padding: 1px 4px;
}
h1 {
    font-size: 1.1em;
    color: #ffffff;
	text-transform: uppercase;
    letter-spacing: 0.2em;
    margin: 0 0 1.3em 164px;
    display: block;
    height: 20px;
    padding: 3px 0 0 7px;
    background-color: #6490a6;
}
h2 {
    font-size: 1.3em;
	color: #5A859B;
	margin: 0.5em 0 0.5em 0;
	padding: 1px 0 1px 0;
}
h3 {
	font-size: 1.1em;
	color: #F26322;
	margin: 0 0 .5em;
}
p {
	padding: 0;
	margin: 0 0 1.3em 0;
}
.cleaner {
    clear: both;
}
/* hlavicka*/
#hlavicka {
	height: 183px;
	padding: 0;
	position: relative;
}
#hlavicka #logo {
	top: 0;
	left: 150px;
	width: 232px;
	height: 90px;
	position: absolute;
	background: url(img/pecujici-online-logo.gif) no-repeat;
	cursor: pointer;
}
#hlavicka #logo .moto {
	padding: 60px 0 0 70px;
	color: #544c47;
	font-size: 0.9em;
	text-transform: uppercase;
	font-style: italic;
	line-height: 1.6;
}
#hlavicka #menu {
	margin: 0 0 0;
	float: left;
}
#hlavicka #ilustrace {
	float: left;
	background: url(img/pecujici-ilustrace.jpg) no-repeat right;
	width: 674px;
	height: 183px;
	text-align: right;
}
/* zvykova + search*/
#zvykova {
	width: 180px;
    right: 0;
    position: absolute;
    right: 0;
    bottom: 10px;
	font-size: 0.9em;
	line-height: 1.6;
	text-align: center;
}
#zvykova a {
	color: #2A2A2A;
}
#zvykova a:hover {
	color: #2F8DBB;
}
#search {
	width: 180px;
    right: 0;
    position: absolute;
    right: 0;
    top: 26px;
}
#search form {
	margin: 0;
	padding: 0;
	text-align: right;
}
/* ---------menu---------*/
#menu {
    width: 162px;
    margin: 0;
    padding: 7px 0 0;
}
#menu ul {
    margin: 0 10px 0 0;
    padding: 0;
    list-style-type: none;
}
#menu li {
    margin: 0;
    padding: 0;
	font-size: 0.95em;
}
#menu ul a {
    border-bottom: 1px solid #afafaf;
    color: #2A2A2A;
    display: block;
    height: 17px;
    padding: 4px 0 0 15px;
    text-decoration: none;
}
#menu ul .sudy a {
	background-color: #bfd2db;
}
#menu ul a:hover  {
	background-color: #6490a6;
	color: #FFFFFF;
}
#menu ul a.active {
	font-weight: bold;
	color: #2E8DAB;
}
#menu ul a.active:hover {
	font-weight: bold;
	color: #2E8DAB;
	background-color: #FFFFFF;
}
#menu ul .sudy .active:hover {
	background-color: #bfd2db !important;
}
/*---------hlavni prostor---------*/
#main {
    padding: 21px 0 0;
    margin: 0;
    line-height: 1.6em;
    width: 836px;
	clear: both;
}
#text {
	float: left;
	width: 654px;
}
#textblock {
	margin: 0 26px 0 164px;
}
#textblock a {
	color: #f66120;
	border-bottom: dotted 1px #BFC9E3;
}
#textblock a:hover {
	color: #2F8DBB;	
}
.datum {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
}
#text h2.tit {
    font-size: 0.95em;
    letter-spacing: 0.4em;
    margin: 0;
    text-transform: lowercase;
	border-bottom: 1px solid #afafaf;
	border-top: 1px solid #afafaf;
    color: #2e8dab;
    display: block;
    height: 19px;
    padding: 2px 0 0 7px;
    background-color: #bfd2db;
}
div.item {
    border-bottom: 1px solid #BDD7E8;
    padding: 1em 0;
	clear: left;
}
div.image {
    float: left;
    margin: 2px 0 10px 0;
    width: 162px;
}
div.popisek {
    font-size: 0.9em;
	color: #666666;
	margin: 2px 10px 0 0;
	line-height: 1.3;
	font-style: italic;
}
.img_right {
    float: left;
	margin: 2px 10px 10px 0;
}
#text div.cleaner {
    font-size: 1px;
    height: 1px;
    line-height: 0em;
    color: #FFFFFF;
	clear: left;
}
br.cleaner {
    font-size: 1px;
    height: 1px;
    line-height: 0em;
    color: #FFFFFF;
	clear: left;
}
.kontaktakce {
	margin: 15px 10px 10px 0;
}
div.abstract {
	margin: 2px 0 20px 164px;
	padding-bottom: 5px;
	border-bottom: 6px solid #BFD2DB;
}
div.item img.new {
    float: right;
}
form.novinky {
    text-align: right;
	margin-top: 10px;
}
form.novinky select {
	color: #373737;
	font-size: 11px;
	padding: 0 0 0 2px;
}
/*---------otvirak---------*/
#otvirak {
    width: 628px;
	background-color: #6491a8;
	background-repeat: no-repeat;
	background-position: right;
	height: 183px;
}
div.otvirak1 {
	background-image: url(img/img-akce.jpg);
}
div.otvirak2 {
	background-image: url(img/img-publikace.jpg);
}
div.otvirak3 {
	background-image: url(img/img-poradme-si.jpg);
}
#otvirak div.clanek1, 
#otvirak div.clanek2, 
#otvirak div.clanek3 {
	width: 164px;
    height: 61px;
	padding: 0 3px 0 7px;
	cursor: pointer;
}
#otvirak div.active {
	width: 289px;
	background: url(img/bg-active.png) no-repeat left top;
}
#otvirak small {
    color: #bfd2db;
	letter-spacing: 0.4em;
	font-size: 0.95em;
}
#otvirak h3 {
	color: #FFFFFF;
	padding: 0.2em 0 0 8px;
	line-height: 1.2;
	font-weight: normal;
	overflow: hidden;
	height: 34px;

}
#otvirak div.active h3 {
	padding: 0 50px 0 24px;
	margin: -1px 0 0 0;
	font-size: 1.4em;
	line-height: 1;
}
#otvirak div.active small {
	color: #9B5039;
}
/*---------formulare---------*/
td {
    font-size: 12px;
}
form fieldset {
    margin: 1em 0 2em 0;
	padding-top: 10px;
	border: 1px solid #AFAFAF;
	border-top: solid 10px #BFD2DB;
}
form fieldset legend {
	font-weight: bold;
	text-transform: uppercase;
	color: #486B7D;
	padding: 0 7px;
}
#main form input[type=submit] {
	background-color: #F36D31;
	border-color: #C84E24;
	color: #FFFFFF;
	font-weight: bold;
}
.page_menu {
    text-align: center;
	margin-bottom: 15px;
	line-height: 1.9;
}
div.newform a, div.vlozit a, .page_menu a{
	background-color: #F36D31;
	color:#333333 !important;
	padding: 3px 5px 3px 5px;
	margin-bottom: 5px;

	font-weight: bold;
	letter-spacing: 0.3em;
	font-size: 0.85em;
}
.page_menu a.tool {
	background-color: #AA9288;
    color: white !important;
}
div.newform {
	margin-bottom: 15px;
}
/*---------pravy sloupec---------*/
#right {
	float: left;
	width: 180px;
	font-size: 0.95em;
}
#right div.box {
    margin: 0 0 1em;
}
#right a {
	text-decoration: none;
	display: block;
	margin: .4em 0;
	border: none;
	display: block;
	color: #3399CC;
}
#right .item  {display: table;}
#right .item strong {display: block;float: left;width: 123px;border: none;margin-top: -4px;}
#right h2 {
    font-size: 1em;
    color: #2e8dab;
    padding: 0;
    letter-spacing: 0.4em;
    margin: 0;
    text-transform: lowercase;
}
#right h2 a {
    border-bottom: 1px solid #afafaf;
	border-top: 1px solid #afafaf;
    color: #2e8dab;
    display: block;
    height: 18px;
    padding: 3px 0 0 7px;
	margin: 0;
    background-color: #bfd2db;
}
#right h2 a:hover {
	background-color: #6490a6;
	color: #FFFFFF;
}
#right a strong {
    border-bottom: 1px dotted #A5BDC9;
	color: #f66120;
	font-size: 1.05em;
}
#right a strong:hover, #right .item:hover a strong {
	color: #2F8DBB;
}
/*right form*/
#right form td input, #right form td textarea {
    font-size: 12px;
}
#right form fieldset {
    padding: 4px 4px 0 4px;
	background-color: #F4FAFC;
}
#right form label {
	display: block;
	margin: 7px 0 2px 0;
	font-weight: bold;
}
#right form td input, #right form td textarea {
    width: 100%;
	border-color: #C2CED3;
	padding: 3px;
}
#right form td select {
	padding: 0;
	margin-bottom: 3px;
	border-color: #C2CED3;
	font-size: 11px;
}
#right form td input[placeholder=hod] {
    padding: 0;
}

/*---------paticka---------*/
#paticka {
    clear: both;
    font-size: 0.9em;
    color: #999;
    padding: 20px 0 0 164px;
}
#paticka a {
    color: #333;
}
/* calendar*/
div.dateblock {
	color: #000;
	display: block;
	width: 44px;
	text-align: center;
	font-weight: 700;
	font-size: 10px;
	padding: 3px 0 1px;
	background: #F36D31;
	line-height: 1.3;
	float: left;
	margin-right: 13px;
}
#right .item:hover .dateblock {
	background-color: #6490A6;
	color: white;
}
div.dateblock small {
	font-size: 9px;
}
div.dateblock span {
	display: block;
	margin: -2px 0;
	font-size: 2.5em;
	letter-spacing: -1px;
	color: white;
	font-weight: 300;
	line-height: 1;
}
.abstr .image {
    float: right;
    margin-left: 10px;
}