/* ELEMENTS */
body {
	margin: 0;
	padding: 0;
	color: black;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #2A2A2A url(../images/layout/bg_body.gif) repeat-x fixed top center;
}

a, a:link, a:visited, a:active {
	color: #868686;
}

a:hover {
	color: #E9BC01;
}

p {
	margin: 0 0 12px 0;
	line-height: 16px;
	text-align: justify;
}

h1 {
	/* zatial nepouzite v kode
	font: bold 19px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 .3em 0;
	*/
}

h2 {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	margin: 0 0 2px 0;
	padding: 5px 0 5px 25px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background: #545454 url(../images/layout/bg_caption.gif) center left;
}

h4 {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
}

hr {
	height: 0;
	margin-bottom: 6px;
	padding: 0;
	clear: both;
	color: white;
	background-color: white;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px dotted #81806D;
	noshade;
}


hr.classic {
	border-bottom-style: solid;
}













	




	


form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}












/* CLASSES */
.debug {
	background-color: green;
	border: 1px solid red;
}

.a_bold {
	font-size: 10px;
	font-weight: bold;
}

.a_prev {
	padding: 0 0 0 14px;
	background: url("../images/layout/prev.gif") no-repeat 1px 3px;
}

.a_prev:hover {
	background-position: 0px -47px;
}

.a_next {
	padding: 0 14px 0 0;
	background: url("../layout/images/next.gif") no-repeat 98% 3px;
}

.a_next:hover {
	background-position: 100% -47px;
}

.a_right_novinky {
	display: block;
	width: 120px;
	height: 90px;
	margin: 0 0 3px 6px;
	padding: 5px;
	float: right;
	position: relative;
	border: 1px solid #CCCCCC;
}

.a_right_novinky img {
	position: absolute;
	left: 50%;
	top: 50%;
}

.img_left {
	margin: 0 5px 5px 0;
	padding: 2px;
	float: left;
	border: 1px solid #CCCCCC;
}

.img_right {
	margin: 0 0 10px 10px;
	padding: 5px;
	float: right;
	border: 1px solid #CCCCCC;
}

.img_article {
	width: 74px;
	height: 57px;
	display: block;
	position: relative;
	float: left;
	border: 1px solid #CCCCCC;
}

.img_article_news {
	width: 124px;
	height: 94px;
	display: block;
	position: relative;
	float: left;
	border: 1px solid #CCCCCC;
}

.img_article img, .img_article_news img {
	position: absolute;
	left: 50%;
	top: 50%;
}

.categories ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.categories ul li {
	float: left;
	/*border-bottom: 1px solid #E8E8E8;*/
}

.categories ul li a {
	margin: 0 2px 2px 0;
	padding: 3px;
	width: 190px;
	min-height: 22px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	font-weight: bold;
	border: 1px solid #ffd700;
	background: url("../images/layout/bg_button_category.gif") repeat-x left center;
}

.categories ul li a:hover {
	color: #dc143c;
	border-color: #f4a460;
}

.categories td {
	width: 193px;
	font-size: 11px;
	border: 1px solid #e1c000;
	background: url("../images/layout/bg_button_category.gif") repeat-x left center;
}

.categories a {
	padding: 3px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.categories a:hover {
	color: #dc143c;
}

.unpublished {
	color: red;
	border: 1px solid red;
}

.gallery {
	border: 1px solid black;
}

.clear {
	clear: both;
}













	.text_footer a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	.text_footer a:hover {
		color: #F7F747;
		text-decoration: underline;
	}

.text_small {
	font-size: 10px;
}

.text_xsmall {
	font-size: 9px;
}

.text_alert {
	color: #C00000;
}

























/* IDs */
/* ver. 2.0 OK */
#container {
	width: 990px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}

#header {
	width: 990px;
	height: 151px;
	background: black url(../images/layout/banner_2010.jpg) no-repeat bottom;
}

#header p {
	height: 25px;
	margin: 0;
	padding: 0 0 0 30px;
	line-height: 25px;
	color: white;
	font-size: 10px;
	background: #2A2A2A url(../images/layout/bg_header.gif) repeat-x center left;
}

#header a {
	color: white;
}

#header a:hover {
	color: #E9BC01;
}

#content_main {
	margin-top: 2px;
	/*float: left;*/
	overflow: hidden;
	background: white url(../images/layout/bg_content.gif) repeat-y left top;
}

#content_left {
	width: 160px;
	padding: 0 0 0 2px;
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	font-size: 11px;
	border-bottom: 1px solid #E8E8E8;
}

#menu li a {
	padding-left: 2px;
	display: block;
	line-height: 20px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#menu li a:hover {
	color: #444444;
	background: url(../images/layout/bg_item_hover.gif) no-repeat 97% top;
}

#menu ul ul {
	margin-left: 10px;
}

#menu ul ul li {
	border-color: white;
}

#menu ul ul li a {
	font-weight: normal;
}

#content_middle {
	width: 630px;
	margin: 0 3px 0 3px;
	float: left;
}

#content_middle .content {
	padding: 12px 17px 15px 20px;
	/*text-align: justify;*/
}

#content_right {
	width: 190px;
	/*margin-right: 2px;*/
	float: left;	
}

#content_right .content {
	margin: 5px 15px 15px 15px;
	text-align: center;
}

#footer {
	width: 990px;
	height: 24px;
	clear: both;
	background: #2A2A2A url(../images/layout/bg_header.gif) repeat-x center left;
}

#footer p {
	height: 24px;
	line-height: 24px;
	color: white;
	font-size: 11px;
	text-align: center;
	background: #2A2A2A url(../images/layout/bg_header.gif) repeat-x center left;
}

#footer a {
	color: white;
}

#footer a:hover {
	color: #E9BC01;
}

