body {
	margin: 0 0 0 0;
	padding: 0;
	background: #E6E6E6 url(images/background.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #505050;
	z-index:1;	
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

a:link {
  color: #505050;
	text-decoration: none;
}

a:visited {
  color: #505050;  
  text-decoration: none;
}

a:active {
  color: #505050;  
  text-decoration: none;
}

a:hover {
  color: #505050;  
  text-decoration: none;
}

img {
	border: none;
	position: relative;
}

/* Page */

.title {
	height: 29px;
	margin: 0;
	padding: 12px 0 0 20px;
	background: #656464 url(images/img06.gif) repeat-x;
	text-transform: uppercase;
	font-size: 122%;
	font-weight: bold;
	color: #FFFFFF;
}

#page {
	width: 900px;
	height:auto;
	margin: 0 auto;
	background-image:url('images/blank.gif');
	border-left: 2px rgb(87,87,87) solid;
	border-right: 2px rgb(87,87,87) solid;	
}

/* Content */

#content {
  
  width: 600px;
  height: 2000px;  
  text-margin:10px;
  background-image: url(images/pozadi_590.jpg);
  background-repeat: repeat-y;
}

#content p {
	padding: 20px;
}

/* Pozadi */
    
#pozadi {
  width: 900px;       
  background-image: url(images/pozadi.jpg);
  background-repeat: repeat-y;           
}

#pozadi table {
  border-color: rgb(128,128,128);           
}

#pozadi td {
	border-color: rgb(128,128,128);
}

#formik td {
	border-color: rgb(128,128,128);
	text-align: left;
}

#formik table {
  border-style: solid solid solid solid;
  border-collapse: collapse;
}

#seznam {
  font-size: x-small;           
}

#seznam table {
  border-style: solid solid solid solid;
  border-collapse: collapse; 
}

/* Sidebar */

#sidebar {
	background: url('images/pozadi_300.jpg') repeat-y;
	
	width: 300px;
	
}
#mujtretiobrazek {
	
	height: 80px; 
	
}

ul li {
	list-style: none;
	padding-left: 0px;
/*	background: url(images/img07.gif) no-repeat 0px 0px;        zelená šipka */
}


.boxed .title {
	height: 29px;
	background: #656464 url(images/img06.gif) repeat-x; /* tmavý šedý pruh */
	text-transform: uppercase;
	font-size: 122%;
	font-weight: bold;
	color: #FFFFFF;
}

.boxed .content {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;

}

.boxed h3 {
	margin: 0;
}


/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	height: 40px;
    padding: 10px 0px 10px Opx;
	background: url(images/img09.gif) repeat-x;
	border-bottom: 2px rgb(87,87,87) solid;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
}

#footer a {
	color: #505050;
}

#radio-inner {
  margin-left: 50px;
}


