/*  
Version: 1.0
Author: Ivo Laryš
Author URI: http://larys.com/
*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}
ul,li {
	list-style-type:none;
	}
body {
	color:black;
	background: #ebebeb;
	font:76% Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	background: url("../../site/img/bg-main.jpg") top left repeat-x;
	}
hr, .nodisplay {
	display: none;
}
.clear {
	clear: both;
}
img {
	border: none;
}

/* FRAME, Header
-------------------------------------------------------------------*/
#mainContent {
	
}
#frame {
	margin: 0 auto;
	width: 786px;
	text-align: left;
}
#header {
	height: 90px;
}
#header a#logo {
	position: relative;
	float: left;
	display: block;
	width: 159px;
	height: 71px;
	background: url("../../site/img/bg-logo.jpg") top left no-repeat;
	margin: 11px 0 0 5px;
}
#header p.motto {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	width: 287px;
	height: 17px;
	background: url("../../site/img/bg-motto.jpg") top left no-repeat;
	margin-top: 70px;
}


/* Menu
-------------------------------------------------------------------*/

#menu {
	position: relative;
	float: left;
	width: 174px;
	background: white;
	border: white 1px solid;
	min-height:  545px;
}
* html #menu {
	height:  545px;
}
#menu .top {
	display: block;
	background: url("../../site/img/bg-content-top.jpg") top left repeat-x;
	width: 174px;
	height: 25px;
}
#menu .top .topBox {
	padding: 6px 0 0 6px;
	color: #ADADAD;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-size: 80%;
}
#menu ul li  {
margin: 0;
	padding: 0;
	border-bottom: 1px solid #B2B2B2;
	
}
/* IE HACK */
* html #menu ul li {
position: relative;
	float: left;
	width: auto;
}
#menu ul li li {
	border-bottom: none;
	height: auto;
	width: 100%
	
}
#menu ul li a {
	display: block;
	width: 174px;
	height: 50px;
	margin: 0;
	background: url("../../site/img/menu/hlavni-stranka.jpg") top left no-repeat;
	
}

#menu ul li.menuId2 a {
	background: url("../../site/img/menu/poradna.jpg") top left no-repeat;
}
#menu ul li.menuId6 a {
	background: url("../../site/img/menu/osoby-blizke.jpg") top left no-repeat;
}
#menu ul li.menuId11 a {
	background: url("../../site/img/menu/experimentujete.jpg") top left no-repeat;
}
#menu ul li.menuId12 a {
	background: url("../../site/img/menu/chcete-prestat.jpg") top left no-repeat;
}
#menu ul li.menuId13 a {
	background: url("../../site/img/menu/zakon.jpg") top left no-repeat;
}
#menu ul li.menuId15 a {
	background: url("../../site/img/menu/organizace.jpg") top left no-repeat;
}
#menu ul li.menuId49 a {
	background: url("../../site/img/menu/kontakty.jpg") top left no-repeat;
}
#menu ul li ul {
	background:white;
}
#menu ul li ul {
	background: #FF8100;
	padding: 3px 7px 8px 8px;
	font-size: 80%;
	height: 100%;
	
}
#menu ul li ul ul {

	padding: 0 0 0 10px;
font-size: 100%;
	
}
/* IE HACK */
* html #menu ul li ul {
	width: 159px;
}

#menu ul li.menuId2 ul li a {
	background: #FF8100;
}

#menu ul li.menuId6 ul, #menu ul li.menuId6 ul li a {
	background: #037492;
}
#menu ul li.menuId11 ul, #menu ul li.menuId11 ul li a {
	background: #006D34;
}
#menu ul li.menuId12 ul, #menu ul li.menuId12 ul li a {
	background: #BC9545;
}
#menu ul li.menuId13 ul, #menu ul li.menuId13 ul li a {
	background: #4F6E82;
}
#menu ul li.menuId15 ul, #menu ul li.menuId15 ul li a {
	background: #8C5C2B;
}

#menu ul li ul li a:link,
#menu ul li ul li a:visited {
	display: inline;
	color: white;
	text-decoration: none;
	background: transparent;
	height: auto;
	width: 159px;
	font-size: 110%;
	font-weight: bold;
}
#menu ul li ul li li a:link,
#menu ul li ul li li a:visited {

	font-weight: normal;
}
#menu ul li ul li a:hover,
#menu ul li ul li#currentmenu a, 
#menu ul li ul li#currentmenu a:visited {
	color: black;
	background: transparent
}
#menu ul li ul li#currentmenu li a, 
#menu ul li ul li#currentmenu li a:visited {
	color: white;
	background: transparent
}
#menu ul li ul li ul  {
	width: 150px;
}
	
#menu {
	background: white;
}
#menu #rychlyKontakt {
padding: 8px;
color: black;
background-color: white;
}
#menu #rychlyKontakt p {
	margin: 8px 0 0 0;
	padding: 0;
	letter-spacing: -1px;
	font-size: 85%;
	font-weight: bold;
	background: white;
}
#menu #rychlyKontakt h2, #menu  #rychlyKontakt p .gray  {
	color: #B2B2B2;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	font-size: 85%;
	background: white;
}
#menu #rychlyKontakt p a:link, 
#menu #rychlyKontakt p a:visited {
	background: none;
	color: black;
	text-decoration: none;
	display: inline;
	
}
#rychlyKontakt p a:hover {
	color: #B2B2B2;
	text-decoration: none;
}

/* Content
-------------------------------------------------------------------*/

#content {
	position: relative;
	float: left;
	background: white;
	margin-left: 4px;
	width: 604px;
	border: white 1px solid;
	min-height:  545px;
}
* html #content {
	height:  545px;
}
#content .top {
	display: block;
	background: url("../../site/img/bg-content-top.jpg") top left repeat-x;
	height: 25px;
	color: #ADADAD;
	
	letter-spacing: -1px;
}
#content .top .topBox {
	padding: 4px 0 0 6px;
}
#content .top a:link,
#content .top a:visited
{
	text-decoration: none;
	text-transform: uppercase;
	color: #ADADAD;
	font-size: 80%;
}
#content .top a:hover
{

	color: black;

}
#content .contentBox {
	padding: 10px;
}
#content h1 {
	font-size: 150%;
	color: #047391;
	letter-spacing: -1px;
}
#content h2 {
	font-size: 120%;
	color: #960001;
	letter-spacing: -1px;
	margin: 3px 0;
}
#content h3 {
	font-size: 100%;
	color: #4C4C4C;
	letter-spacing: -1px;
	margin: 5px 0 1px 0;
}
#content ul {
	margin: 3px 0;

}
#content p {
	margin: 3px 0;

}
#content li {
	margin-left: 25px;
	padding-left: 0px;
	line-height: 120%;
	list-style: url("../../site/img/li-arrow.gif");

}
#content label {
	display: block;
	font-size: 80%;
	color: #960001;
}
#content a.archivNovinek:link,
#content a.archivNovinek:visited {
	background: #81B9C8;
	color: white;
	padding: 2px 3px;
}
#content a.archivNovinek:hover {
	color: #81B9C8;
	background: white;
}
#content form input {
	width: 350px;
}
#content form input.auto {
	width: auto;
}
#content form textarea {
	width: 575px;
	height: 200px;
}
.errorMessage {
	color: red;
	text-transform: uppercase;
}
/* Content > úvod
-------------------------------------------------------------------*/

#content .box {
	position: relative;
	float: left;
	width: 200px;
	font-size: 90%;
}
/*IE hack */
* html #content .box {
	width: 187px;
}
#content .box .boxBox {
	padding: 6px 0px 12px 8px;
}
/*IE hack */
* html #content .box .boxBox {
	padding: 9px 0px 12px 8px;
}

#content .box .boxBoxLast {
	padding: 6px 6px 12px 8px;
	
}
/*IE hack */
* html #content .box .boxBoxLast {
	padding: 9px 6px 12px 8px;
	
}
#content .box h1 {
	color: white;
	font-size: 90%;
	padding: 4px 7px;
	margin-bottom: 6px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
	background-color: #81b9c8;
	
}
/*IE hack */
* html #content .box h1 {
	width: 100%;
}
#content .box p {
	margin-bottom: 4px;
	color: #666666;
}
#content .box ul li {
	
	margin-left: 18px;
	padding-left: 0px;
	line-height: 130%;
	list-style: url("../../site/img/li-arrow.gif");
}
#content a:link,#content a:visited {
	color: #047391;
	text-decoration: none;
}
#content a:hover {
	color: #800000;
	text-decoration: none;
}
#content .box .item {
	margin-bottom: 5px;
}
#content .box .item a:link, #content .box .item a:visited {
	color: #666666;
	text-decoration: none;
}
#content .box .item a:hover {
	color: #800000;
	text-decoration: none;
}
#content .box .item a .datum {
	color: #047391;
	text-decoration: none;
	font-weight: bold;
}
#content .box .item a .akreditace {
	color: #047391;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#content .box .item a img {
	position: relative;
	float: left;
	margin-right: 5px;
}
/* PORADNA
------------------------------------------------------------------*/
#poradna h2{
	margin-bottom: 5px;
}
#poradna .item {
	padding: 10px  15px 10px 15px;
	background: #F5F5F5;
	border-bottom: 1px solid #D0D0D0;
	
}
#poradna .itemlichy {
	background: #EAEAEA;
	padding: 10px  15px 10px 15px;
	border-bottom: 1px solid #D0D0D0;

}
* html #poradna .item, * html #poradna .itemlichy {
	height: 20px;
}
#poradna .info {
	font-size: 70%;
	color: #4C4C4C;
}
#poradna p.odpoved {
	margin-top: 10px;
}
#poradna p.odpoved a:link {
	padding: 2px 3px;
	color: white;
	background: #960001;
	text-decoration: none;
	font-size: 80%;
}
#poradna p.odpoved a:visited {
	background: #333333;
	padding: 2px 3px;
	font-size: 80%;
	color: white;
	text-decoration: none;
}
#poradna p.odpoved a:hover {
	background: white;
	color:#960001;
}

#poradna .navigace {
	background: #899FAD;
	color: white;
	padding: 10px;
	margin: 5px 0  15px 0;
}
* html #poradna .navigace {
	height: 30px;
}
#poradna .navigace h2 {
	font-size: 90%;
	color: white;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
#poradna .strankovani {
	font-size: 80%;
	margin-bottom: 8px;
}
#poradna .strankovani a:link,
#poradna .strankovani a:visited {
	text-decoration: none;
	color: #960001;
}
#poradna .strankovani a:hover {
	text-decoration: none;
	color: black;
}
#poradna .telPoradna {
	font-size: 90%;
	border: 1px solid orange;
	padding: 10px;
	margin-bottom: 10px;
	color: #4C4C4C;
	background: url("../../site/img/bg-telefon.gif") bottom right no-repeat;
}
#poradna .telPoradna strong {
	color: orange;
}
/* Footer
-------------------------------------------------------------------*/

#footer {
clear: both;
color: #93C3D0;
text-transform: uppercase;
font-size: 80%;
letter-spacing: -1px;
height: 30px;
padding-top: 5px;
}
#footer a:link, 
#footer a:visited {
	color: #93C3D0;
	text-decoration: none;
}
#footer a:hover {
	color: black;
	text-decoration: none;
}
#footer .left {
	position: relative;
	float: left;
}
#footer .right {
	position: relative;
	float: right;
}