body {
	
}


 /*************************************
 +Containers
 *************************************/

#flash {
	background: #005a89;
}
 

/*************************************
 +Hn
*************************************/



/*************************************
 +Header
*************************************/

/*************************************
 +Navigation
*************************************/

/*	level 2 */

#navigation ul.level-2 li ul.posts-list {
	/*visibility: hidden;*/
	display: none;
	position: absolute;
	margin: -27px auto;
	left: 320px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	/*background: #fff;*/
}

#navigation ul.level-2 li:hover ul.posts-list {
	/*visibility: visible;*/
	display: block;
}

#navigation ul.level-2 li ul.posts-list li a {
	width: 325px;
}

/*************************************
 +Links
*************************************/


/*************************************
 +Entry
*************************************/


/*************************************
 +Companies / Home
*************************************/



/*************************************
 +Form - Uchazec
*************************************/

form#uchazec {
	font-weight: normal;
}

form#uchazec fieldset {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 10px 7px;
}

form#uchazec legend {
	display: block;
	font-weight: bold;
	padding: 0 5px 0 5px;
	letter-spacing: 0.02em;
	font-size: 1.0em;
}

form#uchazec label {
	width: 210px;
	float: left;
	margin-right: 4px;
	font-weight: normal;
}


form#uchazec div.form-row {
	clear: both;
}

form#uchazec input {
	float: left;
}

form#uchazec input, form#uchazec textarea, form#uchazec select {
	font-weight: normal;
	border: 1px solid #8f8f8f;
	padding: 2px;
	width: 380px;
	margin-bottom: 3px;
	color: #005a89;
	font-family: "Courier New", courier, monospace;
}

form#uchazec input:hover, form#uchazec textarea:hover {
	border: 1px solid #8f8f8f;
	padding: 2px;
	background: #eee;
}




form#uchazec fieldset.school input {
	width: auto;
	margin-right: 5px;
}

form#uchazec fieldset.school input.label {
	border: 1px solid #fff;
	color: #000;
	font-family: arial, verdana, geneva, helvetica, sans-serif;
}

form#uchazec fieldset.school input.label:hover {
	background: none;
}

form#uchazec fieldset.lang_experience input {
	margin-right: 5px;
	float: left;
}

form#uchazec fieldset.lang_experience select {
	font-weight: normal;
	border: 1px solid #8f8f8f;
	padding: 1px 0 1px 0;
	width: auto;
}

form#uchazec fieldset.other label {
	width: auto;
	float: none;
	clear: both;
}


form#uchazec fieldset.other textarea {
	width: 592px;
}

form#uchazec input.submit {
	font-family: arial, verdana, geneva, helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	width: 100%;
}


/*************************************
 +Footer
*************************************/



/*************************************
 +Table
*************************************/



 
/*************************************
 +Misc
*************************************/

u {
	text-decoration: none;
	color: #005a89;
	width: 140px;
	display: inline;
	float: left;
}

ul {
	clear: both;
}

