/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: #2b1e1e;
}

a:link, a:visited { color: #ffffff; text-decoration: underline; } 
a:active, a:hover { color: #ffffff; text-decoration: none; }

h1 {
	margin:0px 0px 10px 0px;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 14px;
	color:#FFFFFF;
	border-bottom: solid 1px #FF0000;
}
h2 {
	padding: 5px 0px 5px 10px;
	margin: 0px; 	
	font-weight: bold; 
	font-size:12px;
	color: #FFFFFF;
	background: url(images/templatemo_h2_background.gif) repeat-x;
	border: 1px solid #000000;
}
h3 {
	margin: 0px;
	padding: 2px 0px 2px 10px;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}
.text_area {
	text-align: justify;
}
.text_area_center {
	text-align: center;
}
.text_area_right {
	text-align: right;
}
img {  
	margin: 10px 10px 0px 10px; 
	float: left; 
	border: 2px solid #FFFFFF;
}

.img_noborder {  
	border: none;
	float: none;
}
.img_noborder2 {  
	border: none;
	float: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.img_right {  
	float: right;
}

#templatemo_container_wrapper {
	background: url(images/templatemo_main_background.gif) repeat-x;
}

#templatemo_container {
	margin: 0px auto;
	width: 810px;
}

#templatemo_top{
	float: left;
	margin-left: -10px;
	padding: 19px 0px 10px 0px;
	text-align: right;
	width: 810px;
}

#templatemo_header {
	clear: left;
	margin-bottom:5px;
	width: 810px;
	height: 235px;
	background: url(images/templatemo_header_background.jpg) no-repeat;
}

#templatemo_site_title {
	padding-top: 120px;
	padding-left: 50px;
	font-size: 35px;
	color: #2b1e1e;
}

#templatemo_site_title span {
	font-weight: bold;
	color: #c32929;
}

#templatemo_site_slogan {
	padding-top: 10px;
	padding-left: 200px;
	font-size: 12px;
	color: #2b1e1e;
}

/*------------- Menu ------------------*/
#templatemo_menuleft {
	float: left;
	height: 41px;
	width: 20px;
	background: #FF0000 url(images/templatemo_menu_leftborder.gif) no-repeat;
}

#templatemo_menu{
	float: left;
	margin-top: 0px;
	padding: 0px;
	width: 790px;
	height: 41px;
	background: #FF0000 url(images/templatemo_menu_background.gif) right no-repeat;
}

#templatemo_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#templatemo_menu ul li{
	display: inline;
}

#templatemo_menu ul li a{
	float: left;
	padding: 11px 1px;
	width: 127px;
	font: 16px arial;
	text-align: center;
	text-decoration: none;
	color: #1e1717;
}
#templatemo_menu ul li a:hover, #templatemo_menu ul li .current{
	color: #ffffff;
	text-decoration: none;
	background: url(images/templatemo_mousehover.gif) repeat-x;
}

/*---------- end of menu -------------*/

/* ----------------- Content ----------------------- */

#templatemo_content {
	float: left;
	width: 810px;
	width: 810px;
	background: url(images/tempaltemo_content_background.gif) repeat-y;
}

#templatemo_left_column {
	float: left;
	padding: 20px;
	width: 200px;
	min-height: 420px;
	background: url(images/templatemo_leftcolumn_border.gif) right top no-repeat;

}

#templatemo_right_column {
	float: right;
	width: 530px;
	padding: 20px;
	padding-left: 0px;
	min-height: 420px;
}

#templatemo_right_column th {
	background: #1e1717;
    text-align: left;
    padding: 2px 0px 2px 5px;
}

#templatemo_right_column td {
    text-align: left;
    vertical-align: middle;
    padding: 2px 0px 2px 5px;
}

#templatemo_content_bottom {
	clear: left;
	margin: 0px;
	padding: 0px;
	width: 810px;
	height: 5px;
	background: url(images/tempaltemo_content_bottom.gif) no-repeat;
}

/*------------ end of content ------------*/

.news_section {
	float: left;
	padding: 0px;
	width: 530px;	
	margin-right: 15px;
	background: #1e1717;
}

.news_section p {
	margin: 0px;
	padding: 0px 10px 5px 10px;
	font-size: 11px;
}

.news_section img {
	margin-bottom: 6px;
}

.promotion_section {
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width:200px;
	background: #1e1717;
}

.promotion_section p {
	margin: 0px;
	padding: 5px 5px 5px 10px;
	font-size: 11px;
    text-align: justify;
}

.more{
	padding: 0px 10px 10px 0px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}

.templatemo_section2 {
	margin-bottom: 10px;
	padding: 10px;
	border: #000000 solid 1px;
	background: #1e1717;
}

.templatemo_section2 a {
	padding-left: 5px;
	color: #c32929;
	line-height: 25px;
	text-decoration: none;
/*	background: url(images/templatemo_list_icon.gif) center left no-repeat; */
}

.templatemo_section2 a:hover {
	color: #ff0000;
	text-decoration: none;
}

.templatemo_section3 {
	margin-bottom: 10px;
	padding-top: 40px;
	padding: 10px;
	border: #000000 solid 1px;
	background: #1e1717;
}

.templatemo_section3 a {
	padding-left: 15px;
	color: #c32929;
	line-height: 25px;
	text-decoration: none;
    background: url(images/templatemo_list_icon.gif) center left no-repeat;
}

.templatemo_section3 a:hover {
	color: #ff0000;
	text-decoration: none;
}

/* search form */
form {
	padding: 0 0 6px 8px;
}

.button {
	margin-top: 10px;
	padding: 1px 5px;
	border: none;
	color: #FFFFFF;
	background: url(images/templatemo_button_background.gif) repeat-x;
}

.search_text {
	border: none;
    background: url(images/templatemo_button_background.gif) repeat-x;
	color: #FFFFFF;
}

.search_textaera {
	border: none;
    background: url(images/templatemo_textarea_background.gif) repeat;
	color: #FFFFFF;
}
/* ----------- */

/* -------- Footer --------- */

#templatemo_footer {
	clear: left;
	padding: 10px;
	height: 62px;
	color: #c32929;
	line-height: 24px;
	text-align: center;
}
#templatemo_footer a {
	color: #c32929;
	text-decoration: none;
}

#templatemo_footer a:hover {
	color: #ff0000;
}

/* --------- end of footer --------------*/

/* --------- formular -------------*/
#formular li {
	list-style: none;
    display: inline;
}

.formular_popisek {
	float: left;
    text-align: right;
    padding-right: 10px;
	width: 150px;
	font-weight: bold;
}

.formular_input {
	width: 120px;
}

/* --------- end formular -------------*/

/* --------- detaily --------------*/
.news_section_stat_th1, .news_section_stat_th2, .news_section_stat_th3, .news_section_stat_th4, .news_section_stat_th5, .news_section_stat_td1, .news_section_stat_td2, .news_section_stat_td3, .news_section_stat_td4 {
	float: left;
    list-style: none;
    display: inline;
}

.news_section_stat_th1 {
    font-weight: bold;
    text-align: center;
}

.news_section_stat_th2 {
    font-weight: bold;
    text-align: left;
    margin-left: 8px;
}

.news_section_stat_th3, .news_section_stat_th4, .news_section_stat_th5 {
    font-weight: bold;
}

.news_section_stat_td1 {
    text-align: center;
}

.news_section_stat_td2 {
    text-align: left;
}

.news_section_stat_th1, .news_section_stat_td1 {
    width: 55px;
}

.news_section_stat_th4, .news_section_stat_td4 {
    width: 100px;    
    text-align: left;
    padding-left: 8px;
}

.news_section_stat_th5 {
    width: 180px;
}

.news_section_stat_th2, .news_section_stat_td2 {
    width: 250px;
}
.news_section_stat_th3, .news_section_stat_td3 {
    text-align: left;
    width: 50%;
}

.news_section_stat_td5 {
    list-style: square;
    width: 180px;
    margin-left: 245px;
    text-align: left;
}

/* zebricky */
.zebricek_th_tt, .zebricek_td_tt, .zebricek_th_cd, .zebricek_td_cd, .zebricek_th_int, .zebricek_td_int, .zebricek_td_skl, .zebricek_td_ys, .zebricek_th_int2, .zebricek_td_int2, .zebricek_td_skl2, .zebricek_th_int_bilance {
	float: left;
    list-style: none;
    display: inline;
}

.zebricek_th_tt, .zebricek_th_cd, .zebricek_th_int, .zebricek_th_cd, .zebricek_td_int, .top_prvni, .zebricek_th_int2, .zebricek_td_int2, .zebricek_th_int_bilance {
    font-weight: bold;
}

.zebricek_th_tt {
    padding-top: 6px;
    width: 22px;
    text-align: center;
}

.zebricek_td_tt {
    padding-top: 20px;
    width: 22px;
    text-align: center;
}

.zebricek_th_cd, .zebricek_td_cd {
    width: 65px;
    text-align: center;
}

.zebricek_th_cd {
    padding-top: 6px;
}

.zebricek_td_ys {
    padding-top: 12px;
    width: 30px;
    height: 20px;
}

.zebricek_th_int, .zebricek_td_int {
    padding-top: 6px;
    width: 270px;
}

.zebricek_th_int_bilance {
    padding-top: 6px;
    width: 320px;
}

.zebricek_td_skl {
    width: 330px;
    margin-left: 153px;
    margin-top: -23px;
    margin-bottom: 5px;
}

.zebricek_th_int2, .zebricek_td_int2 {
    padding-top: 6px;
    width: 328px;
}

.zebricek_td_skl2 {
    width: 330px;
    margin-left: 88px;
    margin-top: -23px;
    margin-bottom: 5px;
}

.top_prvni {
    font-size: 13px;
    font-weight: bold;
}

/* prehledy */
.prehled_th_tt, .prehled_td_tt, .prehled_th_cd, .prehled_td_cd, .prehled_th_int, .prehled_td_skl, .prehled_td_int, .prehled_td_ys, .zebricek_td_skl_prehledy {
    float: left;
    list-style: none;
    display: inline;
}

.prehled_th_tt, .prehled_th_cd, .prehled_th_int, .prehled_th_cd, .prehled_td_int {
    font-weight: bold;
}

.prehled_th_tt {
    padding-top: 6px;
    width: 45px;
    text-align: center;
}

.prehled_td_tt {
    padding-top: 20px;
    width: 45px;
    text-align: center;
}

.prehled_th_cd, .prehled_td_cd {
    width: 65px;
    text-align: center;
}

.prehled_th_cd {
    padding-top: 6px;
}

.prehled_td_ys {
    padding-top: 12px;
    width: 30px;
    height: 20px;
}

.prehled_th_int, .prehled_td_int {
    padding-top: 6px;
    width: 250px;
}

.prehled_td_skl {
    width: 330px;
    margin-left: 200px;
    margin-top: -23px;
    margin-bottom: 5px;
}

.zebricek_td_skl_prehledy {
    width: 330px;
    margin-left: 110px;
    margin-top: -23px;
    margin-bottom: 5px;
}

/* novinky */
.nejnovejsi_booklet, .nejnovejsi_interpret, .nejnovejsi_album, .nejnovejsi_song {
    float: left;
    list-style: none;
    display: inline;
}

.nejnovejsi_booklet {
    margin-top: -8px;
    margin-left: -40px;
    width: 40px;
}

.nejnovejsi_interpret {
    font-weight: bold;
    padding-left: 20px;
    width: 190%;
    text-align: left;
}

.nejnovejsi_album {
    width: 90%;
    padding-left: 20px;
    text-align: left;
}

.nejnovejsi_song {
    width: 90%;
    padding-left: 20px;
    text-align: left;
}

