html {
background-color:#000;	
	
}


body {
  font-family:sans-serif;
	background-color: #f0f0f0;
	background-image: url('../images/layout/style/bg_browser.jpg');
	background-repeat: repeat-x;
	text-align: center;
	min-width: 770px;
	margin: 0px;
}

/* Záhlaví stránek */


a , .text a{font-family: Arial, sans-serif; font-size: 12px; font-weight: bold; color: #FF6400; text-decoration: none;}

a:hover {text-decoration: underline;}

.common_menu2 a  {font-family: Arial, sans-serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none;}
.common_menu2 a:hover {font-family: Arial, sans-serif; font-size: 12px; font-weight: bold; color: #FF6400; text-decoration: none;}


.listBlock h2, .perex h2, .perex h3, .text h2
{
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF6400;
	text-decoration: none;
}
.perex h3 {
font-size: 16px;
}
.text h2 {
text-align:center;	
}

.text p {
text-align:center;	
}

a.more {
	color: #FF6400;
	text-decoration: none;
	font-size: 12px;
}
a:hover.more
{
text-decoration:underline;	
}

.maintitle_black
{
	font-family: Arial,sans;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.midtitle_color, h4
{
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF6400;
	text-decoration: none;
}

.smalltitle_black
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.frameupline
{
height: 5px;
background-image: url('../images/layout/style/frame_top.jpg');
}

.frametitle
{
  font: 14px Arial;
  font-weight: bold;
  color: white;
  border-left:1px solid #909090;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  background-color: #FF6400;
  background-repeat: repeat-x;
  background-image: url('../images/layout/style/bg_title.jpg');
  padding: 0px 5px 5px 5px;
  width: 188px;
}

/* Tlačítko vedlejšího menu*/

ul.common_menu li.item a:hover {
	background-image: url('../images/layout/style/but_common_on.jpg');
	color: white;
}


/* Speciální obejkty - Velké tlačítko TARGET */

div.target a:hover {
	background-image: url('../images/layout/style/bigbut_on.jpg');
	color: white;
}

div.target a {
	color: #FF6400;
}

p.path, p.path a {
	font-size:11px;	
	padding:0px;
	margin:0px;
}

p.path a {
	font-weight:normal;
	text-decoration:underline;
}

.edited {
	border:1px solid red;	
	padding:5px;
	margin-right: -10px;
	margin-left:-2px;
	margin-bottom: 5px;
}
/* Konec */

