﻿
/* LAYOUT ------------------------------------------------ */

body
{
	text-align: center;
	margin: 0;
	padding: 10px;
	background: #f38223;
	font-family: Tahoma, Arial;
}

#page
{
	text-align: center;
	width: 674px;
	margin: auto;
	background: #f3b37d;
}

p, span, .p td
{
	font-size: 13px;
}

a
{
	text-decoration: none;
	font-weight: bolder;
	color: #9d0013;
}

a:hover
{
	text-decoration: underline;
}

#border-top
{
	background: url('../Images/border_top.jpg');
	width: 674px;
	height: 11px;
	margin: 0 auto;
	position: relative;
}

#middle-content
{
	text-align: center;
	background: url('../Images/middle_repeat.jpg') repeat;
	width: 674px;
	min-height: 9px;
}

#language-switch
{
	float: right;
	margin: 20px 25px 0 0;
	text-align: right;
}

#logo
{
	background: url('../Images/top_logo.jpg') no-repeat;
	width: 603px;
	height: 75px;
	margin: 0 auto;
}

#menu
{
	width: 575px;
	height: 35px;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
	text-align: center;
}

#menu a
{
	font-size: 18px;
	font-weight: normal;
	margin: 0 11px 0 0;
}

#top-line
{
	background: url('../Images/top_line.jpg');
	width: 607px;
	height: 53px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#content
{
	margin: 0 auto;
	min-height: 300px;
	_height: 300px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	margin: auto;
	text-align: left;
	width: 565px;
	max-width: 565px;
}

#content h1
{
	font-size: 20px;
	font-weight: normal;
	background: url('../Images/heading_1.jpg') left 6px no-repeat;
	text-indent: 22px;
	margin-left: -10px;
	color: #9d0013;
}

#content h2
{
	font-size: 18px;
	font-weight: normal;
	color: #9d0013;
}

#content h3
{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0px;
}

#content-right
{
	float: right;
	width: 200px;
	text-align: left;
	margin: 0 0 20px 20px;
	position: relative;

	background: url('../Images/line_right.jpg') left 15px no-repeat;
	padding: 0 0 0 25px;
}

/*
#content-left
{
	width: 335px;
	max-width: 350px;
}
*/
#border-bottom
{
	background: url('../Images/border_bottom.jpg');
	width: 674px;
	height: 86px;
	margin: 0 auto;
	position: relative;
}

#footer
{
	background: #f38223;
	text-align: center;
}

/* EVENTS ------------------------------------------------ */
#events h2, #event-list h2
{
	margin: 15px 0 5px 0;
	/*
	font-size: 14px;
	font-weight: bold;
	*/	
	color: #000;
}

#events h3, #event-list h3
{
	background: url('../Images/heading_news.jpg') center left no-repeat;
	text-indent: 22px;
	margin: 20px 0 0 0;
	font-weight: normal;
	color: #9d0013;
}

#event-list h3
{
	margin: 30px 0 0 0;
}

#events p.nazev
{
	font-weight: bold;
	font-size: 14px;
	text-indent: 22px;
}

#event-list h2, #event-list p
{
	text-indent: 22px;
}

#events .anchor
{
}

#event-list li.li-dont-show
{
	display: none;
}

/* REPERTOAR ------------------------------------------------ */

#repertoar .song-name
{
}

#repertoar .song-author
{
	/*font-style: italic;*/
}

#repertoar p.song
{
	margin: 0;
	padding: 0;
}

/* TABULKA -------------------------------------------------- */

#content table td
{
	/*border: #444 1px solid;*/
}

table.no-bord td
{
	border: 0;
}

#content table th
{
	background: #17576e;
	color: White;
	font-weight: normal;
}


#login table td
{
	border: none;
}

img
{
	border: 0;
}