body {
	padding:10px 0px;
	background:#383838; (Black style) 
	background:#596F80;
	font-size:small;
	font-family:"Trebuchet MS", Tahoma, Arial;
	/* IE 5.X HACK */
	text-align=center;
}
/************************************/
/* odkazy */
/************************************/
div#main a {
	color:#B22222;
}
div#main a:hover {
	background-color:#D2691E;
	text-decoration:none;
	color:#FFF;
}
div#headerContent a, div#pataContent a {
	color:#D3D3D3;
	/*color:#333;*/
}
div#headerContent a:hover, div#pataContent a:hover {
	text-decoration:none;
}
ul#menu a {
	display:block;
	padding:6px 5px 6px 10px;
	border-left:15px solid #BFA330;
	border-bottom:1px dotted #FFFAE6;
	width:138px;
	text-decoration:none;
	color:#FFFAE6;
	/* IE 5.X HACK */
	width=168px;
}
ul#menu a:hover {
	border-left:15px solid #80C9FF;
	border-bottom:1px solid #BFE4FF;
	background-color:#BFE4FF;
	color:#000;
}
ul#menu a.active {
	border-left:15px solid #80C9FF;
	border-bottom:1px solid #BFE4FF;
	background-color:#BFE4FF;
	font-weight:bold;
	color:#000;
}
a.adminActive {
	text-decoration:none;
	font-weight:bold;
}
/************************************/
/* deleni prostoru */
/************************************/
div#parent {
	width:700px;
	margin:0px auto;
	/*background:#670307 url("pic/bgParentBlackBlue.jpg") left top repeat-y;*/
	/*background:#670307 url("pic/bgParentBlack.jpg") left top repeat-y;*/
	/*background:#670307 url("pic/bgParentBlue.jpg") left top repeat-y;*/
	background:#670307 url("pic/bgParentRed.jpg") left top repeat-y;
	overflow:auto;
	/* IE 5.X HACK */
	text-align=left;
}
div#header {
	/*background:url("pic/headerBlackBlue.jpg") left top no-repeat;*/
	/*background:url("pic/headerBlack.jpg") left top no-repeat;*/
	/*background:url("pic/headerBlue.jpg") left top no-repeat;*/
	background:url("pic/headerRed.jpg") left top no-repeat;
	height:360px;
}
div#headerSmall {
	/*background:url("pic/headerSmallBlackBlue.jpg") left top no-repeat;*/
	/*background:url("pic/headerSmallBlack.jpg") left top no-repeat;*/
	/*background:url("pic/headerSmallBlue.jpg") left top no-repeat;*/
	background:url("pic/headerSmallRed.jpg") left top no-repeat;
	height:150px;
}
div#headerContent {
	padding:5px 50px;
	font-family:Tahoma, Verdana, Arial;
	font-size:80%;
	color:#666;
}
div#main {
	float:left;
	width:469px; /*500 - 33 = 467*/
	padding:0px 0px 0px 31px; /*L+R = 33*/
	color:#333;
	/* IE 5.x hack */
	width=499px;
}
div#rightColumn {
	float:right;
	width:168px; /*200 - 32 = 168*/
	padding:0px 31px 1px 0px; /*L+R = 32*/
	/* IE 5.x hack */
	width=200px;
}
div.rightColumnContent {
	/*border-top:1px solid #000;*/
}
div#pata {
	height:60px;
	clear:both;
	/*background:#670307 url("pic/bgPataBlackBlue.jpg") bottom left no-repeat;*/
	/*background:#670307 url("pic/bgPataBlack.jpg") bottom left no-repeat;*/
	/*background:#670307 url("pic/bgPataBlue.jpg") bottom left no-repeat;*/
	background:#670307 url("pic/bgPataRed.jpg") bottom left no-repeat;
}
div#pataContent {
	padding:38px 50px 0px 50px;
	color:#666;
	font-size:80%;
	text-align:center;
}
div#pataPrint {
	display:none;
}
/************************************/
/* Divy */
/************************************/
div.textBlock {
	background:#CCC08F url("pic/bgTextBlock.jpg") top left no-repeat;
	border:1px solid #BFAC60;
	border-bottom:none;
	padding:10px;
}
div#galeriePreview {
	padding:5px 0px;
}
div#photo {
	padding:10px 0px;
	text-align:center;
}
div.msg {
	font-weight:bold;
	text-align:center;
	background-color:#8E8356;
	padding:5px;
}
div.floatLeft {
	float:left; vertical-align: top;
}
div.floatRight {
	float:right;
}
/************************************/
/* Odstavce */
/************************************/
p {
	margin:0px 0px 5px 0px;
}
p.menu {
	padding:10px;
}
p.oSkupine {
	margin-bottom:10px; text-align: justify;
}
/************************************/
/* sloupce */
/************************************/
td.Left {
	width: 20%; vertical-align:top;
}
/************************************/
/* seznamy */
/************************************/
ul#menu {
	padding:0px;
	margin:0px;
	text-transform:lowercase;
	font-family:Tahoma, Verdana, Arial;
	list-style-type:none;
}
div#main ul {
	margin-top:6px;
}
/************************************/
/* nadpisy */
/************************************/
h1, h2, h3, h4  {
	margin:0px 0px 3px 0px;
}
h1 {
	font-size:160%;
	color:#333;
}
div#main h2 {
	margin-top:10px;
	font-size:130%;
	font-weight:bold;
}
h3 {
	font-size:110%;
	font-weight:bold;
}
h2.menu {
	font-size:140%;
	padding:15px 5px 5px 25px;
	background:url("pic/bgMenu.jpg") top left no-repeat;
	margin-bottom:0px;
	color:#FFF;
}
h2.menu2 {
	font-size:140%;
	padding:15px 5px 5px 25px;
	margin-bottom:0px;
	color:#FFF;
}
div#headerContent h1 {
	display:none;
}
/************************************/
/* Obrazky */
/************************************/
img.leftFloatBorder {
	float:left;
	margin:10px 10px 5px 0px;
	border:1px solid #BFAC60;
}
img.leftFloatBorderLink {
	float:left;
	margin:10px 10px 5px 0px;
	border:1px solid #670307;
}
img.leftFloat {
	float:left;
	margin:10px 10px 5px 0px;
	border:none;
}
img.leftFloat2 {
	float:left;
	margin:10px 10px 5px 0px;
	border:none;
	clear:both;
}
img.leftFloat3 {
	float:left;
	margin:10px 10px 50px 0px;
	border:none;
}
img.rightFloat {
	float:right;
	margin:10px 0px 5px 10px;
	border:none;
}
div#galeriePreview img, div#photo img, img.odkaz {
	border:1px solid #E6DACF;
}
div#galeriePreview img {
	max-width:80px;
	max-height:60px;
}
div#headerContent img {
	border:none;
	margin:0px 5px 0px 0px;
	float:none;
	vertical-align:middle;
}
/************************************/
/* Spany */
/************************************/
span.koncertInfo {
	font-weight:bold;
}
span.firma {
	font-weight:bold;
}
span.red {
	color:#FFC080;
}
/************************************/
/* Tabulky */
/************************************/
table#koncerty {
	margin-top:10px;
}
table#koncerty a.nadpis {
	display:block;
	font-weight:bold;
	padding:0px 1px 1px 1px;
}
td.datumKoncertu {
	background:url("pic/bgZelenyRoh.gif") top left no-repeat;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	vertical-align:top;
	color:#E6E1CF;
}
td.detailyKoncertu {
	padding:5px 10px;
}
td.divider {
	font-size:0px;
	height:4px;
}
table#preview {
	text-align:center;
}
td.inputPopis {
	text-align:right;
}
table#ohlasy {
	width:100%;
	margin:10px 0px;
}
table#ohlasy .nadpis {
	font-weight:bold;
	background-color:#567A7A;
	padding:0px 5px;
	color:#E6E1CF;
}
table#ohlasy .datum {
	text-align:right;
	background-color:#567A7A;
	padding:0px 5px;
	color:#E6E1CF;
}
table#ohlasy .text {
	padding:5px 5px 5px 30px;
	background-color:#D7CDA5;
}
table#ohlasy .autor {
	text-align:right;
	margin:5px 5px 5px 0px;
}
table#ohlasy .divider {
	font-size:0px;
	height:6px;
	vertical-align:middle;
}
td.inputAdmin, td.inputAdminCenter, td.inputAdminRight {
	background-color:#383838;
	padding:5px;
	color:#999;
}
td.inputAdminCenter {
	text-align:center;
}
td.inputAdminRight {
	text-align:right;
}
/************************************/
/* Formulare */
/************************************/
input, select, .button, textarea {
	font-family:Tahoma, Verdana, Arial;
	vertical-align:middle;
	background-color:#806040;
	border:1px solid #D2B48C;
	font-weight:bold;
	color:#E6E1CF;
}
input, .button, textarea, option {
	padding:2px 5px;
}
.button {	
	border:1px solid #D2B48C;
	padding:0px 5px;
	background-color:#BF6930;
}
hr {
	border:3px solid #807340;
	height:3px;
}
hr.slim {
	border:1px solid #807340;
	height:1px;
}
form.withBg {
	font-family:Tahoma, Verdana, Arial;
	background:#807340 url("pic/bgHnedyRoh.gif") top left no-repeat;
	padding:10px;
	margin:10px 0px;
	font-weight:bold;
	color:#E6E1CF;
}
.brownBg {
	background-color:#807340;
}

/************************************/
/* Hover popisy */
/************************************/
div#hoverPopis, ul  {
		padding:0;
		margin:0;
		margin-top:3px;
		list-style-type:none;
		font:"Trebuchet MS", Tahoma, Arial;
	}
	
	
	div#hoverPopis li {
		float:left; 
		padding:0px;
		width:330px;
		background-color: ;			/* for right mouseover effect */
	}
	
	div#hoverPopis a {
		color:#B22222;
		border-bottom: ;
		text-decoration:none;
	}
	div#hoverPopis dir {
		margin:0;
		background-color: #D2691E;
		padding:0px;
		border-bottom: ;
		text-decoration:none;
		color:#FFFFFF;
	}
	div#hoverPopis a:hover {
		background-color:#D2691E;
		text-decoration:none;
		border-bottom: black;
		color:#FFF;
	}
	
	
	div#hoverPopis ul a {
		border-bottom:none;
		padding-left:2px;
	}
	
	div#hoverPopis ul a:hover {
		background-color:#CCC08F;
		color:#FFF;
	}
	
	div#hoverPopis ul {
		position:absolute;
		visibility:hidden;
		
		margin-top:3px;
		border-left:1px solid #D2691E;
		padding-left:0px;
		border-right:1px solid #D2691E;
		border-bottom:3px solid #D2691E;
		background-color: #CCC08F;			/* for right mouseover effect */
	}
	
	div#hoverPopis li:hover ul, div#hoverPopis li.hover ul{
		visibility:visible;
	}
	
	div#hoverPopis li li {
		float:none;
		border:none;
		padding:0;
	}
		
	div#hoverPopis li {
		behavior: url(hover.htc);
	}



