/************* OBECNE ************/
body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/back.png) repeat-y center top;
	text-align: justify;
	font-family: 'Verdana CE', 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Verdana, Arial, lucida, sans-serif;
	font-size: 13px;
	color: #333333;
	
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Verdana CE', 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Verdana, Arial, lucida, sans-serif;
	color: #C47650;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #969696;
}

a:hover {
	text-decoration: underline;
	color: #969696;
}

/************* ZAHLAVI ************/

#header {
	width: 750px;
	height: 162px;
	margin: 0px auto;
	padding: 0px 0px;
	background: #FFFBFD url(images/header.png);
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #323232;
	font-size: 3em;
	text-transform: uppercase;
	display: none;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU (pouze docasne - bude graficke) ************/

#menu {
	width: 750px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #333333;
}

/************* OBSAH ************/

#content {
	width: 750px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	min-height: 90%;
	_height: 90%; /* IE */
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 110%;
}

#left {
	float: left;
	width: 410px;
	padding: 0px 20px 40px 20px;
	color: #000;
}

#right {
	float: right;
	width: 260px;
	padding: 0px 20px 40px 20px;
	color: #000;
}

/************* PATICKA ************/

#footer {
	clear: both;
	width: 750px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	background: url(images/footer.png) repeat-y center top;
	font-size: 9px;
	text-align: center;
	font-weight: bold;
	padding: 2px;
	color: #FFFFFF;
}

#footer_matrjoska
{
width: 100%;
position: absolute;
bottom: 0;
left: 0;
height: 40px;
}

#etoNotice{
  display: none;
}
