body {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #E7E7E7;
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	font-size: 10pt;
}

#page {
	text-align: left;
	width: 980px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#header {
	width: 100%;
	text-align: center;
}

#logo-wrapper {
	width: 100%;
}

#logo-wrapper #logo, #menu-wrapper #menu {
	text-align: center;
	width: 980px;
	margin: 0 auto;
}

#logo-wrapper #logo img {
	
}

h1 {
	/*color: #FF6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 200%;
	float: left;
	position: absolute;*/
	display: none;
}

img {
	border: none;
}

#menu-wrapper {
	background-image: url('images/menu_bg.png');
	width: 100%;
	height: 45px;	
	background-repeat: repeat-x;
}

#menu ul {
	margin: 0 0 0 15px; 
	padding: 0; 
	list-style: none;
}

#menu li {
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#menu a {
	display: block;
	color: #000000;
	float: left;
	text-decoration: none;
	padding-top: 15px;
	text-align: center;
	height: 45px;
	padding-left: 23px;
	padding-right: 23px;
}

#menu a.exception {
	/*width: 170px;*/
}

#menu a:hover {
	height: 30px;
	/*margin-top: 10px;
	padding-top: 5px;
	/*background-color: #FFFFFF;
	color: #000000;*/
	background-color: #F7C588;
	color: #000000;
}

#sidebar {
	float: left;
	width: 300px;
	padding: 0 0 10px 10px;
	border-right: 1px solid #CCCCCC;
}

#content {
	margin-left: 310px;
	width: 600px;
	/*margin-right: 160px;*/
	font-size: 100%;
	font-family: Segoe UI, "MS Sans Serif", Geneva, sans-serif;
	padding-left: 30px;
}

#index-sidebar {
	float: right;
	width: 150px;
	padding-left: 20px;
	border-left: 1px solid #CCCCCC;
}

h2 {
	font-size: 180%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #FF6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #CCCCCC;
}

h3 {
	font-size: 150%;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0px;
	color: #000099;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar h3, #index-sidebar h3 {
	color: #FF6600;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.news {
	background-image: url('images/button.png');
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #CCCCCC;
	width: 400px;
}

.news h2 {
	font-size: 150%;
	border: none;
}

.news h2 a {
	color: #000000;
	text-decoration: none;
}

.news h2 a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.news span {
	color: #999999;
	font-size: 90%;
}

.news span a {
	color: #999999;
	text-decoration: underline;
}

.news span a:hover {
	color: #999999;
	text-decoration: none;
}

.news p {
	margin: 10px 0 0 0;
}

.news span.next a {
	color: #000000;
	text-decoration: underline;
}

.news span.next a:hover {
	color: #000000;
	text-decoration: none;
}

.nostyle {
	clear: both;
	visibility: hidden;
}

#footer {
	font-family: Segoe UI, "MS Sans Serif", Geneva, sans-serif;
	width: 980px;
	text-align: center;
	clear: both;
	font-size: 85%;
	margin: 0 auto;
	color: #333333;
}

#footer #copyright {
	float: left;
}

#footer #author {
	float: right;
}

#footer a {
	color: #333333;
	text-decoration: underline;
}

#footer a:hover {
	color: #333333;
	text-decoration: none;
}

table.tabulka {
	border: 1px solid #C8C8C8;
	border-width: 1px 0 0 1px;
}
table.tabulka td {
	border: 1px solid #C8C8C8;
	border-width: 0 1px 1px 0;
	text-align: center;
}

#content ul
{
	list-style: none;
	padding: 0;
	margin: 0 0 0 15px;
}
#content ul li
{
	padding: 0 0 2px 9px;
	margin: 0 0 3px 0;
	background: url('images/dot.png') 0 6px no-repeat;
}

.article span {
	color: #999999;
	font-size: 90%;
}

.article span a {
	color: #999999;
	text-decoration: underline;
}

.article span a:hover {
	color: #999999;
	text-decoration: none;
}


.gallery-index-wrapper {
	background-color: #FFEBDE;
	border: 1px #FFD3B6 solid;
	margin-top: 10px;
}

.gallery-index-content {
	background-color: #FFFFFF;	
	margin: 10px;
	padding: 10px;
	height: 100px;
}

.gallery-index-thumb {
	background-color: #FFFFFF;
	float: left;
}

.gallery-index-content h3 {
	margin-left: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 110%;
}

