/*________________________Základní sestavení____________________________*/
body {
	background-image: url(gr/cara.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	padding-top: 0;
	color: #000;
	font-family: "Times New Roman";
}
#celek {
	margin: 0 auto;
	width: 950px;
}
#hlava {
/*margin-top:-24px;*/
	background-image: url(gr/logo1.jpg);
	height: 245px;
}
#jazyk {
margin-top:-20px;
	float: right;
	padding-right: 20px;
}
#menu {

	background-image: url(gr/pruh.jpg);
	height:30px;
}
#obsah {
	float: left;
	width: 680px;
	border-right: #9C9899 2px inset;
margin:20px;
}
#vpravo {
      margin-top:20px;
      margin-left:700px;
  	   border-left: #9C9899 2px outset;

}
#copyright {
	text-align: center;
	clear: left;
	/*border-top: #0035F0 1px solid;*/
}

.linje{
line-height: 25px;
}

/*__________________________MENU______________________________________*/
.m{
color:white;
text-decoration:none;
font-weight:bold;
padding-left:20px;
padding-right:20px;
font-size:20px;
padding-top:3px;
padding-bottom:4px;
}
.m:hover{
	background-image: url(gr/hover.jpg);
	background-repeat: repeat-x;
	height: 30px;
	
}



#tuc{

background-image: url(gr/hover.jpg);
	background-repeat: repeat-x;
	height: 30px;

}
.br{
height:2px;
}
/*_________________________Nadpisy a texty____________________________*/
.nad {
	color: #3a468c;
	font-size: 26px;
	padding-bottom: 10px;
	margin:0;
}
.datum {
	font-weight: bold;
}
.o{
text-decoration:underline;
color:#979392;
}
.o:hover{
color:black;
text-decoration:none;
}
.error{
color:red;
font: 25px weight;
text-align:center;
}
.lev_sl{
float:left;
}

