body{
	background: #383838;
}

img{
	border: none;
}

#content{
	width: 950px;
	margin: 1em auto;
	border: 1px solid #000; 
	/*padding: 1em;*/
	height: 100%;
	overflow: hidden;
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #FFFFE0;
	background: #414141;
}

#footer{
	margin: 1em auto;
	font-family: Trebuchet MS, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #FFFFE0;
}

#logo{
	background: url(img/logo.jpg) 50% 50% no-repeat;
	height: 200px;
	width:100%;
	padding: 3px;
}

#menu{
	text-align: center;
	font-size: 20px;
	color: #414141;
	background-color: #FFFFE0;
	
}

#menu a{
	padding: 0 15px;
}

#submenu{
	text-align: center;
	font-size: 10px;
	float: right;
	width: 180px;
	margin: 3px;
}

#submenutxt{
	text-align: justify;
	
	font-size: 12px;
	float: right;
	width: 180px;
	margin: 3px;
}

#submenutxt ul{
	padding: 0px;
}

#submenutxt li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#page{
	float: left;
	width: 710px;
	margin: 5px;
	padding: 5px 15px 5px 15px;
}

#main{
	/*padding: 0px;*/
	list-style: none;
	height: 100%;
	padding-left: 0px;
}


#main li{
	display: inline;
	/*padding-right: 15px;*/
}

#koncerty{
	width: 100%;
}



#koncerty th{
	text-align: center;
}

#koncerty .past{
	color: #999975;
}

#koncerty .odd{
	background-color: #555;
}

#koncerty .even{
	background-color: #505050;
}

#koncerty td{
	padding: 5px;
}

#koncerty img{
	border: 0.5px solid #FFFFE0;
}

.bio{
	text-indent: 3em;
}

.music td{
	padding: 0 20px;
}

a:link {color: #FFFFE0; text-decoration: none;}    /* unvisited link */
a:visited {color: #FFFFE0; text-decoration: none;}  /* visited link */
a:hover {color: #D0D0B0; text-decoration: none;}   /* mouse over link */
a:active {color: #FFFFE0; text-decoration: none;}   /* selected link */

#menu a:link {color: #414141; text-decoration: none;}    /* unvisited link */
#menu a:visited {color: #414141; text-decoration: none;}  /* visited link */
#menu a:hover {color: #FFFFE0; background: #414141; text-decoration: none;}   /* mouse over link */
#menu a:active {color: #414141; text-decoration: none;}   /* selected link */

a.cpModal{}
