@charset "UTF-8";

body {
	background-color: #3C555C;
	font-family: Tahoma, Verdana, Arial;
}

h2 {
	padding-left: 20px;
	padding-top: 20px;
	font-size: 16pt;
}

h3 {
	font-size: 10pt;
	border-bottom: thin #9e9657 solid;
	padding-bottom: 2px;
	cursor: pointer;
	width: 300px;
}

div.main {
  width: 800px;
  margin: 0 auto;
}


div.headDiv {	
	height: 125px;
	background-image: url("../img/head.png");
	background-repeat: no-repeat;
}

div.menuDiv {
  background-color: black;	
	/*background-image: url("../img/menu.png");
	background-repeat: repeat-x;*/	
	overflow: visible;
	  clear:both;
  width:100%;
  overflow:hidden;
}

div.menuDiv ul {
  list-style-position: outside;
  list-style-type: none;
  margin: 0px 5px 5px 5px; padding: 0;
}

div.menuDiv ul li {
  float: left;
  padding: 3px 0px 3px 5px;
}

/*-------------- a v menu ----------------*/

div.menuDiv ul li a {
  text-indent: 0px;
	font-family: Calibri, Tahoma, Arial;
	font-size: 12pt;	
	color: #dddddd;
	text-decoration: none;
	padding: 0px 10px 0px 5px;
	border-right: 1px solid #ffebcb;
}

div.menuDiv ul li a:hover {
	font-family: Calibri, Tahoma, Arial;
	font-size: 12pt;	
	color: #cd5510;
	text-decoration: underline;
}

/*a.menuA:visited {
	font-family: Calibri, Tahoma, Arial;
	font-size: 12pt;	
	color: #dddddd;
	text-decoration: none;
}*/

div.under a {
	font-family: Calibri, Tahoma, Arial;
	font-size: 12pt;	
	color: #dddddd;
	text-decoration: none;
}

div.under a:hover {
	font-family: Calibri, Tahoma, Arial;
	color: #cd5510;
	text-decoration: underline;
}


/*-------------------------------------------*/



div.contentDiv {
	background-image: url("../img/contentDivBg.png");
	background-repeat: no-repeat;
	background-color: #ffebcb;
	border-top: 5px #3C555C solid;
	margin-top: 10px;
	min-height: 570px;
	padding-bottom: 30px;
}

div.contentText {
	padding-left: 40px;
	padding-right: 40px;
	font-size: 10pt;
	text-align: justify;
		
}

div.program {
	margin-top:20px;
	margin-left: 10px;
}

div.autor {
	font-weight: 600;
	font-size: 11pt;
	padding-left: 5px;	
	margin-top: 5px;
	text-decoration: underline;
}

div.dilo {
	font-weight: normal;
	padding-left: 35px;	
}

table.clenove {
	padding-left: 20px;
	padding-top: 10px;
	font-size: 10pt;	
	min-width: 300px;
	border-collapse: collapse;
}

tr.vypisA {
	font-size: 10pt;
	background-color: #dfccaf;
	border-bottom: thin #ffebcb solid;
	width: 300px;
}

tr.vypisB {
	font-size: 10pt;
	background-color: #c3b194;	
	border-bottom: thin #ffebcb solid;
	width: 300px;
}


table.koncerty {
	padding-left: 20px;
	padding-top: 10px;
	font-size: 10pt;
	border-collapse: collapse;
	width: 600px;	
}

tr.koncert {
	width: 600px;
	background-color: #dfccaf;
	margin-top: 5px;
	border-bottom: thin black solid;	
}

td.misto {
	width: 350px;
}

td.datum {
	width: 175px;
}

td.program {
	width: 75px;
}



/*   a v textu            */

.contentText a {
	font-size: 10pt;	
	color: #FF8000;
	text-decoration: none;
}

.contentText a:hover {
	font-size: 10pt;	
	color: #FF8000;
	text-decoration: underline;
}
.contentText a:visited {
	font-size: 10pt;	
	color: #FF8000;
	text-decoration: underline;
}

a.subA {
	font-family: Calibri, Tahoma, Arial;
	font-size: 9pt;	
	color: #dddddd;
	text-decoration: none;
}

a.subA:hover {
	font-family: Calibri, Tahoma, Arial;
	font-size: 9pt;	
	color: #cd5510;
	text-decoration: underline;
}

img.dirigent {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	border-bottom: #918574 3px solid;	
	border-right: #918574 3px solid;
}


.clanekinfo {
	font-size: 8pt;
	color: #222222;
	padding-left: 20px;	
}

.under {
	width: 800px;
	margin: 0 auto;
	margin-top: 10px;		
}

.copy {
	font-family: Calibri, Tahoma, Arial;
	font-size: 8pt;
	color: #222222;
}

/* administrace */
table.avypis {
	padding-left: 20px;
	padding-top: 10px;
	font-size: 10pt;	
	min-width: 600px;
	border-collapse: collapse;	
}

tr.avypisA {
	font-size: 10pt;
	background-color: #c3b194;
	border-bottom: thin #ffebcb solid;	
}

tr.avypisB {
	font-size: 10pt;
	background-color: #dfccaf;
	border-bottom: thin #ffebcb solid;	
}

img.aImg {
	text-decoration: none;
	border: 0;
}


.loginForm {
	margin: 0 auto;
	padding-top:20px;
	width:300px;
	text-align: center;		
}

.loginFormP {
	width: 200px;	
}



