*
{
margin: 0;
padding: 0;
border: 0;
}

* body {
	font-family: Arial, Verdana, sans-serif;

	font-size: 13px;
	color: #9E9E9E;
	background: #D8D8D8;
}

#stranka {
	width: 761px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align:center;
}

a {
	color: #9E9E9E;
}

a:hover {
	color: #2D86A0;
}

#obsah {
 color: #393939;
 width: 720px;
 padding: 30px 20px 20px 20px;;
}

#obsah h2 {
  font-style: italic;
	color: #6C6C6C;
	margin-left: 20px;
	padding-top:15px;
}

#obsah p
{
margin-top: 10px;
margin-left: 20px;
}

#obsah ul li {
  list-style: none;
  padding-left:20px;
}

#footer {
	background: url(../img/paticka.png) no-repeat #E4E4E4;
	padding: 15px 20px 20px 20px;
	width: 721px;
	height: 30px;
	font-weight: bold;
	text-align:center;
}

#footer a
{
color: #65a5a9;
padding-right: 5px;
padding-left: 5px;
border-right: 1px solid #424242;
}

#footer a:hover
{
text-decoration: none;
}

#footer a.posledni
{
border: 0;
}

#logo {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	height: 137px;
}

h1 
{
margin: 0; 
padding: 0;
position: relative;
width: 761px;
height: 137px;
overflow: hidden;
clear: both;
text-align: center;
color: #2160A1;
}
h3
{
padding: 15px;
padding-bottom: 0px;
position: relative;
text-align: left;
color: #2160A1;
}

.logo
{
display: block;
position: relative;
z-index: 1;
width: 761px;
height: 137px;
margin: 0; 
padding: 0;
background-image: url(../img/logo.png);
background-repeat: top left no-repeat;
}

#border {
	background-image: url(../img/border.PNG);
	background-repeat: repeat-y;
}

.menu {
  padding-left: 100px;
	background: url(../img/menu.PNG) white;
	background-repeat: no-repeat;
	width: 660px;
	height: 60px;
	display: block;
	float: left;
	margin-left: 0px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

.menu li {
	display: block;
	float: left;
	height: 46px;

}

.menu li a {
	color: #9E9E9E;
	background-image: url(../img/menu_a.PNG);
	background-repeat: no-repeat;
	display:block;
	height: 46px;
	line-height: 46px;
	width: 111px;
	text-decoration: underline;
	margin-top:14px;
}

.menu li a:hover {
	color: #2D86A0;
	background-image: url(../img/menu_a_hover.PNG);
	background-repeat: no-repeat;
	padding-top: 16px;
	padding-bottom:10px;
	height: 32px;
	margin: 0;
	display:block;
	text-decoration: none;
}
.artist tr td {
	text-align:left;
}
.nameartist {
	font-weight:bold;
	color: #65a5a9;
}
input, textarea {
border:1px solid ;
cursor:text;
line-height:normal !important;
padding:1px 0;
text-align:start;
text-indent:0;
text-shadow:none;
text-transform:none;
word-spacing:normal;
}
